summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-12-03 15:02:53 +0000
committerDaniel Bermond2019-12-03 15:02:53 +0000
commitb5196bd31889406341d878425dbaea6447cca421 (patch)
tree2f1d0a7d98483898f68b9b470d12e20935284a60
parent1879c6365ac323e34211452d768f88cdc7c097b0 (diff)
downloadaur-b5196bd31889406341d878425dbaea6447cca421.tar.gz
makedepends: remove unneeded gtk-doc. provides: remove version.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2213338c7a08..23b64869d209 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = gst-plugins-ugly-git
pkgdesc = GStreamer Multimedia Framework Ugly Plugins (git version)
pkgver = 1.16.0.r16.g3cd445a4
- pkgrel = 1
+ pkgrel = 2
url = https://gstreamer.freedesktop.org/
arch = x86_64
license = LGPL
makedepends = git
makedepends = meson
makedepends = python
- makedepends = gtk-doc
depends = libdvdread
depends = libmpeg2
depends = a52dec
@@ -18,7 +17,7 @@ pkgbase = gst-plugins-ugly-git
depends = opencore-amr
depends = gstreamer-git
depends = gst-plugins-base-git
- provides = gst-plugins-ugly=1.16.0
+ provides = gst-plugins-ugly
conflicts = gst-plugins-ugly
source = git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git
source = gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git
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')