diff options
author | Brian Bidulock | 2021-11-20 00:40:22 -0700 |
---|---|---|
committer | Brian Bidulock | 2021-11-20 00:40:22 -0700 |
commit | c9b713d3d76df8dee900fbd68a1c0fb00a467b75 (patch) | |
tree | 016f2dc7e08e5a30b4b846550542f68dc584175f | |
parent | 72c21428d9f1f67b976f1d33d1f9e077769e211a (diff) | |
download | aur-c9b713d3d76df8dee900fbd68a1c0fb00a467b75.tar.gz |
uppkg
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 11 |
2 files changed, 9 insertions, 8 deletions
@@ -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 - @@ -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') |