aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-23 18:46:33 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-23 18:46:33 -0300
commit2881e377e7c7aa2e59b654b84c46d32452d29165 (patch)
tree73be43859a4882e2af31596ee905f57431913a61 /community
parentf449efd318906e76343dd3a337b2a4e9b3e6f207 (diff)
community/gst-editing-services: switch to python3
Diffstat (limited to 'community')
-rw-r--r--community/gst-editing-services/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gst-editing-services/APKBUILD b/community/gst-editing-services/APKBUILD
index 2e7bdc901b3..a228a0b6b6b 100644
--- a/community/gst-editing-services/APKBUILD
+++ b/community/gst-editing-services/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gst-editing-services
pkgver=1.16.1
-pkgrel=0
+pkgrel=1
pkgdesc="GStreamer Editing Services Library"
url="https://gstreamer.freedesktop.org"
arch="all !s390x" # 7 Tests fail
license="LGPL-2.0-or-later"
-makedepends="gstreamer-dev gtk-doc python gobject-introspection-dev py-gobject3-dev
+makedepends="gstreamer-dev gtk-doc python3 gobject-introspection-dev py3-gobject3-dev
glib-dev gst-plugins-good gst-plugins-bad-dev gst-plugins-base-dev
libxml2-dev flex perl automake autoconf libtool"
subpackages="$pkgname-dev $pkgname-doc"