summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Nader2021-05-11 21:33:42 +0900
committerJason Nader2021-05-11 21:33:42 +0900
commitcd782475a0b43abedeb0339f5f80257b1f2abcaa (patch)
tree58e146317f1a64b396cdbbdf2e2e423b616fa4ae
parentc4b66122208e1a34197556f70060ad844f93d000 (diff)
downloadaur-cd782475a0b43abedeb0339f5f80257b1f2abcaa.tar.gz
update examples dir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad6efba84da0..59c51fff20f9 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 cdb9aff102f3..f4560a23c3b6 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
}