diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-12-18 18:56:02 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-12-18 18:56:02 +0100 |
commit | 766405e9fb2239f3b25782e574aad5f5b5144d28 (patch) | |
tree | 2ae0e93f2dd00a9be91438299d069637957b0d11 /libre/akonadi-contacts | |
parent | bd0f4dafa96344f27470094bf6aee97aa19fd0bb (diff) | |
download | abslibre-766405e9fb2239f3b25782e574aad5f5b5144d28.tar.gz abslibre-766405e9fb2239f3b25782e574aad5f5b5144d28.tar.bz2 abslibre-766405e9fb2239f3b25782e574aad5f5b5144d28.zip |
libre/akonadi-contacts: no longer necessary for x86_64
Diffstat (limited to 'libre/akonadi-contacts')
-rw-r--r-- | libre/akonadi-contacts/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/akonadi-contacts/PKGBUILD b/libre/akonadi-contacts/PKGBUILD index 6742a2155..98fd8c4e4 100644 --- a/libre/akonadi-contacts/PKGBUILD +++ b/libre/akonadi-contacts/PKGBUILD @@ -8,7 +8,9 @@ pkgname=akonadi-contacts pkgver=17.08.3 pkgrel=1.parabola1 -arch=(i686 x86_64 armv7h) +# phasing out... +# no longer necessary for x86_64; waiting for i686 and armv7h to update. +arch=(i686 armv7h) pkgdesc="Libraries and daemons to implement Contact Management in Akonadi, without nonfree qt5-webengine support" url="https://community.kde.org/KDE_PIM" |