summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Svoboda2018-12-31 09:31:59 +0100
committerMichal Svoboda2018-12-31 09:31:59 +0100
commitff8923671248ee918d4070f8e848f3ff6f9265c5 (patch)
treef23840867d94573e39d418cb8f954b67712e99ee
parent607f669373bea103781de91d6f9ffebb186a4c15 (diff)
downloadaur-ff8923671248ee918d4070f8e848f3ff6f9265c5.tar.gz
rename install script (confuses autoconf/configure)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--install-script.sh (renamed from install.sh)0
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db6042509447..6340e485fc19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = ntopng
pkgdesc = The next generation version of the original ntop, a network traffic probe that shows the network usage
pkgver = 3.8
- pkgrel = 2
+ pkgrel = 3
url = http://www.ntop.org/
- install = install.sh
+ install = install-script.sh
arch = x86_64
arch = i686
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 432c5e9e5e42..3b1f34814c23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ validpgpkeys=('EFD9413B17293AFDFE6EA6F1402A088DEDF104CB')
pkgname=ntopng
pkgver=3.8
_ndpiver=2.6
-pkgrel=2
+pkgrel=3
pkgdesc='The next generation version of the original ntop, a network traffic probe that shows the network usage'
arch=('x86_64' 'i686')
url='http://www.ntop.org/'
license=('GPL3')
depends=('redis' 'geoip' 'libmariadbclient' 'libpcap' 'sqlite' 'libmaxminddb')
makedepends=('glib2' 'automake' 'libtool' 'wget' 'curl' 'libxml2')
-install=install.sh
+install=install-script.sh
source=("https://github.com/ntop/$pkgname/archive/$pkgver.tar.gz"
"https://github.com/ntop/nDPI/archive/$_ndpiver.tar.gz"
"$pkgname@.service" )
diff --git a/install.sh b/install-script.sh
index c65957d91c24..c65957d91c24 100644
--- a/install.sh
+++ b/install-script.sh