Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: fmt 8.0.1-1: Upgrade to 8.0.1.
Browse files Browse the repository at this point in the history
Upstream fmt forgot to increase the version number for their inline namespace:
fmtlib/fmt#2374
This upgrade requires yet another rebuild of dependants.

git-svn-id: file:///srv/repos/svn-packages/svn@420076 eb2447ed-0c53-47e4-bac8-5bc4a241df78
dvzrv committed Jul 17, 2021
1 parent fecf6dc commit 3ce1134
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fmt/trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@
# Contributor: Mihai Bişog <[email protected]>

pkgname=fmt
pkgver=8.0.0
pkgrel=2
pkgver=8.0.1
pkgrel=1
pkgdesc='Open-source formatting library for C++'
arch=(x86_64)
url=https://fmt.dev
@@ -19,9 +19,9 @@ makedepends=(
python-virtualenv
)
provides=(libfmt.so)
_tag=9e8b86fd2d9806672cc73133d21780dd182bfd24
source=(git+https://github.com/fmtlib/fmt.git#tag=${_tag})
b2sums=(SKIP)
_commit=d141cdbeb0fb422a3fb7173b285fd38e0d1772dc
source=(git+https://github.com/fmtlib/fmt.git#commit=${_commit})
b2sums=('SKIP')

prepare() {
pushd fmt

0 comments on commit 3ce1134

Please sign in to comment.