aboutsummaryrefslogtreecommitdiffstats
path: root/community/shotwell
diff options
context:
space:
mode:
authorossdev <ossdev@puresoftware.com>2019-06-18 18:15:19 +0530
committerLeo <thinkabit.ukim@gmail.com>2019-06-18 11:14:46 -0300
commitd8e1984e0d4b71ed922095f6cc35595b03b03395 (patch)
treeba746d3e81471746c95f8fa6c7ec1fd4fecffc61 /community/shotwell
parentdd960aca3bc1c0e7c87ffc87ff820b37d5b5a0a2 (diff)
downloadaports-d8e1984e0d4b71ed922095f6cc35595b03b03395.tar.bz2
aports-d8e1984e0d4b71ed922095f6cc35595b03b03395.tar.xz
community/shotwell: Provided support for aarch64 Architecture specific condition has been added for aarch64
Signed-off-by: ossdev <ossdev@puresoftware.com>
Diffstat (limited to 'community/shotwell')
-rw-r--r--community/shotwell/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD
index fbc382f1fb..e05be8ef0a 100644
--- a/community/shotwell/APKBUILD
+++ b/community/shotwell/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.28.2
pkgrel=0
pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
url="https://wiki.gnome.org/Apps/Shotwell"
-arch="all !armhf !armv7 !aarch64"
+arch="all !armhf !armv7"
license="CC-BY-SA-3.0 LGPL-2.1-or-later"
install="shotwell.post-upgrade shotwell.post-install shotwell.pre-deinstall"
subpackages="$pkgname-lang $pkgname-doc"