summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaun Bouckaert2023-02-15 19:33:07 +1000
committerShaun Bouckaert2023-02-15 19:33:07 +1000
commit292755cc57e3e9c92c8206c5e0f5fafdca9a19de (patch)
tree6c274ca02dadd390f0481bcc3eea169f5cd557c4
parent8ede14d2dfabd6bea559892765cd0af7f8bb53a5 (diff)
downloadaur-292755cc57e3e9c92c8206c5e0f5fafdca9a19de.tar.gz
Specify the libnghttp2 version.
Avoid installation of nghttp2 update without lib update being available
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5dc4c0a6248..e53de9a450dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nghttp2
pkgdesc = Client, server and proxy programs from the nghttp2 library
pkgver = 1.52.0
- pkgrel = 1
+ pkgrel = 2
url = https://nghttp2.org/
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = nghttp2
depends = jansson
depends = jemalloc
depends = c-ares
- depends = libnghttp2
+ depends = libnghttp2=1.52.0
depends = systemd-libs
options = !emptydirs
backup = etc/nghttpx/nghttpx.conf
diff --git a/PKGBUILD b/PKGBUILD
index d88cc4615d81..409015cbb6ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=nghttp2
pkgver=1.52.0
-pkgrel=1
+pkgrel=2
pkgdesc='Client, server and proxy programs from the nghttp2 library'
arch=(x86_64)
url='https://nghttp2.org/'
license=(MIT)
-depends=(python libev libxml2 jansson jemalloc c-ares libnghttp2 systemd-libs)
+depends=(python libev libxml2 jansson jemalloc c-ares "libnghttp2=$pkgver" systemd-libs)
options=(!emptydirs)
source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
backup=(