summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"