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

Daniel Bermond dbermond at gemini.archlinux.org
Mon Jan 3 16:44:44 UTC 2022


    Date: Monday, January 3, 2022 @ 16:44:44
  Author: dbermond
Revision: 1092493

upgpkg: avisynthplus 3.7.1-1

Modified:
  avisynthplus/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-03 16:34:55 UTC (rev 1092492)
+++ PKGBUILD	2022-01-03 16:44:44 UTC (rev 1092493)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel Bermond <dbermond at archlinux.org>
 
 pkgname=avisynthplus
-pkgver=3.7.0
-pkgrel=2
+pkgver=3.7.1
+pkgrel=1
 pkgdesc='An improved version of the AviSynth frameserver'
 arch=('x86_64')
 url='https://avs-plus.net/'
@@ -11,16 +11,10 @@
 optdepends=('devil: for ImageSeq plugin')
 makedepends=('cmake' 'devil')
 source=("https://github.com/AviSynth/AviSynthPlus/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        '010-avisynthplus-gcc11-fix.patch'::'https://github.com/AviSynth/AviSynthPlus/commit/a1e33be91dfa48b8db5ee358ea4fcea952e80e4f.patch'
         'avisynthplus.xml')
-sha256sums=('8906d9e46dc90a194413d69b710e3106c0aafddc0c5c62004885d0c3beb79862'
-            '6eb2b108c4689a5ca71e6c3da5af62fd2fb717bdcf4835a3a38eb67159d80072'
+sha256sums=('96c5043512ecf8dca7a6257b8a54a28dcb8fea454d0dc5a9fd6f61cceda6bbef'
             'c4b270a3df7fbe1c153400215169c4ae4cae3b7a8710c843393e3a6ed0fd8a3e')
 
-prepare() {
-    patch -d "AviSynthPlus-${pkgver}" -Np1 -i "${srcdir}/010-avisynthplus-gcc11-fix.patch"
-}
-
 build() {
     cmake -B build -S "AviSynthPlus-${pkgver}" \
         -DCMAKE_BUILD_TYPE:STRING='None' \



More information about the arch-commits mailing list