summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-05-10 19:31:14 +0200
committerRasmus Lindroth2022-05-10 19:31:14 +0200
commit3bcee29be260e40aa190c673ad3c0058af5f6eb1 (patch)
tree8607dad8113f2dd435d55f89ea8641a16396639d
parentd7295e33273af553c3fd5545d9829bbf2b03427b (diff)
downloadaur-3bcee29be260e40aa190c673ad3c0058af5f6eb1.tar.gz
bug fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2055f72e179..c6ebef3d13e8 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.3
+ pkgver = 1.0.4
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.3.tar.gz
- sha256sums = c332d2cdd5cb37822a724bb7199f59573a2a5933058cb3cf514fa3ad53692c0a
+ source = https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.4.tar.gz
+ sha256sums = aeb7015187057afd1e1e58d747129b94659a16da25d90c3db19a61440dcd34ad
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index eb2fe7d96325..15acc327c00b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=1.0.3
+pkgver=1.0.4
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=('c332d2cdd5cb37822a724bb7199f59573a2a5933058cb3cf514fa3ad53692c0a')
+sha256sums=('aeb7015187057afd1e1e58d747129b94659a16da25d90c3db19a61440dcd34ad')
build() {
cd $_pkgname-$pkgver