summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2019-01-03 02:24:24 +0100
committerdanieltetraquark2019-01-03 02:24:24 +0100
commit152f1882384c857f99ab097f128ac1c74f316205 (patch)
treef402469bfef8cd2f66d78d47d47bce975636bc26
parent8e7a1ca650d82f2d90dbf4bff035a1e541ef3faa (diff)
downloadaur-152f1882384c857f99ab097f128ac1c74f316205.tar.gz
upgrade to 0.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3350d2a155e1..ae8a5fc4fd7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
- pkgver = 0.19.0
+ pkgver = 0.20.0
pkgrel = 1
url = https://github.com/ihabunek/toot
arch = any
license = GPL3
depends = python-requests
depends = python-beautifulsoup4
- source = https://files.pythonhosted.org/packages/source/t/toot/toot-0.19.0.tar.gz
- sha256sums = 857adc08ed2531c934a69d64efc78cd96bca80dd0a2b41e9033bdd61a50d6ffd
+ source = https://files.pythonhosted.org/packages/source/t/toot/toot-0.20.0.tar.gz
+ sha256sums = 4135f03549e50471fe394496161f1ef5fd7d4b0ce5edb0f809bbbe6e47599e55
pkgname = toot
diff --git a/PKGBUILD b/PKGBUILD
index 4701fb9a5156..56f880885ebd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=toot
_name=toot
-pkgver=0.19.0
+pkgver=0.20.0
pkgrel=1
pkgdesc="a Mastodon CLI client"
depends=('python-requests' 'python-beautifulsoup4')
@@ -8,7 +8,7 @@ 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=('857adc08ed2531c934a69d64efc78cd96bca80dd0a2b41e9033bdd61a50d6ffd')
+sha256sums=('4135f03549e50471fe394496161f1ef5fd7d4b0ce5edb0f809bbbe6e47599e55')
build() {
cd "$pkgname-$pkgver"