* update sparsehash to 2.0.4-3
This commit is contained in:
parent
bea43d3d42
commit
ad4747cf20
11
sparsehash/.SRCINFO
Normal file
11
sparsehash/.SRCINFO
Normal 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
|
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user