Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0ed1bea9ff19cc7d7f47e80edd3f6c96ecbd25d0
commit 0ed1bea9ff19cc7d7f47e80edd3f6c96ecbd25d0 Author: DeX77 <[email protected]> Date: Mon Feb 2 17:40:40 2015 +0100 * Fix up2date diff --git a/source/lib/libwebp/FrugalBuild b/source/lib/libwebp/FrugalBuild index da20dbf..d4918d8 100644 --- a/source/lib/libwebp/FrugalBuild +++ b/source/lib/libwebp/FrugalBuild @@ -10,9 +10,12 @@ pkgdesc="A library for a new image format comparable to JPEG." depends=('libpng' 'libjpeg') groups=('lib') archs=('i686' 'x86_64') -_F_googlecode_dirname="webp" -_F_archive_grepv="\(rc[0-9]\|mac\|linux\|windows\)" -Finclude googlecode +_F_github_name="$pkgname" +_F_github_author="webmproject" +_F_github_tag=y +_F_github_ver="v${pkgver}" +Finclude github +up2date="$up2date | sed 's/v//'" sha1sums=('52e3d2b6c0b80319baa33b8ebed89618769d9dd8') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
