From 3a9597f789a5f097ac1981de209ba990f9092501 Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Thu, 25 Jan 2018 15:14:25 +0100 Subject: v1.2.0 --- .SRCINFO | 6 +++--- .gitignore | 2 ++ PKGBUILD | 11 ++++++----- htpdate.service | 3 ++- 4 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 .gitignore diff --git a/.SRCINFO b/.SRCINFO index c80a658..0586bb7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,15 @@ # Generated by mksrcinfo v8 -# Tue Mar 8 16:22:41 UTC 2016 +# Thu Jan 25 14:13:04 UTC 2018 pkgbase = htpdate pkgdesc = A client for time synchronisation - pkgver = 1.1.3 + pkgver = 1.2.0 pkgrel = 1 url = http://www.vervest.org/htp/ arch = i686 arch = x86_64 license = GPL2 depends = glibc - source = http://www.vervest.org/htp/archive/c/htpdate-1.1.3.tar.xz + source = http://www.vervest.org/htp/archive/c/htpdate-1.2.0.tar.xz source = htpdate.service md5sums = 51fcfe05fc4f8be6b19ecbaf88e8deaa md5sums = b419153625904d9a5544e585f69c66c5 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d74bd88 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/update +/htpdate-*.tar.xz \ No newline at end of file diff --git a/PKGBUILD b/PKGBUILD index ac8655a..0ddc3c4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,8 @@ -# Contributor: Jonathan Ryan -# Contributor: Hussam Al-Tayeb +# Maintainer: Dominik Schrempf +# Contributor: Jonathan Ryan +# Contributor: Hussam Al-Tayeb pkgname=htpdate -pkgver=1.1.3 +pkgver=1.2.0 pkgrel=1 pkgdesc="A client for time synchronisation" arch=(i686 x86_64) @@ -9,8 +10,8 @@ url="http://www.vervest.org/htp/" license=(GPL2) depends=('glibc') source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz" "htpdate.service") -md5sums=('51fcfe05fc4f8be6b19ecbaf88e8deaa' - 'b419153625904d9a5544e585f69c66c5') +md5sums=('9d5ca69be06edf5d535b52b5f790da4e' + 'fd11d26ebff84d9538ce9ab6238fae73') build() { cd ${pkgname}-${pkgver} make diff --git a/htpdate.service b/htpdate.service index 831f411..116aaba 100644 --- a/htpdate.service +++ b/htpdate.service @@ -7,4 +7,5 @@ PIDFile=/run/htpdate.pid ExecStart=/usr/bin/htpdate -D -s -i /run/htpdate.pid www.linux.org www.freebsd.org [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target + -- cgit v1.2.3-70-g09d2