diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-02 11:51:20 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-02 11:51:20 +0200 |
commit | 1acf5014292a425d03b4eb7610c30df92e86f0c2 (patch) | |
tree | cd2997b68cbfccb4a49d59c0d9baa96d82c1a3d0 /testing/py-pefile | |
parent | 9f22b82e19f383efaec435c38481155715d1da61 (diff) | |
download | aports-1acf5014292a425d03b4eb7610c30df92e86f0c2.tar.bz2 aports-1acf5014292a425d03b4eb7610c30df92e86f0c2.tar.xz |
testing/py-pefile: rebuild against python 3.6
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 01586098f7..fd053f84e9 100644 --- a/testing/py-pefile/APKBUILD +++ b/testing/py-pefile/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-pefile _pkgname=pefile pkgver=2016.3.28 -pkgrel=1 +pkgrel=2 pkgdesc="Python PE parsing module" url="https://github.com/erocarrera/pefile" arch="noarch" |