summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanspeter Portner2015-09-21 09:31:04 +0200
committerHanspeter Portner2015-09-21 09:31:04 +0200
commitdc0aef679b9ce2c23fabf39467e1bc014b6ded38 (patch)
tree102dad24dcca07d3131fe62c50330d7cbc744a02
parent7c552e71549cccf996e049af58c7f830a80c41b5 (diff)
downloadaur-dc0aef679b9ce2c23fabf39467e1bc014b6ded38.tar.gz
update to version 1.6.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac1d593b0cde..19f4613aebd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = linuxptp
pkgdesc = An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux.
- pkgver = 1.5
- pkgrel = 3
+ pkgver = 1.6
+ pkgrel = 1
url = http://linuxptp.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
depends = glibc
- source = https://sourceforge.net/projects/linuxptp/files/linuxptp-1.5.tgz/download
- md5sums = f7f24174b7ce52eccaed1748409057b0
+ source = https://sourceforge.net/projects/linuxptp/files/linuxptp-1.6.tgz/download
+ md5sums = 6aa15d83f5a35f1fd076ba9adc4e7285
pkgname = linuxptp
diff --git a/PKGBUILD b/PKGBUILD
index ceca23009c52..9551e49e5d84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Fixes: Brian Bidulock <bidulock at openss7 dot org>
pkgname=linuxptp
-pkgver=1.5
-pkgrel=3
+pkgver=1.6
+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/'
@@ -11,7 +11,7 @@ license=('GPL')
depends=('glibc')
makedepends=()
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tgz/download")
-md5sums=('f7f24174b7ce52eccaed1748409057b0')
+md5sums=('6aa15d83f5a35f1fd076ba9adc4e7285')
build() {
cd ${pkgname}-${pkgver}