summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-05-05 21:48:20 +0200
committerRasmus Lindroth2022-05-05 21:48:20 +0200
commit6bc2219a16c3c0e14e2dc7b231b744dd5c00d2fa (patch)
tree0d9906ce15e10578ba2eb28cbde5f219794a6771
parent2ddf0b75e7248b66fac2596a1e18f0c2a7ef4b2d (diff)
downloadaur-6bc2219a16c3c0e14e2dc7b231b744dd5c00d2fa.tar.gz
new major version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9df6ebe5187a..c4987f4e4a3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut-mastodon
pkgdesc = A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.
- pkgver = 0.0.46
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/refs/tags/0.0.46.tar.gz
- sha256sums = 9f255905e63884d1de8fdf73f44a388e763cd2f1c8f5d78103d497975bf1599c
+ source = https://github.com/RasmusLindroth/tut/archive/refs/tags/1.0.0.tar.gz
+ sha256sums = ce54a8e11351b9ffa77541bd17ed6800d6a27902f13275fd083e60a2052ad461
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index 4c0bbc5b9122..3f94c54ff136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=0.0.46
+pkgver=1.0.0
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.'
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/RasmusLindroth/$_pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$_pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('9f255905e63884d1de8fdf73f44a388e763cd2f1c8f5d78103d497975bf1599c')
+sha256sums=('ce54a8e11351b9ffa77541bd17ed6800d6a27902f13275fd083e60a2052ad461')
build() {
cd $_pkgname-$pkgver