Date: Friday, March 10, 2023 @ 08:21:57
  Author: mtorromeo
Revision: 1417208

upgpkg: nginx-mod-njs 0.7.11-1

Modified:
  nginx-mod-njs/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-10 08:01:59 UTC (rev 1417207)
+++ PKGBUILD    2023-03-10 08:21:57 UTC (rev 1417208)
@@ -1,8 +1,8 @@
 # Maintainer: Massimiliano Torromeo <[email protected]>
 
 pkgname=nginx-mod-njs
-pkgver=0.7.10
-pkgrel=2
+pkgver=0.7.11
+pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
 
@@ -13,10 +13,8 @@
 url="https://nginx.org/en/docs/njs_about.html";
 license=('CUSTOM')
 
-source=(njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
-        stream-libxslt-fix.patch)
-sha256sums=('56f4aa35101a98ed4d76edee824f8e20b4e784abf4dc5433441ea08f12e7388f'
-            '436f22f863d08932283e4acd25dc64840eb741c90f50cae4d4d4cdd06b09da3b')
+source=(njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz)
+sha256sums=('6661a8e545ffadf8561f2d4a097e75fed420141eebbb06a4d09d51a507a4938f')
 
 prepare() {
   mkdir -p build
@@ -23,9 +21,6 @@
   cd build
   ln -sf /usr/src/nginx/auto
   ln -sf /usr/src/nginx/src
-
-  cd ../njs-$pkgver
-  patch -p1 -i "$srcdir/stream-libxslt-fix.patch"
 }
 
 build() {

Reply via email to