summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2015-09-09 10:18:40 +0200
committerMaxime Gauduin2015-09-09 10:18:40 +0200
commit91b3df422a6c0681069e610e9c5c2f395f902eef (patch)
tree3e64d16cd9167e4e02669d8822c8a8904e1b4cde
parent8180afd5bf346bb8d825cce99f0f26e5400e5ff8 (diff)
downloadaur-91b3df422a6c0681069e610e9c5c2f395f902eef.tar.gz
Add soprovides
-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')