summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-01-03 01:22:51 +0100
committerdanieltetraquark2023-01-03 01:22:51 +0100
commitd9ed7c0b90a584b40e66bf4b97576a805f70a54e (patch)
tree34af74042d0430b968b31c428fd7268c51d7fa49
parent825ecf900e932192f1a8fc89b0cdb4197c6baca9 (diff)
downloadaur-d9ed7c0b90a584b40e66bf4b97576a805f70a54e.tar.gz
update to 0.33.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35ac607522da..93eeec1fcd00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
- pkgver = 0.32.1
+ pkgver = 0.33.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.32.1.zip
- sha256sums = e6ee3b8813b060893acdb1a049ab567de3159bbb239b47d04909ed0ebb89019d
+ source = https://github.com/ihabunek/toot/archive/0.33.0.zip
+ sha256sums = 3c4aa4b7e8ed64b1e540332daa613e99fa2c053d2e9fbb9a8ed3d078abf9cb9b
pkgname = toot
diff --git a/PKGBUILD b/PKGBUILD
index d9bcfb428bb7..9ccf612cb0dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=toot
_name=toot
-pkgver=0.32.1
+pkgver=0.33.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=('e6ee3b8813b060893acdb1a049ab567de3159bbb239b47d04909ed0ebb89019d')
+sha256sums=('3c4aa4b7e8ed64b1e540332daa613e99fa2c053d2e9fbb9a8ed3d078abf9cb9b')
build() {
cd "$pkgname-$pkgver"