Date: Sunday, February 8, 2015 @ 05:22:35 Author: fyan Revision: 127270
upgpkg: lwqq 0.4.1.20150208-1 bump to latest git version as the current version doesn't really work Modified: lwqq/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-08 04:20:14 UTC (rev 127269) +++ PKGBUILD 2015-02-08 04:22:35 UTC (rev 127270) @@ -2,10 +2,10 @@ # Maintainer: Felix Yan <[email protected]> pkgname=lwqq -pkgver=0.4.1 -_gitver="tag=v$pkgver" -#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077' -pkgrel=2 +pkgver=0.4.1.20150208 +#_gitver="tag=v$pkgver" +_gitver='commit=6606519ed314ba9a2c4acc813696e29c7911af60' +pkgrel=1 pkgdesc="A library for webqq protocol" arch=('i686' 'x86_64') url="https://github.com/xiehuc/lwqq" @@ -12,14 +12,11 @@ license=('GPL3') depends=('curl' 'libev' 'js17' 'sqlite') makedepends=('git' 'cmake') -source=("git://github.com/xiehuc/lwqq.git#$_gitver" - pt_tea.patch) -sha512sums=('SKIP' - '277a08329f353924deca3266489e8710f56149f2e645ac9998023b999ef901baf11a0ce3b851bfad1e6f1d76f7536dc3433846c1d83aa8ba52c820755072576a') +source=("git://github.com/xiehuc/lwqq.git#$_gitver") +sha512sums=('SKIP') prepare() { cd $pkgname - patch -p1 -i ../pt_tea.patch } build() {
