summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrittany Figueroa2022-03-28 09:45:12 -0700
committerBrittany Figueroa2022-03-28 09:45:12 -0700
commitd75c56144d08bf7f12ffde3fac3b3fd6ce6b0a76 (patch)
tree7db369c6f506e8666c3cd634bdcfa6e17252991e
parent50bbc26c85f90fb3f4fed8bcaa5bd954c9860524 (diff)
downloadaur-musixmatch-bin.tar.gz
Fixing source
Signed-off-by: Brittany Figueroa <>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94f0aff2c353..2036560d009c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = musixmatch-bin
depends = libxtst
depends = nss
optdepends = spotify: Instant synchronized lyrics
- source = https://download-app.musixmatch.com/download/musixmatch_3.10.4043_master.20200211001-_amd64.deb
+ source = https://download-app.musixmatch.com/download/musixmatch_3.10.4043-master.20200211001_amd64.deb
b2sums = 85272ec57171512476f293b0b411427118bb75aa536703faf337f4d516006ed23a386f62f0fa83fdd040ecda7d77ceb38f89801da8dba84ddb0ba50a0d187094
pkgname = musixmatch-bin
diff --git a/PKGBUILD b/PKGBUILD
index ade549ef06c8..a4a1334e8821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ depends=(
'nss'
)
optdepends=('spotify: Instant synchronized lyrics')
-source=("https://download-app.musixmatch.com/download/${_pkgname}_${pkgver}-${_pkgver}_amd64.deb")
+source=("https://download-app.musixmatch.com/download/${_pkgname}_${pkgver/_/-}_amd64.deb")
b2sums=('85272ec57171512476f293b0b411427118bb75aa536703faf337f4d516006ed23a386f62f0fa83fdd040ecda7d77ceb38f89801da8dba84ddb0ba50a0d187094')
prepare() {