summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarks2021-11-06 21:58:41 +0100
committerDarks2021-11-06 21:58:41 +0100
commitafc904ec0a40c6449e85d8816193023fa91465bb (patch)
tree5cebe39ed145820244022082dc51953d3da786c2 /PKGBUILD
parentd6ba6c7b0cb080bfc204f05fa5111ea8bf349b3c (diff)
downloadaur-sh-elf-binutils-casio.tar.gz
Bumped to 2.37
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
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}"