Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bmf.git;a=commitdiff;h=54e523a21016688f8c1b6206fabac99d3f6debf9
commit 54e523a21016688f8c1b6206fabac99d3f6debf9 Author: crazy <[email protected]> Date: Tue Dec 22 17:00:33 2015 +0100 bash-4.3_042-6-x86_64 * rebuild with tc diff --git a/source/base/bash/FrugalBuild b/source/base/bash/FrugalBuild index 05591a3..5abff76 100644 --- a/source/base/bash/FrugalBuild +++ b/source/base/bash/FrugalBuild @@ -10,13 +10,13 @@ if [ -z "$patchver" ]; then else pkgver=${basever}_$patchver fi -pkgrel=5 +pkgrel=6 pkgdesc="The GNU Bourne Again shell" url="http://tiswww.case.edu/php/chet/bash/bashtop.html" #dlurl="ftp://ftp.cwru.edu/pub/$pkgname" dlurl="ftp://ftp.gnu.org/gnu/$pkgname" backup=(etc/{profile,shells,skel/.bashrc}) -depends=('glibc>=2.22-3' 'readline>=6.3-6') +depends=('glibc>=2.22-7' 'readline>=6.3-7') groups=('base' 'core') archs=('i686' 'x86_64' 'arm') up2date="echo \$(lynx -dump $url|grep current|sed -n -e 's/.*bash-\(.*\)\. .*$/\1/' -e '1 p')\$(lynx -dump "$dlurl/bash-$basever-patches"|grep 'bash${basever//.}-[0-9]\{3\}'|sed -n 's/.*bash${basever//.}-\([0-9]\{3\}\).*/_\1/;$ p')" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
