diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-03-01 20:41:23 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-03-01 20:41:28 +0100 |
commit | 669802590369b3f606079f0c5192752bd97f0497 (patch) | |
tree | 9a474192318491ce02d426e1845d0747eda3cc54 /highlight | |
parent | 2e05b0f65a05ac902532b2b324e9d437054b644a (diff) | |
download | aur-packages-669802590369b3f606079f0c5192752bd97f0497.tar.gz aur-packages-669802590369b3f606079f0c5192752bd97f0497.tar.xz |
update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'highlight')
-rw-r--r-- | highlight/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/highlight/PKGBUILD b/highlight/PKGBUILD index a288a5d..208785d 100644 --- a/highlight/PKGBUILD +++ b/highlight/PKGBUILD @@ -1,6 +1,6 @@ # Contributor: Jan Fader <jan.fader@web.de> pkgname=highlight -pkgver=2.14 +pkgver=2.15 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=('1f29f0e9a9bf280e96912e1fa5706d0d') +md5sums=('56a6341a16bbf059e0182c21d3b8aa76') build() { cd "$startdir/src/$pkgname-$pkgver" |