summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpan934122019-04-15 20:33:32 +0800
committerpan934122019-04-15 20:33:53 +0800
commite4bf178902b223f758378816b81392078d915167 (patch)
tree11777e881b91e781681c13e958982c3d72214b6f
parent43f5cfb26ff4dbcba48ea9a89797995e1286738a (diff)
downloadaur-e4bf178902b223f758378816b81392078d915167.tar.gz
fix: fix a bug which makes the package can't be packaged.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae37a64c5440..dda5fc2879c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-rtmp-sergey-git
pkgdesc = NGINX-based Media Streaming Server, forked by Sergey Dryabzhinsky.
- pkgver = 1.15.8_a5ac72c274
+ pkgver = 1.15.11_a5ac72c274
pkgrel = 0
url = https://github.com/sergey-dryabzhinsky/nginx-rtmp-module
install = nginx.install
@@ -22,11 +22,11 @@ pkgbase = nginx-rtmp-sergey-git
backup = etc/nginx/uwsgi_params
backup = etc/nginx/win-utf
backup = etc/logrotate.d/nginx
- source = https://nginx.org/download/nginx-1.15.8.tar.gz
+ source = https://nginx.org/download/nginx-1.15.11.tar.gz
source = nginx-rtmp-module-a5ac72c274::git+https://github.com/sergey-dryabzhinsky/nginx-rtmp-module#commit=a5ac72c274
source = service
source = logrotate
- md5sums = 49eecc51a45bdcc8cc147f6747ef8a4c
+ md5sums = db2e39efc4cff854a887ee5bbeb27fb9
md5sums = SKIP
md5sums = ef491e760e7c1ffec9ca25441a150c83
md5sums = 6a01fb17af86f03707c8ae60f98a2dc2
diff --git a/PKGBUILD b/PKGBUILD
index 5284cd51d28c..bfec3a10f495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ source=(https://nginx.org/download/nginx-$_nginx_ver.tar.gz
logrotate)
provides=('nginx')
conflicts=('nginx')
-md5sums=('49eecc51a45bdcc8cc147f6747ef8a4c'
+md5sums=('db2e39efc4cff854a887ee5bbeb27fb9'
SKIP
'ef491e760e7c1ffec9ca25441a150c83'
'6a01fb17af86f03707c8ae60f98a2dc2')