aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-07-24 02:37:04 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-07-24 01:07:11 +0000
commit40abb924d3f51cc6c56e869f98f45cd41f2c6ce8 (patch)
treea9c9ef6853a86bc9233ad4bc28761efeb78a9403
parent5bd3b7226a57c61575db654c8507b2a2f988bc28 (diff)
main/py3-parsing: fix url
-rw-r--r--main/py3-parsing/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/py3-parsing/APKBUILD b/main/py3-parsing/APKBUILD
index 95aafdb13cb..0b794f38646 100644
--- a/main/py3-parsing/APKBUILD
+++ b/main/py3-parsing/APKBUILD
@@ -3,9 +3,9 @@
pkgname=py3-parsing
_pkgname=pyparsing
pkgver=2.4.7
-pkgrel=0
+pkgrel=1
pkgdesc="An object-oriented approach to text processing"
-url="http://pyparsing.wikispaces.com/"
+url="https://github.com/pyparsing/pyparsing"
arch="noarch"
license="MIT"
depends="python3"
@@ -29,4 +29,5 @@ package() {
python3 -m compileall -f -q "$pkgdir"/usr/lib/python3.8/site-packages/*.py
}
+
sha512sums="0b9f8f18907f65cb3af1b48ed57989e183f28d71646f2b2f820e772476f596ca15ee1a689f3042f18458206457f4683d10daa6e73dfd3ae82d5e4405882f9dd2 pyparsing-2.4.7.tar.gz"