summarylogtreecommitdiffstats
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
parent7ecdcac36f82324dfc924dcf2bf1d3edde47f22e (diff)
downloadaur-kms-jsoncpp.tar.gz
Fix URLs
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c55f8f791160..56cb1cbc7fef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,10 @@ pkgbase = kms-jsoncpp
pkgdesc = fork of jsoncpp for kms-jsonrpc
pkgver = 1.6.4
pkgrel = 1
- url = https://github.com/Kurento/kms-jsonrpc
+ url = https://github.com/Kurento/jsoncpp
arch = any
license = MIT
- source = git://github.com/Kurento/jsoncpp.git#tag=1.6.4
+ source = git+https://github.com/Kurento/jsoncpp.git#tag=1.6.4
sha256sums = SKIP
pkgname = kms-jsoncpp
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..41a17914e21e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/pkg/
+/src/
+/*.tar*
+/jsoncpp/
+
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() {