rtv: update to 1.26.0.
This commit is contained in:
parent
c6fcaecee3
commit
b4c4968808
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'rtv'
|
# Template file for 'rtv'
|
||||||
pkgname=rtv
|
pkgname=rtv
|
||||||
version=1.25.1
|
version=1.26.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="rtv"
|
pycompile_module="rtv"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen python3-requests python3-six"
|
depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen
|
||||||
|
python3-requests python3-six"
|
||||||
short_desc="Simple terminal viewer for Reddit (Reddit Terminal Viewer)"
|
short_desc="Simple terminal viewer for Reddit (Reddit Terminal Viewer)"
|
||||||
maintainer="dleeram <dleeram@protonmail.com>"
|
maintainer="dleeram <dleeram@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/michael-lazar/${pkgname}"
|
homepage="https://github.com/michael-lazar/${pkgname}"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=75695033c9172c90bf8313c3814672fcefe5188e4c8222ad59d201d7769fe99d
|
checksum=1e3c20fdbda2a1f1b584194a36895d8e42aba527b2e9fa7be8ff7fd79c8bee85
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue