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

Felix Yan felixonmars at archlinux.org
Mon Aug 31 13:17:24 UTC 2020


    Date: Monday, August 31, 2020 @ 13:17:23
  Author: felixonmars
Revision: 694160

remove i686

Modified:
  udp2raw-tunnel/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-31 13:17:20 UTC (rev 694159)
+++ PKGBUILD	2020-08-31 13:17:23 UTC (rev 694160)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc='An Encrypted, Anti-Replay, Multiplexed UdP Tunnel, tunnels udp traffic through fake-tcp or icmp by using raw socket'
 url='https://github.com/wangyu-/udp2raw-tunnel'
-arch=('x86_64' 'i686')
+arch=('x86_64')
 depends=('iptables')
 license=('MIT')
 install=udp2raw-tunnel.install



More information about the arch-commits mailing list