summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-05-07 15:32:30 +0200
committerRasmus Lindroth2022-05-07 15:32:30 +0200
commit8dd9283e10a283a8b2cd51abc3e34f9de604c122 (patch)
tree9f71ddb7aee4e989444647e6a5d818755a88ab06
parent77493027bb977e785e37eb7c49784b6abd8d9ef6 (diff)
downloadaur-8dd9283e10a283a8b2cd51abc3e34f9de604c122.tar.gz
fix config dirs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af999f3caff2..99f96334a029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 1.0.1
+ pkgver = 1.0.2
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.1.tar.gz
- sha256sums = bf3294b3ca97349092e2045688a1ba62b72fbed7c75691c3f7d46ea8cf3776a2
+ source = https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.2.tar.gz
+ sha256sums = 03376e79450f789a7ef5caecd00254d6de4fcf770bd24b02434437f36e47c81d
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index 7294f84995fd..2deb2ab57823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=1.0.1
+pkgver=1.0.2
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/refs/tags/$pkgver.tar.gz")
-sha256sums=('bf3294b3ca97349092e2045688a1ba62b72fbed7c75691c3f7d46ea8cf3776a2')
+sha256sums=('03376e79450f789a7ef5caecd00254d6de4fcf770bd24b02434437f36e47c81d')
build() {
cd $pkgname-$pkgver