diff options
author | oech3 | 2025-04-14 00:40:17 +0900 |
---|---|---|
committer | oech3 | 2025-04-14 00:40:17 +0900 |
commit | 2a9df015f29a419a8e2eeff502059ec259a2a455 (patch) | |
tree | b4fe7c5389971ae350d4764f59c73c8dd2e4e754 | |
parent | be7438fb8e37397bcd2a7d940361f52822c95822 (diff) | |
download | aur-2a9df015f29a419a8e2eeff502059ec259a2a455.tar.gz |
fix url,no rel bump
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -2,11 +2,11 @@ pkgbase = soundfont-gmgsx pkgdesc = A public domain soundfont by Kenneth Rundt which has similar sound as gm.dls pkgver = 2.9.0.3 pkgrel = 2 - url = synthfont.com/ + url = http://www.synthfont.com arch = any license = LicenseRef-SynthFont makedepends = innoextract - source = https://www.synthfont.com//SynthFont2x64Setup.exe + source = http://www.synthfont.com/SynthFont2x64Setup.exe sha256sums = 99209e856544af86e52c44dba6e8f6572d72cfb81453f103c204530794989dcc pkgname = soundfont-gmgsx @@ -6,9 +6,9 @@ pkgrel=2 pkgdesc="A public domain soundfont by Kenneth Rundt which has similar sound as gm.dls" arch=('any') license=('LicenseRef-SynthFont') -url="synthfont.com/" +url="http://www.synthfont.com" makedepends=('innoextract') -source=("https://www.${url}/SynthFont2x64Setup.exe") +source=("${url}/SynthFont2x64Setup.exe") sha256sums=('99209e856544af86e52c44dba6e8f6572d72cfb81453f103c204530794989dcc') prepare(){ |