summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordanieltetraquark2019-01-03 02:24:24 +0100
committerdanieltetraquark2019-01-03 02:24:24 +0100
commit152f1882384c857f99ab097f128ac1c74f316205 (patch)
treef402469bfef8cd2f66d78d47d47bce975636bc26 /PKGBUILD
parent8e7a1ca650d82f2d90dbf4bff035a1e541ef3faa (diff)
downloadaur-152f1882384c857f99ab097f128ac1c74f316205.tar.gz
upgrade to 0.20.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"