summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-11-23 18:34:04 +0100
committerRasmus Lindroth2021-11-23 18:34:04 +0100
commit62b57a0ecbb0d432e1de91b8021a853b10802840 (patch)
treefea567c4b4d87b8a5ed2967647c1f4dfb25b619d
parent3d18853afafe3eb05d0769ed96c78dde03ac0ee3 (diff)
downloadaur-62b57a0ecbb0d432e1de91b8021a853b10802840.tar.gz
bug fixes and status notification
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f243ffd780f..797329240604 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.38
+ pkgver = 0.0.39
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.38.tar.gz
- sha256sums = 503408a7fc67ef60ee755d94e82cccd0333b7ea822209eaebc99464e2fd69031
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.39.tar.gz
+ sha256sums = cf496c919fcb9d752b2f8a451b701a3e40e966ba1b26b8b4ad39f77a7cac1d70
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index 9be825905022..c7fd93eca0a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=0.0.38
+pkgver=0.0.39
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=('503408a7fc67ef60ee755d94e82cccd0333b7ea822209eaebc99464e2fd69031')
+sha256sums=('cf496c919fcb9d752b2f8a451b701a3e40e966ba1b26b8b4ad39f77a7cac1d70')
build() {
cd $_pkgname-$pkgver