diff options
-rw-r--r-- | testing/hub/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/hub/APKBUILD b/testing/hub/APKBUILD index 98be5bc285..f4d3fba037 100644 --- a/testing/hub/APKBUILD +++ b/testing/hub/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Eivind Uggedal <eu@eju.no> # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=hub -pkgver=2.11.2 +pkgver=2.12.0 pkgrel=0 pkgdesc="Extends git with extra features for GitHub" url="https://hub.github.com/" @@ -27,19 +27,16 @@ prepare() { } build() { - cd "$builddir" export GOPATH="$srcdir" make make man-pages } check() { - cd "$builddir" bin/hub --version } package() { - cd "$builddir" make PREFIX="$pkgdir"/usr install } @@ -70,4 +67,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/$pkgname.fish } -sha512sums="3b8230d1ee6619c2fe502cd3a7ad04aeab4ca77a6251c4d50c87addad3e3cbb043c8c102b080cb7a528e1d72f1ac6a59d8ca1c024f15601aa35b74961590420d hub-2.11.2.tar.gz" +sha512sums="5246070238e3c021b57e334989f01bde2b48c51a3a1bd8f419ea3e0bb9697048d1c8f58e2bfdac17ef3ed8996d6f1cd41a09f3d93c641c6eb404e0fcae9bae11 hub-2.12.0.tar.gz" |