Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / wikicurses
Commits: a481550f by Jelle van der Waa at 2024-04-05T12:10:00+02:00 upgpkg: 1.4-8: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = wikicurses + pkgdesc = A simple curses interface for accessing Wikipedia + pkgver = 1.4 + pkgrel = 8 + url = https://github.com/ids1024/wikicurses + arch = any + license = MIT + makedepends = python-setuptools + depends = python + depends = python-urwid + depends = python-beautifulsoup4 + depends = python-lxml + backup = etc/wikicurses.conf + source = wikicurses-1.4.tar.gz::https://github.com/ids1024/wikicurses/archive/v1.4.tar.gz + source = https://github.com/ids1024/wikicurses/releases/download/v1.4/wikicurses-1.4.tar.gz.asc + validpgpkeys = 098BF569A360E234CE2B861A4924E10E199B5959 + sha512sums = 9473c01e58b70f4ea92b9615ed4f437139a2463a5b712209e2091425e9c5ee967f23f6703d7d2548162e94ccace99273cec41ed139a4d49c8e7063ff303ab063 + sha512sums = SKIP + b2sums = d9ca4feefbfae42dd1431ad2cc48a149186e1351676a826e70c878f0f04f50107962c80b4a6eaa4c9449df80321a1023049ff1c7a9527fa12ecc3054e2bfc45e + b2sums = SKIP + +pkgname = wikicurses ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=wikicurses pkgver=1.4 -pkgrel=7 +pkgrel=8 pkgdesc="A simple curses interface for accessing Wikipedia" arch=('any') url="https://github.com/ids1024/wikicurses" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wikicurses/-/commit/a481550f368910fea5a294ccf0e78e5b0f349226 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wikicurses/-/commit/a481550f368910fea5a294ccf0e78e5b0f349226 You're receiving this email because of your account on gitlab.archlinux.org.
