aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-keyring
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2019-10-24 10:24:15 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-10-24 05:40:16 -0300
commit780827a95128ec46038d2e8b42d157c29d26f743 (patch)
treefb0b8400fdf20141d61f43e3b2dc3f25cebed0a1 /testing/py3-keyring
parentb0d392b13cdbe135efd8ffe1e7a2e21f20a7ffd1 (diff)
downloadaports-780827a95128ec46038d2e8b42d157c29d26f743.tar.bz2
aports-780827a95128ec46038d2e8b42d157c29d26f743.tar.xz
testing/py3-keyring: Increment pkgrel
The recent fix of dependencies didn't trigger a rebuild of the package, as I forgot to increment the pkgrel :-/. This commit fixes this.
Diffstat (limited to 'testing/py3-keyring')
-rw-r--r--testing/py3-keyring/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-keyring/APKBUILD b/testing/py3-keyring/APKBUILD
index b1fb51057e..6ac87fd150 100644
--- a/testing/py3-keyring/APKBUILD
+++ b/testing/py3-keyring/APKBUILD
@@ -2,7 +2,7 @@
pkgname=py3-keyring
_pkgname="${pkgname#py3-}"
pkgver=19.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Access the system keyring service from Python"
url="https://github.com/jaraco/keyring"
arch="noarch"