diff --git a/extra/xxhash/.SRCINFO b/extra/xxhash/.SRCINFO new file mode 100644 index 000000000..d95ef2844 --- /dev/null +++ b/extra/xxhash/.SRCINFO @@ -0,0 +1,15 @@ +pkgbase = xxhash + pkgdesc = Extremely fast non-cryptographic hash algorithm + pkgver = 0.8.2 + pkgrel = 1 + url = https://cyan4973.github.io/xxHash/ + arch = x86_64 + license = GPL2 + license = BSD + makedepends = git + depends = glibc + provides = libxxhash.so + source = git+https://github.com/Cyan4973/xxHash.git#tag=bbb27a5efb85b92a0486cf361a8635715a53f6ba + b2sums = SKIP + +pkgname = xxhash diff --git a/extra/xxhash/PKGBUILD b/extra/xxhash/PKGBUILD index 84a24a4d8..e81052960 100644 --- a/extra/xxhash/PKGBUILD +++ b/extra/xxhash/PKGBUILD @@ -6,8 +6,8 @@ # - set DISPATCH=0, x86 only pkgname=xxhash -pkgver=0.8.1 -pkgrel=4 +pkgver=0.8.2 +pkgrel=1 pkgdesc='Extremely fast non-cryptographic hash algorithm' arch=(x86_64) url=https://cyan4973.github.io/xxHash/ @@ -18,20 +18,9 @@ license=( depends=(glibc) makedepends=(git) provides=(libxxhash.so) -_tag=35b0373c697b5f160d3db26b1cbb45a0d5ba788c -source=( - git+https://github.com/Cyan4973/xxHash.git#tag=${_tag} - xxhash-man-symlinks.patch -) -b2sums=( - SKIP - 83236ec7363f98842a5c8deb52e0a200321a722748a69b472b42b65eb85fa06ac5490926ea7612c0c455bf4998e109567706cf0f03e2c52c1e497abf258e5219 -) - -prepare() { - cd xxHash - patch -Np1 -i ../xxhash-man-symlinks.patch -} +_tag=bbb27a5efb85b92a0486cf361a8635715a53f6ba +source=(git+https://github.com/Cyan4973/xxHash.git#tag=${_tag}) +b2sums=('SKIP') pkgver() { cd xxHash