diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-28 12:48:35 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-28 12:48:35 +0100 |
commit | 4a83005c5eb92a9a39da2e0994176fe25cfc63f3 (patch) | |
tree | 7c1fb8a4493bd3183eda4bce5e2af4610b8b9d20 /community/highlight | |
parent | e108b597b5e54b8e2064cf44b3f4e625f466087f (diff) | |
parent | f898ca0bac349e5ffa815b91afbcc852956d8913 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/sed/PKGBUILD
extra/tcl/PKGBUILD
extra/transmission/PKGBUILD
Diffstat (limited to 'community/highlight')
-rw-r--r-- | community/highlight/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/highlight/PKGBUILD b/community/highlight/PKGBUILD index 497291cc2..77b142f7a 100644 --- a/community/highlight/PKGBUILD +++ b/community/highlight/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 81109 2012-12-12 00:47:35Z eric $ +# $Id: PKGBUILD 81704 2012-12-27 07:55:09Z bluewind $ # Maintainer: Florian Pritz <flo@xinu.at> # Contributor: Jan Fader <jan.fader@web.de> pkgbase=highlight pkgname=(highlight highlight-gui) pkgver=3.12 -pkgrel=2 +pkgrel=3 url="http://www.andre-simon.de/doku/highlight/highlight.html" license=('GPL') arch=('i686' 'x86_64' 'mips64el') @@ -26,7 +26,7 @@ build() { package_highlight() { pkgdesc="Fast and flexible source code highlighter (CLI version)" - depends=('lua') + depends=('lua51') cd "$srcdir/$pkgbase-$pkgver" make DESTDIR="$pkgdir" install |