diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:06:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:17:46 +0100 |
commit | 2f428b2e6d814344c8bb9539ef59d7cf3ed57c58 (patch) | |
tree | 81d6ff7d983ffd43ef5b12c92f3bb4af266d3a59 | |
parent | e63935de1f8fd129a98d8c01ae07aff473f810f6 (diff) | |
download | aports-2f428b2e6d814344c8bb9539ef59d7cf3ed57c58.tar.gz aports-2f428b2e6d814344c8bb9539ef59d7cf3ed57c58.tar.bz2 aports-2f428b2e6d814344c8bb9539ef59d7cf3ed57c58.tar.xz |
community/giara: rebuild against python 3.10
-rw-r--r-- | community/giara/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/giara/APKBUILD b/community/giara/APKBUILD index 5e1b0d268d..37d836c276 100644 --- a/community/giara/APKBUILD +++ b/community/giara/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Newbyte <newbie13xd@gmail.com> pkgname=giara pkgver=1.0 -pkgrel=0 +pkgrel=1 pkgdesc="reddit app for GNOME, created with mobile Linux in mind." url="https://gitlab.gnome.org/World/giara" # s390x and riscv64 blocked by libhandy1 -> rust |