Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / sparsehash
Commits: 3d2ea503 by Massimiliano Torromeo at 2024-07-03T23:53:13+02:00 upgpkg: 2.0.4-3: added SRCINFO and nvchecker config - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,11 @@ +pkgbase = sparsehash + pkgdesc = Library that contains several hash-map implementations, including implementations that optimize for space or speed. + pkgver = 2.0.4 + pkgrel = 3 + url = https://github.com/sparsehash/sparsehash + arch = any + license = BSD-3-Clause + source = https://github.com/sparsehash/sparsehash/archive/sparsehash-2.0.4.tar.gz + sha256sums = 8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58 + +pkgname = sparsehash ===================================== PKGBUILD ===================================== @@ -2,11 +2,11 @@ pkgname=sparsehash pkgver=2.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="Library that contains several hash-map implementations, including implementations that optimize for space or speed." arch=("any") url="https://github.com/sparsehash/sparsehash" -license=('BSD') +license=('BSD-3-Clause') source=("https://github.com/sparsehash/sparsehash/archive/sparsehash-$pkgver.tar.gz") sha256sums=('8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sparsehash/-/commit/3d2ea503283baba1914854edbb865f3540f094e8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sparsehash/-/commit/3d2ea503283baba1914854edbb865f3540f094e8 You're receiving this email because of your account on gitlab.archlinux.org.
