aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-gitpython/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-gitpython/APKBUILD b/testing/py3-gitpython/APKBUILD
index 7c357f1dc0..140f7418e9 100644
--- a/testing/py3-gitpython/APKBUILD
+++ b/testing/py3-gitpython/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-gitpython
pkgver=3.0.4
-pkgrel=0
+pkgrel=1
pkgdesc="Python3 Git Library"
options="!check" # Tests require a specific git configuration
url="https://github.com/gitpython-developers/GitPython"