From 40863bf21f06f63ff4bbda96f66ec352db67a0dd Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 5 Dec 2020 13:46:00 -0300 Subject: [PATCH] community/py3-giturlparse: upgrade to 0.10.0 --- community/py3-giturlparse/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py3-giturlparse/APKBUILD b/community/py3-giturlparse/APKBUILD index e9b8b1f090e..faedaf83e6f 100644 --- a/community/py3-giturlparse/APKBUILD +++ b/community/py3-giturlparse/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo # Maintainer: Leo pkgname=py3-giturlparse -pkgver=0.9.2 +pkgver=0.10.0 pkgrel=0 pkgdesc="Parse and Rewrite git URLs" url="https://github.com/nephila/giturlparse" @@ -9,7 +9,7 @@ arch="noarch" license="Apache-2.0" depends="python3" makedepends="py3-setuptools" -source="$pkgname-$pkgver.tar.gz::https://github.com/nephila/giturlparse/archive/0.9.2.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/nephila/giturlparse/archive/$pkgver.tar.gz" builddir="$srcdir/giturlparse-$pkgver" build() { @@ -25,4 +25,4 @@ package() { rm -rf "$pkgdir"/usr/lib/python3*/site-packages/tests } -sha512sums="b82bb96f4b0a242364a0173b15fefc507dec85c176aa0fc679c4554f71ec6a11b18b8886e34b5ce080759d56070a9126f54167dda89be592db0f6df4728bfd4c py3-giturlparse-0.9.2.tar.gz" +sha512sums="05a2bf4e08b5cfbda4fc2600dfda80ce69c62fa01256d61628275ba306ed9f250ffc5a62167533872840b9ed8ee6d0800dc5ad81837277534d2beaaf4879b2c5 py3-giturlparse-0.10.0.tar.gz"