Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=582c0fb9758f3f01b764022343e96454d2ae9c2e
commit 582c0fb9758f3f01b764022343e96454d2ae9c2e Author: crazy <[email protected]> Date: Mon Jan 29 20:26:24 2018 +0100 binutils-2.30.0-5-x86_64 * make pacman happy again we use the .0 until .1 is out diff --git a/source/devel/binutils/FrugalBuild b/source/devel/binutils/FrugalBuild index 726f8c3..d138f8f 100644 --- a/source/devel/binutils/FrugalBuild +++ b/source/devel/binutils/FrugalBuild @@ -3,17 +3,17 @@ # Contributor: Miklos Vajna <[email protected]> pkgname=binutils -pkgver=2.30 -pkgrel=4 +pkgver=2.30.0 +pkgrel=5 pkgdesc="A set of programs to assemble and manipulate binary and object files" url="http://www.gnu.org/software/binutils/" depends=('bash' 'glibc>=2.26.9000-3') makedepends=('gcc>=7.3.0-5' 'fakeroot>=1.21-3') groups=('devel' 'devel-core') archs=("x86_64") -options+=('static' 'noccache' 'nostrip' 'force') +options+=('static' 'noccache' 'nostrip') Fup2gnubz2 -source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-${pkgver}.tar.xz) +source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-${pkgver/.0/}.tar.xz) sha1sums=('574d3b5650413d6ee65195a4f5ecbddc3a38f718') Fconfopts+=" \ @@ -33,7 +33,7 @@ Fconfopts+=" \ build() { - Fcd + Fcd $pkgname-${pkgver/.0/} Fpatchall Fmake Fexec make -k LDFLAGS="" check || true _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
