aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-06-29 10:05:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-29 10:07:43 +0000
commit81c48f96c7957351226f83f50c9f5a95b638dfb6 (patch)
tree1274f3edf317708538b790c390305f9798b7f826 /community
parentbf18ba9e4b8a4e2ddf00e9153855a79c93dd9bbc (diff)
downloadaports-81c48f96c7957351226f83f50c9f5a95b638dfb6.tar.bz2
aports-81c48f96c7957351226f83f50c9f5a95b638dfb6.tar.xz
community/py-gst: rename
Diffstat (limited to 'community')
-rw-r--r--community/py-gst/APKBUILD (renamed from community/py-gst1/APKBUILD)6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py-gst1/APKBUILD b/community/py-gst/APKBUILD
index 12c2d69262..7030252120 100644
--- a/community/py-gst1/APKBUILD
+++ b/community/py-gst/APKBUILD
@@ -1,15 +1,15 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
-pkgname=py-gst1
+pkgname=py-gst
pkgver=1.10.4
pkgrel=0
pkgdesc="GStreamer Python binding"
url="https://cgit.freedesktop.org/gstreamer/gst-python/"
arch="all"
license="LGPL-2.1"
-depends="py-gobject3 gst-plugins-base1"
+depends="py-gobject3 gst-plugins-base"
depends_dev=""
-makedepends="gstreamer1-dev py-gobject3-dev python2-dev gst-plugins-base1-dev
+makedepends="gstreamer-dev py-gobject3-dev python2-dev gst-plugins-base-dev
python3-dev automake autoconf libtool
"
install=""