summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc1b3f11df16..2c291ca5bde7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nikola Hadžić <nikola@firemail.cc>
pkgname=gst-plugins-rs
-pkgver=1.22.9
+pkgver=1.24.2
pkgrel=1
pkgdesc="GStreamer plugins written in Rust (dav1d disabled when fail to build)"
arch=(x86_64)
@@ -14,9 +14,9 @@ depends=(glibc gcc-libs glib2 pango cairo graphene openssl
makedepends=(git rust meson cargo-c clang nasm hotdoc python-tomli)
provides=(gst-plugin-gtk4)
conflicts=(gst-plugin-gtk4)
-options=(!lto)
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git#tag=gstreamer-${pkgver}")
sha256sums=(SKIP)
+options=(!lto)
prepare() {
cd "${srcdir}/${pkgname}"