summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94c2a486e633..8be3e7e4b3f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Auston S <austonst@gmail.com>
pkgname=mev-boost
-pkgver=1.5.0
+pkgver=1.6
pkgrel=1
pkgdesc='MEV middleware for Ethereum validators'
arch=('x86_64')
@@ -16,7 +16,6 @@ sha256sums=('SKIP')
build() {
cd ${pkgname}
make build
- make build-portable
}
package() {