Date: Friday, February 1, 2019 @ 00:46:18
  Author: eschwartz
Revision: 428978

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  100 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 49 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-02-01 00:45:57 UTC (rev 428977)
+++ PKGBUILD    2019-02-01 00:46:18 UTC (rev 428978)
@@ -1,51 +0,0 @@
-# Maintainer: Johannes Löthberg <[email protected]>
-# Maintainer: Eli Schwartz <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Alfredo Palhares <[email protected]>
-
-pkgname=hub
-pkgver=2.7.1
-pkgrel=2
-
-pkgdesc="cli interface for Github"
-url="https://hub.github.com";
-arch=('x86_64')
-license=('MIT')
-
-depends=('git')
-makedepends=('go-pie' 'ruby-ronn')
-
-source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz";)
-sha256sums=('83fac8b47b2f56da1e7366688df4bd0eeb5fa20bde5d3de39792ea1cc1d15cd4')
-
-prepare() {
-  mkdir -p src/github.com/github
-  cp -r hub-$pkgver src/github.com/github/hub
-
-  sed -i '[email protected]: bin/[email protected]:@;s@bin/ronn@ronn@' 
src/github.com/github/hub/Makefile
-}
-
-build() {
-  cd src/github.com/github/hub
-
-  GOPATH="$srcdir" make
-  make man-pages
-}
-
-# Fails with weird 'loadinternal' errors, needs more investigation.
-#check() {
-#  cd src/github.com/github/hub
-#
-#  GOPATH="$srcdir" make test
-#}
-
-package() {
-  cd src/github.com/github/hub
-
-  make PREFIX="$pkgdir"/usr install
-
-  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 etc/hub.fish_completion 
"$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
-}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 428977, 
hub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-02-01 00:46:18 UTC (rev 428978)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg <[email protected]>
+# Maintainer: Eli Schwartz <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Alfredo Palhares <[email protected]>
+
+pkgname=hub
+pkgver=2.8.4
+pkgrel=1
+
+pkgdesc="cli interface for Github"
+url="https://hub.github.com";
+arch=('x86_64')
+license=('MIT')
+
+depends=('git')
+makedepends=('go-pie')
+
+source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz";)
+sha256sums=('0aa1342ac5701dc9b7e787ad69640ede06fc84cbe88fb63440b81aca4d4b6273')
+
+prepare() {
+  mkdir -p src/github.com/github
+  cp -r hub-$pkgver src/github.com/github/hub
+}
+
+build() {
+  cd src/github.com/github/hub
+
+  export GOPATH="$srcdir"
+  make
+  make man-pages
+}
+
+check() {
+  cd src/github.com/github/hub
+
+  GOPATH="$srcdir" make test
+}
+
+package() {
+  cd src/github.com/github/hub
+
+  make PREFIX="$pkgdir"/usr install
+
+  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 etc/hub.fish_completion 
"$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
+}

Reply via email to