Date: Thursday, December 13, 2018 @ 22:18:55 Author: eschwartz Revision: 416163
upgpkg: hub 2.6.1-1 upstream release Fixes crash when combined with git 2.20: https://github.com/github/hub/issues/1965 Modified: hub/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-13 22:07:38 UTC (rev 416162) +++ PKGBUILD 2018-12-13 22:18:55 UTC (rev 416163) @@ -3,7 +3,7 @@ # Contributor: Alfredo Palhares <[email protected]> pkgname=hub -pkgver=2.5.1 +pkgver=2.6.1 pkgrel=1 pkgdesc="cli interface for Github" @@ -15,13 +15,13 @@ makedepends=('go-pie' 'ruby-ronn') source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz") -sha256sums=('35fecdbcaf0afb6b7273a160cc169f76ec62b95105037ac3fc833b24573f9a4f') +sha256sums=('3a78f7fc8a024cc232463c664fecf0b49574f5205a49f2320886763c136ac000') 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 + sed -i '[email protected]: bin/[email protected]:@;s@bin/ronn@ronn@' src/github.com/github/hub/Makefile } build() {
