update examples dir

This commit is contained in:
Jason Nader 2021-05-11 21:33:42 +09:00
parent c4b6612220
commit cd782475a0
No known key found for this signature in database
GPG Key ID: EE220FCAA09AF23D
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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
}