summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-07-27 16:40:48 +0200
committerRasmus Lindroth2021-07-27 16:40:48 +0200
commit8afe0a01d0fa2678890f6d9c72c8fdcd08d730e4 (patch)
tree2d3da75efb8c9a38932c43bc0d4652d8a2375614
parent77e1de6b46ff5220405c0a7154b9ecc310836cc9 (diff)
downloadaur-8afe0a01d0fa2678890f6d9c72c8fdcd08d730e4.tar.gz
support for multiple users
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e5eb3b2ed5b..f5ecf768436c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.24
+ pkgver = 0.0.25
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.24.tar.gz
- sha256sums = 7f11da296bfbda520cd7917d232a71cb0f106497e8373f7cebf1f722007fa474
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.25.tar.gz
+ sha256sums = c1eac33501b95da73c3daa8c167293d5549c2553497451bcd9cbaece0059d5f6
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index a36bdde765c5..aca1ec88b1ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.24
+pkgver=0.0.25
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=('7f11da296bfbda520cd7917d232a71cb0f106497e8373f7cebf1f722007fa474')
+sha256sums=('c1eac33501b95da73c3daa8c167293d5549c2553497451bcd9cbaece0059d5f6')
build() {
cd $pkgname-$pkgver