summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2019-12-06 23:27:22 +0100
committerNicola Murino2019-12-06 23:27:22 +0100
commit478cc1ee8aa64dfdc71673d833a16eea11904237 (patch)
treec41668f79ee8ebd6f0fc66af14f71862a03a1ae1 /PKGBUILD
parent5a6fbf7abbaf321b6fa23d53ab9908936f72ddc3 (diff)
downloadaur-478cc1ee8aa64dfdc71673d833a16eea11904237.tar.gz
Update to 1.16.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c427af65caa2..5ec37fe8e46a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=gst-plugins-opencv
_pkgname=gst-plugins-bad
-pkgver=1.16.1
+pkgver=1.16.2
pkgrel=1
pkgdesc="GStreamer open-source multimedia framework OpenCV plugins"
url="https://gstreamer.freedesktop.org/"
@@ -9,11 +9,9 @@ arch=(x86_64)
license=(LGPL)
depends=(gst-plugins-base-libs opencv)
makedepends=(meson)
-_commit=c3c54aad2d45fb246a9b9e8a5e05488c15c27173 # tags/1.16.1^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit"
- 'gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git')
-sha256sums=('SKIP'
- 'SKIP')
+_commit=a6f26408f74a60d02ce6b4f0daee392ce847055f # tags/1.16.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit")
+sha256sums=('SKIP')
pkgver() {
cd $_pkgname
@@ -22,10 +20,6 @@ pkgver() {
prepare() {
cd $_pkgname
-
- git submodule init
- git config --local submodule.common.url "$srcdir/gst-common"
- git submodule update
}
build() {