diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:08:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:18:14 +0100 |
commit | 366ef3678d134c6fb2e4316f21431c13e96bdae8 (patch) | |
tree | 2cdb37306d6200900eb2c66555b1415ef465c898 | |
parent | 03ce7d18c098c449d0e0778da7f8538dc691b9b0 (diff) | |
download | aports-366ef3678d134c6fb2e4316f21431c13e96bdae8.tar.gz aports-366ef3678d134c6fb2e4316f21431c13e96bdae8.tar.bz2 aports-366ef3678d134c6fb2e4316f21431c13e96bdae8.tar.xz |
community/gexiv2: rebuild against python 3.10
-rw-r--r-- | community/gexiv2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gexiv2/APKBUILD b/community/gexiv2/APKBUILD index 64539637ca..0f774df320 100644 --- a/community/gexiv2/APKBUILD +++ b/community/gexiv2/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gexiv2 pkgver=0.14.0 -pkgrel=0 +pkgrel=1 pkgdesc="GObject-based wrapper around the Exiv2 library" url="https://wiki.gnome.org/Projects/gexiv2" arch="all" |