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

Stéphane Gaudreault stephane at archlinux.org
Sat Apr 7 15:40:23 UTC 2012


    Date: Saturday, April 7, 2012 @ 11:40:22
  Author: stephane
Revision: 155842

upgpkg: subversion 1.7.4-2

Update of bash completions location; sqlite3 -> sqlite pkgname change

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-07 14:46:07 UTC (rev 155841)
+++ PKGBUILD	2012-04-07 15:40:22 UTC (rev 155842)
@@ -1,22 +1,23 @@
 # $Id$
-# Maintainer: Paul Mattal <paul at archlinux.org>
+# Maintainer: 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.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite3' 'file')
+depends=('neon' 'apr-util' 'sqlite' 'file')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn bash completion' \
-            'python2: for some hook scripts' 'ruby: for some hook scripts')
+            'python2: for some hook scripts' 'ruby: for some hook scripts' 'java-environment')
 makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 'java-environment'
              'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 url="http://subversion.apache.org/"
 provides=('svn')
-options=('!makeflags' '!libtool')
+options=('!makeflags' '!libtool' '!emptydirs')
 source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
         svnserve svn svnserve.conf subversion.rpath.fix.patch)
 sha1sums=('57a3cd351c1dbedddd020e7a1952df6cd2674527'
@@ -70,7 +71,6 @@
    install -D -m 644 "${srcdir}"/svn "${pkgdir}"/etc/xinetd.d/svn
    install -D -m 644 "${srcdir}"/svnserve.conf "${pkgdir}"/etc/conf.d/svnserve
 
-   # bash completion
    install -Dm 644 tools/client-side/bash_completion \
-     "${pkgdir}"/etc/bash_completion.d/subversion
+     "${pkgdir}"/usr/share/bash-completion/completions/subversion
 }




More information about the arch-commits mailing list