mouse support and clear notifications

This commit is contained in:
Rasmus Lindroth 2022-08-13 15:55:20 +02:00
parent cdab55b937
commit b479401e8a
2 changed files with 5 additions and 5 deletions

View file

@ -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.16
pkgver = 1.0.17
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
source = tut-1.0.16.tar.gz::https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.16.tar.gz
sha256sums = 02cf6d76bf261bb6466678a4690ee92e4bf94ec3e916b23a0609d2f229b3d97d
source = tut-1.0.17.tar.gz::https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.17.tar.gz
sha256sums = b92da4aa1bf36d77657b76149262f7fdb731d83111b81a69d3b017179c4319a1
pkgname = tut-mastodon

View file

@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
pkgver=1.0.16
pkgver=1.0.17
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=("$_pkgname-$pkgver.tar.gz::https://github.com/RasmusLindroth/$_pkgname/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('02cf6d76bf261bb6466678a4690ee92e4bf94ec3e916b23a0609d2f229b3d97d')
sha256sums=('b92da4aa1bf36d77657b76149262f7fdb731d83111b81a69d3b017179c4319a1')
build() {
cd $_pkgname-$pkgver