diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 09:27:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:45 +0000 |
commit | 794c650b028395fc8e27d6a5abce84fdc2a26047 (patch) | |
tree | f4372e649def52a92182913660aaa63580277816 /community | |
parent | 6d90b11c5ce5df307a86d7f6c956ce613f7c0cba (diff) | |
download | aports-794c650b028395fc8e27d6a5abce84fdc2a26047.tar.bz2 aports-794c650b028395fc8e27d6a5abce84fdc2a26047.tar.xz |
community/xxhash: rebuild against python 3.7
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 31e2734ba1..45fffda123 100644 --- a/community/xxhash/APKBUILD +++ b/community/xxhash/APKBUILD @@ -5,7 +5,7 @@ _pkgname=xxHash pkgver=0.6.5 _pypkg=python-xxhash _pyver=0.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="Extremely fast non-cryptographic hash algorithm" url="http://www.xxhash.com" arch="all" |