summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 397a8bb41a98..4643ba12b639 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = soundfont-fatboy
pkgdesc = A free GM/GS SoundFont for classic video game MIDI, emulation, and general usage
pkgver = 0.790
- pkgrel = 1
- url = https://fatboy.site/
+ pkgrel = 2
+ url = https://web.archive.org/web/20220124174052/https://fatboy.site/
arch = any
license = unknown
- source = https://dl.fatboy.site/FatBoy-latest.7z
+ source = soundfont-fatboy-0.790.7z::https://web.archive.org/web/20220124174052/https://dl.fatboy.site/FatBoy-latest.7z
sha256sums = 330aad903459a8363f822ee5ac1c24beb01321196baca2bbee0c5fbfda0c6870
pkgname = soundfont-fatboy
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 33a898bb63a6..42497b15372a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Martin C. Doege <mdoege at compuserve dot com>
+# Maintainer: éclairevoyant
pkgname=soundfont-fatboy
pkgver=0.790
-pkgrel=1
+pkgrel=2
pkgdesc="A free GM/GS SoundFont for classic video game MIDI, emulation, and general usage"
arch=('any')
-url="https://fatboy.site/"
+_archive_prefix="https://web.archive.org/web/20220124174052"
+url="$_archive_prefix/https://fatboy.site/"
license=('unknown')
-source=("https://dl.fatboy.site/FatBoy-latest.7z")
+source=("$pkgname-$pkgver.7z::$_archive_prefix/https://dl.fatboy.site/FatBoy-latest.7z")
sha256sums=('330aad903459a8363f822ee5ac1c24beb01321196baca2bbee0c5fbfda0c6870')
package() {