diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-09 14:28:18 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-09 14:28:18 -0300 |
commit | cb2baf840cab2fc019bd8bc80d1d513dc7277cfb (patch) | |
tree | c4aba855fd338e39e6182479c5cdc82cd76858ef | |
parent | 05405db7821d8df4877f273c73741c1468f1a0b7 (diff) | |
download | aports-cb2baf840cab.tar.bz2 aports-cb2baf840cab.tar.xz |
main/python2: rebuild against libffi.so.7
-rw-r--r-- | main/python2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/python2/APKBUILD b/main/python2/APKBUILD index e902ddbefb..b5f75a59f1 100644 --- a/main/python2/APKBUILD +++ b/main/python2/APKBUILD @@ -4,7 +4,7 @@ pkgname=python2 # the python2-tkinter's pkgver needs to be synchronized with this. pkgver=2.7.17 _verbase=${pkgver%.*} -pkgrel=2 +pkgrel=3 pkgdesc="A high-level scripting language" url="https://www.python.org/" arch="all" |