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

Daniel Bermond dbermond at archlinux.org
Sat Jan 16 15:56:10 UTC 2021


    Date: Saturday, January 16, 2021 @ 15:56:09
  Author: dbermond
Revision: 821151

upgpkg: avisynthplus 3.7.0-1

Modified:
  avisynthplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-16 15:55:15 UTC (rev 821150)
+++ PKGBUILD	2021-01-16 15:56:09 UTC (rev 821151)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond <dbermond at archlinux.org>
 
 pkgname=avisynthplus
-pkgver=3.6.1
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='An improved version of the AviSynth frameserver'
 arch=('x86_64')
@@ -8,9 +8,10 @@
 url='https://avs-plus.net/'
 license=('GPL')
 depends=('gcc-libs')
-makedepends=('cmake')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/AviSynth/AviSynthPlus/archive/v${pkgver}.tar.gz")
-sha256sums=('a157648c0535013ec4895b8f03640d74ada43b93ac3d07b91087177f93278a30')
+optdepends=('devil: for ImageSeq plugin')
+makedepends=('cmake' 'devil')
+source=("https://github.com/AviSynth/AviSynthPlus/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('8906d9e46dc90a194413d69b710e3106c0aafddc0c5c62004885d0c3beb79862')
 
 build() {
     cmake -B build -S "AviSynthPlus-${pkgver}" \



More information about the arch-commits mailing list