summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bba844d3a10e..2c0fc745b21e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,9 @@ pkgbase = pidgin-mam-git
depends = hicolor-icon-theme
optdepends = aspell: for spelling correction
provides = pidgin
+ provides = libpurple
conflicts = pidgin
+ conflicts = libpurple
source = pidgin-mam-git::git+https://github.com/CkNoSFeRaTU/pidgin
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ebea5a818526..4a7f1002d444 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('GPL2')
depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm' 'gst-plugins-base' 'gst-plugins-good' 'hicolor-icon-theme')
optdepends=('aspell: for spelling correction')
makedepends=('git' 'intltool' 'tcl')
-conflicts=('pidgin')
-provides=('pidgin')
+conflicts=('pidgin' 'libpurple')
+provides=('pidgin' 'libpurple')
source=("pidgin-mam-git::git+https://github.com/CkNoSFeRaTU/pidgin")
md5sums=('SKIP')