summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-05-07 14:41:28 +0200
committerRasmus Lindroth2022-05-07 14:41:28 +0200
commit77493027bb977e785e37eb7c49784b6abd8d9ef6 (patch)
tree6ab96d3250c446d8e753cec653674a39ad8c43da
parent034d90cc08fbe8e4b243ac27dd93c0e8b989e5af (diff)
downloadaur-77493027bb977e785e37eb7c49784b6abd8d9ef6.tar.gz
show notification feed and exit nicely
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ecbc9f287b2..af999f3caff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.0.tar.gz
- sha256sums = ce54a8e11351b9ffa77541bd17ed6800d6a27902f13275fd083e60a2052ad461
+ source = https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.1.tar.gz
+ sha256sums = bf3294b3ca97349092e2045688a1ba62b72fbed7c75691c3f7d46ea8cf3776a2
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index a9cd2cd54476..7294f84995fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=1.0.0
+pkgver=1.0.1
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/refs/tags/$pkgver.tar.gz")
-sha256sums=('ce54a8e11351b9ffa77541bd17ed6800d6a27902f13275fd083e60a2052ad461')
+sha256sums=('bf3294b3ca97349092e2045688a1ba62b72fbed7c75691c3f7d46ea8cf3776a2')
build() {
cd $pkgname-$pkgver