summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-10-13 09:30:46 +0200
committerMichel Zou2019-10-13 09:30:46 +0200
commit0abd51a9e3f58a104d8b142f29ed3358ea24a84a (patch)
treebb7db896dcd5f776ff9970b5a6610cd8beeddb1f
parent17ab3555dda6e460e202df76235f8c6ec95175a3 (diff)
downloadaur-0abd51a9e3f58a104d8b142f29ed3358ea24a84a.tar.gz
2.33.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2838f7682508..d33a7c13c8aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-binutils
pkgdesc = Cross binutils for the MinGW-w64 cross-compiler
- pkgver = 2.32
+ pkgver = 2.33.1
pkgrel = 1
url = http://www.gnu.org/software/binutils
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = mingw-w64-binutils
depends = zlib
options = !libtool
options = !emptydirs
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.gz
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.gz.sig
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.gz
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.gz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = 9b0d97b3d30df184d302bced12f976aa1e5fbf4b0be696cdebc6cca30411a46e
+ sha256sums = 98aba5f673280451a09df3a8d8eddb3aa0c505ac183f1e2f9d00c67aa04c6f7d
sha256sums = SKIP
pkgname = mingw-w64-binutils
diff --git a/PKGBUILD b/PKGBUILD
index b025394227a1..4dc9030ab3a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,5 @@
-# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-
pkgname=mingw-w64-binutils
-pkgver=2.32
+pkgver=2.33.1
pkgrel=1
pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
arch=('x86_64')
@@ -15,8 +10,9 @@ depends=('zlib')
options=('!libtool' '!emptydirs')
validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>
source=("https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz"{,.sig})
-sha256sums=('9b0d97b3d30df184d302bced12f976aa1e5fbf4b0be696cdebc6cca30411a46e'
+sha256sums=('98aba5f673280451a09df3a8d8eddb3aa0c505ac183f1e2f9d00c67aa04c6f7d'
'SKIP')
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd "$srcdir"/binutils-${pkgver}