From c3f853a31ee9060efcac009cfbaa210e2c4114da Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Sat, 13 Jul 2019 10:11:51 +0200 Subject: bump version --- .SRCINFO | 8 ++++---- .gitignore | 4 +++- PKGBUILD | 18 ++++++++++++------ 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4665f95..d4eaea8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,15 @@ pkgbase = htpdate pkgdesc = A client for time synchronisation - pkgver = 1.2.0 - pkgrel = 2 + pkgver = 1.2.1 + 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.2.0.tar.xz + source = http://www.vervest.org/htp/archive/c/htpdate-1.2.1.tar.xz source = htpdate.service - md5sums = 9d5ca69be06edf5d535b52b5f790da4e + md5sums = cab01ddcb62bd84154670a37a7a0c31c md5sums = ed9c9b1222e90e6ee0751f8f88772606 pkgname = htpdate diff --git a/.gitignore b/.gitignore index d74bd88..a41cf30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /update -/htpdate-*.tar.xz \ No newline at end of file +/htpdate-*.tar.xz +/pkg/ +/src/ diff --git a/PKGBUILD b/PKGBUILD index f29ee6e..6839a56 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,25 +1,31 @@ -# Maintainer: Dominik Schrempf +# Maintainer: Dominik Schrempf # Contributor: Jonathan Ryan # Contributor: Hussam Al-Tayeb pkgname=htpdate -pkgver=1.2.0 -pkgrel=2 +pkgver=1.2.1 +pkgrel=1 pkgdesc="A client for time synchronisation" arch=(i686 x86_64) 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=('9d5ca69be06edf5d535b52b5f790da4e' +# TODO: In the process of adding two patches from OpenWRT, but they are rejected. +# See https://aur.archlinux.org/packages/htpdate/. +source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz" + "htpdate.service") +md5sums=('cab01ddcb62bd84154670a37a7a0c31c' 'ed9c9b1222e90e6ee0751f8f88772606') + # "100-adjtimex.patch" + # "101-daemon-run-in-foreground.patch") + build() { cd ${pkgname}-${pkgver} make } + package() { install -D -m 644 htpdate.service ${pkgdir}/usr/lib/systemd/system/htpdate.service cd ${pkgname}-${pkgver} install -D -m 755 htpdate ${pkgdir}/usr/bin/htpdate install -D -m 644 htpdate.8 ${pkgdir}/usr/share/man/man8/htpdate.8 } - -- cgit v1.2.3-70-g09d2