summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmos Onn2019-06-19 14:21:37 +0200
committerAmos Onn2019-06-19 14:21:37 +0200
commita7575d74cfa653a46c6a693c01c1b641d8a9c3f3 (patch)
tree64976bbb664f5f09fb566428e0920e66e724dc86 /PKGBUILD
parentd6cc52614ecf1b0095259f79c0ade01bc2a73a0d (diff)
downloadaur-python-heapdict.tar.gz
Added .tar.gz to src archive name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cc6416335ba..535283904694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@ pkgbase=python-heapdict
pkgname=('python-heapdict' 'python2-heapdict')
_pkgname=heapdict
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="A python library for a heap with decrease- and increase-key operations."
arch=('any')
url="http://stutzbachenterprises.com"
license=('BSD-3-clause')
-source=(https://codeload.github.com/DanielStutzbach/heapdict/tar.gz/v$pkgver)
+source=("${_pkgname}-v${pkgver}.tar.gz::https://codeload.github.com/DanielStutzbach/heapdict/tar.gz/v$pkgver")
sha256sums=('4c8e581f1651ca78da35820fc80b0d50fc060032517f2c7efd9169e204db3793')
makedepends=('python-setuptools' 'python2-setuptools')