summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d9d1df1997b..269524fd6db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Eric Le Lay <contact at elelay dot fr>
pkgname=ansifilter
-pkgver=2.19
+pkgver=2.20
pkgrel=1
pkgdesc="remove or convert ANSI codes to another format"
arch=('i686' 'x86_64' 'pentium4' 'i486')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('glibc' 'gcc-libs')
options=(!debug)
source=("http://www.andre-simon.de/zip/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('f9c27b1883914a1b1d4965f4c49b2be502e2a9fc9dd3f61123abeae989c354bc')
+sha256sums=('35ec9d71a7f4e5601337937c7734b32a6e346c0f054f4d316376823cfe679067')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"