[arch-commits] Commit in subversion/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun May 26 21:10:08 UTC 2019
Date: Sunday, May 26, 2019 @ 21:10:07
Author: arojas
Revision: 354350
https
Modified:
subversion/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-26 21:09:35 UTC (rev 354349)
+++ PKGBUILD 2019-05-26 21:10:07 UTC (rev 354350)
@@ -9,7 +9,7 @@
pkgrel=1
pkgdesc="A Modern Concurrent Version Control System"
arch=('x86_64')
-url="http://subversion.apache.org/"
+url="https://subversion.apache.org/"
license=('APACHE')
depends=('file' 'libutf8proc' 'serf' 'sqlite' 'systemd')
makedepends=('apache' 'python2' 'perl' 'swig' 'java-environment>=8'
@@ -57,6 +57,7 @@
patch -Np0 -i ../subversion.rpath.fix.patch
patch -p1 -i ../ruby-frozen-nil.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/hook-scripts/{,mailer/{,tests/}}*.py subversion/tests/cmdline/*.py
+ sed -e 's|-classic||' -i build.conf # Fix build with swig 4.0
./autogen.sh
}
@@ -75,7 +76,7 @@
make LT_LDFLAGS="-L$Fdestdir/usr/lib"
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
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl javahl swig-rb -j1
}
check() {
More information about the arch-commits
mailing list