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 880fa3218..7f1101e51 100644 --- a/community/highlight/PKGBUILD +++ b/community/highlight/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 98015 2013-10-03 17:42:09Z bluewind $ +# $Id: PKGBUILD 100546 2013-11-05 19:47:43Z bluewind $ # Maintainer: Florian Pritz <flo@xinu.at> # Contributor: Jan Fader <jan.fader@web.de> pkgbase=highlight pkgname=(highlight highlight-gui) -pkgver=3.16 +pkgver=3.16.1 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=('88558766efc5109f07b7f5b78e62aea2' +md5sums=('688bb537db149dc720b9ef1ffc796ced' 'SKIP') build() { |