summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 14:26:57 +0300
committerorhun2020-11-25 14:26:57 +0300
commit47d649b76ee813917256b5467e5212bbc6249fe2 (patch)
tree987b7a2d1ca6544357cc6e7cb865431570b99e9f
parent5214e46d0594eb486afc4c5d20a2431d19b46571 (diff)
downloadaur-47d649b76ee813917256b5467e5212bbc6249fe2.tar.gz
upgpkg: unimap-git 0.2.0.r0.g48cb688-2
Remove --all-features flag from build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82b1875cd3a2..264a51ceba32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ pkgver() {
build() {
cd "${pkgname%-git}"
- cargo build --release --locked --all-features
+ cargo build --release --locked
}
check() {