summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d0cf45c200d..be1e14062a27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sh-elf-binutils-casio
pkgdesc = GNU binary utilities for the Casio calculators SuperH processors.
- pkgver = 2.36.1
- pkgrel = 5
+ pkgver = 2.37
+ pkgrel = 6
url = https://www.gnu.org/software/binutils/
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = sh-elf-binutils-casio
depends = zlib
options = !emptydirs
options = !libtool
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.bz2
- sha256sums = 5b4bd2e79e30ce8db0abd76dd2c2eae14a94ce212cfc59d3c37d23e24bc6d7a3
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
+ sha256sums = 820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
pkgname = sh-elf-binutils-casio
diff --git a/PKGBUILD b/PKGBUILD
index a93c717abb23..c7deec567275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Eldeberen <eldeberen.aur@middleearth.fr>
-_target="sh-elf"
-pkgname=${_target}-binutils-casio
-pkgver=2.36.1
-pkgrel=5
+# Maintainer: Eldeberen <eldeberen@middleearth.fr>
+pkgname=sh-elf-binutils-casio
+pkgver=2.37
+pkgrel=6
pkgdesc="GNU binary utilities for the Casio calculators SuperH processors."
arch=('i686' 'x86_64')
-url='https://www.gnu.org/software/binutils/'
+url="https://www.gnu.org/software/binutils/"
license=('GPL')
depends=('binutils' 'flex' 'zlib')
makedepends=('gcc')
options=('!emptydirs' '!libtool')
-source=("https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2")
-sha256sums=('5b4bd2e79e30ce8db0abd76dd2c2eae14a94ce212cfc59d3c37d23e24bc6d7a3')
+source=("https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz")
+sha256sums=('820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c')
+_target="sh-elf"
prepare() {
cd "${srcdir}/binutils-${pkgver}"