summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0de99506d10..a70a356e6b2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 1 13:16:29 UTC 2016
+# Fri Jul 1 23:27:08 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 = 1
+ pkgrel = 2
url = http://ring.cx
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a99c4d4766b8..5565d450b870 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=1
+pkgrel=2
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"
@@ -26,7 +26,7 @@ build() {
msg2 'Building...'
./autogen.sh
- ./configure \
+ LIBS="-lz" ./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--libexecdir=/usr/bin \