Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / vit
Commits: 9dbe0ccf by Jelle van der Waa at 2024-04-04T09:57:24+02:00 upgpkg: 2.3.1-2: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = vit + pkgdesc = Terminal interface for Taskwarrior with Vim key bindings and colorization + pkgver = 2.3.1 + pkgrel = 2 + url = https://github.com/vit-project/vit + arch = any + license = MIT + makedepends = python-setuptools + depends = task + depends = python + depends = python-urwid + depends = python-tasklib + source = https://github.com/vit-project/vit/archive/v2.3.1/vit-2.3.1.tar.gz + sha256sums = 4de2a2036635d5656245a7f03d503090e2aecacacfb226daa65f2634c7ee8489 + b2sums = 8b03da6e32382d4a286f369c9aadc1f3978ef00afe5b23e3ebc26b8667b635d5fcb7e3ed3f877ccdf0512ae6aa8452c636e1efab83e2f0d76abf067256efa23d + +pkgname = vit ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=vit pkgver=2.3.1 -pkgrel=1 +pkgrel=2 pkgdesc='Terminal interface for Taskwarrior with Vim key bindings and colorization' url='https://github.com/vit-project/vit' arch=('any') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vit/-/commit/9dbe0ccf960149e7c2925fb17c4ecf50c07e6935 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vit/-/commit/9dbe0ccf960149e7c2925fb17c4ecf50c07e6935 You're receiving this email because of your account on gitlab.archlinux.org.
