summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoboron30422021-03-16 00:55:13 +0100
committerRoboron30422021-03-16 00:55:13 +0100
commited5d20b0c5084a3a54e268f730ace5fea5d80218 (patch)
treecee47de9a3f9e2e4826d94d501440a28ba618da7
parent1abecb920ea780155cff3e3f831d1c9597ad5a54 (diff)
downloadaur-ed5d20b0c5084a3a54e268f730ace5fea5d80218.tar.gz
Fluidsynth 2.1.8
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a50e3e81d43..90093304621b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-fluidsynth
pkgdesc = A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)
- pkgver = 2.1.7
+ pkgver = 2.1.8
pkgrel = 1
url = http://www.fluidsynth.org/
arch = any
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-fluidsynth
options = staticlibs
options = !buildflags
options = !strip
- source = fluidsynth-2.1.7.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.1.7.tar.gz
- sha256sums = 365a1c0982efcaff724a7b05d26ce1db76bc7435aa4c239df61cbc87f04b6c90
+ source = fluidsynth-2.1.8.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.1.8.tar.gz
+ sha256sums = a254efceff5d99f8d658d12d25318317f37307e6df852ec9baeb7da173496967
pkgname = mingw-w64-fluidsynth
diff --git a/.gitignore b/.gitignore
index d7b46fbb5f6a..72e8ffc0db8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-*.gz
-*.xz
+*
diff --git a/PKGBUILD b/PKGBUILD
index 209ff04360a5..422b79a0b986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_realname=fluidsynth
pkgname=mingw-w64-fluidsynth
-pkgver=2.1.7
+pkgver=2.1.8
pkgrel=1
pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)"
url="http://www.fluidsynth.org/"
@@ -16,7 +16,7 @@ makedepends=('mingw-w64-cmake'
'mingw-w64-make')
options=('staticlibs' '!buildflags' '!strip')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/FluidSynth/${_realname}/archive/v${pkgver}.tar.gz")
-sha256sums=('365a1c0982efcaff724a7b05d26ce1db76bc7435aa4c239df61cbc87f04b6c90')
+sha256sums=('a254efceff5d99f8d658d12d25318317f37307e6df852ec9baeb7da173496967')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"