summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-09-12 13:26:26 +0200
committerRasmus Lindroth2021-09-12 13:26:26 +0200
commit136e41ea769cffd068024e3f4ac5831a97b7fa25 (patch)
treea0a3156ebde8eb8d7274fa2850c351f4b7fdc209
parent6f500e63f72e0c7b2e1e16b4c388e86c299015f9 (diff)
downloadaur-136e41ea769cffd068024e3f4ac5831a97b7fa25.tar.gz
ability to change layout
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17d112f2ae82..77397ab00346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.29
+ pkgver = 0.0.30
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.29.tar.gz
- sha256sums = 119058267535d109df42b53c82af7f3e55d06a7d0f19feffedfd3af668a59230
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.30.tar.gz
+ sha256sums = 558d77e97c33ee538030080a16bd6a1521a82d78c03fc11cd52977cb6263223c
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index 788cf935a2ec..f7943a226903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.29
+pkgver=0.0.30
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=('119058267535d109df42b53c82af7f3e55d06a7d0f19feffedfd3af668a59230')
+sha256sums=('558d77e97c33ee538030080a16bd6a1521a82d78c03fc11cd52977cb6263223c')
build() {
cd $pkgname-$pkgver