summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2020-04-10 16:14:56 +0200
committerRasmus Lindroth2020-04-10 16:14:56 +0200
commite0c53216593cf2d7663cfa83f2a93dac34089b15 (patch)
treec810d5d3d228cd794f65fe4e7bb5488c4f50c3c5 /PKGBUILD
parent3a78453c1f18bd6485c1b4be8190a89a06812f34 (diff)
downloadaur-e0c53216593cf2d7663cfa83f2a93dac34089b15.tar.gz
New commands and searching users
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b952aa91fa70..2d4d950ea354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.5
+pkgver=0.0.6
pkgrel=1
-pkgdesc='A TUI for Mastodon'
+pkgdesc='A TUI for Mastodon with vim inspired keys'
arch=('any')
url="https://github.com/RasmusLindroth/$pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('8142c824fa4e6e0144473a8747bee09d5c5c74182d5a184e7f1427f3bf39c4f5')
+sha256sums=('e4a945215fd700d44242ced3e18a4ae65c086444797ca9b2764faa7bb7115e6b')
build() {
cd $pkgname-$pkgver