summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadosch2020-06-16 12:51:14 +0200
committerdadosch2020-06-16 12:51:14 +0200
commit68aee2d3d73f3751bd7a6605148dbbf89899122b (patch)
treee11e24e40e50c3628c8e9e61b128494d42ccef78
parent57409aa4c8a793af5bdf23ba0842d72eb9cf9151 (diff)
downloadaur-68aee2d3d73f3751bd7a6605148dbbf89899122b.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9398468e542a..84424e88fd61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
- pkgver = 0.26.0
+ pkgver = 0.27.0
pkgrel = 1
url = https://github.com/ihabunek/toot
arch = any
@@ -9,8 +9,8 @@ pkgbase = toot
depends = python-beautifulsoup4
depends = python-wcwidth
depends = python-urwid
- source = https://github.com/ihabunek/toot/archive/0.26.0.zip
- sha256sums = 494a398a7078c0fd61f7767dd694f88af1df128fde60e54dd3fc9c2b771872a3
+ source = https://github.com/ihabunek/toot/archive/0.27.0.zip
+ sha256sums = 4476881d811247fd7099039971b6c907c5d91c9493b07881245f8a2120fd3722
pkgname = toot
diff --git a/PKGBUILD b/PKGBUILD
index 77025bcd08cd..2cb8322f5c7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=toot
_name=toot
-pkgver=0.26.0
+pkgver=0.27.0
pkgrel=1
pkgdesc="a Mastodon CLI client"
depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth' 'python-urwid')
@@ -8,7 +8,7 @@ license=('GPL3')
arch=('any')
url="https://github.com/ihabunek/toot"
source=(https://github.com/ihabunek/${_name}/archive/${pkgver}.zip)
-sha256sums=('494a398a7078c0fd61f7767dd694f88af1df128fde60e54dd3fc9c2b771872a3')
+sha256sums=('4476881d811247fd7099039971b6c907c5d91c9493b07881245f8a2120fd3722')
build() {
cd "$pkgname-$pkgver"