diff options
author | Alaksiej Stankievič | 2020-10-09 21:38:05 +0200 |
---|---|---|
committer | Alaksiej Stankievič | 2020-10-09 21:38:05 +0200 |
commit | 6d5215ec6b4766d3bef97b9fb6626ff10abc52f6 (patch) | |
tree | 0b78d851a6c740040202de19672a6310a4aaf462 | |
parent | 2db51957be2da617d741e53fa44029a7654fcf86 (diff) | |
download | aur-6d5215ec6b4766d3bef97b9fb6626ff10abc52f6.tar.gz |
Respecify architecture to any
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ pkgver=0.01 pkgrel=1 pkgdesc="Belarusian dictionary for aspell." url="http://aspell.net" -arch=('i686' 'x86_64') +arch=('any') license=('GPL2') depends=('aspell') source=("ftp://ftp.gnu.org/gnu/aspell/dict/be/${_distname}-${pkgver}.tar.bz2") |