From cd782475a0b43abedeb0339f5f80257b1f2abcaa Mon Sep 17 00:00:00 2001 From: Jason Nader Date: Tue, 11 May 2021 21:33:42 +0900 Subject: [PATCH] update examples dir --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ad6efba..59c51ff 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = i3status-rust-git pkgdesc = Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust pkgver = 0.20.0.r1950.g1efa069 - pkgrel = 1 + pkgrel = 2 url = https://github.com/greshake/i3status-rust install = i3status-rust.install arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index cdb9aff..f4560a2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=i3status-rust-git pkgver=0.20.0.r1950.g1efa069 -pkgrel=1 +pkgrel=2 pkgdesc='Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust' arch=('x86_64') url='https://github.com/greshake/i3status-rust' @@ -51,7 +51,7 @@ package() { install -Dm644 "$theme" -t "$pkgdir/usr/share/${pkgname%-*}/themes" done - for example_config in example/*.toml; do + for example_config in examples/*.toml; do install -Dm644 "$example_config" -t "$pkgdir/usr/share/doc/${pkgname%-*}/examples" done }