summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvin Bryntesson2023-04-06 09:12:49 +0200
committerEdvin Bryntesson2023-04-06 09:12:49 +0200
commit899c62c8eb8c94201c3c2a1e01d09f6e18622789 (patch)
tree574d621b1a0425a31fcdcb393d5491bb918bdf15
parent527089ec896c8e62e6fb1209f4da12c38c4498a3 (diff)
downloadaur-899c62c8eb8c94201c3c2a1e01d09f6e18622789.tar.gz
creator asked to remove --all-features
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ffb087b0e93..34e58480d504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anyrun-git
pkgdesc = A rust-based wayland native krunner-like runner, made with customizability in mind.
pkgver = r29.c74235a
- pkgrel = 2
+ pkgrel = 3
url = github.com/Kirottu/anyrun
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index e841b1bc1bec..17cf2dc85b52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="anyrun"
pkgname="${_pkgname}-git"
pkgver=r29.c74235a
-pkgrel=2
+pkgrel=3
pkgdesc="A rust-based wayland native krunner-like runner, made with customizability in mind."
arch=("x86_64")
url="github.com/Kirottu/anyrun"
@@ -26,7 +26,7 @@ build() {
cd "${srcdir}/${_pkgname}"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
- cargo build --frozen --release --all-features
+ cargo build --frozen --release
}
package() {