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

Ángel Velásquez angvp at nymeria.archlinux.org
Sun Jun 30 22:54:17 UTC 2013


    Date: Monday, July 1, 2013 @ 00:54:16
  Author: angvp
Revision: 189228

upgpkg: subversion 1.8.0-1

Version bump to 1.8.0

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-30 19:58:41 UTC (rev 189227)
+++ PKGBUILD	2013-06-30 22:54:16 UTC (rev 189228)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
 # Contributor: Paul Mattal <paul at archlinux.org>
 # Contributor: Jason Chu <jason at archlinux.org>
 
 pkgname=subversion
-pkgver=1.7.10
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
@@ -25,17 +26,19 @@
         svnserve.tmpfiles
         svnserve.service
         subversion.rpath.fix.patch)
-md5sums=('4088a77e14232876c9b4ff1541e6e200'
+md5sums=('f053a9948dfe5c70eff5c00509723214'
          'a0db6dd43af33952739b6ec089852630'
          'c459e299192552f61578f3438abf0664'
          'bb2857eceafcfac35dde39dcffad2314'
          'e8020c7a1d1a0c47091b5fdd034f81c5'
          '6b4340ba9d8845cd8497e013ae01be3f')
+
+
 build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    export PYTHON=/usr/bin/python2
 
-   patch -Np0 -i ../subversion.rpath.fix.patch
+   #patch -Np0 -i ../subversion.rpath.fix.patch
    sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/hook-scripts/{,mailer/{,tests/}}*.py
 
    ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
@@ -44,7 +47,7 @@
                --enable-javahl --with-gnome-keyring --with-kwallet \
                --disable-static
 
-   make external-all
+   #make external-all
    make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all
    make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
      swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl javahl #swig-rb




More information about the arch-commits mailing list