aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGalen Abell <galen@galenabell.com>2024-04-16 17:52:19 +0200
committeromni <omni+alpine@hack.org>2024-04-16 17:45:25 +0000
commite3c2158bf56d80902620eb0cf6003bbad103ce15 (patch)
tree700a9caee3a0579ec241e6d09bbfbd518d275572
parent09d464103af8ecaee31043e23886eafe89bf6804 (diff)
community/toot: upgrade to 0.43.0HEADmaster
-rw-r--r--community/toot/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/toot/APKBUILD b/community/toot/APKBUILD
index 96005e51599..32850b31918 100644
--- a/community/toot/APKBUILD
+++ b/community/toot/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Galen Abell <galen@galenabell.com>
# Maintainer: Galen Abell <galen@galenabell.com>
pkgname=toot
-pkgver=0.42.0
-pkgrel=1
+pkgver=0.43.0
+pkgrel=0
pkgdesc="mastodon cli & tui"
url="https://github.com/ihabunek/toot"
arch="noarch"
@@ -10,7 +10,9 @@ license="GPL-3.0-only"
depends="
py3-beautifulsoup4
py3-click
+ py3-pillow
py3-requests
+ py3-term-image
py3-tomlkit
py3-urwid
py3-urwidgets
@@ -40,5 +42,5 @@ package() {
}
sha512sums="
-4370d3470a20850ce8f7b934270b54b6993972c5a6aeeb246da854865f54353825959e37184e22ddbbdee88e7ce2d9fccbcb8e8bb04f6b83faf03bfd2c46ea09 toot-0.42.0.tar.gz
+ed9de92e33f5f2f586573bcc53660cfba2d405ccdb7550fecf412a3dc8d1f8a6222573797f8c347101ea0d2613b6fd686cd3c744437fb58dafb3c22282a567dc toot-0.43.0.tar.gz
"