<20220418102835.26865-1-edd@salkield.uk>
--- testing/vit/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/vit/APKBUILD b/testing/vit/APKBUILD index e3a81aab8b..3bc3aa252b 100644 --- a/testing/vit/APKBUILD +++ b/testing/vit/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Edd Salkield <edd@salkield.uk> # Maintainer: Edd Salkield <edd@salkield.uk> pkgname=vit -pkgver=2.2.0b1 +pkgver=2.2.0 pkgrel=0 pkgdesc="Lightweight, fast, curses-based front end to Taskwarrior" url="https://github.com/vit-project/vit" arch="noarch" license="MIT" -depends="python3 py3-tasklib py3-urwid py3-tz py3-tzlocal" +depends="python3 py3-tasklib py3-urwid" makedepends="py3-setuptools" -source="$pkgname-$pkgver.tar.gz::https://github.com/vit-project/vit/archive/refs/tags/v$pkgver.tar.gz" +source="https://github.com/vit-project/vit/archive/v$pkgver/vit-v$pkgver.tar.gz" build() { python3 setup.py build @@ -28,5 +28,5 @@ package() { } sha512sums=" -eaad324e7a5eb85fbdee003b8b51a4799d3a3fba645c984ed276478bdc3b0bc6327f4476ab70373afbdf306f9248a3db63e465375e998ec117be62082d7a0d6a vit-2.2.0b1.tar.gz +6efbf4fa3d2d6b188f8ad5152a1cd949d1d1c263de19669087ba439a8248c9dfe9354e70b83d945ae3edd44fb9cc0d9a4bf4331a5aaacfd64fdece2cb4b9454e vit-v2.2.0.tar.gz " -- 2.35.1
<165027853704.985.6753336443110099670.gitlab.33360.1758bfd48914fef8ada4f5b8513d1edaa00b95bf@listserv.local>
<20220418102835.26865-1-edd@salkield.uk>
(view parent)
looks like py3-tasklib needs pytz/tzlocal at 2.4.3, but won't in the next release. should be added to itself -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33360#note_230609
<165027979364.985.1472417346328071948.gitlab.33360.1758bfd48914fef8ada4f5b8513d1edaa00b95bf@listserv.local>
<165027853704.985.6753336443110099670.gitlab.33360.1758bfd48914fef8ada4f5b8513d1edaa00b95bf@listserv.local>
(view parent)
Good catch, thank you. -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33360#note_230615
<165030975680.985.12964976348499228529.gitlab.33360.9a750102cef663da079d3e7a4cda0f08dfaacde3@listserv.local>
<20220418102835.26865-1-edd@salkield.uk>
(view parent)
Any ideas why installing py3-tzlocal might be failing with py3-tzlocal-2.1-r2: BAD signature on armhf and x86? Should I resubmit the patch now the `py3-tasklib` patch has been applied? -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33360#note_230747
<165031000412.985.8261332654803739174.gitlab.33360.9a750102cef663da079d3e7a4cda0f08dfaacde3@listserv.local>
<165030975680.985.12964976348499228529.gitlab.33360.9a750102cef663da079d3e7a4cda0f08dfaacde3@listserv.local>
(view parent)
someone reverted an upgrade but forgot to bump the pkgrel, i fixed it now -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33360#note_230752