summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-06-30 16:26:52 +0200
committerRasmus Lindroth2021-06-30 16:26:52 +0200
commit4a42b9fa92ac198484016e073a815d7ad46bd95c (patch)
treeffbe02c88c397628ae946c2864ee1798c1088e9e
parent0ecedc6eb3638df51561a7584ec885af87c1c0b9 (diff)
downloadaur-4a42b9fa92ac198484016e073a815d7ad46bd95c.tar.gz
You can now quote in your replies, plus bug fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 137b9aabb952..1ce2be9010fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.18
+ pkgver = 0.0.19
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.18.tar.gz
- sha256sums = b1444de2bd539cf8ba5553728064a7179e14b12c90dcdd60ae502590468a9649
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.19.tar.gz
+ sha256sums = 015b7cd04e55859a9262e14b3c3b3b04b632f8cda98e6b0c8b6ed2cd1e9e1e71
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index 41e69d61e4d2..f5b8afa88750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.18
+pkgver=0.0.19
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=('b1444de2bd539cf8ba5553728064a7179e14b12c90dcdd60ae502590468a9649')
+sha256sums=('015b7cd04e55859a9262e14b3c3b3b04b632f8cda98e6b0c8b6ed2cd1e9e1e71')
build() {
cd $pkgname-$pkgver