Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2f0a5fcb8874e490f19d8f8cb10cdeb861e2df5d
commit 2f0a5fcb8874e490f19d8f8cb10cdeb861e2df5d Author: crazy <[email protected]> Date: Wed Jul 27 15:14:33 2016 +0200 qtkeychain-0.7.0-1-x86_64 * use released tarballs * added custom up2date=() , _F_github* does not work here diff --git a/source/xlib-extra/qtkeychain/FrugalBuild b/source/xlib-extra/qtkeychain/FrugalBuild index cc20570..8c7a498 100644 --- a/source/xlib-extra/qtkeychain/FrugalBuild +++ b/source/xlib-extra/qtkeychain/FrugalBuild @@ -2,23 +2,20 @@ # Maintainer: Slown <[email protected]> pkgname=qtkeychain -pkgver=20160524.geae3ce6 +pkgver=0.7.0 pkgrel=1 pkgdesc="Provides support for secure credentials storage." url="https://github.com/frankosterfeld/qtkeychain" depends=('qt5-base') -makedepends=('qt5-tools') +makedepends+=('qt5-tools') groups=('xlib-extra') archs=('i686' 'x86_64') -options=('scriptlet') -_F_scm_type="git" -_F_scm_url="git://github.com/frankosterfeld/qtkeychain.git" +options+=('force') +_F_github_author="frankosterfeld" +_F_github_tag_v="yes" _F_cmake_type="Release" -Finclude scm cmake - -build() { - Funpack_scm - CMake_build -} +Finclude cmake github +up2date="lynx -dump https://github.com/frankosterfeld/qtkeychain/releases/latest | grep -m1 '\v\(.*\)tar.gz' | sed 's/.*v\(.*\).tar.gz/\1/'" +sha1sums=('d8965c7ecba5ae54787eecf75b4cebccc5defaf1') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
