diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:07:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:17:55 +0100 |
commit | 9f645d50a95a1f23ea08399d11ea541e9baad4c8 (patch) | |
tree | 26d7088f6f5deac308f597dc402e74a82e575ce8 | |
parent | d44c60459f7448b381e5b470bd164490cc1315e9 (diff) | |
download | aports-9f645d50a95a1f23ea08399d11ea541e9baad4c8.tar.gz aports-9f645d50a95a1f23ea08399d11ea541e9baad4c8.tar.bz2 aports-9f645d50a95a1f23ea08399d11ea541e9baad4c8.tar.xz |
community/git-review: rebuild against python 3.10
-rw-r--r-- | community/git-review/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/git-review/APKBUILD b/community/git-review/APKBUILD index 6d3d335dba..dc9fe717cb 100644 --- a/community/git-review/APKBUILD +++ b/community/git-review/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=git-review pkgver=2.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="git command for submitting branches to Gerrit" url="https://opendev.org/opendev/git-review" arch="noarch" |