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

Anatol Pomozov anatolik at archlinux.org
Tue Dec 30 15:28:18 UTC 2014


    Date: Tuesday, December 30, 2014 @ 16:28:18
  Author: anatolik
Revision: 124912

Fix bash variable braces position

Modified:
  lmms/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-30 15:23:32 UTC (rev 124911)
+++ PKGBUILD	2014-12-30 15:28:18 UTC (rev 124912)
@@ -23,7 +23,7 @@
 conflicts=('lmms-extras')
 options=('!makeflags')
 install=lmms.install
-source=("https://github.com/LMMS/${pkgname}/releases/download/v{$pkgver}/${pkgname}-${pkgver}-src.tar.bz2"
+source=("https://github.com/LMMS/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-src.tar.bz2"
         lmms-1.0.3-build-fix.patch
         zynaddsubfx_unlink.patch)
 md5sums=('1f63ad9abd1781206d852e79b2191638'



More information about the arch-commits mailing list