summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2015-12-03 11:38:29 -0700
committerBrian Bidulock2015-12-03 11:38:29 -0700
commitcb319472d85aabe501d6019bc5a30154ec25962f (patch)
treec463deb11c465b4a451b9b4bbe2431300121a9ee /PKGBUILD
parenta2b39d56e47a2743c5c8e08859efaeb46bb7632a (diff)
downloadaur-cb319472d85aabe501d6019bc5a30154ec25962f.tar.gz
version 3.5.0.rc1.149.gd787e09-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c7801c465d2..30b3d4671142 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Simon Gomizelj <simongmzlj@gmail.com>
pkgname=sipp-git
-pkgver=3.5.0.rc1.130.g81e68f8
+pkgver=3.5.0.rc1.149.gd787e09
pkgrel=1
pkgdesc="A free open source test tool and traffic generator for the SIP protocol"
arch=('i686' 'x86_64')
url="http://github.com/sipp"
license=('GPL2')
source=("git+http://github.com/sipp/sipp")
-depends=('openssl' 'libpcap')
+depends=('openssl' 'libpcap' 'gsl')
makedepends=('git')
md5sums=('SKIP')
@@ -26,8 +26,10 @@ build() {
cd "sipp"
autoreconf -vifs
./configure --prefix=/usr \
- --with-openssl \
- --with-pcap
+ --with-openssl \
+ --with-pcap \
+ --with-rtpstream \
+ --with-gsl
make sipp
}