summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2020-05-08 16:57:55 +0200
committerRasmus Lindroth2020-05-08 16:57:55 +0200
commitd63d460138d45e58130c800b4ef6cf71a162327c (patch)
tree3f4da95e3bfec415e4a785b75f6a3bdcd0888928
parentdc9bf428081cafce6626961f621f1d763be6b299 (diff)
downloadaur-d63d460138d45e58130c800b4ef6cf71a162327c.tar.gz
Add arguments to viewers like image and video
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 875ec1e81e4c..3889e09c9371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.7
+ pkgver = 0.0.8
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.7.tar.gz
- sha256sums = b3699f75de57dc63b13b9fd6f4e37529fd30a2ae0f026cdf925fe0de58fec5e1
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.8.tar.gz
+ sha256sums = 0c633323a31c82d1bd30c38ec6e2a29b4e5215c0c8a08e0778c83cf5f14aab0c
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index dafe97e2f100..2eb01936c52d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.7
+pkgver=0.0.8
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=('b3699f75de57dc63b13b9fd6f4e37529fd30a2ae0f026cdf925fe0de58fec5e1')
+sha256sums=('0c633323a31c82d1bd30c38ec6e2a29b4e5215c0c8a08e0778c83cf5f14aab0c')
build() {
cd $pkgname-$pkgver