diff options
author | root <root@rshg054.dnsready.net> | 2012-05-04 00:01:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-04 00:01:57 +0000 |
commit | 0a24fb835cac4007388213ad0afb15257b035b14 (patch) | |
tree | 799a160f6daeb40ccbb6f1d06e7ef3ea0caaf660 /community/highlight | |
parent | 5520a8b04cecf4af812cbf2285e9ab6efabe147f (diff) |
Fri May 4 00:01:56 UTC 2012
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 48ead4c0d..5b97f4f33 100644 --- a/community/highlight/PKGBUILD +++ b/community/highlight/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 66907 2012-03-01 10:58:35Z bluewind $ +# $Id: PKGBUILD 70241 2012-05-02 18:03:17Z bluewind $ # Maintainer: Florian Pritz <flo@xinu.at> # Contributor: Jan Fader <jan.fader@web.de> pkgbase=highlight pkgname=(highlight highlight-gui) -pkgver=3.8 +pkgver=3.9 pkgrel=1 url="http://www.andre-simon.de/doku/highlight/highlight.html" license=('GPL') arch=('i686' 'x86_64') makedepends=(qt lua boost) source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2) -md5sums=('e15030b5e6115d7b4f7c635246ceec0a') +md5sums=('8b666baaf3638cc4b4f26b84816bc558') build() { cd "$srcdir/$pkgbase-$pkgver" |