diff options
author | root <root@rshg054.dnsready.net> | 2013-01-23 00:06:58 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-23 00:06:58 -0800 |
commit | 91fea2e90c87b282a3bb39b080b8c51eb52cdbbe (patch) | |
tree | 27b5a5e0c621c065f896dd02b57ae7f0cab5cdb1 /community/pidgin-lwqq | |
parent | 949fa4e5ed405aaddcebff7e21008f03cdffa580 (diff) |
Wed Jan 23 00:06:58 PST 2013
Diffstat (limited to 'community/pidgin-lwqq')
-rw-r--r-- | community/pidgin-lwqq/PKGBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD index 1d65995fb..aaad6a8fb 100644 --- a/community/pidgin-lwqq/PKGBUILD +++ b/community/pidgin-lwqq/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 81655 2012-12-26 06:16:37Z fyan $ +# $Id: PKGBUILD 82530 2013-01-20 07:27:44Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=pidgin-lwqq -pkgver=0.1a -_pkgver=0.1-a -pkgrel=3 +pkgver=0.1b +_pkgver=0.1-b +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" @@ -13,13 +13,11 @@ depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 'gtk-update-icon-cache' optdepends=('telepathy-haze: Empathy plugin support') makedepends=('git' 'cmake') install=$pkgname.install -source=("https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz" - 0.1a_fix.patch) +source=("https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz") build() { cd "${srcdir}/$pkgname-${_pkgver}" - patch -Np1 -i "$srcdir/0.1a_fix.patch" rm -rf build mkdir build @@ -34,5 +32,4 @@ package() cd "$srcdir/$pkgname-${_pkgver}/build" make DESTDIR="${pkgdir}" install } -md5sums=('d0efece1c2b2301f49c68f8a2b7bae95' - '18baf836e3a1198cdd9dbed287bf6609') +md5sums=('c7dc9de7d951f99e878f3036f79f7d6f') |