summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriaan Zonnenberg2017-06-12 22:34:57 +0200
committerAdriaan Zonnenberg2017-06-12 22:34:57 +0200
commit9a2cfce6ccbc3d5df67ce515b38a1e897aa34322 (patch)
treefb5709d7cd4600327879cc1532f895ae7f72cea7
parent13244c77d0d0a785966da841d177e05fa55bd1e0 (diff)
downloadaur-9a2cfce6ccbc3d5df67ce515b38a1e897aa34322.tar.gz
musixmatch-bin 0.19.1-1
Allow quotes around filename in Content-Disposition header
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6db6dd71fd0f..deed3301c4b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = musixmatch-bin
pkgdesc = Lyrics platform where users can search and share lyrics
- pkgver = 0.18.1
+ pkgver = 0.19.1
pkgrel = 1
url = https://www.musixmatch.com/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1651156aac93..da0050453740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=musixmatch-bin
_pkgname=musixmatch
-pkgver=0.18.1
+pkgver=0.19.1
pkgrel=1
pkgdesc='Lyrics platform where users can search and share lyrics'
arch=('x86_64')
@@ -19,7 +19,7 @@ prepare() {
pkgver() {
# Exctract the version from the filename.
- grep -oiP 'content-disposition: attachment; filename=musixmatch_\K([0-9.]+)(?=_amd64.deb.*)' headers.txt
+ grep -oiP 'content-disposition: attachment; filename=.*musixmatch_\K([0-9.]+)(?=_amd64.deb.*)' headers.txt
}
package() {