aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-distorm3
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-09-29 10:01:54 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-09-29 09:02:48 +0000
commitd827cb3f6c77a91a5025db575a7885039662a789 (patch)
tree579b252123d4c783d20dc3138b10bfe5d306beca /testing/py3-distorm3
parentd83cebbe1045885265996a5d652f377e1baaa806 (diff)
testing/py3-distorm3: upgrade to 3.5.0
Diffstat (limited to 'testing/py3-distorm3')
-rw-r--r--testing/py3-distorm3/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/py3-distorm3/APKBUILD b/testing/py3-distorm3/APKBUILD
index f8a00f39aa0..c6c7ea30acf 100644
--- a/testing/py3-distorm3/APKBUILD
+++ b/testing/py3-distorm3/APKBUILD
@@ -2,15 +2,15 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=py3-distorm3
_pkgname=distorm3
-pkgver=3.4.1
-pkgrel=1
+pkgver=3.5.0
+pkgrel=0
pkgdesc="Disassembler Library For x86/AMD64"
url="https://pypi.python.org/pypi/distorm3"
arch="all"
license="BSD-3-Clause"
depends="python3"
-makedepends="py3-setuptools"
-source="https://github.com/gdabah/distorm/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz"
+makedepends="py3-setuptools python3-dev"
+source="https://files.pythonhosted.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
replaces="py-distorm3" # Backwards compatibility
@@ -24,4 +24,4 @@ package() {
python3 setup.py install --skip-build --prefix=/usr --root="$pkgdir"
}
-sha512sums="798c50616112e84cc4f04f67f799cb751970b792c8370528424aa437330dc3a77239c275f145215e31ca5370256ac2cb926f7cd98bb0fc4e48f97f12f873f1d9 distorm3-3.4.1.tar.gz"
+sha512sums="ad9415a0a1a65a7ad3824b19ec83df90459eeb153494efb6623a8f02c60b6d0cf61d7dae4143eb1dd0586f5c7a7115f4a53cea5609296f703e5db612ce925011 distorm3-3.5.0.tar.gz"