diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-pefile/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pefile/APKBUILD b/testing/py3-pefile/APKBUILD index 8b9821f637..64a2f939a0 100644 --- a/testing/py3-pefile/APKBUILD +++ b/testing/py3-pefile/APKBUILD @@ -3,14 +3,14 @@ pkgname=py3-pefile _pkgname=pefile pkgver=2019.4.18 -pkgrel=0 +pkgrel=1 pkgdesc="Python PE parsing module" url="https://github.com/erocarrera/pefile" arch="noarch" license="MIT" depends="py3-future python3" makedepends="py3-setuptools" -source="$pkgname-$pkgver.tar.gz::https://github.com/erocarrera/$_pkgname/archive/v$pkgver.tar.gz" +source="$_pkgname-$pkgver.tar.gz::https://github.com/erocarrera/$_pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" replaces=py-pefile # Backwards compatibility |