diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 13:39:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:37 +0000 |
commit | 456aa95ea74e6870aeadd4544bf1d67ac1dfd8c2 (patch) | |
tree | a68604f723fea7adb7a4985f08ed2f9ab591eeca /testing/py3-gitdb2 | |
parent | d72f3d946597e5f276479cd46c8f54df07477ce0 (diff) | |
download | aports-456aa95ea74e6870aeadd4544bf1d67ac1dfd8c2.tar.bz2 aports-456aa95ea74e6870aeadd4544bf1d67ac1dfd8c2.tar.xz |
testing/py3-gitdb2: rebuild against python 3.8
Diffstat (limited to 'testing/py3-gitdb2')
-rw-r--r-- | testing/py3-gitdb2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-gitdb2/APKBUILD b/testing/py3-gitdb2/APKBUILD index f4167e2a2b..ab6b902cec 100644 --- a/testing/py3-gitdb2/APKBUILD +++ b/testing/py3-gitdb2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-gitdb2 pkgver=2.0.6 -pkgrel=0 +pkgrel=1 pkgdesc="Git Object Database" options="!check" # (failures=1,errors=9) url="https://github.com/gitpython-developers/gitdb" |