mouse support and clear notifications

This commit is contained in:
Rasmus Lindroth 2022-08-13 15:55:29 +02:00
parent b889ba85bc
commit 0a970471a2
2 changed files with 29 additions and 29 deletions

View file

@ -1,6 +1,6 @@
pkgbase = tut-bin
pkgdesc = A TUI for Mastodon with vim inspired keys. Same as aur/tut, but this is the binary version.
pkgver = 1.0.16
pkgver = 1.0.17
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = x86_64
@ -11,19 +11,19 @@ pkgbase = tut-bin
arch = armv7h
license = MIT
conflicts = tut
source = tut-1.0.16.tar.gz::https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.16.tar.gz
sha256sums = 02cf6d76bf261bb6466678a4690ee92e4bf94ec3e916b23a0609d2f229b3d97d
source_x86_64 = tut-bin-1.0.16-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.16/tut-amd64-static
sha256sums_x86_64 = f31e290503ccd1f63ff83880ed7b6c7a17235122ec0fe59f8cfd84c87213b836
source_i686 = tut-bin-1.0.16-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.16/tut-386-static
sha256sums_i686 = e40039d47021f4b4b64f564684520ed7df34858fdf421470bb35d4c4059cbc77
source_aarch64 = tut-bin-1.0.16-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.16/tut-arm64-static
sha256sums_aarch64 = 31d0f2d91837095f8ea6a9f5a82e6227fe3a27cfda532c53a9fa1845be53112a
source_arm = tut-bin-1.0.16-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.16/tut-armv5-static
sha256sums_arm = aa225b1f8d10f6201058c4a3f35efed4706258136a688ca4a8cb17c82337b920
source_armv6h = tut-bin-1.0.16-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.16/tut-armv6-static
sha256sums_armv6h = ab0d5ebdc9b5d37114ccccc2a7d5445df727936ceb511880aa887ab76f072a98
source_armv7h = tut-bin-1.0.16-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.16/tut-armv7-static
sha256sums_armv7h = 1dfa96c19c8e0335caeba14b48899c47c1139adf535e614bb8d1b1c7b17872a3
source = tut-1.0.17.tar.gz::https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.17.tar.gz
sha256sums = b92da4aa1bf36d77657b76149262f7fdb731d83111b81a69d3b017179c4319a1
source_x86_64 = tut-bin-1.0.17-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.17/tut-amd64-static
sha256sums_x86_64 = 88bfae81a4aa5010d6f8612fba47d4bd0cf9e01e23ca697428572498872c87db
source_i686 = tut-bin-1.0.17-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.17/tut-386-static
sha256sums_i686 = 51f3a36df95240c85c4f92ba77059a1c76891ae3e3bf440dea6b7c3189c209b3
source_aarch64 = tut-bin-1.0.17-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.17/tut-arm64-static
sha256sums_aarch64 = 40bcc72d7ca8d6aedf4da41255eb4da26e772b4cb21bac18ae12dc833d056ef0
source_arm = tut-bin-1.0.17-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.17/tut-armv5-static
sha256sums_arm = 59f9e901fdf8448194308d56fb272b88e65f8e2b2d6c2ed12702e59e1e55ed75
source_armv6h = tut-bin-1.0.17-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.17/tut-armv6-static
sha256sums_armv6h = ff87889ed30f6716021fe6a46ba8c5d333fdb59c80b573385e200763b2b7fee7
source_armv7h = tut-bin-1.0.17-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.17/tut-armv7-static
sha256sums_armv7h = e2144437e7e37dbbcf93f9b778cab00cc57812e3d98396516a6587c4883998a2
pkgname = tut-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-bin
pkgver=1.0.16
pkgver=1.0.17
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys. Same as aur/tut, but this is the binary version.'
arch=('x86_64' 'i686' 'aarch64' 'arm' 'armv6h' 'armv7h')
@ -10,20 +10,20 @@ url="https://github.com/RasmusLindroth/$_pkgname"
license=('MIT')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/RasmusLindroth/$_pkgname/archive/refs/tags/$pkgver.tar.gz")
source_x86_64=("$pkgname-$pkgver-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.16/tut-amd64-static")
source_i686=("$pkgname-$pkgver-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.16/tut-386-static")
source_arm=("$pkgname-$pkgver-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.16/tut-armv5-static")
source_armv6h=("$pkgname-$pkgver-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.16/tut-armv6-static")
source_armv7h=("$pkgname-$pkgver-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.16/tut-armv7-static")
source_aarch64=("$pkgname-$pkgver-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.16/tut-arm64-static")
source_x86_64=("$pkgname-$pkgver-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.17/tut-amd64-static")
source_i686=("$pkgname-$pkgver-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.17/tut-386-static")
source_arm=("$pkgname-$pkgver-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.17/tut-armv5-static")
source_armv6h=("$pkgname-$pkgver-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.17/tut-armv6-static")
source_armv7h=("$pkgname-$pkgver-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.17/tut-armv7-static")
source_aarch64=("$pkgname-$pkgver-bin::https://github.com/RasmusLindroth/tut/releases/download/1.0.17/tut-arm64-static")
sha256sums=('02cf6d76bf261bb6466678a4690ee92e4bf94ec3e916b23a0609d2f229b3d97d')
sha256sums_x86_64=('f31e290503ccd1f63ff83880ed7b6c7a17235122ec0fe59f8cfd84c87213b836')
sha256sums_i686=('e40039d47021f4b4b64f564684520ed7df34858fdf421470bb35d4c4059cbc77')
sha256sums_arm=('aa225b1f8d10f6201058c4a3f35efed4706258136a688ca4a8cb17c82337b920')
sha256sums_armv6h=('ab0d5ebdc9b5d37114ccccc2a7d5445df727936ceb511880aa887ab76f072a98')
sha256sums_armv7h=('1dfa96c19c8e0335caeba14b48899c47c1139adf535e614bb8d1b1c7b17872a3')
sha256sums_aarch64=('31d0f2d91837095f8ea6a9f5a82e6227fe3a27cfda532c53a9fa1845be53112a')
sha256sums=('b92da4aa1bf36d77657b76149262f7fdb731d83111b81a69d3b017179c4319a1')
sha256sums_x86_64=('88bfae81a4aa5010d6f8612fba47d4bd0cf9e01e23ca697428572498872c87db')
sha256sums_i686=('51f3a36df95240c85c4f92ba77059a1c76891ae3e3bf440dea6b7c3189c209b3')
sha256sums_arm=('59f9e901fdf8448194308d56fb272b88e65f8e2b2d6c2ed12702e59e1e55ed75')
sha256sums_armv6h=('ff87889ed30f6716021fe6a46ba8c5d333fdb59c80b573385e200763b2b7fee7')
sha256sums_armv7h=('e2144437e7e37dbbcf93f9b778cab00cc57812e3d98396516a6587c4883998a2')
sha256sums_aarch64=('40bcc72d7ca8d6aedf4da41255eb4da26e772b4cb21bac18ae12dc833d056ef0')
package() {
install -Dm755 $pkgname-$pkgver-bin "$pkgdir"/usr/bin/$_pkgname