diff options
Diffstat (limited to 'community/highlight/PKGBUILD')
-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 230900634..48ead4c0d 100644 --- a/community/highlight/PKGBUILD +++ b/community/highlight/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 61683 2012-01-06 14:16:13Z bluewind $ +# $Id: PKGBUILD 66907 2012-03-01 10:58:35Z bluewind $ # Maintainer: Florian Pritz <flo@xinu.at> # Contributor: Jan Fader <jan.fader@web.de> pkgbase=highlight pkgname=(highlight highlight-gui) -pkgver=3.7 +pkgver=3.8 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=('dab2d059f4115b5ac0b5d329401d883b') +md5sums=('e15030b5e6115d7b4f7c635246ceec0a') build() { cd "$srcdir/$pkgbase-$pkgver" |