diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 12:44:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:52 +0000 |
commit | 51178f63138d9fc988a6c9ee8b50ace4656e5871 (patch) | |
tree | 06382b2a0daf10225f712a0ba481e3139eedf738 | |
parent | 645f535569fb1b492d68643808371ced2a37f0c3 (diff) | |
download | aports-51178f63138d9fc988a6c9ee8b50ace4656e5871.tar.bz2 aports-51178f63138d9fc988a6c9ee8b50ace4656e5871.tar.xz |
testing/git-review: rebuild against python 3.7
-rw-r--r-- | testing/git-review/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/git-review/APKBUILD b/testing/git-review/APKBUILD index 849b9ff868..5034a544b4 100644 --- a/testing/git-review/APKBUILD +++ b/testing/git-review/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=git-review pkgver=1.28.0 -pkgrel=0 +pkgrel=1 pkgdesc="A git command for submitting branches to Gerrit" url="https://github.com/openstack-infra/git-review" arch="noarch" |