diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-07 07:34:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-07 10:45:42 +0000 |
commit | 4d58a550fb76de441405b0d0b62669c9bc4a7243 (patch) | |
tree | 751378789daf6de6e1b3d68087b921adf1b46f7f | |
parent | 73cacbd25e0da65d909936b071394b02573e504d (diff) | |
download | aports-4d58a550fb76de441405b0d0b62669c9bc4a7243.tar.gz aports-4d58a550fb76de441405b0d0b62669c9bc4a7243.tar.bz2 aports-4d58a550fb76de441405b0d0b62669c9bc4a7243.tar.xz |
community/clutter-gst: explicitly use python3 during builds
-rw-r--r-- | community/clutter-gst/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/clutter-gst/APKBUILD b/community/clutter-gst/APKBUILD index e1a5aff7e9..39cd2cb122 100644 --- a/community/clutter-gst/APKBUILD +++ b/community/clutter-gst/APKBUILD @@ -8,9 +8,9 @@ url="https://developer.gnome.org/clutter-gst/3.0/" arch="all" license="LGPL-2.0-or-later" makedepends="glib-dev gstreamer-dev clutter-dev cogl-dev gst-plugins-base-dev - python libgudev-dev gobject-introspection-dev" + python3 libgudev-dev gobject-introspection-dev" subpackages="$pkgname-dev $pkgname-doc" -source="https://download.gnome.org/sources/clutter-gst/${pkgver%.*}/clutter-gst-${pkgver}.tar.xz" +source="https://download.gnome.org/sources/clutter-gst/${pkgver%.*}/clutter-gst-$pkgver.tar.xz" build() { ./configure \ |