summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a70a356e6b2c..081e0983ef66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 1 23:27:08 UTC 2016
+# Fri Jul 1 23:30:51 UTC 2016
pkgbase = ring-daemon-git
pkgdesc = A secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user (formerly known as SFLphone)
pkgver = 20160630
- pkgrel = 2
+ pkgrel = 3
url = http://ring.cx
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5565d450b870..6e78aff2680d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
pkgver=20160630
-pkgrel=2
+pkgrel=3
pkgdesc="A secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user (formerly known as SFLphone)"
arch=("i686" "x86_64")
url="http://ring.cx"
@@ -25,12 +25,13 @@ build() {
cd "${pkgname%-git}"
msg2 'Building...'
- ./autogen.sh
+ autoreconf --force --install --verbose
LIBS="-lz" ./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--libexecdir=/usr/bin \
--sysconfdir=/etc \
+ --with-contrib="no" \
--enable-ipv6
make
}