diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-04-05 12:19:47 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-04-05 12:19:47 +0200 |
commit | 952f23288a0ba083f70b7d8ee5c580b3266202be (patch) | |
tree | 39255589301a5afa635012afea90aaaf34407d7e /highlight/PKGBUILD | |
parent | 1e4c494a66ff91f1c8e75709791a28394a0b865a (diff) | |
download | aur-packages-952f23288a0ba083f70b7d8ee5c580b3266202be.tar.gz aur-packages-952f23288a0ba083f70b7d8ee5c580b3266202be.tar.xz |
update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'highlight/PKGBUILD')
-rw-r--r-- | highlight/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/highlight/PKGBUILD b/highlight/PKGBUILD index 208785d..332fe2c 100644 --- a/highlight/PKGBUILD +++ b/highlight/PKGBUILD @@ -1,6 +1,6 @@ # Contributor: Jan Fader <jan.fader@web.de> pkgname=highlight -pkgver=2.15 +pkgver=2.16 pkgrel=1 pkgdesc="Highlight converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, XML and terminal escape sequences with coloured syntax highlighting. Language definitions, colour themes and indentation schemes are customizable" url="http://www.andre-simon.de/doku/highlight/highlight.html" @@ -8,7 +8,7 @@ license=('GPL') arch=('i686' 'x86_64') install= source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2) -md5sums=('56a6341a16bbf059e0182c21d3b8aa76') +md5sums=('08f1429a6db258ab1a7eecbb4e0d44b2') build() { cd "$startdir/src/$pkgname-$pkgver" |