summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Eriksson2022-05-26 00:12:32 +0200
committerSimon Eriksson2022-05-26 00:12:32 +0200
commit87b4d31e577c8601618a1a43e87aa16c3e88d85c (patch)
tree359ed66b1664460e4c603443f71761304786abb2
parentd765271f99ca256539ddb73e24ec50bfc6345564 (diff)
downloadaur-87b4d31e577c8601618a1a43e87aa16c3e88d85c.tar.gz
Remove bfd-plugins/libdep.a during packaging
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 049639c0dbee..e7880f5e9e7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mips64-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (mips64-elf)
pkgver = 2.38
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 8465604446dc..733cb82dc9dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
pkgver=2.38
-pkgrel=1
+pkgrel=2
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
url="http://www.gnu.org/software/binutils/"
arch=('x86_64')
@@ -55,6 +55,7 @@ package() {
# Remove file conflicting with host binutils and manpages for MS Windows tools
rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+ rm "$pkgdir"/usr/lib/bfd-plugins/libdep.a
# Remove info documents that conflict with host version
rm -rf "$pkgdir"/usr/share/info