diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 07:48:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:57 +0000 |
commit | d831cdf19588ae8ee55ddcc71b9865b1ba25588c (patch) | |
tree | 8ea04958edba2c728d8b25990882a5e76fa610c4 /testing/py-pefile | |
parent | 96e691fc1470879adc56f0eb39d26d8d41bd989d (diff) | |
download | aports-d831cdf19588ae8ee55ddcc71b9865b1ba25588c.tar.bz2 aports-d831cdf19588ae8ee55ddcc71b9865b1ba25588c.tar.xz |
testing/py-pefile: rebuild against python 3.7
Diffstat (limited to 'testing/py-pefile')
-rw-r--r-- | testing/py-pefile/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pefile/APKBUILD b/testing/py-pefile/APKBUILD index b20460e51b..9b84dce934 100644 --- a/testing/py-pefile/APKBUILD +++ b/testing/py-pefile/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-pefile _pkgname=pefile pkgver=2019.4.14 -pkgrel=0 +pkgrel=1 pkgdesc="Python PE parsing module" url="https://github.com/erocarrera/pefile" arch="noarch" |