summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-01-30 10:09:01 -0500
committerAndrew Sun2020-01-30 10:09:01 -0500
commit27fe40a2f3f23a108f79725c4b4af053b068d48c (patch)
tree9cdab112602e9b29e49c3db1c0df4b13272f72d9
parent02abb4b4506ff239af4d08a15b33b7a4608b9124 (diff)
downloadaur-27fe40a2f3f23a108f79725c4b4af053b068d48c.tar.gz
2.16
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00f68cd896d3..e3bf99b3f058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ansifilter
pkgdesc = remove or convert ANSI codes to another format
- pkgver = 2.15
+ pkgver = 2.16
pkgrel = 1
url = http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php
arch = i686
@@ -9,9 +9,9 @@ pkgbase = ansifilter
arch = i486
license = GPL3
depends = gcc-libs
- source = http://www.andre-simon.de/zip/ansifilter-2.15.tar.bz2
+ source = http://www.andre-simon.de/zip/ansifilter-2.16.tar.bz2
source = ansifilter-flags.patch
- sha256sums = 7eea2ffaf3b829722304b57745321eecd7eec2b4be1027b22ed6cd6e14a4a11f
+ sha256sums = 7fcd2fa3520bce2bd3834c299f533cbfb43a29a095c83e8fea372a383dfbbaf2
sha256sums = 2d2feb27f4e07a78c95d423ecea144e225940508004e023d21c8bb67ae77c72a
pkgname = ansifilter
diff --git a/.gitignore b/.gitignore
index ddf088ce2a33..185945012c4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
*.tar.bz2
-*.pkg.tar.xz
+*.tar.xz
+*.tar.zst
+*.log
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index 25f79dd7d207..50c69d9870d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Eric Le Lay <contact at elelay dot fr>
pkgname=ansifilter
-pkgver=2.15
+pkgver=2.16
pkgrel=1
pkgdesc="remove or convert ANSI codes to another format"
arch=('i686' 'x86_64' 'pentium4' 'i486')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('gcc-libs')
source=("http://www.andre-simon.de/zip/${pkgname}-${pkgver}.tar.bz2"
"ansifilter-flags.patch")
-sha256sums=('7eea2ffaf3b829722304b57745321eecd7eec2b4be1027b22ed6cd6e14a4a11f'
+sha256sums=('7fcd2fa3520bce2bd3834c299f533cbfb43a29a095c83e8fea372a383dfbbaf2'
'2d2feb27f4e07a78c95d423ecea144e225940508004e023d21c8bb67ae77c72a')
prepare() {