summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2017-03-25 13:33:34 -0400
committerMatthew McGinn2017-03-25 13:33:34 -0400
commitb778970c58315602f69b8b62a3115ff9e1972b2e (patch)
tree5e02921e586ca4f782d8ea0b014cfa0a6876c598
parent57dea91e05371f28a4a0234dc8a30f3658fe11e6 (diff)
downloadaur-b778970c58315602f69b8b62a3115ff9e1972b2e.tar.gz
adding optdepends for net-snmp
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e04bc531d31..2e572a2c34b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Feb 22 02:21:17 UTC 2017
+# Sat Mar 25 17:16:42 UTC 2017
pkgbase = ptpd
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.
pkgver = 2.3.1
@@ -8,6 +8,7 @@ pkgbase = ptpd
arch = any
license = BSD
depends = libpcap
+ optdepends = net-snmp
provides = ptpd
source = http://sourceforge.net/projects/ptpd/files/ptpd/2.3.1/ptpd-2.3.1.tar.gz/download
md5sums = 253bab7ab51d969616ea811be1f132f3
diff --git a/PKGBUILD b/PKGBUILD
index 86da7e69759b..305ad47c11dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
url="https://github.com/ptpd/ptpd"
license=('BSD')
depends=('libpcap')
+optdepends=('net-snmp')
provides=('ptpd')
source=("http://sourceforge.net/projects/ptpd/files/ptpd/2.3.1/ptpd-2.3.1.tar.gz/download")
md5sums=('253bab7ab51d969616ea811be1f132f3')