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

David Runge dvzrv at archlinux.org
Tue Aug 4 08:09:54 UTC 2020


    Date: Tuesday, August 4, 2020 @ 08:09:54
  Author: dvzrv
Revision: 668737

upgpkg: faust 2.27.2-1: Upgrade to 2.27.2.

Modified:
  faust/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-04 08:04:48 UTC (rev 668736)
+++ PKGBUILD	2020-08-04 08:09:54 UTC (rev 668737)
@@ -4,7 +4,7 @@
 # Contributor: bjoern lindig (bjoern _dot_ lindig _at_ google.com)
 
 pkgname=faust
-pkgver=2.27.1
+pkgver=2.27.2
 pkgrel=1
 pkgdesc="A functional programming language for realtime audio signal processing."
 arch=('x86_64')
@@ -34,21 +34,10 @@
             'texlive-core: for faust2pdf')
 provides=('libfaustmachine.so' 'libfaust.so' 'libOSCFaust.so' 'libHTTPDFaust.so')
 options=('staticlibs')
-source=("https://github.com/grame-cncm/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        "${pkgname}-2.27.1-libmicrohttpd.patch::https://github.com/grame-cncm/faust/commit/afff11d4bdff0ce5bf945e165581de4f5a953520.patch"
-)
-sha512sums=('feff078784276ae026b76b833b460193c58c3f750fc5d9dc071015c19393d55af4b2d6bf2555d61a19b88ed0e8de9ce82a6785bfaa0754144e3246f52ebc7e4f'
-            'efe3fda4f67392763cc631bfaefd91af012ed0978288f237bcb965c19e37b65b99f87f392ee3518a62bbebc98b1d61993a70de68861f19046a7c6ecf47e3dcff')
-b2sums=('e6fc33dfe6a7aa0296533f43a6827b06dd39913cc28da2622e1e7eca2e6e342b03e508b10038fea33cd27860cc0e7395d3186eb86ee98d4370663a5dbea1b557'
-        '3f87c52493a97049f7b8ea2b1a4f1ed0c7dc3c598a2fd38e77136f9630b41394c360cbf5974d9f66b7d3e64d262182d73586fe8f5a98f27c7e0b9b2220db7d14')
+source=("https://github.com/grame-cncm/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('1063df1df1cefe90d9b2a0e282a604cf0658461eda84665c9ee192695ddd60b3538758d054f336e9e9dd9394698e7310790e033016eba29bcd07c2ddd074a780')
+b2sums=('d5dd37d46ac7d40be227a0839e55951a6381fbfff09bd534dcdbd6c6936156f45215cac94d07d73ae86a600d8acf3b16fa880e6733587c43d7085e77c199c913')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix build with libmicrohttpd >= 0.9.71
-  # https://github.com/grame-cncm/faust/issues/467
-  patch -Np1 -i "../${pkgname}-2.27.1-libmicrohttpd.patch"
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
   cmake -C build/backends/all.cmake \



More information about the arch-commits mailing list