diff options
author | Florian Pritz <bluewind@xssn.at> | 2009-10-22 17:22:10 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2009-10-22 17:22:10 +0200 |
commit | 27a87d5d108490d90b6be4e0003bcd2f6320b3ce (patch) | |
tree | 6388bf3a4d4bbfb0b950093e93395a409105347c | |
parent | ec47d6357df8625dd5989f64246f384c41eb8be8 (diff) | |
download | aur-packages-27a87d5d108490d90b6be4e0003bcd2f6320b3ce.tar.gz aur-packages-27a87d5d108490d90b6be4e0003bcd2f6320b3ce.tar.xz |
highlight: upstream update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r-- | highlight/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/highlight/PKGBUILD b/highlight/PKGBUILD index 6b921fc..71e67de 100644 --- a/highlight/PKGBUILD +++ b/highlight/PKGBUILD @@ -1,6 +1,6 @@ # Contributor: Jan Fader <jan.fader@web.de> pkgname=highlight -pkgver=2.12 +pkgver=2.13 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=('0c696d6fc3f0f1a3766b325f245f9493') +md5sums=('1f5d325e24f25d7d17d223c8ab3a2785') build() { cd "$startdir/src/$pkgname-$pkgver" |