summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDominik Schrempf2020-01-23 15:54:44 +0100
committerDominik Schrempf2020-01-23 15:54:44 +0100
commit4dac7fef6478cd5f8f0446740297e9dd65933d47 (patch)
treecb59ade97f49769e389323d1d00242762701cb21 /PKGBUILD
parent566bb51a3635b6c58ca70a3653dcd88d45a58c86 (diff)
downloadpackages-4dac7fef6478cd5f8f0446740297e9dd65933d47.tar.gz
packages-4dac7fef6478cd5f8f0446740297e9dd65933d47.tar.bz2
packages-4dac7fef6478cd5f8f0446740297e9dd65933d47.zip
bugfix pid file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f14282c..1ec24cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
3# Contributor: Hussam Al-Tayeb <hussam at visp dot net dot lb> 3# Contributor: Hussam Al-Tayeb <hussam at visp dot net dot lb>
4pkgname=htpdate 4pkgname=htpdate
5pkgver=1.2.2 5pkgver=1.2.2
6pkgrel=1 6pkgrel=2
7pkgdesc="A client for time synchronisation" 7pkgdesc="A client for time synchronisation"
8arch=(i686 x86_64) 8arch=(i686 x86_64)
9url="http://www.vervest.org/htp/" 9url="http://www.vervest.org/htp/"
@@ -14,7 +14,7 @@ depends=('glibc')
14source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz" 14source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz"
15 "htpdate.service") 15 "htpdate.service")
16md5sums=('aad8c33933648532ac8716c809b15be1' 16md5sums=('aad8c33933648532ac8716c809b15be1'
17 'ed9c9b1222e90e6ee0751f8f88772606') 17 'd00fce722a88150cffb1b322e6cc8869')
18 # "100-adjtimex.patch" 18 # "100-adjtimex.patch"
19 # "101-daemon-run-in-foreground.patch") 19 # "101-daemon-run-in-foreground.patch")
20 20