summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-04-24 23:18:43 +0200
committerBaptiste Jonglez2016-04-24 23:25:12 +0200
commit6359ca7ce91783110067d091cc914e608d69f9f7 (patch)
tree0bac84a7d94cf087a337132e7d9f746467269006 /PKGBUILD
parent63aaa6ef9935b0456f959798fa53f25ba881af71 (diff)
downloadaur-6359ca7ce91783110067d091cc914e608d69f9f7.tar.gz
ring: -git packages don't provide the non-git package anymore
This was confusing, as it allowed to mix -git and non-git Ring packages (which almost certainly won't work, since the APIs evolve quite often).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 787c3fe79806..0a7815e7921d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=libringclient-git
-pkgver=20160331
+pkgver=20160420
pkgrel=1
pkgdesc="Client communication library for Ring (formerly known as SFLphone)"
arch=("i686" "x86_64")
@@ -9,7 +9,6 @@ license=('GPL3')
groups=("ring")
depends=("ring-daemon-git" "qt5-base")
makedepends=('git' 'cmake')
-provides=('libringclient')
conflicts=('libringclient')
source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc")
md5sums=('SKIP')