diff --git a/gst-plugins-ugly/trunk/PKGBUILD b/gst-plugins-ugly/trunk/PKGBUILD index 2b167eb66d0..b14997c588d 100644 --- a/gst-plugins-ugly/trunk/PKGBUILD +++ b/gst-plugins-ugly/trunk/PKGBUILD @@ -3,29 +3,25 @@ pkgname=gst-plugins-ugly pkgver=1.18.0 -pkgrel=1 +pkgrel=2 pkgdesc="Multimedia graph framework - ugly plugins" url="https://gstreamer.freedesktop.org/" arch=(x86_64) license=(LGPL) depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio x264 opencore-amr) -makedepends=(python git meson) -_commit=ae91a81d9aa913cee1e8310af93a8fff5445628d # tags/1.18.0^0 -source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} +makedepends=(python meson) +source=(https://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc}) +validpgpkeys=(D637032E45B8C6585B9456565D2EEE6F6F349D7C) # Tim Müller +sha256sums=('686644e45e08258ae240c4519376668ad8d34ea6d0f6ab556473c317bfb7e082' + 'SKIP') prepare() { - cd $pkgname + cd $pkgname-$pkgver } build() { - arch-meson $pkgname build \ + arch-meson $pkgname-$pkgver build \ -D doc=disabled \ -D gobject-cast-checks=disabled \ -D package-name="GStreamer Ugly Plugins (Arch Linux)" \