summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302016-09-20 11:43:19 +0200
committerM0Rf302016-09-20 11:43:19 +0200
commitc3796d889ae9aab5e93f6eec5875fd2432414222 (patch)
tree5da86a256d639e71c65b33d311f8692d8caf174e /PKGBUILD
parent55ae6061ef65431b0fe46e4fbccdbaf1806f2af0 (diff)
downloadaur-c3796d889ae9aab5e93f6eec5875fd2432414222.tar.gz
updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2829740bb3bc..257d1832be5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Contributor: M0Rf30
pkgname=capanalysis
-pkgver=v1.2.0
-pkgrel=3
+pkgver=v1.2.0.r45.gbc8e15d
+pkgrel=1
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' 'ndpi')
-source=('capanalysis::git+https://github.com/xplico/CapAnalysis.git'
+source=('capanalysis::git+https://github.com/M0Rf30/CapAnalysis.git'
'xplico::git+https://github.com/M0Rf30/xplico.git'
capanalysis.service
capana.conf)
@@ -36,7 +36,7 @@ package() {
pkgver() {
cd capanalysis
- echo $(git tag)
+ echo $(git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g')
}
md5sums=('SKIP'