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

Dan McGee dan at archlinux.org
Sat Feb 27 15:36:15 UTC 2016


    Date: Saturday, February 27, 2016 @ 16:36:14
  Author: dan
Revision: 260313

upgpkg: git 2.7.2-1

Modified:
  git/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-27 15:32:50 UTC (rev 260312)
+++ PKGBUILD	2016-02-27 15:36:14 UTC (rev 260313)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=git
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -26,15 +26,21 @@
 source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz"
         "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign"
         git-daemon at .service
-        git-daemon.socket)
-md5sums=('eece7b1e87983271621a0cb6aab37a25'
+        git-daemon.socket
+        0001-t8005-avoid-grep-on-non-ASCII-data.patch
+        0001-t9200-avoid-grep-on-non-ASCII-data.patch)
+md5sums=('b14189d9d9ea32274e51c7a4240ffc15'
          'SKIP'
          '042524f942785772d7bd52a1f02fe5ae'
-         'f67869315c2cc112e076f0c73f248002')
+         'f67869315c2cc112e076f0c73f248002'
+         '962d0aefc0d1e8988de4cadc64dfb4c0'
+         '8ca170a285fa030f6eb629b5c67c16bd')
 validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 < "$srcdir/0001-t8005-avoid-grep-on-non-ASCII-data.patch"
+  patch -Np1 < "$srcdir/0001-t9200-avoid-grep-on-non-ASCII-data.patch"
 }
 
 build() {



More information about the arch-commits mailing list