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

Anatol Pomozov anatolik at archlinux.org
Mon Oct 12 02:50:31 UTC 2020


    Date: Monday, October 12, 2020 @ 02:50:30
  Author: anatolik
Revision: 723569

upgpkg: bcc 0.16.0-2

Modified:
  bcc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-12 02:05:48 UTC (rev 723568)
+++ PKGBUILD	2020-10-12 02:50:30 UTC (rev 723569)
@@ -52,7 +52,7 @@
 
 package_bcc-tools() {
   pkgdesc='BPF Compiler Collection - Tools'
-  arch=('any')
+  arch=('x86_64')
   depends=('bcc' 'libedit' 'ethtool')
   optdepends=(
   	'python-bcc: Python 3 bindings for BCC'
@@ -67,7 +67,7 @@
 
 package_python-bcc() {
   pkgdesc='BPF Compiler Collection - Python 3 bindings'
-  arch=('any')
+  arch=('x86_64')
   depends=('bcc' 'python')
   optdepends=(
   	'python-netaddr: Network address representation and manipulation'



More information about the arch-commits mailing list