diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 07:35:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:33 +0000 |
commit | fbfbc57cc09a5e2dfe29cdffc9460eb3eb39caa6 (patch) | |
tree | 39252c9f41bd70965fc4f191bf2a9533935c70e8 /testing/py3-compdb/APKBUILD | |
parent | 1554dcc43642686cdbedbf9e2049a05198b104b6 (diff) | |
download | aports-fbfbc57cc09a5e2dfe29cdffc9460eb3eb39caa6.tar.bz2 aports-fbfbc57cc09a5e2dfe29cdffc9460eb3eb39caa6.tar.xz |
testing/py3-compdb: rebuild against python 3.8
Diffstat (limited to 'testing/py3-compdb/APKBUILD')
-rw-r--r-- | testing/py3-compdb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-compdb/APKBUILD b/testing/py3-compdb/APKBUILD index deda2bf8b8..50db55a300 100644 --- a/testing/py3-compdb/APKBUILD +++ b/testing/py3-compdb/APKBUILD @@ -4,7 +4,7 @@ pkgname=py3-compdb _pkgname=${pkgname#py3-*} pkgver=0.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="The compilation database Swiss army knife" url="https://github.com/Sarcasm/compdb" arch="noarch" |