summaryrefslogtreecommitdiff
path: root/extra/source-highlight/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-23 12:18:02 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-23 12:18:02 -0300
commitbf1c001b59869cf10e5921b4f38d1f69db2db76c (patch)
treea472ad2701076586f54fbd0859fe2e5c8311184b /extra/source-highlight/PKGBUILD
parentaebba8cfcb8c0ef8befa351c73fbd228e07475e2 (diff)
parent1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/cdemu-daemon/60-vhba.rules community-testing/cdemu-daemon/PKGBUILD community-testing/cdemu-daemon/cdemud.install community/guake/PKGBUILD core/openssl/PKGBUILD extra/mesa/PKGBUILD gnome-unstable/epiphany/PKGBUILD gnome-unstable/folks/PKGBUILD gnome-unstable/gjs/PKGBUILD gnome-unstable/gnome-online-accounts/PKGBUILD gnome-unstable/gobject-introspection/PKGBUILD multilib/lib32-mesa/PKGBUILD multilib/lib32-openssl/PKGBUILD testing/dhcpcd/PKGBUILD
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 29d25d4b2..e879e6e6c 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' 'mips64el')
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
}