summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDāvis Mosāns2022-06-19 06:33:26 +0300
committerDāvis Mosāns2022-06-19 06:33:26 +0300
commit2190f3f36e8665c31e74792c2033168443bfa167 (patch)
tree979c00b16c15644506253b9510f01dc77aafdbed /PKGBUILD
parent7ecdcac36f82324dfc924dcf2bf1d3edde47f22e (diff)
downloadaur-kms-jsoncpp.tar.gz
Fix URLs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 448eae99b5ce..addb383c54a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@ pkgver=1.6.4
pkgrel=1
pkgdesc="fork of jsoncpp for kms-jsonrpc"
arch=(any)
-url="https://github.com/Kurento/kms-jsonrpc"
+url="https://github.com/Kurento/jsoncpp"
license=(MIT)
-source=("git://github.com/Kurento/jsoncpp.git#tag=$pkgver")
+source=("git+https://github.com/Kurento/jsoncpp.git#tag=$pkgver")
sha256sums=(SKIP)
build() {