summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-10-23 14:51:00 +0200
committerRasmus Lindroth2021-10-23 14:51:00 +0200
commitb71f57bba782b7a0e34224aee76ce5f43880d28a (patch)
treee1e5dc1d4011f0b3b3d1e9aa31e155aeaf836ea9
parent8b7a2f33095fac0102e78983d2ceea9a922987fe (diff)
downloadaur-b71f57bba782b7a0e34224aee76ce5f43880d28a.tar.gz
option to open in terminal instead of external
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00531abb16d1..8360e14d2914 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.35
+ pkgver = 0.0.36
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.35.tar.gz
- sha256sums = cde438c1cb6a6a7689b54b65b59177501c98bfa7cc0e4f2e3f8c9a0f85834748
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.36.tar.gz
+ sha256sums = 03466f8057dbdfb6418dfab95e34af355b2d9719d6a01011b5f003d8cfa6b264
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index 84f4c8decdb1..994320e33ddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.35
+pkgver=0.0.36
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=('cde438c1cb6a6a7689b54b65b59177501c98bfa7cc0e4f2e3f8c9a0f85834748')
+sha256sums=('03466f8057dbdfb6418dfab95e34af355b2d9719d6a01011b5f003d8cfa6b264')
build() {
cd $pkgname-$pkgver