summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55f0c6b874ba..3a6cc454586c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,6 +26,7 @@ pkgbase = switchboard-bzr
optdepends = switchboard-plug-pantheon-shell-bzr: Pantheon Shell plug
optdepends = switchboard-plug-power-bzr: Power plug
provides = switchboard
+ provides = libswitchboard-2.0.so
conflicts = switchboard
source = bzr+lp:switchboard
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cc9c19a7add7..9c585bd2a657 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ optdepends=('switchboard-plug-about-bzr: About plug'
'switchboard-plug-keyboard-bzr: Keyboard plug'
'switchboard-plug-pantheon-shell-bzr: Pantheon Shell plug'
'switchboard-plug-power-bzr: Power plug')
-provides=('switchboard')
+provides=('switchboard' 'libswitchboard-2.0.so')
conflicts=('switchboard')
install='switchboard.install'
source=('bzr+lp:switchboard')