diff --git a/gst-plugins-good/trunk/PKGBUILD b/gst-plugins-good/trunk/PKGBUILD index 9b3f886a939..1812f0996d7 100644 --- a/gst-plugins-good/trunk/PKGBUILD +++ b/gst-plugins-good/trunk/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=gst-plugins-good pkgname=(gst-plugins-good gst-plugin-gtk gst-plugin-qmlgl) pkgver=1.18.0 -pkgrel=1 +pkgrel=2 pkgdesc="Multimedia graph framework - good plugins" url="https://gstreamer.freedesktop.org/" arch=(x86_64) @@ -12,24 +12,20 @@ license=(LGPL) depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv libshout libvpx gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo libgudev speex flac libraw1394 lame mpg123 twolame) -makedepends=(python git meson jack2 gtk3 qt5-{tools,declarative,x11extras,wayland} nasm) +makedepends=(python meson jack2 gtk3 qt5-{tools,declarative,x11extras,wayland} nasm) checkdepends=(gst-plugins-base xorg-server-xvfb) options=(!emptydirs) -_commit=6ef694ce7b40dda9f2163ed5e1b1de7378505ad0 # tags/1.18.0^0 -source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} +source=(https://gstreamer.freedesktop.org/src/${pkgbase}/${pkgbase}-${pkgver}.tar.xz{,.asc}) +validpgpkeys=(D637032E45B8C6585B9456565D2EEE6F6F349D7C) # Tim Müller +sha256sums=('6329bc377a3afea5cf1ab329a91cc4a906f075781780d1edc59e8bea8c1a8bac' + 'SKIP') prepare() { - cd $pkgname + cd $pkgname-$pkgver } build() { - arch-meson $pkgname build \ + arch-meson $pkgname-$pkgver build \ -D doc=disabled \ -D rpicamsrc=disabled \ -D gobject-cast-checks=disabled \