summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-05-16 21:33:34 +0200
committerRasmus Lindroth2022-05-16 21:33:34 +0200
commitda54a93121a3532aa0788641d22fbbcb067e3d1f (patch)
treec81eee18156fe876c6bb5cddfad16f07137780d0
parentda96219895b91fa416b8621dee9265ac07d1afa7 (diff)
downloadaur-da54a93121a3532aa0788641d22fbbcb067e3d1f.tar.gz
add support for creating polls
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f27dfc095f2..801d67779acf 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 = 1.0.7
+ pkgver = 1.0.8
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.7.tar.gz
- sha256sums = 170d609b5181239fcedb4486041fbf5d8f2a078265927f71a6b8761f95f1cec1
+ source = https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.8.tar.gz
+ sha256sums = 8c6dd035f06669bffe98312f313fd74d155c893abade6a67b1d02e3583d0169c
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index ced76cf7709e..f98c614f572b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=1.0.7
+pkgver=1.0.8
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/refs/tags/$pkgver.tar.gz")
-sha256sums=('170d609b5181239fcedb4486041fbf5d8f2a078265927f71a6b8761f95f1cec1')
+sha256sums=('8c6dd035f06669bffe98312f313fd74d155c893abade6a67b1d02e3583d0169c')
build() {
cd $_pkgname-$pkgver