From dd4b9c4a2b0e2e32ef6150c488f2ca8d14daf173 Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Wed, 6 May 2020 13:18:14 +0200 Subject: patch pid file --- PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 1ec24cd..ee6d7b5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Hussam Al-Tayeb pkgname=htpdate pkgver=1.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="A client for time synchronisation" arch=(i686 x86_64) url="http://www.vervest.org/htp/" @@ -12,14 +12,15 @@ depends=('glibc') # 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") + "htpdate.service" + "100-pidfile.patch") md5sums=('aad8c33933648532ac8716c809b15be1' - 'd00fce722a88150cffb1b322e6cc8869') - # "100-adjtimex.patch" - # "101-daemon-run-in-foreground.patch") + 'd00fce722a88150cffb1b322e6cc8869' + 'f4612bb44274ed571117724a49abb3c1') build() { cd ${pkgname}-${pkgver} + patch htpdate.c 100-pidfile.patch make } -- cgit v1.2.3-70-g09d2