summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-11-24 21:47:42 +0100
committerRasmus Lindroth2021-11-24 21:47:42 +0100
commite2d3084e43f6fc839cc2a657dc49827bd86ce3de (patch)
tree058e9e5c441f366e29ba0b63144c67dd3638ccb8
parentbc4e7d5855efb65811588629754dd63e9549a52e (diff)
downloadaur-e2d3084e43f6fc839cc2a657dc49827bd86ce3de.tar.gz
add help msg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a89dbfe6025..f6837c87ddb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut-mastodon
pkgdesc = A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.
- pkgver = 0.0.40
+ pkgver = 0.0.41
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.40.tar.gz
- sha256sums = a460e060e430bc8ec8a9d521cf84897b5f8d4f8a92b31b3138f92c1a4f12e46b
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.41.tar.gz
+ sha256sums = a252e9d03fa102c645c03412772fd3161ebf7c501a409a9a05bd971c048f5b5e
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index 584a98153346..c862e44a2569 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=0.0.40
+pkgver=0.0.41
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.'
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/RasmusLindroth/$_pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$_pkgname/archive/$pkgver.tar.gz")
-sha256sums=('a460e060e430bc8ec8a9d521cf84897b5f8d4f8a92b31b3138f92c1a4f12e46b')
+sha256sums=('a252e9d03fa102c645c03412772fd3161ebf7c501a409a9a05bd971c048f5b5e')
build() {
cd $_pkgname-$pkgver