diff options
author | root <root@rshg054.dnsready.net> | 2011-11-21 23:14:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-21 23:14:49 +0000 |
commit | 859f538490d5f7a35356c8813cf5757b175eea98 (patch) | |
tree | f3da527fbc96be7a7a02fe3a8812d99c93fa8012 /community/mingw32-binutils/PKGBUILD | |
parent | 70b4878648fd376433739bd5c835503f6301a5b2 (diff) |
Mon Nov 21 23:14:49 UTC 2011
Diffstat (limited to 'community/mingw32-binutils/PKGBUILD')
-rw-r--r-- | community/mingw32-binutils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mingw32-binutils/PKGBUILD b/community/mingw32-binutils/PKGBUILD index 579c48920..f4b23c144 100644 --- a/community/mingw32-binutils/PKGBUILD +++ b/community/mingw32-binutils/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 56192 2011-10-03 10:54:36Z spupykin $ +# $Id: PKGBUILD 59022 2011-11-20 20:22:21Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Ondrej Jirman <megous@megous.com> # Contributor: mosra <mosra@centrum.cz> @@ -8,11 +8,11 @@ pkgver=2.21.53 pkgrel=1 _uprel=1 arch=(i686 x86_64) -url="https://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GNU-Binutils/" +url="https://sourceforge.net/projects/mingw/files/MinGW/Base/binutils/" pkgdesc="A set of programs to assemble and manipulate binary and object files (mingw)" depends=('glibc' 'zlib') license=(GPL) -source=(https://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/GNU-Binutils/binutils-$pkgver/binutils-$pkgver-${_uprel}-mingw32-src.tar.lzma) +source=(https://downloads.sourceforge.net/project/mingw/MinGW/Base/binutils/binutils-$pkgver/binutils-$pkgver-${_uprel}-mingw32-src.tar.lzma) md5sums=('e7f6602056f594acc9a4a559909d4649') build() { |