summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2019-12-03 15:02:53 +0000
committerDaniel Bermond2019-12-03 15:02:53 +0000
commitb5196bd31889406341d878425dbaea6447cca421 (patch)
tree2f1d0a7d98483898f68b9b470d12e20935284a60 /PKGBUILD
parent1879c6365ac323e34211452d768f88cdc7c097b0 (diff)
downloadaur-gst-plugins-ugly-git.tar.gz
makedepends: remove unneeded gtk-doc. provides: remove version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74694c8df3d2..5a4eb0339ee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gst-plugins-ugly-git
pkgver=1.16.0.r16.g3cd445a4
-pkgrel=1
+pkgrel=2
pkgdesc='GStreamer Multimedia Framework Ugly Plugins (git version)'
arch=('x86_64')
url='https://gstreamer.freedesktop.org/'
@@ -15,8 +15,8 @@ depends=(
# AUR:
'gstreamer-git' 'gst-plugins-base-git'
)
-makedepends=('git' 'meson' 'python' 'gtk-doc')
-provides=("gst-plugins-ugly=${pkgver%%.r*}")
+makedepends=('git' 'meson' 'python')
+provides=('gst-plugins-ugly')
conflicts=('gst-plugins-ugly')
source=('git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git'
'gst-common'::'git+https://gitlab.freedesktop.org/gstreamer/common.git')