diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 12:03:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:40 +0000 |
commit | dcead4792f5e3bcca96522ba81c62c3e0a50d834 (patch) | |
tree | 032604677c79e4e57606dfbe9dd1b43abdb6821e | |
parent | 20062a49827cd6d9f070855fbfe5921d7b64e57d (diff) | |
download | aports-dcead4792f5e3bcca96522ba81c62c3e0a50d834.tar.gz aports-dcead4792f5e3bcca96522ba81c62c3e0a50d834.tar.bz2 aports-dcead4792f5e3bcca96522ba81c62c3e0a50d834.tar.xz |
testing/py3-pkgconfig: rebuild against python 3.8
-rw-r--r-- | testing/py3-pkgconfig/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pkgconfig/APKBUILD b/testing/py3-pkgconfig/APKBUILD index 3ac019609f..c1207872b2 100644 --- a/testing/py3-pkgconfig/APKBUILD +++ b/testing/py3-pkgconfig/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-pkgconfig _realname=pkgconfig pkgver=1.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python interface for the pkg-config command line tool" options="!check" # GitHub tarballs depend on unpackaged poetry build system url="https://github.com/matze/pkgconfig" |