Date: Monday, February 25, 2019 @ 00:44:51 Author: eschwartz Revision: 435640
archrelease: copy trunk to community-x86_64 Added: hub/repos/community-x86_64/PKGBUILD (from rev 435639, hub/trunk/PKGBUILD) Deleted: hub/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 98 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-02-25 00:44:33 UTC (rev 435639) +++ PKGBUILD 2019-02-25 00:44:51 UTC (rev 435640) @@ -1,49 +0,0 @@ -# Maintainer: Johannes Löthberg <johan...@kyriasis.com> -# Maintainer: Eli Schwartz <eschwa...@archlinux.org> -# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> -# Contributor: Alfredo Palhares <masterk...@masterkorp.net> - -pkgname=hub -pkgver=2.9.0 -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=('48aa49cd6eb14a4ea243019323bb0b8b193fc8c3fbdcc3597f87cca11ae0394c') - -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 -} Copied: hub/repos/community-x86_64/PKGBUILD (from rev 435639, hub/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-02-25 00:44:51 UTC (rev 435640) @@ -0,0 +1,49 @@ +# Maintainer: Johannes Löthberg <johan...@kyriasis.com> +# Maintainer: Eli Schwartz <eschwa...@archlinux.org> +# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> +# Contributor: Alfredo Palhares <masterk...@masterkorp.net> + +pkgname=hub +pkgver=2.10.0 +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=('c1599a7387df5de6cd309094525a1f14728ca9d09cc5e168805e8fcec829e13f') + +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 +}