summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f663021c74c7..04c375fd62fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ansi2html
pkgdesc = Convert ANSI (terminal) colours and attributes to HTML
- pkgver = 0.16
- pkgrel = 10
+ pkgver = 0.23
+ pkgrel = 14
url = http://www.pixelbeat.org/docs/terminal_colours/
arch = any
license = GPL
depends = sh
source = https://raw.github.com/pixelb/scripts/master/scripts/ansi2html.sh
- md5sums = 2131e5d2baaa8a02d43dd7bbe667be1e
+ md5sums = dec1fc3907659aca07c5f6e086a4d1f6
pkgname = ansi2html
diff --git a/PKGBUILD b/PKGBUILD
index 74002aead47c..98c831da524f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: csllbr
pkgname=ansi2html
-pkgver='0.16'
-pkgrel=11
+pkgver='0.23'
+pkgrel=14
pkgdesc="Convert ANSI (terminal) colours and attributes to HTML"
arch=('any')
url="http://www.pixelbeat.org/docs/terminal_colours/"
@@ -15,4 +15,4 @@ package() {
install -D $srcdir/ansi2html.sh $pkgdir/usr/bin/ansi2html
}
-md5sums=('de940a9961874148cfb15d81b2caaf85')
+md5sums=('dec1fc3907659aca07c5f6e086a4d1f6')