summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordanieltetraquark2019-09-04 13:18:15 +0200
committerdanieltetraquark2019-09-04 13:18:15 +0200
commitffb81b75d8404212e04c1c2496febfaa06d6f8ca (patch)
tree8235479e3186f4f31467d20505bb94f6137c100c /PKGBUILD
parentfe4020615dd3bfd0a97754908b2327199389cc1d (diff)
downloadaur-ffb81b75d8404212e04c1c2496febfaa06d6f8ca.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 894a87588164..a518ad2c69e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=toot
_name=toot
-pkgver=0.23.0
+pkgver=0.23.1
pkgrel=1
pkgdesc="a Mastodon CLI client"
depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth')
@@ -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=('e2dcd2e1d021463cf96779e0cdb5fd46c0115d0bd0645677ab1af531574a2eb4')
+sha256sums=('3ff1c31923f51c63d6eafd07184cee7358315a3c1b0f85e5a148574edc23d5fa')
build() {
cd "$pkgname-$pkgver"