summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-11-04 19:04:58 +0100
committerRasmus Lindroth2021-11-04 19:04:58 +0100
commit3d18853afafe3eb05d0769ed96c78dde03ac0ee3 (patch)
tree3a1f2a5294156b860265b5974dcc6c011cbb94f8
parent364ad7f81130d635961087f82a3dbf003da96640 (diff)
downloadaur-3d18853afafe3eb05d0769ed96c78dde03ac0ee3.tar.gz
vote support and template for profiles
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c8b1b374cbf..0f243ffd780f 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.37
+ pkgver = 0.0.38
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.37.tar.gz
- sha256sums = bb40259ddc901e181aa009ebe68892fa4d4b8f35b03a7d907cb0eedc9121f894
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.38.tar.gz
+ sha256sums = 503408a7fc67ef60ee755d94e82cccd0333b7ea822209eaebc99464e2fd69031
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index ddac1b2cad2b..9be825905022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=0.0.37
+pkgver=0.0.38
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=('bb40259ddc901e181aa009ebe68892fa4d4b8f35b03a7d907cb0eedc9121f894')
+sha256sums=('503408a7fc67ef60ee755d94e82cccd0333b7ea822209eaebc99464e2fd69031')
build() {
cd $_pkgname-$pkgver