summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2016-05-29 17:30:24 -0400
committerMatthew McGinn2016-05-29 17:30:24 -0400
commit5dc086bb84a402ffb06aa63f4d5506d023474651 (patch)
treeca67df23fef314e1fdca4a1e8b2c3c9a69df45b9
parent645481ee77be1d3aacfe35e2c668a581a590ecee (diff)
downloadaur-5dc086bb84a402ffb06aa63f4d5506d023474651.tar.gz
changing supported architectures
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e144c659228e..6e079bfea969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=ptpd
pkgver=2.3.1
pkgrel=1
pkgdesc="The PTP daemon (PTPd) implements the Precision Time protocol (PTP) as defined by the relevant IEEE 1588 standard. PTP Version 2 implements IEEE-1588-2008. PTP was developed to provide very precise time coordination of LAN connected computers."
-arch=('x86_64' 'i686' 'any')
+arch=('any')
url="http://ptpd.sourceforge.net/"
license=('BSD')
depends=('libpcap')