summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-09-12 14:08:23 +0200
committerRasmus Lindroth2021-09-12 14:08:23 +0200
commit99724798c25d45d54861fc0bb3128154111e1ba1 (patch)
tree780503f3822e19378add6a3868b2640739aabe17
parent136e41ea769cffd068024e3f4ac5831a97b7fa25 (diff)
downloadaur-99724798c25d45d54861fc0bb3128154111e1ba1.tar.gz
hide notification text
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77397ab00346..8bf1eaf5f8cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.30
+ pkgver = 0.0.31
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.30.tar.gz
- sha256sums = 558d77e97c33ee538030080a16bd6a1521a82d78c03fc11cd52977cb6263223c
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.31.tar.gz
+ sha256sums = 434185954b1c00b1542a0e4e2002604fa7f4a140c88135b25906c65d7047a893
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index f7943a226903..cc060ca42134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.30
+pkgver=0.0.31
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=('558d77e97c33ee538030080a16bd6a1521a82d78c03fc11cd52977cb6263223c')
+sha256sums=('434185954b1c00b1542a0e4e2002604fa7f4a140c88135b25906c65d7047a893')
build() {
cd $pkgname-$pkgver