diff options
Diffstat (limited to 'community/wine/APKBUILD')
-rw-r--r-- | community/wine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wine/APKBUILD b/community/wine/APKBUILD index f9bcc0ba80..e4ad76e3ef 100644 --- a/community/wine/APKBUILD +++ b/community/wine/APKBUILD @@ -8,7 +8,7 @@ _pkgver=${pkgver/_/-} pkgrel=0 pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com" -arch="x86 x86_64" +arch="x86_64" license="LGPL2+" subpackages="$pkgname-libs $pkgname-dev $pkgname-doc" depends_dev="$pkgname perl" |