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

Maxime Gauduin alucryd at archlinux.org
Wed Jul 18 19:02:31 UTC 2018


    Date: Wednesday, July 18, 2018 @ 19:02:31
  Author: alucryd
Revision: 362290

upgpkg: vapoursynth R44-1

Modified:
  vapoursynth/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 18:52:03 UTC (rev 362289)
+++ PKGBUILD	2018-07-18 19:02:31 UTC (rev 362290)
@@ -4,22 +4,22 @@
 # Contributor: jackoneill <cantabile.desu at gmail.com>
 
 pkgname=vapoursynth
-pkgver=R43
-pkgrel=2
+pkgver=R44
+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' 'libmagick' 'python' 'tesseract'
+depends=('libmagick' 'python' 'tesseract'
          'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libzimg.so')
-makedepends=('cython' 'python-sphinx' 'nasm')
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz"
+makedepends=('cython' 'git' 'nasm' 'python-sphinx')
+source=("git+https://github.com/vapoursynth/vapoursynth.git#tag=${pkgver}"
         'vapoursynth.xml')
-sha256sums=('5c80d583f6891f4f5840edf09bc207c2e71653786b07606fdb4a164fd67470c2'
+sha256sums=('SKIP'
             '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
 
 build() {
-  cd vapoursynth-${pkgver}
+  cd vapoursynth
 
   ./autogen.sh
   ./configure \
@@ -31,7 +31,7 @@
 }
 
 package() {
-  cd vapoursynth-${pkgver}
+  cd vapoursynth
 
   make DESTDIR="${pkgdir}" install
 



More information about the arch-commits mailing list