Update to 2.1.0
This commit is contained in:
parent
4cc7a9030c
commit
a82eddea5c
6
.SRCINFO
6
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = streamrip
|
||||
pkgdesc = A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.
|
||||
pkgver = 2.0.5
|
||||
pkgrel = 2
|
||||
pkgver = 2.1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/nathom/streamrip
|
||||
arch = any
|
||||
license = GPL3
|
||||
@ -29,7 +29,7 @@ pkgbase = streamrip
|
||||
depends = python-tomlkit
|
||||
depends = python-requests
|
||||
optdepends = ffmpeg: Additional functionality
|
||||
source = git+https://github.com/nathom/streamrip.git#tag=v2.0.5
|
||||
source = git+https://github.com/nathom/streamrip.git#tag=v2.1.0
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = streamrip
|
||||
|
58
PKGBUILD
58
PKGBUILD
@ -1,50 +1,50 @@
|
||||
# Maintainer: exu <aur _a_ frm01 _d_ net>
|
||||
|
||||
pkgname=streamrip
|
||||
pkgver=2.0.5
|
||||
pkgrel=2
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.'
|
||||
arch=(any)
|
||||
url='https://github.com/nathom/streamrip'
|
||||
license=('GPL3')
|
||||
depends=(python
|
||||
python-aiodns
|
||||
python-aiofiles
|
||||
python-aiohttp
|
||||
python-aiolimiter # AUR
|
||||
python-appdirs
|
||||
python-click-help-colors
|
||||
python-deezer-py # AUR
|
||||
python-m3u8 # AUR
|
||||
python-mutagen
|
||||
python-pathvalidate # AUR
|
||||
python-pillow
|
||||
python-pycryptodomex
|
||||
python-pytest-asyncio
|
||||
python-pytest-mock
|
||||
python-rich
|
||||
python-simple-term-menu
|
||||
python-tomlkit
|
||||
python-requests)
|
||||
python-aiodns
|
||||
python-aiofiles
|
||||
python-aiohttp
|
||||
python-aiolimiter # AUR
|
||||
python-appdirs
|
||||
python-click-help-colors
|
||||
python-deezer-py # AUR
|
||||
python-m3u8 # AUR
|
||||
python-mutagen
|
||||
python-pathvalidate # AUR
|
||||
python-pillow
|
||||
python-pycryptodomex
|
||||
python-pytest-asyncio
|
||||
python-pytest-mock
|
||||
python-rich
|
||||
python-simple-term-menu
|
||||
python-tomlkit
|
||||
python-requests)
|
||||
makedepends=(git
|
||||
python-build
|
||||
python-installer
|
||||
python-poetry)
|
||||
python-build
|
||||
python-installer
|
||||
python-poetry)
|
||||
optdepends=('ffmpeg: Additional functionality')
|
||||
source=(git+https://github.com/nathom/streamrip.git#tag=v$pkgver)
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd streamrip
|
||||
printf "${pkgver//-/.}"
|
||||
cd streamrip
|
||||
printf "${pkgver//-/.}"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd streamrip
|
||||
python -m build -wn
|
||||
cd streamrip
|
||||
python -m build -wn
|
||||
}
|
||||
|
||||
package() {
|
||||
cd streamrip
|
||||
python -m installer -d "$pkgdir" dist/*.whl
|
||||
cd streamrip
|
||||
python -m installer -d "$pkgdir" dist/*.whl
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user