summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOGISAKA Sadata2020-01-30 20:00:17 +0900
committerNOGISAKA Sadata2020-01-30 20:00:17 +0900
commitb0e8cf2897e4e62b4995f34fd3a7bfffc72e7f90 (patch)
treecb26f0ef0e5aa63a39afb4a784801cf6af1096f6
parent1a79fb1d4ff6aadd7d9050e3f3544a54ca89d231 (diff)
downloadaur-b0e8cf2897e4e62b4995f34fd3a7bfffc72e7f90.tar.gz
Bump up to 1.1.0-2
Change upstream URL to https://github.com/x-motemen/ghq
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c86a253c7552..0bb79b362be4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ghq
pkgdesc = Remote repository management made easy
pkgver = 1.1.0
- pkgrel = 1
- url = https://github.com/motemen/ghq
+ pkgrel = 2
+ url = https://github.com/x-motemen/ghq
arch = i686
arch = x86_64
license = MIT
makedepends = go
makedepends = git
optdepends = zsh: ghq function for zsh
- source = git+https://github.com/motemen/ghq.git
+ source = git+https://github.com/x-motemen/ghq.git
sha512sums = SKIP
pkgname = ghq
diff --git a/PKGBUILD b/PKGBUILD
index a54cacb0c812..ef9f9810a587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ghq
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Remote repository management made easy"
arch=('i686' 'x86_64')
-url="https://github.com/motemen/ghq"
+url="https://github.com/x-motemen/ghq"
license=('MIT')
makedepends=('go' 'git')
optdepends=('zsh: ghq function for zsh')
-source=("git+https://github.com/motemen/${pkgname}.git")
+source=("git+https://github.com/x-motemen/${pkgname}.git")
prepare() {
cd "${srcdir}/${pkgname}"