summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Hamelink2021-04-02 21:22:46 +0100
committerJohn Hamelink2021-04-02 21:22:46 +0100
commitbceff37023b3b579027f8e401f5d014bae22988c (patch)
tree41a132a58e6db25eccbd27948387a73b134bfb17
parentdf9f5b1d7e9a55bd1854961a39aede538a8a484f (diff)
downloadaur-bceff37023b3b579027f8e401f5d014bae22988c.tar.gz
Upgraded to 0.6.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40ad4f3c6a84..b37ce56eb20d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tidalapi
pkgdesc = Unofficial API for TIDAL music streaming service.
- pkgver = 0.6.6
+ pkgver = 0.6.7
pkgrel = 00
url = https://github.com/tamland/python-tidal
arch = any
@@ -8,12 +8,12 @@ pkgbase = python-tidalapi
makedepends = python-pip
depends = python
depends = python-requests
- noextract = tidalapi-0.6.6-py3-none-any.whl
+ noextract = tidalapi-0.6.7-py3-none-any.whl
source = PKGBUILD_EXTRAS
- source = https://files.pythonhosted.org/packages/2a/5e/89c79f0a2afc449cb4248255c6451de71f14fb05f13967c645b6015db737/tidalapi-0.6.6-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/95/d7/664c35cb34a1c0ec98f6f51da3614c5a54ea2dcb3d9cc93ef55aa62acd14/tidalapi-0.6.7-py3-none-any.whl
source = LICENSE
md5sums = SKIP
- md5sums = a0a8d60ab70b2e90583a61292dc5aa72
+ md5sums = d89747ae59b96a48d06e1de30443f887
md5sums = e6a600fd5e1d9cbde2d983680233ad02
pkgname = python-tidalapi
diff --git a/PKGBUILD b/PKGBUILD
index d54a24b73dc1..ed29e1a655f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: John Hamelink <me@johnhame.link>
+# Maintainer: Unknown Packager
export PIP_CONFIG_FILE=/dev/null
export PIP_DISABLE_PIP_VERSION_CHECK=true
pkgname=python-tidalapi
-pkgver=0.6.6
+epoch=
+pkgver=0.6.7
pkgrel=00
pkgdesc='Unofficial API for TIDAL music streaming service.'
arch=(any)
@@ -19,9 +20,9 @@ conflicts=(${provides%=*}) # No quotes, to avoid an empty entry.
source=(PKGBUILD_EXTRAS)
md5sums=(SKIP)
noextract=()
-source+=(https://files.pythonhosted.org/packages/2a/5e/89c79f0a2afc449cb4248255c6451de71f14fb05f13967c645b6015db737/tidalapi-0.6.6-py3-none-any.whl)
-md5sums+=(a0a8d60ab70b2e90583a61292dc5aa72)
-noextract+=(tidalapi-0.6.6-py3-none-any.whl)
+source+=(https://files.pythonhosted.org/packages/95/d7/664c35cb34a1c0ec98f6f51da3614c5a54ea2dcb3d9cc93ef55aa62acd14/tidalapi-0.6.7-py3-none-any.whl)
+md5sums+=(d89747ae59b96a48d06e1de30443f887)
+noextract+=(tidalapi-0.6.7-py3-none-any.whl)
source+=(LICENSE)
md5sums+=(e6a600fd5e1d9cbde2d983680233ad02)