[arch-commits] Commit in subversion/trunk (PKGBUILD)
Stéphane Gaudreault
stephane at archlinux.org
Sat Apr 7 19:20:11 UTC 2012
Date: Saturday, April 7, 2012 @ 15:20:11
Author: stephane
Revision: 155854
upgpkg: subversion 1.7.4-3
Include symlinks for bash completion (fix FS#29327)
Modified:
subversion/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-04-07 18:04:19 UTC (rev 155853)
+++ PKGBUILD 2012-04-07 19:20:11 UTC (rev 155854)
@@ -5,7 +5,7 @@
pkgname=subversion
pkgver=1.7.4
-pkgrel=2
+pkgrel=3
pkgdesc="A Modern Concurrent Version Control System"
arch=('i686' 'x86_64')
license=('APACHE')
@@ -73,4 +73,8 @@
install -Dm 644 tools/client-side/bash_completion \
"${pkgdir}"/usr/share/bash-completion/completions/subversion
+ for i in svn svnadmin svndumpfilter svnlook svnsync svnversion; do
+ ln -sf subversion "${pkgdir}"/usr/share/bash-completion/completions/${i}
+ done
+
}
More information about the arch-commits
mailing list