[arch-commits] Commit in i3status-rust/trunk (PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Sun May 9 16:39:00 UTC 2021
Date: Sunday, May 9, 2021 @ 16:39:00
Author: freswa
Revision: 929356
enable maildir support
Modified:
i3status-rust/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-09 16:06:24 UTC (rev 929355)
+++ PKGBUILD 2021-05-09 16:39:00 UTC (rev 929356)
@@ -4,7 +4,7 @@
pkgname=i3status-rust
pkgver=0.20.0
-pkgrel=1
+pkgrel=2
pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
arch=('x86_64')
url='https://github.com/greshake/i3status-rust'
@@ -30,7 +30,7 @@
build() {
cd ${pkgname}-${pkgver}
- cargo build --release --locked
+ cargo build --release --locked --features 'pulseaudio maildir'
}
package() {
More information about the arch-commits
mailing list