summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-09-12 21:04:07 +0200
committerRasmus Lindroth2021-09-12 21:04:07 +0200
commit0eee0654d4d99ed487af19955848283f2295b701 (patch)
treef897557d7f26973309082d6a7d662b49240fef09
parent99724798c25d45d54861fc0bb3128154111e1ba1 (diff)
downloadaur-0eee0654d4d99ed487af19955848283f2295b701.tar.gz
icons and lists
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bf1eaf5f8cf..efd854d44f7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.31
+ pkgver = 0.0.32
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.31.tar.gz
- sha256sums = 434185954b1c00b1542a0e4e2002604fa7f4a140c88135b25906c65d7047a893
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.32.tar.gz
+ sha256sums = 9cc8607b0a054a168b9a8796e40317def24f102bc2c240568293450c37f2bc41
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index cc060ca42134..e2b83d8dc91c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.31
+pkgver=0.0.32
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=('434185954b1c00b1542a0e4e2002604fa7f4a140c88135b25906c65d7047a893')
+sha256sums=('9cc8607b0a054a168b9a8796e40317def24f102bc2c240568293450c37f2bc41')
build() {
cd $pkgname-$pkgver