summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2da95fb26fe2..4055696272f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=broot
pkgname="${_pkgname}-git"
-pkgver=1.2.9.995.g914e6d9
+pkgver=1.7.5.1186.g5bf8703
pkgrel=1
pkgdesc='Fuzzy Search + tree + cd'
arch=('x86_64')
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd "$_pkgname"
- cargo build --release --locked
+ cargo build --release
}
package() {