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

David Runge dvzrv at gemini.archlinux.org
Thu May 19 20:49:56 UTC 2022


    Date: Thursday, May 19, 2022 @ 20:49:56
  Author: dvzrv
Revision: 1209262

archrelease: copy trunk to community-x86_64

Added:
  libspecbleach/repos/community-x86_64/PKGBUILD
    (from rev 1209261, libspecbleach/trunk/PKGBUILD)
Deleted:
  libspecbleach/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-19 20:49:45 UTC (rev 1209261)
+++ PKGBUILD	2022-05-19 20:49:56 UTC (rev 1209262)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=libspecbleach
-pkgver=0.1.5
-pkgrel=1
-pkgdesc="C library for audio noise reduction"
-arch=(x86_64)
-url="https://github.com/lucianodato/libspecbleach"
-license=(LGPL2.1)
-depends=(glibc)
-makedepends=(fftw meson)
-provides=(libspecbleach.so)
-options=(debug)
-source=($pkgname-$pkgver.tar.gz::https://github.com/lucianodato/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('32340880d788a2888b1bb7a95bfcd50fdf416d0652b50838398cb20d3cbd3e6970cd9fe6ca636ba67d2a16dc345dadda16ef064c95e6003a4bc6c3f25eeed506')
-b2sums=('17e45a85ac5b41bef40e46bc7b128584968a81b84d2058c68a66c84a9affe2614fa2d63da59db31f325fbd25d86815bf7c3f91f574e56b7a0307e3710d106149')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  depends+=(libfftw3f.so)
-
-  meson install -C build --destdir="$pkgdir"
-  install -vDm 644 $pkgname-$pkgver/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 $pkgname-$pkgver/example/* -t "$pkgdir/usr/share/doc/$pkgname/example/"
-}

Copied: libspecbleach/repos/community-x86_64/PKGBUILD (from rev 1209261, libspecbleach/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-19 20:49:56 UTC (rev 1209262)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=libspecbleach
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="C library for audio noise reduction"
+arch=(x86_64)
+url="https://github.com/lucianodato/libspecbleach"
+license=(LGPL2.1)
+depends=(glibc)
+makedepends=(fftw meson)
+provides=(libspecbleach.so)
+options=(debug)
+source=($pkgname-$pkgver.tar.gz::https://github.com/lucianodato/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('f6b64e55db556933066a489e2792830a0c34b5bfc365fedb190846ec98292c6e09f07fd2d7bcf97c81a5dfa64e8d66494ff3f2706de63964a222627cb86bfa25')
+b2sums=('d3f5afad12afeaedb67fb1196b58ae579b2a8491baf60bb9e2149e9a6f711ba03bb503350f3fe5606a78bae400e03296b66703760a82eb6694aecdea9f8bd770')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  depends+=(libfftw3f.so)
+
+  meson install -C build --destdir="$pkgdir"
+  install -vDm 644 $pkgname-$pkgver/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 $pkgname-$pkgver/example/* -t "$pkgdir/usr/share/doc/$pkgname/example/"
+}



More information about the arch-commits mailing list