summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2020-07-23 14:37:08 +0200
committerRasmus Lindroth2020-07-23 14:37:08 +0200
commit0a117824556319970a7390d7fe59457c4ef2386d (patch)
tree905669218cb9daee0a45cc13c44963600ca9be14
parent4f48c1fb36976335416df88a72d43cc5a94fd93e (diff)
downloadaur-0a117824556319970a7390d7fe59457c4ef2386d.tar.gz
Added visibility to toots
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 105e242fb8db..f6ba9fc0cfed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.13
+ pkgver = 0.0.14
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.13.tar.gz
- sha256sums = cf09c61b96d79de6d8d9223700b7451f1bbf774f438c71916746e6d683f75e79
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.14.tar.gz
+ sha256sums = 6dc214018404f3ba9c28ed1e4fdf8d3aea9ee4f52dd8dec04b38a95fdd00443a
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index e3e7831c26f1..8a0e9be8a444 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.13
+pkgver=0.0.14
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys'
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/RasmusLindroth/$pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('cf09c61b96d79de6d8d9223700b7451f1bbf774f438c71916746e6d683f75e79')
+sha256sums=('6dc214018404f3ba9c28ed1e4fdf8d3aea9ee4f52dd8dec04b38a95fdd00443a')
build() {
cd $pkgname-$pkgver