summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiab Neiroukh2021-03-18 22:28:14 +0000
committerDiab Neiroukh2021-03-18 22:30:58 +0000
commitb993a352c4f23bc3d6b267aa5842ae3d94e1029c (patch)
treefb8e71af7b3f3166e1638ed7927c9da6fb8bb618
parent1e275314a3c26640febf4b3da6850bb5e25b28f5 (diff)
downloadaur-b993a352c4f23bc3d6b267aa5842ae3d94e1029c.tar.gz
PKGBUILD: Drop Rust version requirement to allow building with rust-nightly-bin.
This is required when compiling with LLVM newer than 11 as rust and rustup packages complain about mismatching libraries. Signed-off-by: Diab Neiroukh <lazerl0rd@thezest.dev>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a30106e264f1..ab7f3e0d734f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zestginx
pkgdesc = A modern, performant, and secure NGINX distribution packed with features.
pkgver = 1.19.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ZestProjects/zestginx
arch = any
license = custom
makedepends = cmake
makedepends = git
- makedepends = rust>=1.39
+ makedepends = rust
depends = geoip
depends = libatomic_ops
depends = liburing
diff --git a/PKGBUILD b/PKGBUILD
index 383498215f9b..1cc7618eefc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase="zestginx"
pkgver="1.19.8"
-pkgrel=1
+pkgrel=2
arch=("any")
pkgname=("zestginx" "zestginx-src")
pkgdesc="A modern, performant, and secure NGINX distribution packed with features."
@@ -21,7 +21,7 @@ depends=(
makedepends=(
"cmake"
"git"
- "rust>=1.39"
+ "rust"
)
source=(
"git+$url.git"