summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Mourelos2016-10-17 21:38:57 +0200
committerJacob Mourelos2016-10-17 21:38:57 +0200
commit4e8c7b2292d614db3bed10045113942c6e2a77cc (patch)
treef40910572a4e26d7afe5402c32effeb993ccd4e7
parentee2b545e759fd8b0dfbb594189e0eb376487bc87 (diff)
downloadaur-4e8c7b2292d614db3bed10045113942c6e2a77cc.tar.gz
Fix broken source URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 017ed2c89461..f04005a1fd01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = doconv
depends = python2-stevedore
depends = python2-lxml
optdepends = asciidoc
- source = https://pypi.python.org/packages/source/d/doconv/doconv-0.1.6.tar.gz
+ source = https://pypi.org/packages/source/d/doconv/doconv-0.1.6.tar.gz
md5sums = dd78e24c650f1b0a5352b78c784d89c6
pkgname = doconv
diff --git a/PKGBUILD b/PKGBUILD
index e4d8835a39a3..7232b4ae269d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('python2' 'python2-networkx' 'python2-stevedore' 'python2-lxml')
optdepends=('asciidoc')
makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/d/doconv/${pkgname}-${pkgver}.tar.gz")
+source=("https://pypi.org/packages/source/d/doconv/${pkgname}-${pkgver}.tar.gz")
package() {
cd "${srcdir}/${pkgname}-${pkgver}"