summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0113c3b5888e..dff82703ad0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=d2vwitch-git
-pkgver=v5.2.gb379384
-pkgrel=2
+pkgver=v5.3.g4085afa
+pkgrel=1
pkgdesc="Cross-platform D2V creator. (GIT version)"
arch=('x86_64')
url='http://forum.doom9.org/showthread.php?t=173090'
@@ -17,6 +17,7 @@ depends=('vapoursynth-plugin-d2vsource-git'
)
makedepends=('git'
'meson'
+ 'ffmpeg4.4'
)
provides=('d2vwitch')
conflicts=('d2vwitch')
@@ -37,6 +38,8 @@ pkgver() {
prepare() {
mkdir -p build
+
+ sed "s|'GUI'|'Gui'|g" -i d2vwitch/meson.build
}
build() {