summaryrefslogtreecommitdiff
path: root/community/highlight
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-04 01:59:50 -0700
committerroot <root@rshg054.dnsready.net>2013-10-04 01:59:50 -0700
commita1e8649c27451ac75f05b9b520d52b78e9f2913d (patch)
treeb71006b065dc0cd0a033f59b261db038c27e0e4b /community/highlight
parent7a89bde7057dae1b2a87ff0906dc797ebb4b2fc3 (diff)
Fri Oct 4 01:57:28 PDT 2013
Diffstat (limited to 'community/highlight')
-rw-r--r--community/highlight/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/highlight/PKGBUILD b/community/highlight/PKGBUILD
index 9bef8a4fe..a7defcdc1 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')
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"