summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-11-04 19:04:15 +0100
committerRasmus Lindroth2021-11-04 19:04:15 +0100
commit7468ad777fb5f3cf9764445fc35f807f7374fbed (patch)
treed0ba40786c5e4c7279df55b07f88e85743aff72f
parente0b0e05bbcdd61df96b5336094025721acd4f3b3 (diff)
downloadaur-7468ad777fb5f3cf9764445fc35f807f7374fbed.tar.gz
vote support and template for profiles
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65b5574cad70..c7f2fdbca8b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.37
+ pkgver = 0.0.38
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.37.tar.gz
- sha256sums = bb40259ddc901e181aa009ebe68892fa4d4b8f35b03a7d907cb0eedc9121f894
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.38.tar.gz
+ sha256sums = 503408a7fc67ef60ee755d94e82cccd0333b7ea822209eaebc99464e2fd69031
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index 9e6e739bf5b1..bf9ad8bd5faa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.37
+pkgver=0.0.38
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=('bb40259ddc901e181aa009ebe68892fa4d4b8f35b03a7d907cb0eedc9121f894')
+sha256sums=('503408a7fc67ef60ee755d94e82cccd0333b7ea822209eaebc99464e2fd69031')
build() {
cd $pkgname-$pkgver