diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 11:35:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:34:02 +0000 |
commit | 7432cc9cfd70dc174a4729302e4899f4c871c2bc (patch) | |
tree | 4ed00700e3bf6ff7b752dba00e7b130df5f38d66 /community | |
parent | 3ab84d2fac22ef2b7f42e0d6bed1164bee252c0f (diff) | |
download | aports-7432cc9cfd70dc174a4729302e4899f4c871c2bc.tar.bz2 aports-7432cc9cfd70dc174a4729302e4899f4c871c2bc.tar.xz |
community/xxhash: rebuild against python 3.8
Diffstat (limited to 'community')
-rw-r--r-- | community/xxhash/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xxhash/APKBUILD b/community/xxhash/APKBUILD index def3d6e902..98f31b90d2 100644 --- a/community/xxhash/APKBUILD +++ b/community/xxhash/APKBUILD @@ -6,7 +6,7 @@ _pkgname=xxHash pkgver=0.7.2 _pypkg=python-xxhash _pyver=1.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="Extremely fast non-cryptographic hash algorithm" url="https://cyan4973.github.io/xxHash/" arch="all" |