diff options
Diffstat (limited to 'extra/subversion/PKGBUILD')
-rw-r--r-- | extra/subversion/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/subversion/PKGBUILD b/extra/subversion/PKGBUILD index f8664fb03..781554d9a 100644 --- a/extra/subversion/PKGBUILD +++ b/extra/subversion/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 204824 2014-01-28 03:33:08Z td123 $ +# $Id: PKGBUILD 206046 2014-02-16 10:53:26Z andyrtr $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> @@ -6,7 +6,7 @@ pkgname=subversion pkgver=1.8.5 -pkgrel=2 +pkgrel=3 pkgdesc="A Modern Concurrent Version Control System" arch=('i686' 'x86_64') url="http://subversion.apache.org/" @@ -49,7 +49,7 @@ build() { export PYTHON=/usr/bin/python2 ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \ --with-zlib=/usr --with-serf=/usr --with-apxs \ - --with-sqlite=/usr --with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \ + --with-sqlite=/usr \ --enable-javahl --with-gnome-keyring --with-kwallet \ --with-apache-libexecdir=/usr/lib/httpd/modules \ --with-ruby-sitedir=/usr/lib/ruby/vendor_ruby \ |