summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Kurnevsky2017-08-04 16:33:10 +0300
committerEvgeny Kurnevsky2017-08-04 16:33:10 +0300
commit084045359a0d57bf7390cb0539fc0db2e487c977 (patch)
treee58a5f13742b368750bfa804fa28c093fc10cf3f
parentee5582abe5f2c072a1bb30a757a4f472ae69d536 (diff)
downloadaur-084045359a0d57bf7390cb0539fc0db2e487c977.tar.gz
Fix source path.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1baa9ded1db..0c4f0721d216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = json-parser-git
arch = i686
arch = x86_64
license = BSD
- source = json-parser::git+https://github.com/udp/json-parser
+ source = json-parser-git::git+https://github.com/udp/json-parser
sha512sums = SKIP
pkgname = json-parser-git
diff --git a/PKGBUILD b/PKGBUILD
index 44f72542b28e..2cfd09b55654 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Very low footprint JSON parser written in portable ANSI C'
arch=('i686' 'x86_64')
url='https://github.com/udp/json-parser'
license=('BSD')
-source=('json-parser::git+https://github.com/udp/json-parser')
+source=('json-parser-git::git+https://github.com/udp/json-parser')
sha512sums=('SKIP')
pkgver() {