[arch-commits] Commit in avr-binutils/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sat Feb 8 16:33:00 UTC 2020


    Date: Saturday, February 8, 2020 @ 16:32:59
  Author: anatolik
Revision: 564660

Remove files that are provided by 'binutils' package

Modified:
  avr-binutils/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-08 16:24:38 UTC (rev 564659)
+++ PKGBUILD	2020-02-08 16:32:59 UTC (rev 564660)
@@ -7,7 +7,7 @@
 
 pkgname=avr-binutils
 pkgver=2.34
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of programs to assemble and manipulate binary and object files for the AVR architecture"
 arch=('x86_64')
 url="https://www.gnu.org/software/binutils/"
@@ -81,4 +81,7 @@
     done
 
     rm -r ${pkgdir}/usr/share/locale
+
+    rm -r ${pkgdir}/usr/lib/libctf*
+    rm -r ${pkgdir}/usr/include/{ctf.h,ctf-api.h}
 }



More information about the arch-commits mailing list