Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0cc4273ce37d53864ec3699fccd961046f2a1791
commit 0cc4273ce37d53864ec3699fccd961046f2a1791 Author: DeX77 <[email protected]> Date: Tue Dec 29 12:41:21 2015 +0100 * fix up2date / asneeded diff --git a/source/lib-extra/xmlsec1/FrugalBuild b/source/lib-extra/xmlsec1/FrugalBuild index abbad16..087ee30 100644 --- a/source/lib-extra/xmlsec1/FrugalBuild +++ b/source/lib-extra/xmlsec1/FrugalBuild @@ -1,8 +1,6 @@ # Compiling Time: 26.46 SBU # Maintainer: DeX77 <[email protected]> -options+=('asneeded') - pkgname=xmlsec1 pkgver=1.2.20 pkgrel=1 @@ -10,7 +8,8 @@ pkgdesc="XML Security Library is a C library based on LibXML2" archs=('i686' 'x86_64') groups=('lib-extra') url="http://www.aleksey.com/xmlsec/index.html" -up2date="Flasttar https://www.aleksey.com/xmlsec/download.html" +up2date="elinks --dump http://www.aleksey.com/xmlsec/download.html | Flasttar" +makedepends=('elinks') depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libtool') source=(http://www.aleksey.com/xmlsec/download/${pkgname}-${pkgver}.tar.gz) sha1sums=('40117ab0f788e43deef6eaf028c88f6abc3a30d0') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
