summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-07-30 15:10:03 +0200
committerPhilipp A2020-07-30 15:10:03 +0200
commit02a9342ff35f8e80c3fe8feadb3142170c6f1a7b (patch)
tree2833aa0ec5fee7c4cacf771c17ff6b88e2661ef5
parenta92afafbf717e557affb46da0017609f16835ab7 (diff)
downloadaur-02a9342ff35f8e80c3fe8feadb3142170c6f1a7b.tar.gz
fixed url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94bd9bd2f5c5..13eb9d93ecab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-stdlib-list
pkgdesc = A list of Python Standard Libraries (2.6-7, 3.2-8).
pkgver = 0.7.0
- pkgrel = 1
- url = https://github.com/theislab/stdlib-list
+ pkgrel = 2
+ url = https://github.com/jackmaney/stdlib-list
arch = any
license = MIT
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 3fa1737c2770..b71f98e21efd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_name=stdlib-list
pkgname=python-$_name
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='A list of Python Standard Libraries (2.6-7, 3.2-8).'
arch=(any)
-url="https://github.com/theislab/$_name"
+url="https://github.com/jackmaney/$_name"
license=(MIT)
depends=(python)
_wheel="${_name/-/_}-$pkgver-py3-none-any.whl"