diff options
author | Darius Niminenn | 2024-04-27 20:31:02 -0300 |
---|---|---|
committer | Darius Niminenn | 2024-04-27 20:31:02 -0300 |
commit | 14f10eab73f5d3eabeca159fdb782c32f6edf25d (patch) | |
tree | beab232b76aa5ffd2da0a7916c631cdb5250da7c | |
parent | 714ce5af7ff0e0e96f56acdb397602042cd233e7 (diff) | |
download | aur-14f10eab73f5d3eabeca159fdb782c32f6edf25d.tar.gz |
predictable source url
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ pkgbase = tidal-dl-ng depends = python-ffmpeg-python depends = pyside6 depends = python-pyqtdarktheme - source = https://files.pythonhosted.org/packages/c0/5a/88e836459c6c633a596d3771f17237faad2f01d9bf5ca61c6698ccadce89/tidal_dl_ng-0.13.2.tar.gz + source = https://files.pythonhosted.org/packages/source/t/tidal_dl_ng/tidal_dl_ng-0.13.2.tar.gz source = tidal-dl-ng source = tidal-dl-ng-gui sha256sums = 08c6bd354b994071f8e8398234319316c65e59a8620933e8cfa67e56d7c5995f @@ -29,7 +29,7 @@ makedepends=( 'python-poetry-core' ) source=( - "https://files.pythonhosted.org/packages/c0/5a/88e836459c6c633a596d3771f17237faad2f01d9bf5ca61c6698ccadce89/$_pkgname-$pkgver.tar.gz" + "https://files.pythonhosted.org/packages/source/t/$_pkgname/$_pkgname-$pkgver.tar.gz" "tidal-dl-ng" "tidal-dl-ng-gui" ) |