aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/folks/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/folks/APKBUILD b/testing/folks/APKBUILD
index 90c4589a57..16cc34e0d7 100644
--- a/testing/folks/APKBUILD
+++ b/testing/folks/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.12.1
pkgrel=0
pkgdesc="GObject Library to aggregate people into metacontacts"
url="https://wiki.gnome.org/Projects/Folks"
-arch="all !armhf !armv7 !ppc64le" # limited by tracker
+arch="all"
license="LGPL-2.1-or-later"
makedepends="
evolution-data-server-dev
@@ -21,7 +21,6 @@ makedepends="
options="!check" # Can only be run against installed instance
subpackages="$pkgname-dev $pkgname-lang"
source="https://download.gnome.org/sources/folks/${pkgver%.*}/folks-$pkgver.tar.xz"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
meson \