summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-02-20 19:04:11 +0100
committerdanieltetraquark2023-02-20 19:04:11 +0100
commite1f7ea92c2f14f036a7ed39a4bfea51a9f987d05 (patch)
treead46f9937c3f77bf112203df6620fddcc9199d82
parentae3117375579a0ff90f0d0a6bd11ba433910c7c5 (diff)
downloadaur-e1f7ea92c2f14f036a7ed39a4bfea51a9f987d05.tar.gz
update to 0.34.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d53a6c5ad011..3571e904abc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
- pkgver = 0.33.1
+ pkgver = 0.34.1
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.33.1.zip
- sha256sums = 70d60aec78db3391835e5f062ed63b0d27472b888fcc70359817593ef2e5a707
+ source = https://github.com/ihabunek/toot/archive/0.34.1.zip
+ sha256sums = dbaf594687ec8500e5f34827eaf17c74c44ff137644aba5d9ea1ca8d71af6ff6
pkgname = toot
diff --git a/PKGBUILD b/PKGBUILD
index 830116e97570..22d2538a0d9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=toot
_name=toot
-pkgver=0.33.1
+pkgver=0.34.1
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=('70d60aec78db3391835e5f062ed63b0d27472b888fcc70359817593ef2e5a707')
+sha256sums=('dbaf594687ec8500e5f34827eaf17c74c44ff137644aba5d9ea1ca8d71af6ff6')
build() {
cd "$pkgname-$pkgver"