[arch-commits] Commit in hub/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Thu Dec 13 22:18:56 UTC 2018


    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 <masterkorp at masterkorp.net>
 
 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 's at 1.ronn bin/ronn at 1.ronn@;s at bin/ronn at ronn@' src/github.com/github/hub/Makefile
+  sed -i 's at .man-pages.stamp: bin/ronn at .man-pages.stamp:@;s at bin/ronn at ronn@' src/github.com/github/hub/Makefile
 }
 
 build() {



More information about the arch-commits mailing list