summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordanieltetraquark2022-11-12 18:38:12 +0100
committerdanieltetraquark2022-11-12 18:38:12 +0100
commit998b97564d0aa25cf79641926395d8d01af12980 (patch)
tree48d83680b1910aac047e9c46e94c41924e3e0bce /PKGBUILD
parent79202fac2f3cc75e68f4534eb822b5b5128bb445 (diff)
downloadaur-998b97564d0aa25cf79641926395d8d01af12980.tar.gz
update to 0.28.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b35c333ad340..4aa4b734872c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=toot
_name=toot
-pkgver=0.28.0
-pkgrel=3
+pkgver=0.28.1
+pkgrel=1
pkgdesc="a Mastodon CLI client"
makedepends=('python-setuptools')
depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth' 'python-urwid')
@@ -9,7 +9,7 @@ license=('GPL3')
arch=('any')
url="https://github.com/ihabunek/toot"
source=(https://github.com/ihabunek/${_name}/archive/${pkgver}.zip)
-sha256sums=('7f9168885924a0143c2b300617a0191ed99b1e4b249581a97e1f5126a2ed500d')
+sha256sums=('1bfeac1f2221aecd8154d42ad2e013efc76b78be63ee77c4daeb8dc700d29020')
build() {
cd "$pkgname-$pkgver"