summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2022-11-21 16:20:43 +0100
committerdanieltetraquark2022-11-21 16:20:43 +0100
commitcad4b990db0e3d8a6b7608a72a55ed8b54abd94f (patch)
tree7670e61ab527dd03e4d06a09d2f4d4ef055dc407
parent998b97564d0aa25cf79641926395d8d01af12980 (diff)
downloadaur-cad4b990db0e3d8a6b7608a72a55ed8b54abd94f.tar.gz
update to 0.29.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b49ef017870..8094e7b2bc12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
- pkgver = 0.28.1
+ pkgver = 0.29.0
pkgrel = 1
url = https://github.com/ihabunek/toot
arch = any
@@ -10,7 +10,7 @@ pkgbase = toot
depends = python-beautifulsoup4
depends = python-wcwidth
depends = python-urwid
- source = https://github.com/ihabunek/toot/archive/0.28.1.zip
- sha256sums = 1bfeac1f2221aecd8154d42ad2e013efc76b78be63ee77c4daeb8dc700d29020
+ source = https://github.com/ihabunek/toot/archive/0.29.0.zip
+ sha256sums = 7aec26e51b89f76e4d89bc6a692877b993e8f7e954802c9d334752ed6d8815d8
pkgname = toot
diff --git a/PKGBUILD b/PKGBUILD
index 4aa4b734872c..de93a90a6d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=toot
_name=toot
-pkgver=0.28.1
+pkgver=0.29.0
pkgrel=1
pkgdesc="a Mastodon CLI client"
makedepends=('python-setuptools')
@@ -9,7 +9,7 @@ license=('GPL3')
arch=('any')
url="https://github.com/ihabunek/toot"
source=(https://github.com/ihabunek/${_name}/archive/${pkgver}.zip)
-sha256sums=('1bfeac1f2221aecd8154d42ad2e013efc76b78be63ee77c4daeb8dc700d29020')
+sha256sums=('7aec26e51b89f76e4d89bc6a692877b993e8f7e954802c9d334752ed6d8815d8')
build() {
cd "$pkgname-$pkgver"