diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-01 12:18:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:28 +0000 |
commit | b763e2465806a16f9cfe2beb66f7c917a340f09c (patch) | |
tree | 0a00db069a1f630c2c4a1bfdb78be2b762c80a89 /testing/gajim/APKBUILD | |
parent | 6826ac549545949ca42b512fa52341ab54b40746 (diff) | |
download | aports-b763e2465806a16f9cfe2beb66f7c917a340f09c.tar.bz2 aports-b763e2465806a16f9cfe2beb66f7c917a340f09c.tar.xz |
testing/gajim: rebuild against python 3.8
Diffstat (limited to 'testing/gajim/APKBUILD')
-rw-r--r-- | testing/gajim/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gajim/APKBUILD b/testing/gajim/APKBUILD index fbfc82fb58..57b95f6627 100644 --- a/testing/gajim/APKBUILD +++ b/testing/gajim/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=gajim pkgver=1.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="A full featured and easy to use XMPP client" url="https://gajim.org/" arch="noarch" |