summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2020-05-07 21:56:36 -0400
committerJoey Dumont2020-05-07 21:56:36 -0400
commit9cd35cdf96e28214d2c0389edc60640e45bb58ba (patch)
tree1ac687a76055d58f26c9decb7bc79d382435af2c
parent40d0bf6a47a3a8ca5a3a41ae1ec733dafd823a93 (diff)
downloadaur-9cd35cdf96e28214d2c0389edc60640e45bb58ba.tar.gz
Fixed some namcap errors.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53da64d48c65..d0454723b987 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mips64-elf-binutils
arch = x86_64
license = GPL
depends = zlib
+ depends = libelf
source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.xz
sha256sums = f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952
diff --git a/PKGBUILD b/PKGBUILD
index 61d75651f83e..dd384db99a5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A set of programs to assemble and manipulate binary and object files ($
url="http://www.gnu.org/software/binutils/"
arch=('x86_64')
license=('GPL')
-depends=('zlib')
+depends=('libelf')
source=("ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz")
sha256sums=('f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952')