summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-07-27 11:00:16 +0200
committerRasmus Lindroth2021-07-27 11:00:16 +0200
commite0976696656f5d8dd85d1e3e2de810cd041c7674 (patch)
treeed2dc7992ab0a711864a476c1010bc6175fd444a
parent8536d0eda364a25b12a03244cd7dab9041c577dd (diff)
downloadaur-e0976696656f5d8dd85d1e3e2de810cd041c7674.tar.gz
notifications and char limit
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66d6973447d6..6cdbb35eba1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.22
+ pkgver = 0.0.23
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.22.tar.gz
- sha256sums = 17a65c04b59546db496c9420234599e161cc037fea4cd8cf6b1287cef6b9839f
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.23.tar.gz
+ sha256sums = 84f0f65a747736aeff3f87cdfe2d73e77ed49eeec1a433eddfddf3b13426e72d
pkgname = tut
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