summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2019-03-26 15:54:51 +0800
committerAllen Zhong2019-03-26 15:54:51 +0800
commitf7860c3f6be72569f8f3365a64e59f64194bdfde (patch)
tree237d1036df48199724ba5be118968ce729f519f5
parent3b37db7391701a27cd63642b49dca2e8358832bf (diff)
downloadaur-f7860c3f6be72569f8f3365a64e59f64194bdfde.tar.gz
fix syntax issue in tengine.install
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--tengine.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73868b116b3f..d0e924d22afd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tengine-extra
pkgdesc = A web server based on Nginx and has many advanced features, originated by Taobao. Some extra modules enabled.
pkgver = 2.3.0
- pkgrel = 1
+ pkgrel = 2
url = http://tengine.taobao.org
install = tengine.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cb58589d6b41..f086b98beedd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_tcp_module_gitname=nginx_tcp_proxy_module
pkgname=tengine-extra
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='A web server based on Nginx and has many advanced features, originated by Taobao. Some extra modules enabled.'
arch=('x86_64')
url='http://tengine.taobao.org'
diff --git a/tengine.install b/tengine.install
index aa645cac6b98..fc724b9c99df 100644
--- a/tengine.install
+++ b/tengine.install
@@ -18,6 +18,6 @@ post_upgrade() {
echo ' features has been replaced by nginx offical ones.'
echo ' Check your config files before attempting to restart the process.'
echo ' See: https://github.com/alibaba/tengine/issues/1220'
- echo ' - The nginx_tcp_proxy_module is removed, it's not maintained anymore.'
+ echo ' - The nginx_tcp_proxy_module is removed, it is not maintained anymore.'
fi
}