[arch-commits] Commit in hub/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Tue Aug 16 12:31:44 UTC 2016
Date: Tuesday, August 16, 2016 @ 12:31:44
Author: demize
Revision: 186848
upgpkg: hub 2.2.5-1
Modified:
hub/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-16 09:09:46 UTC (rev 186847)
+++ PKGBUILD 2016-08-16 12:31:44 UTC (rev 186848)
@@ -4,7 +4,7 @@
# Contributor: Alfredo Palhares <masterkorp at masterkorp.net>
pkgname=hub
-pkgver=2.2.3
+pkgver=2.2.5
pkgrel=1
pkgdesc="cli interface for Github"
@@ -15,9 +15,9 @@
depends=('git')
makedepends=('go')
-_source_dir=github-hub-88296d1
+_source_dir=github-hub-7988c4b
source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver")
-sha256sums=('db21e3ff93ef1747970bb58a59dba4e84c85047ce6ef99cc640a98be71c3702f')
+sha256sums=('daa3aa13db40342365e28a43fc4642eda8001736f7c43d4c2ac8f544a6ca20d0')
build() {
cd $_source_dir
@@ -30,7 +30,7 @@
package() {
cd $_source_dir
- install -Dm755 hub "$pkgdir"/usr/bin/hub
+ install -Dm755 bin/hub "$pkgdir"/usr/bin/hub
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
install -Dm644 etc/hub.bash_completion.sh "$pkgdir"/usr/share/bash-completion/completions/hub
More information about the arch-commits
mailing list