summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d7212946218..8bc83b8cf412 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 26 10:49:24 UTC 2016
+# Fri Aug 19 16:04:49 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 = 20160725
+ pkgver = 20160819
pkgrel = 1
url = http://ring.cx
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3616e0d966ec..3e88056d9a13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
-pkgver=20160725
+pkgver=20160819
pkgrel=1
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")
@@ -26,21 +26,21 @@ build() {
msg2 'Building...'
autoreconf --force --install --verbose
- LIBS="-lz" ./configure \
+ ./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--libexecdir=/usr/bin \
--sysconfdir=/etc \
--with-contrib="no" \
--enable-ipv6
- make
+ DISABLE_CONTRIB_DOWNLOADS="TRUE" make
}
package() {
cd "${pkgname%-git}"
msg2 'Installing...'
- make DESTDIR="$pkgdir" install
+ DISABLE_CONTRIB_DOWNLOADS="TRUE" make DESTDIR="$pkgdir" install
msg2 'Cleaning up pkgdir...'
find "$pkgdir" -type d -name .git -exec rm -r '{}' +