summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-11-27 19:56:28 +0100
committersl1pkn072015-11-27 19:56:28 +0100
commit2e07d3e6fa48bfd92fb8bb8e03a431b06bda1bf7 (patch)
treed25921e353bc20fe4d68e3422bf66dc581745e26
parent2852fbdc73d45c9958454f0d6ab76ad7b25a4fdb (diff)
downloadaur-2e07d3e6fa48bfd92fb8bb8e03a431b06bda1bf7.tar.gz
Update to r17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be543aeed663..8505f1e4a339 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = vapoursynth-plugin-fmtconv
pkgdesc = Plugin for Vapoursynth: fmtconv
- pkgver = r16
+ pkgver = r17
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-r16.zip
- sha1sums = 80b90c6404fbfa1a1301993cab069bbe5fed01c8
+ source = http://ldesoras.free.fr/src/vs/fmtconv-r17.zip
+ sha1sums = 1fcf9321a754c66494d4e6fe69e42599bfe8df7c
pkgname = vapoursynth-plugin-fmtconv
diff --git a/PKGBUILD b/PKGBUILD
index 9e865c6d41ff..0a635ba0f71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=fmtconv
pkgname=vapoursynth-plugin-${_plug}
-pkgver=r16
+pkgver=r17
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='http://forum.doom9.org/showthread.php?t=166504'
license=('custom:WTFPL')
depends=('vapoursynth')
source=("http://ldesoras.free.fr/src/vs/${_plug}-${pkgver}.zip")
-sha1sums=('80b90c6404fbfa1a1301993cab069bbe5fed01c8')
+sha1sums=('1fcf9321a754c66494d4e6fe69e42599bfe8df7c')
prepare() {
rm -fr src/VapourSynth.h
@@ -26,7 +26,7 @@ build() {
}
package(){
- make -C build/unix DESTDIR=${pkgdir} install
+ make -C build/unix DESTDIR="${pkgdir}" install
(cd doc; for i in *.{html,png,css}; do install -Dm644 "${i}" "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/${i}"; done)
install -Dm644 doc/license.txt "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
}