summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2019-09-19 14:00:31 +0200
committerdanieltetraquark2019-09-19 14:00:31 +0200
commit22f1c17971a86f7948c6624586e20bd6bdc5890a (patch)
tree19d4a978b63e428b199d03ac3142bebd1bf89182
parent4ceff04c9224254a9179aeceb637c100ef8c6d4c (diff)
downloadaur-22f1c17971a86f7948c6624586e20bd6bdc5890a.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff936ccebd2e..dd65ff607d90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
- pkgver = 0.23.1
- pkgrel = 2
+ pkgver = 0.24.0
+ pkgrel = 1
url = https://github.com/ihabunek/toot
arch = any
license = GPL3
@@ -9,8 +9,8 @@ pkgbase = toot
depends = python-beautifulsoup4
depends = python-wcwidth
depends = python-urwid
- source = https://files.pythonhosted.org/packages/source/t/toot/toot-0.23.1.tar.gz
- sha256sums = 3ff1c31923f51c63d6eafd07184cee7358315a3c1b0f85e5a148574edc23d5fa
+ source = https://files.pythonhosted.org/packages/source/t/toot/toot-0.24.0.tar.gz
+ sha256sums = 830b6ffc04c3a80a63045a112a1df219879a6576bc20919a55f93dd5bc590371
pkgname = toot
diff --git a/PKGBUILD b/PKGBUILD
index c1bd69a8f268..2050728dc721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=toot
_name=toot
-pkgver=0.23.1
-pkgrel=2
+pkgver=0.24.0
+pkgrel=1
pkgdesc="a Mastodon CLI client"
depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth' 'python-urwid')
license=('GPL3')
arch=('any')
url="https://github.com/ihabunek/toot"
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('3ff1c31923f51c63d6eafd07184cee7358315a3c1b0f85e5a148574edc23d5fa')
+sha256sums=('830b6ffc04c3a80a63045a112a1df219879a6576bc20919a55f93dd5bc590371')
build() {
cd "$pkgname-$pkgver"