diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-08 15:15:36 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-08 15:15:36 -0300 |
commit | 79836a031d6d4c48982b4cbffb40bf6bf09b3798 (patch) | |
tree | e6092df6df7e313d6637c35645bd2b1d174930bd /community/highlight | |
parent | 38e55a4f9ca44d32cc497abdafe5bcd4df23704b (diff) | |
parent | 6aeb515f4afd10afb53b21df18d03b0d5f3a200f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ruby-gtk2/PKGBUILD
community/scite/PKGBUILD
extra/pulseaudio/PKGBUILD
multilib/lib32-libsamplerate/PKGBUILD
staging/kdelibs/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 2f29fb30d..0644c49c9 100644 --- a/community/highlight/PKGBUILD +++ b/community/highlight/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 56750 2011-10-11 20:34:16Z bluewind $ +# $Id: PKGBUILD 61683 2012-01-06 14:16:13Z bluewind $ # Maintainer: Florian Pritz <flo@xinu.at> # Contributor: Jan Fader <jan.fader@web.de> pkgbase=highlight pkgname=(highlight highlight-gui) -pkgver=3.6 +pkgver=3.7 pkgrel=1 url="http://www.andre-simon.de/doku/highlight/highlight.html" license=('GPL') arch=('i686' 'x86_64' 'mips64el') makedepends=(qt lua boost) source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2) -md5sums=('b23093dba7c44a7628ee5c97e68c9941') +md5sums=('dab2d059f4115b5ac0b5d329401d883b') build() { cd "$srcdir/$pkgbase-$pkgver" |