summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroech32025-04-14 00:40:17 +0900
committeroech32025-04-14 00:40:17 +0900
commit2a9df015f29a419a8e2eeff502059ec259a2a455 (patch)
treeb4fe7c5389971ae350d4764f59c73c8dd2e4e754
parentbe7438fb8e37397bcd2a7d940361f52822c95822 (diff)
downloadaur-2a9df015f29a419a8e2eeff502059ec259a2a455.tar.gz
fix url,no rel bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 731a0cdda0b4..e6588ae2c7a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index d42503432142..f9221a042b9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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(){