summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-05-09 20:13:33 +0200
committerRasmus Lindroth2022-05-09 20:13:33 +0200
commitd7295e33273af553c3fd5545d9829bbf2b03427b (patch)
treea3b940a0cbfa77a32e27096125f53afc5068f600
parentdce4db883b25df287e6e312b1d91aee4a1c66570 (diff)
downloadaur-d7295e33273af553c3fd5545d9829bbf2b03427b.tar.gz
add custom keys
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 139f6992753b..c2055f72e179 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut-mastodon
pkgdesc = A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.2.tar.gz
- sha256sums = 03376e79450f789a7ef5caecd00254d6de4fcf770bd24b02434437f36e47c81d
+ source = https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.3.tar.gz
+ sha256sums = c332d2cdd5cb37822a724bb7199f59573a2a5933058cb3cf514fa3ad53692c0a
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index da62f931b3d0..eb2fe7d96325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.'
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/RasmusLindroth/$_pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$_pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('03376e79450f789a7ef5caecd00254d6de4fcf770bd24b02434437f36e47c81d')
+sha256sums=('c332d2cdd5cb37822a724bb7199f59573a2a5933058cb3cf514fa3ad53692c0a')
build() {
cd $_pkgname-$pkgver