summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorДамјан Георгиевски2022-11-14 12:41:40 +0100
committerДамјан Георгиевски2022-12-16 14:00:40 +0100
commit05a6f7cd82581df4cc4b27ce7ca31a5b814277eb (patch)
tree7d3dcc81774833a51611867eab214258ae1dd5c0
parent89786f17d2efbdfde736fbf0a8010165292af82f (diff)
downloadaur-05a6f7cd82581df4cc4b27ce7ca31a5b814277eb.tar.gz
bump to 1.3.5
https://nchan.io/changelog had to add 2 patches to compile against 1.23.x
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c862a7439288..74d556097c50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-mainline-mod-nchan
pkgdesc = nchan nginx module
- pkgver = 1.3.4
+ pkgver = 1.3.5
pkgrel = 1
url = https://nchan.io/
arch = i686
@@ -8,7 +8,11 @@ pkgbase = nginx-mainline-mod-nchan
license = MIT
makedepends = nginx-mainline-src
depends = nginx-mainline
- source = https://github.com/slact/nchan/archive/v1.3.4.tar.gz
- sha256sums = ea18db8679e6d35c10c48d03c2b65376957a7761167c8e0edffc4689f599054e
+ source = https://github.com/slact/nchan/archive/v1.3.5.tar.gz
+ source = https://github.com/slact/nchan/commit/bc6e17188a90f3cccfd30bfb5b49af63fc1cf6f4.diff
+ source = https://github.com/slact/nchan/commit/0e8702c1bd846fe32a37b0e57c924d0c0010d37f.diff
+ sha256sums = f5a5a5dd6170fd750a232227654cdce8cdb0c3d36d114fe9b6b735641e2ccee1
+ sha256sums = 8adbdb71c7789c4a7a3d004ffd782fafc3e0c609dc3decec723eb5e9aee9c6d1
+ sha256sums = 7c776f270f0d381c22f7d7458f708ca4c6b909db040204a9a07713c73069bca7
pkgname = nginx-mainline-mod-nchan
diff --git a/PKGBUILD b/PKGBUILD
index 9a4d86d28aaf..84d710c58d8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modname=nchan
pkgname=nginx-mainline-mod-$_modname
-pkgver=1.3.4
+pkgver=1.3.5
pkgrel=1
pkgdesc='nchan nginx module'
@@ -14,9 +14,13 @@ license=('MIT')
source=(
https://github.com/slact/$_modname/archive/v${pkgver}.tar.gz
+ https://github.com/slact/nchan/commit/bc6e17188a90f3cccfd30bfb5b49af63fc1cf6f4.diff
+ https://github.com/slact/nchan/commit/0e8702c1bd846fe32a37b0e57c924d0c0010d37f.diff
)
prepare() {
+ patch -p1 -d $_modname-$pkgver < bc6e17188a90f3cccfd30bfb5b49af63fc1cf6f4.diff
+ patch -p1 -d $_modname-$pkgver < 0e8702c1bd846fe32a37b0e57c924d0c0010d37f.diff
mkdir -p build
cd build
ln -sf /usr/src/nginx/auto
@@ -39,4 +43,6 @@ package() {
done
}
-sha256sums=('ea18db8679e6d35c10c48d03c2b65376957a7761167c8e0edffc4689f599054e')
+sha256sums=('f5a5a5dd6170fd750a232227654cdce8cdb0c3d36d114fe9b6b735641e2ccee1'
+ '8adbdb71c7789c4a7a3d004ffd782fafc3e0c609dc3decec723eb5e9aee9c6d1'
+ '7c776f270f0d381c22f7d7458f708ca4c6b909db040204a9a07713c73069bca7')