aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-flake8-class
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-04-08 22:10:25 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-04-09 00:19:04 +0200
commit9523bc5f42a76ad3c3f86e18cb94972ea4464274 (patch)
tree55e7642f8ef937e840b17e822fce2db73ae8f493 /testing/py-flake8-class
parent932f2160cb45fa7059ac8e31ececa5938ad8c59d (diff)
downloadaports-9523bc5f42a76ad3c3f86e18cb94972ea4464274.tar.bz2
aports-9523bc5f42a76ad3c3f86e18cb94972ea4464274.tar.xz
testing/py-flake8-class: fix source URL
The current $source URL does not seem to exist anymore. Grabbing the source from the github project. The checksum package changed!
Diffstat (limited to 'testing/py-flake8-class')
-rw-r--r--testing/py-flake8-class/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/py-flake8-class/APKBUILD b/testing/py-flake8-class/APKBUILD
index f4990e5ba3..57b56811c1 100644
--- a/testing/py-flake8-class/APKBUILD
+++ b/testing/py-flake8-class/APKBUILD
@@ -3,14 +3,14 @@
pkgname=py-flake8-class
_pkgname=flake8-class
pkgver=0.0.6
-pkgrel=0
+pkgrel=1
pkgdesc="Extension for flake8 lint of class declations"
url="https://github.com/hellysmile/flake8-class"
arch="noarch"
license="MIT"
depends="flake8"
makedepends="python3-dev"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source="$_pkgname-$pkgver.tar.gz::https://github.com/hellysmile/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
build() {
@@ -23,6 +23,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
-md5sums="2985f994e54d1fe5a96f9e7362e7dac7 flake8-class-0.0.6.tar.gz"
-sha256sums="945bdb688ef892a2eff2a148c5a271342f85d2ea7ac30e5f52ccaeaf38262260 flake8-class-0.0.6.tar.gz"
-sha512sums="453c994bdb98921dc384ead1373fc455ac664273c3a9fb6c05485f40abb44e9120597e7f54541a72c3a1cca4a634188771379def722dd20b7f28bf95cbf85636 flake8-class-0.0.6.tar.gz"
+sha512sums="598a7a29500ec85fa9eb81b378d1271d888508246ba63cac6df8473922c009c5d6fb514884b9c57686652e90eedede3c41f16b291737b9b5cf6b21a42cba2356 flake8-class-0.0.6.tar.gz"