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

David Runge dvzrv at archlinux.org
Sun Dec 1 15:41:50 UTC 2019


    Date: Sunday, December 1, 2019 @ 15:41:49
  Author: dvzrv
Revision: 534633

upgpkg: lib32-fluidsynth 2.1.0-1

Upgrading to 2.1.0. Adding lib32-sdl2 to depends. Simplifying cmake setup further.

Modified:
  lib32-fluidsynth/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-01 11:57:12 UTC (rev 534632)
+++ PKGBUILD	2019-12-01 15:41:49 UTC (rev 534633)
@@ -7,7 +7,7 @@
 
 pkgname=lib32-fluidsynth
 _name=fluidsynth
-pkgver=2.0.9
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='A real-time software synthesizer based on the SoundFont 2 specifications'
 arch=('x86_64')
@@ -24,6 +24,7 @@
   lib32-libsndfile
   lib32-portaudio
   lib32-readline
+  lib32-sdl2
 )
 makedepends=(
   cmake
@@ -31,13 +32,8 @@
 )
 optdepends=('pulseaudio: PulseAudio sound support')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz")
-sha256sums=('bfe82ccf1bf00ff5cfc18e2d9d1e5d95c6bd169a76a2dec14898d1ee0e0fac8a')
+sha256sums=('526addc6d8445035840d3af7282d3ba89567df209d28e183da04a1a877da2da3')
 
-prepare() {
-  cd "${_name}-${pkgver}"
-  mkdir -vp build
-}
-
 build() {
   cd "${_name}-${pkgver}"
 
@@ -65,5 +61,4 @@
   make -C build DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}"/usr/{include,share,bin}
 }
-
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list