[arch-commits] Commit in avisynthplus/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daniel Bermond dbermond at archlinux.org
Sat Jun 20 13:45:23 UTC 2020


    Date: Saturday, June 20, 2020 @ 13:45:20
  Author: dbermond
Revision: 648431

archrelease: copy trunk to community-x86_64

Added:
  avisynthplus/repos/community-x86_64/PKGBUILD
    (from rev 648430, avisynthplus/trunk/PKGBUILD)
Deleted:
  avisynthplus/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-20 13:44:55 UTC (rev 648430)
+++ PKGBUILD	2020-06-20 13:45:20 UTC (rev 648431)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-
-pkgname=avisynthplus
-pkgver=3.6.0
-pkgrel=2
-pkgdesc='An improved version of the AviSynth frameserver'
-arch=('x86_64')
-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=('48f4196e99a2583f6a7cbf71087f982bccc195ededa858ab9281bc029ef93c8d')
-
-build() {
-    cmake -B build -S "AviSynthPlus-${pkgver}" \
-        -DCMAKE_BUILD_TYPE:STRING='None' \
-        -DCMAKE_INSTALL_PREFIX:PATH='/usr' \
-        -Wno-dev
-    make -C build
-}
-
-package() {
-    make -C build DESTDIR="$pkgdir" install
-}

Copied: avisynthplus/repos/community-x86_64/PKGBUILD (from rev 648430, avisynthplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-20 13:45:20 UTC (rev 648431)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+
+pkgname=avisynthplus
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='An improved version of the AviSynth frameserver'
+arch=('x86_64')
+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')
+
+build() {
+    cmake -B build -S "AviSynthPlus-${pkgver}" \
+        -DCMAKE_BUILD_TYPE:STRING='None' \
+        -DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+        -Wno-dev
+    make -C build
+}
+
+package() {
+    make -C build DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list