summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin C. Doege2021-03-26 19:05:50 +0100
committerMartin C. Doege2021-03-26 19:05:50 +0100
commit75ddfa3250c583e8a5615cb39495a67445fa5677 (patch)
tree8a0e134306882ed7d2600fba9cb03e965b3ac764
parenteba88e32f8acf37c4055208dad140bf4e7fc5185 (diff)
downloadaur-75ddfa3250c583e8a5615cb39495a67445fa5677.tar.gz
v0.790
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d8368c4ef1f..397a8bb41a98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = soundfont-fatboy
- pkgdesc = A free GM/GS SoundFont for classic video game MIDI, emulation, and general usage.
- pkgver = 0.789
+ pkgdesc = A free GM/GS SoundFont for classic video game MIDI, emulation, and general usage
+ pkgver = 0.790
pkgrel = 1
url = https://fatboy.site/
arch = any
license = unknown
source = https://dl.fatboy.site/FatBoy-latest.7z
- sha256sums = 99c0ed3a19d1626c79ccea79c11ba60f92ce6251376d8251b5c26c5bafeff504
+ sha256sums = 330aad903459a8363f822ee5ac1c24beb01321196baca2bbee0c5fbfda0c6870
pkgname = soundfont-fatboy
diff --git a/PKGBUILD b/PKGBUILD
index 294dadd7b3fc..33a898bb63a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-# Maintainer: Krystian ChachuĊ‚a <krystiancha@gmail.com>
+# Maintainer: Martin C. Doege <mdoege at compuserve dot com>
+
pkgname=soundfont-fatboy
-pkgver=0.789
+pkgver=0.790
pkgrel=1
-pkgdesc="A free GM/GS SoundFont for classic video game MIDI, emulation, and general usage."
+pkgdesc="A free GM/GS SoundFont for classic video game MIDI, emulation, and general usage"
arch=('any')
url="https://fatboy.site/"
license=('unknown')
source=("https://dl.fatboy.site/FatBoy-latest.7z")
-sha256sums=(99c0ed3a19d1626c79ccea79c11ba60f92ce6251376d8251b5c26c5bafeff504)
+sha256sums=('330aad903459a8363f822ee5ac1c24beb01321196baca2bbee0c5fbfda0c6870')
package() {
install -Dm644 "FatBoy-v$pkgver.sf2" "$pkgdir/usr/share/soundfonts/FatBoy.sf2"
}
+