aboutsummaryrefslogtreecommitdiffstats
path: root/testing/folks/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/folks/APKBUILD')
-rw-r--r--testing/folks/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/folks/APKBUILD b/testing/folks/APKBUILD
index 16cc34e0d7..ffaa701ca0 100644
--- a/testing/folks/APKBUILD
+++ b/testing/folks/APKBUILD
@@ -2,8 +2,9 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=folks
pkgver=0.12.1
-pkgrel=0
+pkgrel=1
pkgdesc="GObject Library to aggregate people into metacontacts"
+options="!check" # Tests require python2
url="https://wiki.gnome.org/Projects/Folks"
arch="all"
license="LGPL-2.1-or-later"
@@ -16,7 +17,7 @@ makedepends="
telepathy-glib-dev
tracker-dev
vala
- python2
+ python3
readline-dev"
options="!check" # Can only be run against installed instance
subpackages="$pkgname-dev $pkgname-lang"