summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2020-07-27 17:31:08 +0200
committerRasmus Lindroth2020-07-27 17:31:08 +0200
commit14fd9d101fce9ba4c1d0887acd8f4649b2b4b824 (patch)
treea01e5d58db4b20c339bbaeea49b876ce798d8b5c
parent1e9b67b44e571b49833ad4d4df56ff20e9e5b20c (diff)
downloadaur-14fd9d101fce9ba4c1d0887acd8f4649b2b4b824.tar.gz
Bugfix for notification input
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75bbd61b0361..1f652ce5a705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.15
+ pkgver = 0.0.16
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.15.tar.gz
- sha256sums = d7407d93a343e4561915e9958442cd31ee7acc8d27de8b23735a4b83ea6f88a2
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.16.tar.gz
+ sha256sums = 7f2695625365f78bf93ce73a46f6e0d046b6c4b41e2dbf07d583342615db0a29
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index bc83ea06f982..608214d468a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.15
+pkgver=0.0.16
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=('d7407d93a343e4561915e9958442cd31ee7acc8d27de8b23735a4b83ea6f88a2')
+sha256sums=('7f2695625365f78bf93ce73a46f6e0d046b6c4b41e2dbf07d583342615db0a29')
build() {
cd $pkgname-$pkgver