summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuís Ferreira2018-10-21 14:16:53 +0100
committerLuís Ferreira2018-10-21 14:16:53 +0100
commit533a1068458e8e5623884634239e9286fdd888e5 (patch)
treef30e961c2d2f5648f7f738ef862d2e8113db7cbb
parent456f14c6075614a3aad354a612d9d0796c7fde7d (diff)
downloadaur-533a1068458e8e5623884634239e9286fdd888e5.tar.gz
remove msg2 and hard update pkgver
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efbfd7b20279..a3b31291920c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = musixmatch-bin
pkgdesc = Lyrics platform where users can search and share lyrics
- pkgver = 0.20.20
+ pkgver = 0.21.4
pkgrel = 1
url = https://www.musixmatch.com/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9b88e4380320..4adf8c4ea184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=musixmatch-bin
_pkgname=musixmatch
-pkgver=0.20.20
+pkgver=0.21.4
pkgrel=1
pkgdesc='Lyrics platform where users can search and share lyrics'
arch=('x86_64')
@@ -14,7 +14,6 @@ source=('eula.html')
sha256sums=('988119d55691f5bdc91da81d31f2cc460de9c0d74312f4739f813ded7efdf03c')
prepare() {
- msg2 'Downloading from download-app.musixmatch.com...'
curl 'https://download-app.musixmatch.com/' -A 'Linux x86_64' -D headers.txt -Lf -o linux_amd64.deb
}