summaryrefslogtreecommitdiff
path: root/community/highlight/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/highlight/PKGBUILD')
-rw-r--r--community/highlight/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/highlight/PKGBUILD b/community/highlight/PKGBUILD
index 1b7669eb2..880fa3218 100644
--- a/community/highlight/PKGBUILD
+++ b/community/highlight/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 95716 2013-08-15 21:40:32Z bluewind $
+# $Id: PKGBUILD 98015 2013-10-03 17:42:09Z bluewind $
# Maintainer: Florian Pritz <flo@xinu.at>
# Contributor: Jan Fader <jan.fader@web.de>
pkgbase=highlight
pkgname=(highlight highlight-gui)
-pkgver=3.15
+pkgver=3.16
pkgrel=1
url="http://www.andre-simon.de/doku/highlight/highlight.html"
license=('GPL')
arch=('i686' 'x86_64' 'mips64el')
makedepends=(qt4 lua boost)
source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('ca89c1f01449059459d8cb173a9cf2dc'
+md5sums=('88558766efc5109f07b7f5b78e62aea2'
'SKIP')
build() {
@@ -29,7 +29,7 @@ package_highlight() {
}
package_highlight-gui() {
- pkgdesc="Fast and flexible source code highlighter (QT version)"
+ pkgdesc="Fast and flexible source code highlighter (Qt version)"
depends=('qt4' 'highlight')
cd "$srcdir/$pkgbase-$pkgver"