summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrikilinux2022-01-11 19:35:09 -0300
committerFrikilinux2022-01-11 19:35:09 -0300
commit97c2609f34cb218cfed970623b6f2358f6018b70 (patch)
tree6b83683867e7c7cbc49d523d6ac27f3ded8ae0fa
parent50e4f9b5e19c8f500e0e64bf6e47e1f1e3dce5ee (diff)
downloadaur-97c2609f34cb218cfed970623b6f2358f6018b70.tar.gz
New version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe488e745f14..215a1ab3b45a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tidal-dl
- pkgdesc = Download music and videos from Tidal.
- pkgver = 2021.11.30.1
- pkgrel = 2
+ pkgdesc = Download videos and tracks from Tidal.
+ pkgver = 2022.1.11.1
+ pkgrel = 1
url = https://github.com/yaronzz/Tidal-Media-Downloader
arch = any
license = Apache
@@ -11,7 +11,7 @@ pkgbase = tidal-dl
depends = python-pydub
depends = python-prettytable
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/t/tidal-dl/tidal-dl-2021.11.30.1.tar.gz
- sha256sums = 8fd140f1ba05ff8c7c65b5eac0471e2d5ecf497c1c2364fb51891cd6936bcfe5
+ source = https://files.pythonhosted.org/packages/source/t/tidal-dl/tidal-dl-2022.1.11.1.tar.gz
+ sha256sums = 4c1bd416fa8a233b7f3982d47ad4e94b56b94a9d340148855baa60501b87b44f
pkgname = tidal-dl
diff --git a/PKGBUILD b/PKGBUILD
index b8087ae0771e..61a68825df1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor : peeweep <peeweep at 0x0 dot ee>
pkgname=tidal-dl
-pkgver=2021.11.30.1
-pkgrel=2
-pkgdesc="Download music and videos from Tidal."
+pkgver=2022.1.11.1
+pkgrel=1
+pkgdesc="Download videos and tracks from Tidal."
arch=('any')
url="https://github.com/yaronzz/Tidal-Media-Downloader"
license=('Apache')
@@ -17,7 +17,7 @@ depends=(
'python-setuptools'
)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('8fd140f1ba05ff8c7c65b5eac0471e2d5ecf497c1c2364fb51891cd6936bcfe5')
+sha256sums=('4c1bd416fa8a233b7f3982d47ad4e94b56b94a9d340148855baa60501b87b44f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"