summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAuston Sterling2023-06-26 14:10:40 -0600
committerAuston Sterling2023-06-26 14:10:40 -0600
commitf5f63ddbffd0757c3d5ea89fda6c360a575cc30e (patch)
treeeb2b407512d624661bec4d2c5151d1ac9493e693 /PKGBUILD
parentbafdd351fadbb5b32ecc10c31fee64f2971d1d6f (diff)
downloadaur-f5f63ddbffd0757c3d5ea89fda6c360a575cc30e.tar.gz
Update to v1.6, with simplified build
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() {