summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault2019-02-25 11:30:33 -0500
committerDrew DeVault2019-02-25 11:30:33 -0500
commit673b14afbb5838f1e16fd325068e5305631338d1 (patch)
tree6eed1f7983c5320444320e828946b272a7562063
parente5b618411d6ee837c80d0f63631a33a0711c5b51 (diff)
downloadaur-673b14afbb5838f1e16fd325068e5305631338d1.tar.gz
Update sources array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd1421e36170..7d82c0707334 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://github.com/Patreon/patreon-python"
license=("MIT")
depends=("python-requests")
makedepends=("python-setuptools")
-source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('04ad0360e7acc38a85beafa8d44eeeafd3c31d136488aa4de707526163682ca4')
build() {