summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2020-07-27 16:56:02 +0200
committerRasmus Lindroth2020-07-27 16:56:02 +0200
commit1e9b67b44e571b49833ad4d4df56ff20e9e5b20c (patch)
treebf54caf9e983c3242e9d1ab801928376f487ad37
parent0a117824556319970a7390d7fe59457c4ef2386d (diff)
downloadaur-1e9b67b44e571b49833ad4d4df56ff20e9e5b20c.tar.gz
Media desc and notification feed
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6ba9fc0cfed..75bbd61b0361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.14
+ pkgver = 0.0.15
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.14.tar.gz
- sha256sums = 6dc214018404f3ba9c28ed1e4fdf8d3aea9ee4f52dd8dec04b38a95fdd00443a
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.15.tar.gz
+ sha256sums = d7407d93a343e4561915e9958442cd31ee7acc8d27de8b23735a4b83ea6f88a2
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index 8a0e9be8a444..bc83ea06f982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.14
+pkgver=0.0.15
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=('6dc214018404f3ba9c28ed1e4fdf8d3aea9ee4f52dd8dec04b38a95fdd00443a')
+sha256sums=('d7407d93a343e4561915e9958442cd31ee7acc8d27de8b23735a4b83ea6f88a2')
build() {
cd $pkgname-$pkgver