[arch-commits] Commit in vapoursynth-plugin-mvtools/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Aug 20 21:17:25 UTC 2015


    Date: Thursday, August 20, 2015 @ 23:17:24
  Author: alucryd
Revision: 138571

upgpkg: vapoursynth-plugin-mvtools 9-1

Modified:
  vapoursynth-plugin-mvtools/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-20 21:05:47 UTC (rev 138570)
+++ PKGBUILD	2015-08-20 21:17:24 UTC (rev 138571)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
 
 pkgname=vapoursynth-plugin-mvtools
-pkgver=8
+pkgver=9
 pkgrel=1
 pkgdesc='MVTools plugin for VapourSynth'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('fftw' 'vapoursynth')
 makedepends=('yasm')
 source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz")
-sha256sums=('b933d6c849aaa96f14c09592a77503e6cc2680d642b97c7841a2c95745b330e6')
+sha256sums=('e417764cddcc2b24ee5a91c1136e95237ce1424f5d7f49ceb62ff092db18d907')
 
 build() {
   cd vapoursynth-mvtools-${pkgver}
@@ -28,8 +28,9 @@
   cd vapoursynth-mvtools-${pkgver}
 
   make DESTDIR="${pkgdir}" install
-  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/MVTools
-  install -m 644 readme.rst "${pkgdir}"/usr/share/doc/vapoursynth/plugins/MVTools/README
+
+  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools
+  install -m 644 readme.rst "${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools/README
 }
 
 #vim: ts=2 sw=2 et:



More information about the arch-commits mailing list