aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2013-11-08 16:08:06 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:38 +0200
commit79d7293fbd912c5d2a49c5bd0cb8515e249b5027 (patch)
treeb448d34d4ac9ee4ccf90683c69861bd4f5b4fd0f /PKGBUILD
parent1ed4c3e6456295f425710f38e8903a8aa5fdc714 (diff)
downloadpkgbuilds-79d7293fbd912c5d2a49c5bd0cb8515e249b5027.tar.xz
quassel-light: updated provides and conflicts array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 545a6bb..3f9cfa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=quassel-light
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Modern, cross-platform, distributed IRC client; built with few dependencies"
arch=('i686' 'x86_64')
url="http://quassel-irc.org/"
@@ -11,8 +11,8 @@ license=('GPL')
depends=('qt4')
optdepends=('qca-ossl')
makedepends=('cmake' 'automoc4')
-provides=('quassel' 'quasselcore' 'quasselclient')
-conflicts=('quassel' 'quasselcore' 'quasselclient')
+provides=('quassel-core' 'quassel-client')
+conflicts=('quassel-core' 'quassel-client')
install=quassel.install
backup=(etc/conf.d/quassel)
source=("http://quassel-irc.org/pub/quassel-$pkgver.tar.bz2"