summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOGISAKA Sadata2022-04-30 16:03:45 +0900
committerNOGISAKA Sadata2022-04-30 16:03:45 +0900
commitefc4a8a7f78c28801504f8f5d65b989ad83611fd (patch)
treec19bf4acbc4a38d264404451c216157b47b43ff9
parentcb24a0afc692a3fdf83b861aeb2e925116b8d1d0 (diff)
downloadaur-efc4a8a7f78c28801504f8f5d65b989ad83611fd.tar.gz
Update to 1.2.1-2: Rename bash completion file
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8224fcf48198..b33c065f7618 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ghq
pkgdesc = Remote repository management made easy
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/x-motemen/ghq
arch = i686
arch = x86_64
@@ -14,4 +14,3 @@ pkgbase = ghq
sha512sums = 7df1cb669058ddeae088ba7a68a98b8bdcd892d67e4335e90c5fe67027894e74d7f14aea26d44d8ccedb11d3a9b5dc836fb36d0079046ca7d6bbb25c169b70f1
pkgname = ghq
-
diff --git a/PKGBUILD b/PKGBUILD
index d79b759f0952..c5e6db27fcf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ghq
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Remote repository management made easy"
arch=('i686' 'x86_64')
url="https://github.com/x-motemen/ghq"
@@ -30,7 +30,7 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
install -Dm 755 ghq "$pkgdir/usr/bin/ghq"
- install -Dm 644 misc/bash/_ghq "$pkgdir/usr/share/bash-completion/completions/_ghq"
+ install -Dm 644 misc/bash/_ghq "$pkgdir/usr/share/bash-completion/completions/ghq"
install -Dm 644 misc/zsh/_ghq "$pkgdir/usr/share/zsh/site-functions/_ghq"
install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/ghq/LICENSE"
}