summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-09-12 21:21:39 +0200
committerRasmus Lindroth2021-09-12 21:21:39 +0200
commit05142adce7f5b0750f9cd92a1a6aae8a3153b99c (patch)
treea74b7388697035e05d8a838504109ac1c3e3cf02
parent0eee0654d4d99ed487af19955848283f2295b701 (diff)
downloadaur-05142adce7f5b0750f9cd92a1a6aae8a3153b99c.tar.gz
fix reply
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efd854d44f7e..313e3aa621e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.32
+ pkgver = 0.0.33
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.32.tar.gz
- sha256sums = 9cc8607b0a054a168b9a8796e40317def24f102bc2c240568293450c37f2bc41
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.33.tar.gz
+ sha256sums = 72bddd75a368d0f15ae20f6fec4e52a03124e20a9e876045f05329c16fd33553
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index e2b83d8dc91c..d55e1c4ff032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.32
+pkgver=0.0.33
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=('9cc8607b0a054a168b9a8796e40317def24f102bc2c240568293450c37f2bc41')
+sha256sums=('72bddd75a368d0f15ae20f6fec4e52a03124e20a9e876045f05329c16fd33553')
build() {
cd $pkgname-$pkgver