summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordummyx2021-08-09 12:47:12 +0900
committerdummyx2021-08-09 12:47:12 +0900
commit3c275a28a67539a95d17e324d42fd770baaf5ff8 (patch)
treec9f39484a8c54d149c28991c91b2376e6022f347
parentea361730328cef9eab03849fbd7a7de067bb5bdb (diff)
downloadaur-3c275a28a67539a95d17e324d42fd770baaf5ff8.tar.gz
Update to r23 & Fix the header
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50fce99d83f6..eef7168307a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
-# Generated by mksrcinfo v8
-# Fri Mar 25 16:49:50 UTC 2016
pkgbase = vapoursynth-plugin-fmtconv
pkgdesc = Plugin for Vapoursynth: fmtconv
- pkgver = r20
+ pkgver = r23
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=166504
arch = i686
arch = x86_64
license = custom:WTFPL
depends = vapoursynth
- source = http://ldesoras.free.fr/src/vs/fmtconv-r20.zip
- sha1sums = 83014b6b21afc8198221de9c0461a9dc0e5e1ebb
+ provides = vapoursynth-plugin-fmtconv-git
+ conflicts = vapoursynth-plugin-fmtconv-git
+ source = http://ldesoras.free.fr/src/vs/fmtconv-r23.zip
+ sha256sums = d2decc302094145490877a309680827cb369bd43277f49a47a30d8493d3830bc
pkgname = vapoursynth-plugin-fmtconv
-
diff --git a/PKGBUILD b/PKGBUILD
index ce20be6c7f67..c2aa0680cb0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,22 @@
+# Maintainer: dummyx <dummyxa at gmail dot com>
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=fmtconv
pkgname=vapoursynth-plugin-${_plug}
-pkgver=r20
+pkgver=r23
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=166504'
license=('custom:WTFPL')
depends=('vapoursynth')
+conflicts=('vapoursynth-plugin-fmtconv-git')
+#Dirty workaround for not breaking the dependencies.
+provides=('vapoursynth-plugin-fmtconv-git')
source=("http://ldesoras.free.fr/src/vs/${_plug}-${pkgver}.zip")
-sha1sums=('83014b6b21afc8198221de9c0461a9dc0e5e1ebb')
+sha256sums=('d2decc302094145490877a309680827cb369bd43277f49a47a30d8493d3830bc')
prepare() {
- rm -fr src/VapourSynth.h
-
cd build/unix
autoreconf --verbose --install --force
}