summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-07-27 12:42:57 +0200
committerdanieltetraquark2023-07-27 12:42:57 +0200
commit93b844ebab6d976c0ec25a5c89d3512538aa0c88 (patch)
tree9e542fc15c283ae440d068481eeef55560f9fb2d
parentd918daa917dbd7a14ae323c4eab41397bbc1279b (diff)
downloadaur-toot.tar.gz
update to 0.38.1, add tomlkit dep
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d262345ecaef..08ef3d7cc3d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
- pkgver = 0.37.0
+ pkgver = 0.38.1
pkgrel = 1
url = https://github.com/ihabunek/toot
arch = any
@@ -10,7 +10,8 @@ pkgbase = toot
depends = python-beautifulsoup4
depends = python-wcwidth
depends = python-urwid
- source = https://github.com/ihabunek/toot/archive/0.37.0.zip
- sha256sums = 39bda4c9d736341045d3bc88aae77a3b1aff244dc3e096dccc44adcd1cd35341
+ depends = python-tomlkit
+ source = https://github.com/ihabunek/toot/archive/0.38.1.zip
+ sha256sums = dab271f657f45c6f1ec1dcc5c0a42dbe533f237422d88d8f9b91f8f33a1f56c8
pkgname = toot
diff --git a/PKGBUILD b/PKGBUILD
index 42572ffb5834..a5b3f5c2e914 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=toot
_name=toot
-pkgver=0.37.0
+pkgver=0.38.1
pkgrel=1
pkgdesc="a Mastodon CLI client"
makedepends=('python-setuptools')
-depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth' 'python-urwid')
+depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth' 'python-urwid' 'python-tomlkit')
license=('GPL3')
arch=('any')
url="https://github.com/ihabunek/toot"
source=(https://github.com/ihabunek/${_name}/archive/${pkgver}.zip)
-sha256sums=('39bda4c9d736341045d3bc88aae77a3b1aff244dc3e096dccc44adcd1cd35341')
+sha256sums=('dab271f657f45c6f1ec1dcc5c0a42dbe533f237422d88d8f9b91f8f33a1f56c8')
build() {
cd "$pkgname-$pkgver"