diff options
Diffstat (limited to 'community/py3-gst/APKBUILD')
-rw-r--r-- | community/py3-gst/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/py3-gst/APKBUILD b/community/py3-gst/APKBUILD index 0fe828bd17..a4e9a82005 100644 --- a/community/py3-gst/APKBUILD +++ b/community/py3-gst/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py3-gst pkgver=1.16.2 -pkgrel=0 +pkgrel=1 pkgdesc="GStreamer Python3 bindings" url="https://cgit.freedesktop.org/gstreamer/gst-python/" arch="all" @@ -21,6 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ + --buildtype=plain \ -Dpython=/usr/bin/python3 \ . output ninja -C output |