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

2017-10-12 Thread Johannes Löthberg
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 
-# Contributor: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-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 
+# Contributor: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+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 
-# Contributor: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-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 
+# Contributor: Daniel Wallace 

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

2016-10-07 Thread Johannes Löthberg
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 
-# Contributor: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-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 
+# Contributor: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+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 
-# Contributor: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-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 
+# 

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

2016-08-16 Thread Johannes Löthberg
Date: Tuesday, August 16, 2016 @ 12:31:56
  Author: demize
Revision: 186849

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

Added:
  hub/repos/community-i686/PKGBUILD
(from rev 186848, hub/trunk/PKGBUILD)
  hub/repos/community-x86_64/PKGBUILD
(from rev 186848, 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-08-16 12:31:44 UTC (rev 186848)
+++ community-i686/PKGBUILD 2016-08-16 12:31:56 UTC (rev 186849)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-pkgver=2.2.3
-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-88296d1
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('db21e3ff93ef1747970bb58a59dba4e84c85047ce6ef99cc640a98be71c3702f')
-
-build() {
-  cd $_source_dir
-
-  ./script/build
-  gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
-  cd $_source_dir
-
-  install -Dm755 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 186848, hub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-16 12:31:56 UTC (rev 186849)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-16 12:31:44 UTC (rev 186848)
+++ community-x86_64/PKGBUILD   2016-08-16 12:31:56 UTC (rev 186849)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-pkgver=2.2.3
-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-88296d1
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('db21e3ff93ef1747970bb58a59dba4e84c85047ce6ef99cc640a98be71c3702f')
-
-build() {
-  cd $_source_dir
-
-  ./script/build
-  gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
-  cd $_source_dir
-
-  install -Dm755 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 186848, 
hub/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-16 12:31:56 UTC (rev 186849)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: 

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

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 22:02:30
  Author: demize
Revision: 160029

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 21:02:21 UTC (rev 160028)
+++ community-i686/PKGBUILD 2016-02-02 21:02:30 UTC (rev 160029)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.2
-pkgrel=2
-pkgdesc="cli interface for Github"
-arch=('x86_64' 'i686')
-url="https://hub.github.com;
-depends=('git')
-makedepends=('go')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('6f3967913bb68c65f9f155b6db4af4629558db7ff89034de5f8fe635a55187b5')
-
-build() {
-  cd "$srcdir/$_pkgdir"*
-
-  ./script/build
-  gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
-  cd "$srcdir/$_pkgdir"*
-
-  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
-
-}

Copied: hub/repos/community-i686/PKGBUILD (from rev 160028, hub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 21:02:30 UTC (rev 160029)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+pkgname=hub
+pkgver=2.2.3
+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-88296d1
+source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
+sha256sums=('db21e3ff93ef1747970bb58a59dba4e84c85047ce6ef99cc640a98be71c3702f')
+
+build() {
+  cd $_source_dir
+
+  ./script/build
+  gzip --best -c man/hub.1> hub.1.gz
+
+}
+
+package() {
+  cd $_source_dir
+
+  install -Dm755 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-02-02 21:02:21 UTC (rev 160028)
+++ community-x86_64/PKGBUILD   2016-02-02 21:02:30 UTC (rev 160029)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.2
-pkgrel=2
-pkgdesc="cli interface for Github"
-arch=('x86_64' 'i686')
-url="https://hub.github.com;
-depends=('git')
-makedepends=('go')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('6f3967913bb68c65f9f155b6db4af4629558db7ff89034de5f8fe635a55187b5')
-
-build() {
-  cd "$srcdir/$_pkgdir"*
-
-  ./script/build
-  gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
-  cd "$srcdir/$_pkgdir"*
-
-  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
-
-}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 160028, 
hub/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-01-16 Thread Levente Polyak
Date: Saturday, January 16, 2016 @ 17:02:05
  Author: anthraxx
Revision: 157000

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-16 16:01:50 UTC (rev 156999)
+++ community-i686/PKGBUILD 2016-01-16 16:02:05 UTC (rev 157000)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="cli interface for Github"
-arch=('x86_64' 'i686')
-url="https://hub.github.com;
-depends=('git')
-makedepends=('go')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('6f3967913bb68c65f9f155b6db4af4629558db7ff89034de5f8fe635a55187b5')
-
-build() {
-  cd "$srcdir/$_pkgdir"*
-
-  ./script/build
-  gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
-  cd "$srcdir/$_pkgdir"*
-
-  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
-
-}

Copied: hub/repos/community-i686/PKGBUILD (from rev 156999, hub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-16 16:02:05 UTC (rev 157000)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+pkgname=hub
+_pkgdir=github-hub-
+pkgver=2.2.2
+pkgrel=2
+pkgdesc="cli interface for Github"
+arch=('x86_64' 'i686')
+url="https://hub.github.com;
+depends=('git')
+makedepends=('go')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
+sha256sums=('6f3967913bb68c65f9f155b6db4af4629558db7ff89034de5f8fe635a55187b5')
+
+build() {
+  cd "$srcdir/$_pkgdir"*
+
+  ./script/build
+  gzip --best -c man/hub.1> hub.1.gz
+
+}
+
+package() {
+  cd "$srcdir/$_pkgdir"*
+
+  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
+  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
+
+  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
+
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-16 16:01:50 UTC (rev 156999)
+++ community-x86_64/PKGBUILD   2016-01-16 16:02:05 UTC (rev 157000)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="cli interface for Github"
-arch=('x86_64' 'i686')
-url="https://hub.github.com;
-depends=('git')
-makedepends=('go')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('6f3967913bb68c65f9f155b6db4af4629558db7ff89034de5f8fe635a55187b5')
-
-build() {
-  cd "$srcdir/$_pkgdir"*
-
-  ./script/build
-  gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
-  cd "$srcdir/$_pkgdir"*
-
-  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
-
-}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 156999, 
hub/trunk/PKGBUILD)
===
--- 

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

2015-12-03 Thread Daniel Wallace
Date: Thursday, December 3, 2015 @ 20:51:07
  Author: dwallace
Revision: 148240

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-03 19:50:31 UTC (rev 148239)
+++ community-i686/PKGBUILD 2015-12-03 19:51:07 UTC (rev 148240)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="cli interface for Github"
-arch=('x86_64' 'i686')
-url="https://hub.github.com;
-depends=('git')
-makedepends=('go')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('56d1c36ce476325bdc176a9ee0cb3e8e6d8cc352ab6a9cb47f01229b2b449694')
-
-build() {
-  cd "$srcdir/$_pkgdir"*
-
-  ./script/build
-  gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
-  cd "$srcdir/$_pkgdir"*
-
-  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
-
-}

Copied: hub/repos/community-i686/PKGBUILD (from rev 148239, hub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-03 19:51:07 UTC (rev 148240)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+pkgname=hub
+_pkgdir=github-hub-
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="cli interface for Github"
+arch=('x86_64' 'i686')
+url="https://hub.github.com;
+depends=('git')
+makedepends=('go')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
+sha256sums=('6f3967913bb68c65f9f155b6db4af4629558db7ff89034de5f8fe635a55187b5')
+
+build() {
+  cd "$srcdir/$_pkgdir"*
+
+  ./script/build
+  gzip --best -c man/hub.1> hub.1.gz
+
+}
+
+package() {
+  cd "$srcdir/$_pkgdir"*
+
+  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
+  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
+
+  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
+
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-03 19:50:31 UTC (rev 148239)
+++ community-x86_64/PKGBUILD   2015-12-03 19:51:07 UTC (rev 148240)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="cli interface for Github"
-arch=('x86_64' 'i686')
-url="https://hub.github.com;
-depends=('git')
-makedepends=('go')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('56d1c36ce476325bdc176a9ee0cb3e8e6d8cc352ab6a9cb47f01229b2b449694')
-
-build() {
-  cd "$srcdir/$_pkgdir"*
-
-  ./script/build
-  gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
-  cd "$srcdir/$_pkgdir"*
-
-  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
-
-}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 148239, 
hub/trunk/PKGBUILD)
===
--- 

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

2015-05-10 Thread Daniel Wallace
Date: Sunday, May 10, 2015 @ 19:04:26
  Author: dwallace
Revision: 133190

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-10 17:03:44 UTC (rev 133189)
+++ community-i686/PKGBUILD 2015-05-10 17:04:26 UTC (rev 133190)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Alfredo Palhares masterk...@masterkorp.net
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=cli interface for Github
-arch=('x86_64' 'i686')
-url=https://hub.github.com;
-depends=('git')
-makedepends=('go')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('cd1fb034c7793fd0f4fe1419eb253602accf0f9c051544112cc5d6fa6b449f26')
-
-build() {
-  cd $srcdir/$_pkgdir*
-
-  ./script/build
-  gzip --best -c man/hub.1 hub.1.gz
-
-}
-
-package() {
-  cd $srcdir/$_pkgdir*
-
-  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
-
-  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
-  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
-
-  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
-
-}

Copied: hub/repos/community-i686/PKGBUILD (from rev 133189, hub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-10 17:04:26 UTC (rev 133190)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Alfredo Palhares masterk...@masterkorp.net
+
+pkgname=hub
+_pkgdir=github-hub-
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=cli interface for Github
+arch=('x86_64' 'i686')
+url=https://hub.github.com;
+depends=('git')
+makedepends=('go')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
+sha256sums=('56d1c36ce476325bdc176a9ee0cb3e8e6d8cc352ab6a9cb47f01229b2b449694')
+
+build() {
+  cd $srcdir/$_pkgdir*
+
+  ./script/build
+  gzip --best -c man/hub.1 hub.1.gz
+
+}
+
+package() {
+  cd $srcdir/$_pkgdir*
+
+  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
+
+  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
+
+  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
+
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-10 17:03:44 UTC (rev 133189)
+++ community-x86_64/PKGBUILD   2015-05-10 17:04:26 UTC (rev 133190)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Alfredo Palhares masterk...@masterkorp.net
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=cli interface for Github
-arch=('x86_64' 'i686')
-url=https://hub.github.com;
-depends=('git')
-makedepends=('go')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('cd1fb034c7793fd0f4fe1419eb253602accf0f9c051544112cc5d6fa6b449f26')
-
-build() {
-  cd $srcdir/$_pkgdir*
-
-  ./script/build
-  gzip --best -c man/hub.1 hub.1.gz
-
-}
-
-package() {
-  cd $srcdir/$_pkgdir*
-
-  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
-
-  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
-  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
-
-  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
-
-}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 133189, 
hub/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   

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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 15:59:10
  Author: dwallace
Revision: 127925

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

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

---+
 community-i686/PKGBUILD   |   37 +
 community-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: hub/repos/community-i686/PKGBUILD (from rev 127924, hub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-18 14:59:10 UTC (rev 127925)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Alfredo Palhares masterk...@masterkorp.net
+
+pkgname=hub
+_pkgdir=github-hub-
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=cli interface for Github
+arch=('x86_64' 'i686')
+url=https://hub.github.com;
+depends=('git')
+makedepends=('go')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
+sha256sums=('cd1fb034c7793fd0f4fe1419eb253602accf0f9c051544112cc5d6fa6b449f26')
+
+build() {
+  cd $srcdir/$_pkgdir*
+
+  ./script/build
+  gzip --best -c man/hub.1 hub.1.gz
+
+}
+
+package() {
+  cd $srcdir/$_pkgdir*
+
+  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
+
+  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
+
+  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
+
+}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 127924, 
hub/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-18 14:59:10 UTC (rev 127925)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Alfredo Palhares masterk...@masterkorp.net
+
+pkgname=hub
+_pkgdir=github-hub-
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=cli interface for Github
+arch=('x86_64' 'i686')
+url=https://hub.github.com;
+depends=('git')
+makedepends=('go')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
+sha256sums=('cd1fb034c7793fd0f4fe1419eb253602accf0f9c051544112cc5d6fa6b449f26')
+
+build() {
+  cd $srcdir/$_pkgdir*
+
+  ./script/build
+  gzip --best -c man/hub.1 hub.1.gz
+
+}
+
+package() {
+  cd $srcdir/$_pkgdir*
+
+  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
+
+  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
+
+  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
+
+}