summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Sauter2023-01-25 16:12:08 +0100
committerMoritz Sauter2023-03-01 17:42:32 +0100
commit185f0495c5d4e4d66cb3c27cea1bd73ebe5a462f (patch)
tree90c6458d59b24d5f5961057a976e0a1425145512
parent8104c0aeb23818e3e83ba7372234d0d4e8197bcc (diff)
downloadaur-185f0495c5d4e4d66cb3c27cea1bd73ebe5a462f.tar.gz
fix: Don't add debug "feature"
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11abcddb8836..9e04a40621ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3status-rust-full-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.30.0.r2998.g05b44ce1
- pkgrel = 3
+ pkgver = 0.30.4.r3161.gf4490035
+ pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 926758030465..acfeb5d76f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=i3status-rust-full-git
shortname="${pkgname%-full-*}"
-pkgver=0.30.0.r2998.g05b44ce1
-pkgrel=3
+pkgver=0.30.4.r3161.gf4490035
+pkgrel=1
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'
@@ -32,7 +32,7 @@ pkgver() {
build() {
cd "${shortname}"
- cargo build --release --all-features
+ cargo build --release --features "pulseaudio maildir notmuch"
}
package() {