aboutsummaryrefslogtreecommitdiffstats
path: root/community/folks
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-23 03:52:05 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-23 05:16:28 -0300
commit8236083bc8f87200c2a71131955626d896673d24 (patch)
treedd8131bad99245fd9247c00197f36eb8e79caccc /community/folks
parente75e441ce9322f64e4265e353f78d20a9e0bdec1 (diff)
downloadaports-8236083bc8f87200c2a71131955626d896673d24.tar.bz2
aports-8236083bc8f87200c2a71131955626d896673d24.tar.xz
community/folks: use python3
Diffstat (limited to 'community/folks')
-rw-r--r--community/folks/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/folks/APKBUILD b/community/folks/APKBUILD
index 205ab121cc..39587a3955 100644
--- a/community/folks/APKBUILD
+++ b/community/folks/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=folks
pkgver=0.13.1
-pkgrel=0
+pkgrel=1
pkgdesc="GObject Library to aggregate people into metacontacts"
url="https://wiki.gnome.org/Projects/Folks"
arch="all"
@@ -16,7 +16,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"