[arch-commits] Commit in qsynth/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Mon Apr 4 09:34:27 UTC 2022


    Date: Monday, April 4, 2022 @ 09:34:26
  Author: dvzrv
Revision: 1181234

Remove unneeded quotes and curly braces.

Modified:
  qsynth/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 09:32:15 UTC (rev 1181233)
+++ PKGBUILD	2022-04-04 09:34:26 UTC (rev 1181234)
@@ -14,7 +14,7 @@
 makedepends=(cmake fluidsynth qt6-tools)
 optdepends=('qt6-wayland: for native wayland support')
 options=(debug)
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 sha512sums=('4f596fefda29fad9298539aaf83bdcc699846416d10b1259041a414f3d89ecc76a6cad338742bac8ffa0ed78ff462fe70147e1ef6437c20241598bd7a1d41a84')
 b2sums=('daeb82f102a9a754b708b3d3ebc1963a1cf08180ec16971b4b6fb2ea3b35d7f1ca3a663bd9381d4c90052e1c781a6fef64c4cbf0d456f47ac12791da485979ea')
 



More information about the arch-commits mailing list