summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2023-01-23 20:50:56 +0100
committerRasmus Lindroth2023-01-23 20:50:56 +0100
commit1fdfac2705b582eda255e6a25eae7ca344af97f8 (patch)
treeed6b8c2207e4e89fa1183a360734ddf8dec63f39 /PKGBUILD
parentedfff68912b1b22411fb3198dc5efd6df998b8ad (diff)
downloadaur-1fdfac2705b582eda255e6a25eae7ca344af97f8.tar.gz
upgrade to version 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92aafdc520b3..d970de999a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=1.0.34
+pkgver=2.0.0
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys'
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/RasmusLindroth/$pkgname"
license=('MIT')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/RasmusLindroth/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('4340e41395cb8cf56e11f500738ef85b838dbfeddf219c988a058e4789009a69')
+sha256sums=('f0deeaf923c05b713a72a338684c54159a433952475656f8b46be6bc0d4489ca')
build() {
cd $pkgname-$pkgver
@@ -24,7 +24,7 @@ package() {
cd $pkgname-$pkgver
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
install -Dm644 README.md "$pkgdir"/usr/share/doc/$pkgname/README.md
- install -Dm644 config.example.ini "$pkgdir"/usr/share/doc/$pkgname/config.example.ini
+ install -Dm644 config.example.toml "$pkgdir"/usr/share/doc/$pkgname/config.example.toml
install -Dm644 config/toot.tmpl "$pkgdir"/usr/share/doc/$pkgname/toot.tmpl
install -Dm644 config/user.tmpl "$pkgdir"/usr/share/doc/$pkgname/user.tmpl
install -d "$pkgdir"/usr/share/doc/$pkgname/themes/