summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gross2017-02-26 22:04:48 -0500
committerJustin Gross2017-02-26 22:04:48 -0500
commite995d02f74b00e17f5935bd5f061ef5b2417d364 (patch)
treee63780bf99d54b5f947ebdd236703496bf3b319f
parent348548fd6258b5c8989c8d03ac0e35d1a0d94343 (diff)
downloadaur-e995d02f74b00e17f5935bd5f061ef5b2417d364.tar.gz
Update provides libpurple
-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')