[arch-commits] Commit in hub/repos (4 files)

Johannes Löthberg demize at archlinux.org
Thu Oct 12 17:47:27 UTC 2017


    Date: Thursday, October 12, 2017 @ 17:47:26
  Author: demize
Revision: 262476

archrelease: copy trunk to community-x86_64, community-i686

Added:
  hub/repos/community-i686/PKGBUILD
    (from rev 262475, hub/trunk/PKGBUILD)
  hub/repos/community-x86_64/PKGBUILD
    (from rev 262475, hub/trunk/PKGBUILD)
Deleted:
  hub/repos/community-i686/PKGBUILD
  hub/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 76 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-12 17:47:19 UTC (rev 262475)
+++ community-i686/PKGBUILD	2017-10-12 17:47:26 UTC (rev 262476)
@@ -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.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
-}

Copied: hub/repos/community-i686/PKGBUILD (from rev 262475, hub/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-12 17:47:26 UTC (rev 262476)
@@ -0,0 +1,38 @@
+# $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=2
+
+pkgdesc="cli interface for Github"
+url="https://hub.github.com"
+arch=('x86_64' 'i686')
+license=('MIT')
+
+depends=('git')
+makedepends=('go-pie')
+
+source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz")
+sha256sums=('b3f949c4500288a18ed68c38755962c9571c9e10063fb77583a19d0fcca5ecdf')
+
+build() {
+  cd hub-$pkgver
+
+  ./script/build
+  gzip --best -c man/hub.1> hub.1.gz
+
+}
+
+package() {
+  cd hub-$pkgver
+
+  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	2017-10-12 17:47:19 UTC (rev 262475)
+++ community-x86_64/PKGBUILD	2017-10-12 17:47:26 UTC (rev 262476)
@@ -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.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
-}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 262475, hub/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-12 17:47:26 UTC (rev 262476)
@@ -0,0 +1,38 @@
+# $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=2
+
+pkgdesc="cli interface for Github"
+url="https://hub.github.com"
+arch=('x86_64' 'i686')
+license=('MIT')
+
+depends=('git')
+makedepends=('go-pie')
+
+source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz")
+sha256sums=('b3f949c4500288a18ed68c38755962c9571c9e10063fb77583a19d0fcca5ecdf')
+
+build() {
+  cd hub-$pkgver
+
+  ./script/build
+  gzip --best -c man/hub.1> hub.1.gz
+
+}
+
+package() {
+  cd hub-$pkgver
+
+  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