diff options
author | Marian Buschsieweke <marian.buschsieweke@ovgu.de> | 2019-10-24 10:24:15 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 05:40:16 -0300 |
commit | 780827a95128ec46038d2e8b42d157c29d26f743 (patch) | |
tree | fb0b8400fdf20141d61f43e3b2dc3f25cebed0a1 | |
parent | b0d392b13cdbe135efd8ffe1e7a2e21f20a7ffd1 (diff) | |
download | aports-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.
-rw-r--r-- | testing/py3-keyring/APKBUILD | 2 |
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" |