summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Onn2017-04-10 17:29:19 +0200
committerAmos Onn2017-04-10 17:29:19 +0200
commit2b330e910f420537dd97418072a1335c71daf7ee (patch)
tree0af587562cf336192cca55e804b8d496ba7b483d
parent9c2853661e6638c04d129547020ae59f92272768 (diff)
downloadaur-2b330e910f420537dd97418072a1335c71daf7ee.tar.gz
Fixed src.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14262d4dc52a..dc266a11b4a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Apr 10 14:25:31 UTC 2017
+# Mon Apr 10 15:29:15 UTC 2017
pkgbase = python-zict
pkgdesc = A python library for Mutable Mapping interfaces.
pkgver = 0.1.1
@@ -9,7 +9,7 @@ pkgbase = python-zict
license = BSD-3-clause
depends = python>=3.5
depends = python-heapdict
- source = https://codeload.github.com/dask/zict/tar.gz/0.1.1.tar.gz
+ source = https://codeload.github.com/dask/zict/tar.gz/0.1.1
sha256sums = 47433371de32aa20893f1f04a1c591c6bfc2aac375563790f9ab4e5c709e26ce
pkgname = python-zict
diff --git a/PKGBUILD b/PKGBUILD
index 47bcda43598f..cc1cd3e85522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="http://zict.readthedocs.io/en/stable/"
license=('BSD-3-clause')
depends=('python>=3.5' 'python-heapdict')
-source=(https://codeload.github.com/dask/zict/tar.gz/$pkgver.tar.gz)
+source=(https://codeload.github.com/dask/zict/tar.gz/$pkgver)
sha256sums=('47433371de32aa20893f1f04a1c591c6bfc2aac375563790f9ab4e5c709e26ce')
package() {
cd $srcdir/zict-$pkgver