python3-urwidtrees: update to 1.0.3.
This commit is contained in:
parent
b84a03d4ec
commit
c932d17717
1 changed files with 6 additions and 5 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'python3-urwidtrees'
|
# Template file for 'python3-urwidtrees'
|
||||||
pkgname=python3-urwidtrees
|
pkgname=python3-urwidtrees
|
||||||
version=1.0.2
|
version=1.0.3
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="urwidtrees-${version}"
|
wrksrc="urwidtrees-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel python3-urwid"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-urwid"
|
depends="python3-urwid"
|
||||||
short_desc="Tree widgets for urwid (Python3)"
|
checkdepends="$depends python3-mock"
|
||||||
|
short_desc="Tree widgets for urwid"
|
||||||
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
|
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/pazz/urwidtrees"
|
homepage="https://github.com/pazz/urwidtrees"
|
||||||
distfiles="https://github.com/pazz/urwidtrees/archive/${version}.tar.gz"
|
distfiles="https://github.com/pazz/urwidtrees/archive/${version}.tar.gz"
|
||||||
checksum=703f4b161b930a26a461a3e3e695f94237ac75e2a52b87613e49093d9aa76034
|
checksum=6e4178eac8c69237011449e5225a7b7f369b5052a0964a5b6e413fcdc1502b3a
|
||||||
|
|
Loading…
Reference in a new issue