Modify order of dependencies and note AUR-dependencies
This commit is contained in:
parent
32d37fdf31
commit
19f1250232
30
.SRCINFO
30
.SRCINFO
@ -5,28 +5,28 @@ pkgbase = streamrip
|
||||
url = https://github.com/nathom/streamrip
|
||||
arch = any
|
||||
license = GPL3
|
||||
makedepends = python-poetry
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = git
|
||||
makedepends = python-poetry
|
||||
depends = python
|
||||
depends = python-mutagen
|
||||
depends = python-tomlkit
|
||||
depends = python-pathvalidate
|
||||
depends = python-simple-term-menu
|
||||
depends = python-pillow
|
||||
depends = python-deezer-py
|
||||
depends = python-pycryptodomex
|
||||
depends = python-appdirs
|
||||
depends = python-m3u8
|
||||
depends = python-aiodns
|
||||
depends = python-aiofiles
|
||||
depends = python-aiohttp
|
||||
depends = python-aiodns
|
||||
depends = python-aiolimiter
|
||||
depends = python-pytest-mock
|
||||
depends = python-pytest-asyncio
|
||||
depends = python-rich
|
||||
depends = python-appdirs
|
||||
depends = python-click-help-colors
|
||||
depends = python-deezer-py
|
||||
depends = python-m3u8
|
||||
depends = python-mutagen
|
||||
depends = python-pathvalidate
|
||||
depends = python-pillow
|
||||
depends = python-pycryptodomex
|
||||
depends = python-pytest-asyncio
|
||||
depends = python-pytest-mock
|
||||
depends = python-rich
|
||||
depends = python-simple-term-menu
|
||||
depends = python-tomlkit
|
||||
optdepends = ffmpeg: Additional functionality
|
||||
source = git+https://github.com/nathom/streamrip.git#tag=v2.0.5
|
||||
sha256sums = SKIP
|
||||
|
33
PKGBUILD
33
PKGBUILD
@ -8,26 +8,27 @@ arch=(any)
|
||||
url='https://github.com/nathom/streamrip'
|
||||
license=('GPL3')
|
||||
depends=(python
|
||||
python-mutagen
|
||||
python-tomlkit
|
||||
python-pathvalidate
|
||||
python-simple-term-menu
|
||||
python-pillow
|
||||
python-deezer-py
|
||||
python-pycryptodomex
|
||||
python-appdirs
|
||||
python-m3u8
|
||||
python-aiodns
|
||||
python-aiofiles
|
||||
python-aiohttp
|
||||
python-aiodns
|
||||
python-aiolimiter
|
||||
python-pytest-mock
|
||||
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-click-help-colors)
|
||||
makedepends=(python-poetry
|
||||
python-{build,installer}
|
||||
git)
|
||||
python-simple-term-menu
|
||||
python-tomlkit)
|
||||
makedepends=(git
|
||||
python-build
|
||||
python-installer
|
||||
python-poetry)
|
||||
optdepends=('ffmpeg: Additional functionality')
|
||||
source=(git+https://github.com/nathom/streamrip.git#tag=v$pkgver)
|
||||
sha256sums=('SKIP')
|
||||
|
Loading…
Reference in New Issue
Block a user