From c3f853a31ee9060efcac009cfbaa210e2c4114da Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Sat, 13 Jul 2019 10:11:51 +0200 Subject: bump version --- PKGBUILD | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'PKGBUILD') 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