summaryrefslogtreecommitdiff
path: root/community/pidgin-lwqq/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-11 00:05:27 -0700
committerroot <root@rshg054.dnsready.net>2013-06-11 00:05:27 -0700
commitbf794523287bafc14671f83b08f7b22bceadc4bc (patch)
tree05c7098cb5eb0c4195d7c2eb735379fb27a974ab /community/pidgin-lwqq/PKGBUILD
parent3f6e6048fea3b61c4d0b2c1e7385bc76882007a4 (diff)
Tue Jun 11 00:05:26 PDT 2013
Diffstat (limited to 'community/pidgin-lwqq/PKGBUILD')
-rw-r--r--community/pidgin-lwqq/PKGBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD
index caac6d1a5..fc9e4b6fd 100644
--- a/community/pidgin-lwqq/PKGBUILD
+++ b/community/pidgin-lwqq/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 90931 2013-05-15 14:52:30Z fyan $
+# $Id: PKGBUILD 92611 2013-06-10 02:46:36Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=pidgin-lwqq
-pkgver=0.1e
-_pkgver=0.1e
-pkgrel=2
+pkgver=0.1e.20130608
+_commit=66b7498a7530a1c47dabbe05c0726a9188353217
+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"
@@ -14,11 +14,12 @@ 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")
+source=("git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit")
+md5sums=('SKIP')
build()
{
- cd "${srcdir}/$pkgname-${_pkgver}"
+ cd "${srcdir}/$pkgname"
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
@@ -26,8 +27,6 @@ build()
package()
{
- cd "$srcdir/$pkgname-${_pkgver}"
+ cd "$srcdir/$pkgname"
make DESTDIR="${pkgdir}" install
}
-
-sha512sums=('56d296e198fc3d41454864cda8fae3ba202b3957e95419de22994a11c1aa5be3acbbb68f2cd4a6c8a3c1e6678884027d3c854f08a8f1efe39f7ff6bccd213c20')