summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPřemysl Janouch2018-06-26 09:43:27 +0200
committerPřemysl Janouch2018-06-26 09:43:27 +0200
commit68d8a84fb50305875018f0331fbd67f64f4825b5 (patch)
tree237e35e578b730cbbe1d5b4ab8263b91ed360be3
parentdb89c98f51adb90d1d7054ac335eee1bb8427ea3 (diff)
downloadaur-68d8a84fb50305875018f0331fbd67f64f4825b5.tar.gz
Move upstream URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ead7a3021e88..785f558cc329 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = json-rpc-shell-git
pkgdesc = Shell for JSON-RPC 2.0 HTTP queries
pkgver = r45.ac5c2f4
pkgrel = 1
- url = https://github.com/pjanouch/json-rpc-shell
+ url = https://git.janouch.name/p/json-rpc-shell
arch = i686
arch = x86_64
license = BSD
@@ -18,7 +18,7 @@ pkgbase = json-rpc-shell-git
provides = json-rpc-shell
conflicts = json-rpc-shell
options = zipman
- source = git+https://github.com/pjanouch/json-rpc-shell.git
+ source = git+https://git.janouch.name/p/json-rpc-shell.git
md5sums = SKIP
pkgname = json-rpc-shell-git
diff --git a/PKGBUILD b/PKGBUILD
index 4633f4d7368f..791116a6c4e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=json-rpc-shell
pkgver=r45.ac5c2f4
pkgrel=1
pkgdesc="Shell for JSON-RPC 2.0 HTTP queries"
-url="https://github.com/pjanouch/json-rpc-shell"
+url="https://git.janouch.name/p/json-rpc-shell"
arch=('i686' 'x86_64')
license=('BSD')
options=(zipman)
@@ -12,7 +12,7 @@ conflicts=('json-rpc-shell')
provides=('json-rpc-shell')
makedepends=('cmake' 'pkg-config' 'git' 'help2man')
depends=('libev' 'ncurses' 'jansson' 'curl' 'readline')
-source=("git+https://github.com/pjanouch/$_pkgname.git")
+source=("git+https://git.janouch.name/p/$_pkgname.git")
md5sums=('SKIP')
pkgver() {