summaryrefslogtreecommitdiff
path: root/extra/source-highlight/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-23 00:01:14 +0000
committerroot <root@rshg054.dnsready.net>2012-03-23 00:01:14 +0000
commit1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (patch)
treed786dcc22bc7f01d7629eb8a07415d2a904fc015 /extra/source-highlight/PKGBUILD
parent39e662ccfbe62ae77d458159d192816171a22f43 (diff)
Fri Mar 23 00:01:14 UTC 2012
Diffstat (limited to 'extra/source-highlight/PKGBUILD')
-rw-r--r--extra/source-highlight/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/source-highlight/PKGBUILD b/extra/source-highlight/PKGBUILD
index f4178d806..2023709ab 100644
--- a/extra/source-highlight/PKGBUILD
+++ b/extra/source-highlight/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 152224 2012-03-05 08:56:36Z ibiru $
+# $Id: PKGBUILD 153975 2012-03-21 06:31:40Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=source-highlight
pkgver=3.1.6
-pkgrel=2
+pkgrel=3
pkgdesc="Convert source code to syntax highlighted document"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/src-highlite/"
license=('GPL')
-depends=('gcc-libs' 'bash' 'boost-libs')
+depends=('bash' 'boost-libs')
makedepends=('ctags' 'boost')
options=('!libtool')
install=$pkgname.install
@@ -21,7 +21,7 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
- --with-bash-completion=${pkgdir}/etc/bash_completion.d
+ --with-bash-completion=${pkgdir}/usr/share/bash-completion/completions
make
}