Skip to content

Commit 4b81bda

Browse files
authored
fmt: Update to 11.1.4 (#5254)
1 parent 9452926 commit 4b81bda

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

fmt/PKGBUILD

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Maintainer: Christoph Reiter <[email protected]>
1+
# Maintainer : Gork <[email protected]>
2+
# Contributor: Christoph Reiter <[email protected]>
23

34
pkgname=fmt
4-
pkgver=11.1.3
5+
pkgver=11.1.4
56
pkgrel=1
67
pkgdesc='Open-source formatting library for C++'
78
arch=(x86_64 i686)
@@ -15,23 +16,20 @@ makedepends=(
1516
gcc
1617
)
1718
source=("https://github.com/fmtlib/fmt/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
18-
sha256sums=('67cd23ea86ccc359693e2ce1ba8d1bab533c02d743c09b15f3131102d0c2fc1c')
19+
sha256sums=('ac366b7b4c2e9f0dde63a59b3feb5ee59b67974b14ee5dc9ea8ad78aa2c1ee1e')
1920

2021
build() {
2122
cmake -S "${pkgname}-${pkgver}" -B build \
2223
-GNinja \
2324
-DCMAKE_INSTALL_PREFIX=/usr \
2425
-DCMAKE_BUILD_TYPE=Release \
2526
-DBUILD_SHARED_LIBS=ON
26-
2727
cmake --build build
2828
}
29-
3029
check() {
3130
cmake --build build --target test
3231
}
33-
3432
package() {
3533
DESTDIR="${pkgdir}" cmake --build build --target install
3634
install -Dm 644 "${pkgname}-${pkgver}"/LICENSE -t "${pkgdir}"/usr/share/licenses/fmt/
37-
}
35+
}

0 commit comments

Comments
 (0)