summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-04-24 23:18:43 +0200
committerBaptiste Jonglez2016-04-24 23:25:12 +0200
commit6359ca7ce91783110067d091cc914e608d69f9f7 (patch)
tree0bac84a7d94cf087a337132e7d9f746467269006
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).
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06f4b9e7327c..8a76a8128f69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 31 21:05:06 UTC 2016
+# Sun Apr 24 21:18:45 UTC 2016
pkgbase = libringclient-git
pkgdesc = Client communication library for Ring (formerly known as SFLphone)
- pkgver = 20160331
+ pkgver = 20160420
pkgrel = 1
url = http://ring.cx
arch = i686
@@ -13,7 +13,6 @@ pkgbase = libringclient-git
makedepends = cmake
depends = ring-daemon-git
depends = qt5-base
- provides = libringclient
conflicts = libringclient
source = git+https://gerrit-ring.savoirfairelinux.com/ring-lrc
md5sums = SKIP
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')