summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2021-07-27 11:00:16 +0200
committerRasmus Lindroth2021-07-27 11:00:16 +0200
commite0976696656f5d8dd85d1e3e2de810cd041c7674 (patch)
treeed2dc7992ab0a711864a476c1010bc6175fd444a /PKGBUILD
parent8536d0eda364a25b12a03244cd7dab9041c577dd (diff)
downloadaur-e0976696656f5d8dd85d1e3e2de810cd041c7674.tar.gz
notifications and char limit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e30d25f68af1..5337168d3823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.22
+pkgver=0.0.23
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys'
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/RasmusLindroth/$pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('17a65c04b59546db496c9420234599e161cc037fea4cd8cf6b1287cef6b9839f')
+sha256sums=('84f0f65a747736aeff3f87cdfe2d73e77ed49eeec1a433eddfddf3b13426e72d')
build() {
cd $pkgname-$pkgver