buku: update to 3.8.
Closes #14735. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
2a6b2b91f8
commit
6743cc521d
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'buku'
|
# Template file for 'buku'
|
||||||
pkgname=buku
|
pkgname=buku
|
||||||
version=3.7
|
version=3.8
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Buku-${version}"
|
wrksrc="Buku-${version}"
|
||||||
checkdepends="python3-pytest python3-urllib3 python3-BeautifulSoup4
|
checkdepends="python3-BeautifulSoup4 python3-atomicwrites python3-cryptography
|
||||||
python3-cryptography python3-hypothesis"
|
python3-hypothesis python3-pytest python3-urllib3 python3-yaml"
|
||||||
depends="python3-urllib3"
|
depends="${checkdepends}"
|
||||||
short_desc="Cmdline bookmark management utility"
|
short_desc="Cmdline bookmark management utility"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/jarun/Buku"
|
homepage="https://github.com/jarun/Buku"
|
||||||
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
|
||||||
checksum=0d39a86c6c319378af20c568a282a13c963655f60fc68f512eb83fce6a1435df
|
checksum=bca35fe1b7dbf88ed3af07e0daa4bc0a736d2f85b3103efcb18d542eebb2eebe
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
pytest3
|
pytest3
|
||||||
|
|
Loading…
Reference in New Issue