summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2017-02-21 21:22:06 -0500
committerMatthew McGinn2017-02-21 21:22:06 -0500
commit57dea91e05371f28a4a0234dc8a30f3658fe11e6 (patch)
tree5eff84cf5eba2f559cd94dd94cdaa16e768dbeb2
parent5dc086bb84a402ffb06aa63f4d5506d023474651 (diff)
downloadaur-57dea91e05371f28a4a0234dc8a30f3658fe11e6.tar.gz
moving url endpoints to github
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3160c21734d..0e04bc531d31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Apr 16 21:51:04 UTC 2016
+# Wed Feb 22 02:21:17 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
- pkgrel = 1
- url = http://ptpd.sourceforge.net/
- arch = x86_64
- arch = i686
+ pkgrel = 2
+ url = https://github.com/ptpd/ptpd
arch = any
license = BSD
depends = libpcap
diff --git a/PKGBUILD b/PKGBUILD
index 6e079bfea969..86da7e69759b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Matthew McGinn <mamcgi@gmail.com>
pkgname=ptpd
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
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=('any')
-url="http://ptpd.sourceforge.net/"
+url="https://github.com/ptpd/ptpd"
license=('BSD')
depends=('libpcap')
provides=('ptpd')