summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrikilinux2022-10-12 17:17:36 -0300
committerFrikilinux2022-10-12 17:17:36 -0300
commitd7d82795610755aefc84ea0766c9e66a775e5c61 (patch)
treefccce229ce61454092ef25dea8b7ada556c6a7cf
parentb38a3bb61894c3858e904e84152c1368b14b0657 (diff)
downloadaur-d7d82795610755aefc84ea0766c9e66a775e5c61.tar.gz
Update to new version 2022.10.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d278239e5b6..577d22e95927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tidal-dl
pkgdesc = Download videos and tracks from Tidal.
- pkgver = 2022.8.29.1
+ pkgver = 2022.10.12.1
pkgrel = 1
url = https://github.com/yaronzz/Tidal-Media-Downloader
arch = any
@@ -14,7 +14,7 @@ pkgbase = tidal-dl
depends = python-psutil
depends = python-pyqt5
depends = python-qt-material
- source = https://files.pythonhosted.org/packages/source/t/tidal-dl/tidal-dl-2022.8.29.1.tar.gz
- sha256sums = 0ef873fdfc63ef9cf763d9afd7d82ddf4d147b5518474d669fd1351771e6d77a
+ source = https://files.pythonhosted.org/packages/source/t/tidal-dl/tidal-dl-2022.10.12.1.tar.gz
+ sha256sums = 8fb2c3e2ec43ab5233e59ae72e4ef5171b4065519d002e1530ffefa6997927a6
pkgname = tidal-dl
diff --git a/PKGBUILD b/PKGBUILD
index feee2e7d824a..0403153bc9dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : peeweep <peeweep at 0x0 dot ee>
pkgname=tidal-dl
-pkgver=2022.8.29.1
+pkgver=2022.10.12.1
pkgrel=1
pkgdesc="Download videos and tracks from Tidal."
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-aigpy' 'python-lyricsgenius' 'python-pycryptodome'
'python-pydub' 'python-prettytable' 'python-setuptools' 'python-psutil'
'python-pyqt5' 'python-qt-material')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('0ef873fdfc63ef9cf763d9afd7d82ddf4d147b5518474d669fd1351771e6d77a')
+sha256sums=('8fb2c3e2ec43ab5233e59ae72e4ef5171b4065519d002e1530ffefa6997927a6')
build() {
cd "${pkgname}-${pkgver}"