summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave2020-06-11 12:51:17 -0400
committerDave2020-06-11 12:51:17 -0400
commitc689999f3e28124831510d85691126662f271b04 (patch)
treedb78891aad095827e3c38187972fd0722362c9f8
parent61963b792c923789f61d98c4ddb5fa0d056b8bfb (diff)
downloadaur-c689999f3e28124831510d85691126662f271b04.tar.gz
Bump version and explicitly depend on libplacebo-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82e0458f4829..0842a9cfc9c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-placebo-git
pkgdesc = Plugin for VapourSynth: placebo (GIT version)
- pkgver = r45.a9d6662
+ pkgver = r49.a8be164
pkgrel = 1
url = https://github.com/Lypheo/vs-placebo
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = vapoursynth-plugin-placebo-git
makedepends = git
makedepends = meson
makedepends = vulkan-headers
- makedepends = libplacebo
+ makedepends = libplacebo-git
depends = vapoursynth
provides = vapoursynth-plugin-placebo
conflicts = vapoursynth-plugin-placebo
diff --git a/PKGBUILD b/PKGBUILD
index bd85d940c86e..5f6b22a1f44f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_plug=placebo
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r45.a9d6662
+pkgver=r49.a8be164
pkgrel=1
pkgdesc="Plugin for VapourSynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/Lypheo/vs-placebo'
license=('LGPL')
depends=('vapoursynth')
-makedepends=('git' 'meson' 'vulkan-headers' 'libplacebo')
+makedepends=('git' 'meson' 'vulkan-headers' 'libplacebo-git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/Lypheo/vs-placebo.git"