summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Onn2019-06-19 14:21:37 +0200
committerAmos Onn2019-06-19 14:21:37 +0200
commita7575d74cfa653a46c6a693c01c1b641d8a9c3f3 (patch)
tree64976bbb664f5f09fb566428e0920e66e724dc86
parentd6cc52614ecf1b0095259f79c0ade01bc2a73a0d (diff)
downloadaur-a7575d74cfa653a46c6a693c01c1b641d8a9c3f3.tar.gz
Added .tar.gz to src archive name
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a2db53249f4..87000284c560 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Jun 18 09:39:00 UTC 2019
+# Wed Jun 19 12:21:20 UTC 2019
pkgbase = python-heapdict
pkgdesc = A python library for a heap with decrease- and increase-key operations.
pkgver = 1.0.0
- pkgrel = 3
+ pkgrel = 4
url = http://stutzbachenterprises.com
arch = any
license = BSD-3-clause
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://codeload.github.com/DanielStutzbach/heapdict/tar.gz/v1.0.0
+ source = heapdict-v1.0.0.tar.gz::https://codeload.github.com/DanielStutzbach/heapdict/tar.gz/v1.0.0
sha256sums = 4c8e581f1651ca78da35820fc80b0d50fc060032517f2c7efd9169e204db3793
pkgname = python-heapdict
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')