Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
fast_float
Commits:
1c7e03c1 by Carl Smedstad at 2024-09-30T07:55:31+02:00
upgpkg: 6.1.6-2: Add missing makedep git
Resolves #2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
pkgbase = fast_float
pkgdesc = Fast and exact implementation of the C++ from_chars functions
for float and double types
pkgver = 6.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fastfloat/fast_float
arch = any
license = Apache-2.0 OR BSL-1.0 OR MIT
makedepends = cmake
makedepends = doctest
+ makedepends = git
source =
fast_float-6.1.6.tar.gz::https://github.com/fastfloat/fast_float/archive/v6.1.6.tar.gz
b2sums =
eb9833f7bff6e6086db1525fcc71231c5cc8f47985aa4c71078d896afb5fea20c41bfdb55de6c1e8c9cfa6c9b842331f340115590683e1d9e6a3ba40f4148870
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=fast_float
pkgver=6.1.6
-pkgrel=1
+pkgrel=2
pkgdesc='Fast and exact implementation of the C++ from_chars functions for
float and double types'
arch=('any')
url="https://github.com/fastfloat/$pkgname"
@@ -13,6 +13,7 @@ license=('Apache-2.0 OR BSL-1.0 OR MIT')
makedepends=(
'cmake'
'doctest'
+ 'git'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
b2sums=('eb9833f7bff6e6086db1525fcc71231c5cc8f47985aa4c71078d896afb5fea20c41bfdb55de6c1e8c9cfa6c9b842331f340115590683e1d9e6a3ba40f4148870')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fast_float/-/commit/1c7e03c152c5b26ccdaea74d4fa9931ac526728f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fast_float/-/commit/1c7e03c152c5b26ccdaea74d4fa9931ac526728f
You're receiving this email because of your account on gitlab.archlinux.org.