diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-08-28 13:28:31 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-08-28 13:28:31 +0000 |
commit | 876dd16bd66b67b14bec62d2408f1479f9a03aa3 (patch) | |
tree | a01729d72bca136276adbaaf3c272d1c60fc0e5d /testing | |
parent | 641fc95383be633859e0c4cd1a22b95b3ef10c79 (diff) | |
download | aports-876dd16bd66b67b14bec62d2408f1479f9a03aa3.tar.bz2 aports-876dd16bd66b67b14bec62d2408f1479f9a03aa3.tar.xz |
testing/thunderbird-extension-enigmail: force arch to x86_64 since thunderbird is available only this arch
Diffstat (limited to 'testing')
-rw-r--r-- | testing/thunderbird-extension-enigmail/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/thunderbird-extension-enigmail/APKBUILD b/testing/thunderbird-extension-enigmail/APKBUILD index 32eea13f24..9148d5939b 100644 --- a/testing/thunderbird-extension-enigmail/APKBUILD +++ b/testing/thunderbird-extension-enigmail/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.0.12 pkgrel=0 pkgdesc="OpenPGP message encryption and authentication for Thunderbird" url="https://www.enigmail.net/" -arch="noarch" +arch="x86_64" license="MPL-2.0 AND GPL-3.0-or-later" depends="thunderbird gnupg" makedepends="zip python2 perl" |