summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2022-06-04 17:22:43 +0200
committerRasmus Lindroth2022-06-04 17:22:43 +0200
commitebacb728d7d85858573c7568b1d6e56ff27916bd (patch)
treefc1fd0989217f5b154858986f51b03ad9b56bc4e /PKGBUILD
parent0a2eaee87eb701828adffc39fa4def58207707dd (diff)
downloadaur-ebacb728d7d85858573c7568b1d6e56ff27916bd.tar.gz
pinned toots
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b33a6d408c8..4c78a5c3ea49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=1.0.10
+pkgver=1.0.11
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=('010e4d87bcae72b03c3f2fcf1396f9a1d0271d323abb9f27099dbdc1e1137245')
+sha256sums=('9b039109fc1af188ae8f6d92f511d76e6d71b3901fb2d2df8000b6c888c83829')
build() {
cd $pkgname-$pkgver
@@ -23,6 +23,7 @@ build() {
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/toot.tmpl "$pkgdir"/usr/share/doc/$pkgname/toot.tmpl
install -Dm644 config/user.tmpl "$pkgdir"/usr/share/doc/$pkgname/user.tmpl