aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-18 16:33:13 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-18 20:54:49 +0000
commit286a4a3ed3ca9c8d26ec37fd4743910c55c6c507 (patch)
treedee7707c910e87b9cf0f3344ee8bf714749ad38b
parent0c213673cdfbc51a81796a5d8fe236254daff065 (diff)
downloadaports-286a4a3ed3ca9c8d26ec37fd4743910c55c6c507.tar.bz2
aports-286a4a3ed3ca9c8d26ec37fd4743910c55c6c507.tar.xz
testing/mkmr: upgrade to 0.0.8
-rw-r--r--testing/mkmr/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/mkmr/APKBUILD b/testing/mkmr/APKBUILD
index 9f63ee47ef..2d7e95c51f 100644
--- a/testing/mkmr/APKBUILD
+++ b/testing/mkmr/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=mkmr
-pkgver=0.0.7
-pkgrel=1
+pkgver=0.0.8
+pkgrel=0
pkgdesc="Make merge requests in any GitLab repo conveniently"
options="!check" # No testsuite
url="https://github.com/maxice8/mkmr"
@@ -15,6 +15,7 @@ depends="
py3-gitpython
py3-python-editor
py3-inquirer
+ py3-giturlparse
"
source="https://files.pythonhosted.org/packages/source/m/mkmr/mkmr-$pkgver.tar.gz"
@@ -32,4 +33,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="36be666e212e9115cfd1e8c0beb2d3ea7442b40479ef98b101b654f900223d1e88354cf3af75b4c79282fc198631415a39c7215b7355d2667b5ceaf54658367c mkmr-0.0.7.tar.gz"
+sha512sums="89a2b7b01a08b6e511cf0f28f3a61097a835a71b01dffc6c36734c77d470bd620334d073e5ad4086f3e4feb16245ac1f0d872c54438ee947d61376a254dd28d0 mkmr-0.0.8.tar.gz"