* update sparsehash to 2.0.4-3

This commit is contained in:
Alexander Baldeck 2024-08-15 07:59:53 +02:00
parent bea43d3d42
commit ad4747cf20
2 changed files with 13 additions and 3 deletions

11
sparsehash/.SRCINFO Normal file
View File

@ -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

View File

@ -3,12 +3,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"
options=('debug')
license=('BSD')
license=('BSD-3-Clause')
source=("https://github.com/sparsehash/sparsehash/archive/sparsehash-$pkgver.tar.gz")
sha256sums=('8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58')