summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2021-11-20 00:40:22 -0700
committerBrian Bidulock2021-11-20 00:40:22 -0700
commitc9b713d3d76df8dee900fbd68a1c0fb00a467b75 (patch)
tree016f2dc7e08e5a30b4b846550542f68dc584175f
parent72c21428d9f1f67b976f1d33d1f9e077769e211a (diff)
downloadaur-c9b713d3d76df8dee900fbd68a1c0fb00a467b75.tar.gz
uppkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 997a12ce3041..e5abeb62cc43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = linuxptp-git
pkgdesc = An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux.
- pkgver = 1.6.r16.gd825b1d
+ pkgver = 3.1.r116.g24220e8
pkgrel = 1
url = http://linuxptp.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
depends = glibc
- provides = linuxptp
+ provides = linuxptp=3.1-1
conflicts = linuxptp
source = linuxptp-git::git+http://git.code.sf.net/p/linuxptp/code
md5sums = SKIP
pkgname = linuxptp-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d0d8cd2d9130..2beec82d46d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Hanspeter Portner <ventosus at airpost dot net>
-pkgname=linuxptp-git
-pkgver=1.6.r16.gd825b1d
+_pkgname=linuxptp
+pkgname=${_pkgname}-git
+pkgver=3.1.r116.g24220e8
pkgrel=1
pkgdesc='An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux.'
arch=('i686' 'x86_64')
url='http://linuxptp.sourceforge.net/'
license=('GPL')
depends=('glibc')
-makedepends=()
-provides=('linuxptp')
-conflicts=('linuxptp')
+makedepends=('git')
+provides=("${_pkgname}=${pkgver%%.r*}-${pkgrel}")
+conflicts=("${_pkgname}")
source=("$pkgname::git+http://git.code.sf.net/p/linuxptp/code")
md5sums=('SKIP')