Date: Wednesday, December 2, 2015 @ 20:41:05 Author: foutrelis Revision: 252125
upgpkg: git 2.6.3-1 New upstream release. Modified: git/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-02 18:29:46 UTC (rev 252124) +++ PKGBUILD 2015-12-02 19:41:05 UTC (rev 252125) @@ -2,7 +2,7 @@ # Maintainer: Dan McGee <[email protected]> pkgname=git -pkgver=2.6.2 +pkgver=2.6.3 pkgrel=1 pkgdesc="the fast distributed version control system" arch=(i686 x86_64) @@ -27,7 +27,7 @@ "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign" [email protected] git-daemon.socket) -md5sums=('32ae5ad29763fc927bfcaeab55385fd9' +md5sums=('5a6375349c3f13c8dbbabfc327bae429' 'SKIP' '042524f942785772d7bd52a1f02fe5ae' 'f67869315c2cc112e076f0c73f248002') @@ -58,6 +58,10 @@ local jobs jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true mkdir -p /dev/shm/git-test + # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh + # which is caused by 'git rebase' trying to use builduser's SHELL inside the + # build chroot (i.e.: /usr/bin/nologin) + SHELL=/bin/sh \ make prefix=/usr gitexecdir=/usr/lib/git-core \ CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \ USE_LIBPCRE=1 \
