diff options
author | Antonio Arias Orzanco | 2023-10-16 20:31:44 +0200 |
---|---|---|
committer | Antonio Arias Orzanco | 2023-10-16 20:31:44 +0200 |
commit | 87f1640f04e1b707ca7889db2cfe1c715a910344 (patch) | |
tree | 3aa46fe160068ea7c31f3dcf74a8449e8dacfb89 /.SRCINFO | |
parent | d9a4e272392ccf92656cae02adb75063d8dca505 (diff) | |
download | aur-87f1640f04e1b707ca7889db2cfe1c715a910344.tar.gz |
Creating initial aur package.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -1,13 +1,19 @@ -pkgbase = python-pyradios - pkgdesc = Python client for the Radio Browser API. - pkgver = 1.0.2 +pkgbase = radioactive + pkgdesc = Play and record any radio stations around the globe right from your terminal. + pkgver = 2.8.0 pkgrel = 1 - url = https://github.com/andreztz/pyradios + url = https://github.com/deep5050/radio-active arch = any - license = GPL3 + license = MIT makedepends = python-setuptools - depends = python - source = python-pyradios-1.0.2.tar.gz::https://github.com/andreztz/pyradios/archive/refs/tags/v1.0.2.tar.gz - md5sums = ed512d3607f29b5568534b12e1d2035c + depends = ffmpeg + depends = python-colorlog + depends = python-pick + depends = python-pyradios=1.0.2 + depends = python-requests-cache + depends = python-rich + depends = python-zenlog + source = radioactive-2.8.0.tar.gz::https://github.com/deep5050/radio-active/archive/refs/tags/v2.8.0.tar.gz + md5sums = 3bd338dd40a91f299ad5877b06176fbd -pkgname = python-pyradios +pkgname = radioactive |