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

Maxime Gauduin alucryd at archlinux.org
Tue Dec 5 20:59:12 UTC 2017


    Date: Tuesday, December 5, 2017 @ 20:59:11
  Author: alucryd
Revision: 272334

IM7 todo: vapoursynth R40-1

Modified:
  vapoursynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-05 20:53:39 UTC (rev 272333)
+++ PKGBUILD	2017-12-05 20:59:11 UTC (rev 272334)
@@ -4,18 +4,18 @@
 # Contributor: jackoneill <cantabile.desu at gmail.com>
 
 pkgname=vapoursynth
-pkgver=R37
-pkgrel=3
+pkgver=R40
+pkgrel=1
 pkgdesc='A video processing framework with the future in mind'
 arch=('x86_64')
 url='http://www.vapoursynth.com/'
 license=('LGPL2.1' 'custom:OFL')
-depends=('gcc-libs' 'glibc' 'imagemagick' 'python' 'tesseract'
+depends=('gcc-libs' 'glibc' 'libmagick' 'python' 'tesseract'
          'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libzimg.so')
-makedepends=('cython' 'python-sphinx' 'yasm')
+makedepends=('cython' 'python-sphinx' 'nasm')
 source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz"
         'vapoursynth.xml')
-sha256sums=('25fee086442f07f8b6caf1508c18e6a694d52e125eec5959f89570990e6070bc'
+sha256sums=('a5e4260abff95c4bf33cc7ff3203e8001f7b3be7bb5ccc3a6fc2b18523823e50'
             '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
 
 build() {



More information about the arch-commits mailing list