summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302016-03-20 20:39:41 +0100
committerM0Rf302016-03-20 20:39:41 +0100
commitf2531d9ea376070a17d64767784c26a78b5b625d (patch)
tree13e6505a8cb242886992538d5570a24817e1cb40
parent034c6bf73be04e1802e17a4c42f368348f04eaac (diff)
downloadaur-f2531d9ea376070a17d64767784c26a78b5b625d.tar.gz
3rd release
-rw-r--r--PKGBUILD6
-rw-r--r--capanalysis.install8
2 files changed, 5 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eaf64cf4c72..7f9fc96d7905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=capanalysis
pkgver=v1.2.0
-pkgrel=1
+pkgrel=3
arch=(i686 x86_64)
pkgdesc="PCAP files from another point of view"
url="http://www.capanalysis.net/"
license=('GPL')
depends=('glibc' 'libpcap' 'libpqxx' 'sqlite' 'openssl' 'zlib' 'wireshark-cli' 'apache' 'php-apache' 'php-sqlite' 'php-pgsql' 'postgresql')
makedepends=(xxd xplico)
-source=('capanalysis::git+https://github.com/M0Rf30/capanalysis.git'
+source=('capanalysis::git+https://github.com/M0Rf30/CapAnalysis.git'
capanalysis.service
capana.conf)
install=capanalysis.install
@@ -39,4 +39,4 @@ pkgver() {
md5sums=('SKIP'
'9c33942e477795f97539cc7e57e404cf'
- '85e32fe5d30b4e23c2a628f05f27797d')
+ '9c8e3ca78f5dd0b8616b6c8b1e5e4e1e')
diff --git a/capanalysis.install b/capanalysis.install
index 8a067d9d6bfb..c00f86e15dc5 100644
--- a/capanalysis.install
+++ b/capanalysis.install
@@ -11,17 +11,13 @@ pre_install() {
mv /opt/capanalysis/cfg/canalysis.cfg /opt/capanalysis/cfg/canalysis.cfg.last
cp /opt/capanalysis/cfg/canalysis.cfg.backup /opt/capanalysis/cfg/canalysis.cfg
fi
- mkdir -p /opt/capanalysis/www/app/tmp/cache/persistent
- mkdir -p /opt/capanalysis/www/app/tmp/cache/models/
- mkdir -p /opt/capanalysis/www/app/tmp/cache/views/
- mkdir -p /opt/capanalysis/www/app/tmp/sessions/
- mkdir -p /opt/capanalysis/www/app/tmp/logs/
+
chown -R http:http /opt/capanalysis
echo "Rember to paste this line"
echo " # Capanalysis"
echo " Include conf/extra/httpd-capana.conf"
echo "in /etc/httpd/conf/httpd.conf"
- echo "Uncomment sqlite, pear and gettext in /etc/php/php.ini"
+ echo "Uncomment sqlite, pear, pdo_pgsql and gettext in /etc/php/php.ini"
}
post_remove(){