summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-09-12 13:28:17 -0400
committerAndrew Sun2019-09-12 13:28:17 -0400
commitbb54cd09700ca20bbb65e0d4b652ebcbe41cd7e8 (patch)
treeab194cde4307a26149b7837f5fe8039323b4b003 /PKGBUILD
parentf4efe78d92bc4c6be2ee02749fe970131c06e425 (diff)
downloadaur-bb54cd09700ca20bbb65e0d4b652ebcbe41cd7e8.tar.gz
add pentium4, i486 archs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')