summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-01-21 12:53:58 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2020-01-21 12:57:42 -0500
commit4da806a977704c9c8a1f21083f533a85a1b0b9cd (patch)
tree98c1aa70b9c3c03a748dff21f2ebc914236fa691
parent5152941afaaaab20b026fc8f12605d8c468fd707 (diff)
[toot]: upgrade to v0.25.0
-rw-r--r--pcr/toot/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/pcr/toot/PKGBUILD b/pcr/toot/PKGBUILD
index 561138e8c..d9a407ed8 100644
--- a/pcr/toot/PKGBUILD
+++ b/pcr/toot/PKGBUILD
@@ -2,20 +2,18 @@
pkgname=toot
-pkgver=0.24.0
-pkgrel=2
+pkgver=0.25.0
+pkgrel=1
pkgdesc="CLI and TUI clients for Mastodon federated services"
arch=('any')
url=https://github.com/ihabunek/toot
license=('GPL3')
-depends=('python-requests' 'python-beautifulsoup4' 'python-urwid' 'python-wcwidth')
-# source=(https://github.com/ihabunek/toot/releases/download/${pkgver}/${_release}.tar.gz)
+depends=('python>=3.8' 'python<3.9'
+ 'python-requests' 'python-beautifulsoup4' 'python-urwid' 'python-wcwidth')
source=(https://github.com/ihabunek/toot/archive/${pkgver}.tar.gz)
-
-#sha256sums=('830b6ffc04c3a80a63045a112a1df219879a6576bc20919a55f93dd5bc590371')
-sha256sums=('645db4d1284cde8d29de1e6852efcb84284e66b55a1847c71b7f32a6ebe658ee')
+sha256sums=('dba7aecc748ff574ab2b23aee150724b61730f7547c4c65acf56af1ebd793741')
_release=${pkgname}-${pkgver}