summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJacob Mourelos2016-10-17 21:38:57 +0200
committerJacob Mourelos2016-10-17 21:38:57 +0200
commit4e8c7b2292d614db3bed10045113942c6e2a77cc (patch)
treef40910572a4e26d7afe5402c32effeb993ccd4e7 /PKGBUILD
parentee2b545e759fd8b0dfbb594189e0eb376487bc87 (diff)
downloadaur-4e8c7b2292d614db3bed10045113942c6e2a77cc.tar.gz
Fix broken source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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}"