diff options
Diffstat (limited to 'main/swig/APKBUILD')
-rw-r--r-- | main/swig/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/swig/APKBUILD b/main/swig/APKBUILD index df24b9dd3c..d3bae1efc9 100644 --- a/main/swig/APKBUILD +++ b/main/swig/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.0.1 pkgrel=0 pkgdesc="SWIG is a compiler that makes it easy to integrate C and C++ code with scripting languages" url="http://www.swig.org/" -arch="x86 x86_64" +arch="all" license="custom" depends="guile" makedepends="zlib-dev pcre-dev" |