summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-16 23:16:07 -0400
committerJames P. Harvey2018-10-16 23:16:07 -0400
commit103b841779e487862a065a3f59287748c50496ec (patch)
treee692e80b4e9f252aa027a33036041c49968e02ec
parentc8a59c2254c7e9fccb80b53adc4586a63d10a85c (diff)
downloadaur-103b841779e487862a065a3f59287748c50496ec.tar.gz
Modernized PKGBUILD. Updated pkver.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb9a87d08016..bed45d94dbed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = binutils-git
pkgdesc = A set of programs to assemble and manipulate binary and object files (git master developmental version)
- pkgver = 2.31.r95777.8bca297856
+ pkgver = 2.31.r95795.4de5434b69
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = binutils-git
options = !distcc
options = !ccache
source = git+https://sourceware.org/git/binutils-gdb.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = binutils-git
diff --git a/PKGBUILD b/PKGBUILD
index 903f49c6fb17..0f19213a259a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Modifications to Use Git Master Source
# ======================================
-# Maintainer: James Harvey <jamespharvey20 at gmail dot com>
-# * This PKGFILE as closely as possible matches core's binutils 2.29.0-1
+# Maintainer: James P. Harvey <jamespharvey20 at gmail dot com>
+# * This PKGFILE as closely as possible matches core's binutils 2.31.1-3
# * All namcap warnings and errors are identical, other than:
# * Warning libraries libopcodes and libbfd are uninstalled dependencies
# * This is referencing itself, and the -git version is not installed in a chroot build because binutils is already installed, and it defaults to 'no' for the conflict
@@ -17,7 +17,7 @@
pkgname=binutils-git
_pkgname=binutils-gdb
-pkgver=2.31.r95777.8bca297856
+pkgver=2.31.r95795.4de5434b69
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files (git master developmental version)'
arch=(x86_64)
@@ -31,7 +31,7 @@ provides=('binutils=${pkgver}')
conflicts=(binutils-multilib binutils)
options=(staticlibs !distcc !ccache)
source=(git+https://sourceware.org/git/binutils-gdb.git)
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd binutils-gdb