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

Christian Hesse eworm at archlinux.org
Fri Feb 24 21:17:30 UTC 2017


    Date: Friday, February 24, 2017 @ 21:17:30
  Author: eworm
Revision: 289495

upgpkg: git 2.12.0-1

new upstream release

Modified:
  git/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-24 21:17:22 UTC (rev 289494)
+++ PKGBUILD	2017-02-24 21:17:30 UTC (rev 289495)
@@ -2,8 +2,8 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=git
-pkgver=2.11.1
-pkgrel=2
+pkgver=2.12.0
+pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
 url="http://git-scm.com/"
@@ -23,15 +23,15 @@
 replaces=('git-core')
 provides=('git-core')
 install=git.install
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
 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=('2970ae6cd234b2fca4f2d14ba4226f35'
-         'SKIP'
-         '042524f942785772d7bd52a1f02fe5ae'
-         'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+sha256sums=('1821766479062d052cc1897d0ded95212e81e5c7f1039786bc4aec2225a32027'
+            'SKIP'
+            '3bc3250d9e04b05c41975c01f85f512d3386d60b41475cbc7292bc88148852f6'
+            'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')
 
 build() {
   export PYTHON_PATH='/usr/bin/python2'
@@ -105,7 +105,6 @@
   # scripts are for python 2.x
   sed -i 's|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|' \
     $(find "$pkgdir" -name '*.py') \
-    "$pkgdir"/usr/share/git/gitview/gitview \
     "$pkgdir"/usr/share/git/remote-helpers/git-remote-bzr \
     "$pkgdir"/usr/share/git/remote-helpers/git-remote-hg
   sed -i 's|#![ ]*/usr/bin/python$|#!/usr/bin/python2|' \



More information about the arch-commits mailing list