summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59e58f8b2296..60d3e27691e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = ansifilter
url = http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php
arch = i686
arch = x86_64
+ arch = pentium4
+ arch = i486
license = GPL3
depends = gcc-libs
source = http://www.andre-simon.de/zip/ansifilter-2.14.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index c8458b782c54..d983d64f9ac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
# Contributor: Eric Le Lay <contact at elelay dot fr>
pkgname=ansifilter
pkgver=2.14
pkgrel=1
pkgdesc="remove or convert ANSI codes to another format"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'pentium4' 'i486')
url="http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php"
license=('GPL3')
depends=('gcc-libs')