diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 11:45:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:54 +0000 |
commit | 0bdc33076a038735c14174adf1f8757840faa981 (patch) | |
tree | f8155e6e66e76e7e320acaea97ba7253ffada2ed /community/gitg | |
parent | 6a586dbb7aa201354db8ab486c3c35867bac76ca (diff) | |
download | aports-0bdc33076a038735c14174adf1f8757840faa981.tar.bz2 aports-0bdc33076a038735c14174adf1f8757840faa981.tar.xz |
community/gitg: rebuild against python 3.8
Diffstat (limited to 'community/gitg')
-rw-r--r-- | community/gitg/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gitg/APKBUILD b/community/gitg/APKBUILD index 546d844d1f..2446d77448 100644 --- a/community/gitg/APKBUILD +++ b/community/gitg/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gitg pkgver=3.32.1 -pkgrel=0 +pkgrel=1 pkgdesc="gitg is the GNOME GUI client to view git repositories" url="https://wiki.gnome.org/Apps/Gitg" arch="all" |