Date: Wednesday, January 25, 2017 @ 07:38:12 Author: arojas Revision: 287401
Update to 1.12.2 Modified: libgadu/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-25 07:09:39 UTC (rev 287400) +++ PKGBUILD 2017-01-25 07:38:12 UTC (rev 287401) @@ -3,19 +3,20 @@ # Contributor: Mateusz Herych <[email protected]> pkgname=libgadu -pkgver=1.12.1 -pkgrel=3 +pkgver=1.12.2 +pkgrel=1 pkgdesc="This library implements the client side of the Gadu-Gadu protocol" arch=('i686' 'x86_64') url="http://libgadu.net/" license=('LGPL2.1') depends=('gnutls' 'protobuf-c') -source=("http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('6de8b26f3b9155a67f549ced6da93c56') +source=($pkgname-$pkgver.tar.gz::"https://github.com/wojtekka/libgadu/archive/$pkgver.tar.gz") +md5sums=('1eecae8245d696adfbcfd40a2b36f0ca') build() { cd "${pkgname}-${pkgver}" + ./autogen.sh ./protobufgen.sh ./configure --prefix=/usr --disable-tests --disable-static make
