summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD11
-rw-r--r--htpdate.service3
4 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c80a658..0586bb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
1# Generated by mksrcinfo v8 1# Generated by mksrcinfo v8
2# Tue Mar 8 16:22:41 UTC 2016 2# Thu Jan 25 14:13:04 UTC 2018
3pkgbase = htpdate 3pkgbase = htpdate
4 pkgdesc = A client for time synchronisation 4 pkgdesc = A client for time synchronisation
5 pkgver = 1.1.3 5 pkgver = 1.2.0
6 pkgrel = 1 6 pkgrel = 1
7 url = http://www.vervest.org/htp/ 7 url = http://www.vervest.org/htp/
8 arch = i686 8 arch = i686
9 arch = x86_64 9 arch = x86_64
10 license = GPL2 10 license = GPL2
11 depends = glibc 11 depends = glibc
12 source = http://www.vervest.org/htp/archive/c/htpdate-1.1.3.tar.xz 12 source = http://www.vervest.org/htp/archive/c/htpdate-1.2.0.tar.xz
13 source = htpdate.service 13 source = htpdate.service
14 md5sums = 51fcfe05fc4f8be6b19ecbaf88e8deaa 14 md5sums = 51fcfe05fc4f8be6b19ecbaf88e8deaa
15 md5sums = b419153625904d9a5544e585f69c66c5 15 md5sums = b419153625904d9a5544e585f69c66c5
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d74bd88
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
1/update
2/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 @@
1# Contributor: Jonathan Ryan <jryan@curious-computing.com> 1# Maintainer: Dominik Schrempf <dominik.schrempf at openmailbox dot org>
2# Contributor: Hussam Al-Tayeb <hussam@visp.net.lb> 2# Contributor: Jonathan Ryan <jryan at curious-computing dot com>
3# Contributor: Hussam Al-Tayeb <hussam at visp dot net dot lb>
3pkgname=htpdate 4pkgname=htpdate
4pkgver=1.1.3 5pkgver=1.2.0
5pkgrel=1 6pkgrel=1
6pkgdesc="A client for time synchronisation" 7pkgdesc="A client for time synchronisation"
7arch=(i686 x86_64) 8arch=(i686 x86_64)
@@ -9,8 +10,8 @@ url="http://www.vervest.org/htp/"
9license=(GPL2) 10license=(GPL2)
10depends=('glibc') 11depends=('glibc')
11source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz" "htpdate.service") 12source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz" "htpdate.service")
12md5sums=('51fcfe05fc4f8be6b19ecbaf88e8deaa' 13md5sums=('9d5ca69be06edf5d535b52b5f790da4e'
13 'b419153625904d9a5544e585f69c66c5') 14 'fd11d26ebff84d9538ce9ab6238fae73')
14build() { 15build() {
15 cd ${pkgname}-${pkgver} 16 cd ${pkgname}-${pkgver}
16 make 17 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
7ExecStart=/usr/bin/htpdate -D -s -i /run/htpdate.pid www.linux.org www.freebsd.org 7ExecStart=/usr/bin/htpdate -D -s -i /run/htpdate.pid www.linux.org www.freebsd.org
8 8
9[Install] 9[Install]
10WantedBy=multi-user.target \ No newline at end of file 10WantedBy=multi-user.target
11