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

Felix Yan fyan at archlinux.org
Wed May 11 07:27:14 UTC 2016


    Date: Wednesday, May 11, 2016 @ 09:27:14
  Author: fyan
Revision: 267784

prepare 1.9.4, fixing python tests

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-11 07:23:31 UTC (rev 267783)
+++ PKGBUILD	2016-05-11 07:27:14 UTC (rev 267784)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu <jason at archlinux.org>
 
 pkgname=subversion
-pkgver=1.9.3
-pkgrel=2
+pkgver=1.9.4
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/"
@@ -32,7 +32,7 @@
         svnserve.service
         subversion.rpath.fix.patch
         fix_ruby22_tests.patch)
-md5sums=('243036eb28b50ce517fc228eb3250add'
+md5sums=('29121a038f87641055a8183f49e9739f'
          'SKIP'
          'a0db6dd43af33952739b6ec089852630'
          'af1dd703cc28e61d2e2a132ce3eec37a'
@@ -50,7 +50,7 @@
    cd ${pkgname}-${pkgver}
    patch -Np0 -i ../subversion.rpath.fix.patch
    patch -p1 -i ../fix_ruby22_tests.patch
-   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/hook-scripts/{,mailer/{,tests/}}*.py
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
 }
 
 build() {



More information about the arch-commits mailing list