summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2022-07-17 12:39:48 +0200
committerRasmus Lindroth2022-07-17 12:39:48 +0200
commit2bafedb6bf1b6650dda2e7a9046caf699b8d982d (patch)
tree2be257a74c640443046e3c6f1ad9a0d08e1e7d57 /PKGBUILD
parentf47f405f797534f81f62208bbde6243800c77a5f (diff)
downloadaur-2bafedb6bf1b6650dda2e7a9046caf699b8d982d.tar.gz
bug fix for input on profiles
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dc4d43009fb..daab004c8ac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=1.0.12
+pkgver=1.0.13
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys'
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/RasmusLindroth/$pkgname"
license=('MIT')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/RasmusLindroth/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('bc272237d5874d686fdb812b5a5a594af6813058406a58dc2053451af4d6448e')
+sha256sums=('1edf30f80633c1be6d1542e678fddd9b8d9fffc0f9f393932cbbcc9aeffda4ea')
build() {
cd $pkgname-$pkgver