summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorholishing2019-05-09 23:08:38 +0800
committerholishing2019-05-09 23:08:38 +0800
commit3c066c3653fba2a4f769f8a56aa604e48899e322 (patch)
tree44324a7ed46d52ddc95950ca725c807526edfc80
parentdf610246c62ab6e1e8a0d4394b5d6889fb8bb465 (diff)
downloadaur-3c066c3653fba2a4f769f8a56aa604e48899e322.tar.gz
update upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30397f9660b9..ebc70df86149 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python2-sortedcontainers
pkgdesc = Library providing sorted container types for Python.
pkgver = 2.1.0
pkgrel = 1
- url = https://github.com/d0c-s4vage/py010parser
+ url = https://github.com/grantjenks/python-sortedcontainers
arch = any
license = custom:Apache2
makedepends = python2-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index ec6f1e91d53a..c9cf4a729a45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.1.0
pkgrel=1
pkgdesc='Library providing sorted container types for Python.'
arch=(any)
-url=https://github.com/d0c-s4vage/py010parser
+url=https://github.com/grantjenks/python-sortedcontainers
license=('custom:Apache2')
depends=(python2)
makedepends=(python2-setuptools)