diff options
Diffstat (limited to 'tea')
-rw-r--r-- | tea/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tea/PKGBUILD b/tea/PKGBUILD index f43a5ca18..47293bdc7 100644 --- a/tea/PKGBUILD +++ b/tea/PKGBUILD @@ -11,7 +11,7 @@ pkgname=tea pkgver=47.0.1 pkgrel=1 pkgdesc="A Qt-based text editor for Linux and *BSD with an ultimate small size, providing hundreds of functions" -arch=('i686' 'x86_64') +arch=('i686' 'pentium4' 'x86_64') url="http://semiletov.org/tea/" license=('GPL') depends=('qt5-base' 'qt5-declarative' 'gcc-libs' 'aspell' 'hunspell') |