summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-11-25 14:07:49 +0300
committerorhun2020-11-25 14:07:49 +0300
commit3f77bb25cd8a28b78d4dcface6cc1f2ea8aeec71 (patch)
tree6223f960a69dbd80cf6b3f2cc0ea91c447492acb /PKGBUILD
parent359fbe477192e2e158bbd7279e992afbb4310f3b (diff)
downloadaur-3f77bb25cd8a28b78d4dcface6cc1f2ea8aeec71.tar.gz
upgpkg: gfold-git 0.7.1.r0.g80144aa-2
Remove --all-features flag from build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 388b0f2846c2..3297f54e6a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "${pkgname%-git}"
- cargo build --release --locked --all-features
+ cargo build --release --locked
}
check() {