diff options
author | root <root@rshg054.dnsready.net> | 2013-02-28 00:03:26 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-28 00:03:26 -0800 |
commit | b56d5949c9b0c3b40a942cd83f71e4420473435b (patch) | |
tree | eab18954f3e6ffee5b561a2fd77ff58fbd259bc0 /community/pidgin-lwqq | |
parent | 23018fec360e50c7cb4de4b2411650ce79532e54 (diff) |
Thu Feb 28 00:03:24 PST 2013
Diffstat (limited to 'community/pidgin-lwqq')
-rw-r--r-- | community/pidgin-lwqq/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD index aaad6a8fb..80b9e0551 100644 --- a/community/pidgin-lwqq/PKGBUILD +++ b/community/pidgin-lwqq/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 82530 2013-01-20 07:27:44Z fyan $ +# $Id: PKGBUILD 85068 2013-02-27 02:51:41Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=pidgin-lwqq -pkgver=0.1b -_pkgver=0.1-b +pkgver=0.1c +_pkgver=0.1-c pkgrel=1 pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol" arch=('i686' 'x86_64') url="https://github.com/xiehuc/pidgin-lwqq" license=('GPL3') depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 'gtk-update-icon-cache') -optdepends=('telepathy-haze: Empathy plugin support') +optdepends=('pidgin: Multi-protocol instant messaging client' + 'telepathy-haze: Empathy plugin support') makedepends=('git' 'cmake') install=$pkgname.install source=("https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz") @@ -32,4 +33,4 @@ package() cd "$srcdir/$pkgname-${_pkgver}/build" make DESTDIR="${pkgdir}" install } -md5sums=('c7dc9de7d951f99e878f3036f79f7d6f') +md5sums=('7ea1ed24870213c07c536d49fd59e292') |