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

Eli Schwartz eschwartz at archlinux.org
Mon Mar 4 00:54:21 UTC 2019


    Date: Monday, March 4, 2019 @ 00:54:12
  Author: eschwartz
Revision: 437502

fix ambiguous download filename

Modified:
  mixxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-03 20:28:34 UTC (rev 437501)
+++ PKGBUILD	2019-03-04 00:54:12 UTC (rev 437502)
@@ -19,7 +19,7 @@
 makedepends=('qt5-tools' 'qtkeychain' 'scons')
 optdepends=('qtkeychain: Credentials storage support for Live Broadcasting profiles')
 checkdepends=('xorg-server-xvfb')
-source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz")
 sha512sums=('8174b504d236cde36c636985e0e224915f0be69b13691bf0d88c21087c20c1100ff55561b6e395d97fe5b21a0229fe9ecdac2493cb44fa99a42549c368fa2134')
 
 prepare() {



More information about the arch-commits mailing list