[arch-commits] Commit in hub/repos (4 files)
Johannes Löthberg
demize at archlinux.org
Fri Oct 7 12:12:12 UTC 2016
Date: Friday, October 7, 2016 @ 12:12:11
Author: demize
Revision: 191555
archrelease: copy trunk to community-x86_64, community-i686
Added:
hub/repos/community-i686/PKGBUILD
(from rev 191554, hub/trunk/PKGBUILD)
hub/repos/community-x86_64/PKGBUILD
(from rev 191554, hub/trunk/PKGBUILD)
Deleted:
hub/repos/community-i686/PKGBUILD
hub/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 39 ----------------------
community-x86_64/PKGBUILD | 39 ----------------------
3 files changed, 78 insertions(+), 78 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-07 12:11:57 UTC (rev 191554)
+++ community-i686/PKGBUILD 2016-10-07 12:12:11 UTC (rev 191555)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Alfredo Palhares <masterkorp at masterkorp.net>
-
-pkgname=hub
-pkgver=2.2.5
-pkgrel=1
-
-pkgdesc="cli interface for Github"
-url="https://hub.github.com"
-arch=('x86_64' 'i686')
-license=('MIT')
-
-depends=('git')
-makedepends=('go')
-
-_source_dir=github-hub-7988c4b
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver")
-sha256sums=('daa3aa13db40342365e28a43fc4642eda8001736f7c43d4c2ac8f544a6ca20d0')
-
-build() {
- cd $_source_dir
-
- ./script/build
- gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
- cd $_source_dir
-
- 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
- install -Dm644 etc/hub.zsh_completion "$pkgdir"/usr/share/zsh/site-functions/_hub
- install -Dm644 man/hub.1 "$pkgdir"/usr/share/man/man1/hub.1
-}
Copied: hub/repos/community-i686/PKGBUILD (from rev 191554, hub/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-07 12:12:11 UTC (rev 191555)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Alfredo Palhares <masterkorp at masterkorp.net>
+
+pkgname=hub
+pkgver=2.2.9
+pkgrel=1
+
+pkgdesc="cli interface for Github"
+url="https://hub.github.com"
+arch=('x86_64' 'i686')
+license=('MIT')
+
+depends=('git')
+makedepends=('go')
+
+_source_dir=github-hub-80948b0
+source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz")
+sha256sums=('9b94086ad52bf724c78b62568931027e01499f8c4e5b0aae476417c856bf7a98')
+
+build() {
+ cd $_source_dir
+
+ ./script/build
+ gzip --best -c man/hub.1> hub.1.gz
+
+}
+
+package() {
+ cd $_source_dir
+
+ 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
+ install -Dm644 etc/hub.zsh_completion "$pkgdir"/usr/share/zsh/site-functions/_hub
+ install -Dm644 man/hub.1 "$pkgdir"/usr/share/man/man1/hub.1
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-07 12:11:57 UTC (rev 191554)
+++ community-x86_64/PKGBUILD 2016-10-07 12:12:11 UTC (rev 191555)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Alfredo Palhares <masterkorp at masterkorp.net>
-
-pkgname=hub
-pkgver=2.2.5
-pkgrel=1
-
-pkgdesc="cli interface for Github"
-url="https://hub.github.com"
-arch=('x86_64' 'i686')
-license=('MIT')
-
-depends=('git')
-makedepends=('go')
-
-_source_dir=github-hub-7988c4b
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver")
-sha256sums=('daa3aa13db40342365e28a43fc4642eda8001736f7c43d4c2ac8f544a6ca20d0')
-
-build() {
- cd $_source_dir
-
- ./script/build
- gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
- cd $_source_dir
-
- 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
- install -Dm644 etc/hub.zsh_completion "$pkgdir"/usr/share/zsh/site-functions/_hub
- install -Dm644 man/hub.1 "$pkgdir"/usr/share/man/man1/hub.1
-}
Copied: hub/repos/community-x86_64/PKGBUILD (from rev 191554, hub/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-07 12:12:11 UTC (rev 191555)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Alfredo Palhares <masterkorp at masterkorp.net>
+
+pkgname=hub
+pkgver=2.2.9
+pkgrel=1
+
+pkgdesc="cli interface for Github"
+url="https://hub.github.com"
+arch=('x86_64' 'i686')
+license=('MIT')
+
+depends=('git')
+makedepends=('go')
+
+_source_dir=github-hub-80948b0
+source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz")
+sha256sums=('9b94086ad52bf724c78b62568931027e01499f8c4e5b0aae476417c856bf7a98')
+
+build() {
+ cd $_source_dir
+
+ ./script/build
+ gzip --best -c man/hub.1> hub.1.gz
+
+}
+
+package() {
+ cd $_source_dir
+
+ 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
+ install -Dm644 etc/hub.zsh_completion "$pkgdir"/usr/share/zsh/site-functions/_hub
+ install -Dm644 man/hub.1 "$pkgdir"/usr/share/man/man1/hub.1
+}
More information about the arch-commits
mailing list