summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2017-12-03 12:26:04 +0100
committerEduardo Sánchez Muñoz2017-12-03 12:26:04 +0100
commit04ecf63174d96278d60413b2c4fc4f0963e73cb5 (patch)
treeaeb45ea3e9856c6464b7e7c2ef3f69fb0f5f64c7
parent393ad250d1f7a32c66fa1312ac12024275b260fd (diff)
downloadaur-04ecf63174d96278d60413b2c4fc4f0963e73cb5.tar.gz
Rename downloaded tarball
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5022e8b0233..ec45ed7345fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Oct 15 16:57:01 UTC 2017
+# Sun Dec 3 11:24:14 UTC 2017
pkgbase = nlohmann-json
pkgdesc = Header-only JSON library for Modern C++
pkgver = 2.1.1
@@ -9,7 +9,7 @@ pkgbase = nlohmann-json
arch = x86_64
license = MIT
makedepends = cmake
- source = https://github.com/nlohmann/json/archive/v2.1.1.tar.gz
+ source = nlohmann-json-2.1.1.tar.gz::https://github.com/nlohmann/json/archive/v2.1.1.tar.gz
sha256sums = SKIP
pkgname = nlohmann-json
diff --git a/PKGBUILD b/PKGBUILD
index 417501a00895..55025472295b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url="https://github.com/nlohmann/json"
license=('MIT')
arch=('i686' 'x86_64')
makedepends=('cmake')
-source=("https://github.com/nlohmann/json/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nlohmann/json/archive/v$pkgver.tar.gz")
sha256sums=('SKIP')
build() {