diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | PKGBUILD | 11 | ||||
-rw-r--r-- | htpdate.service | 3 |
4 files changed, 13 insertions, 9 deletions
@@ -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 |
3 | pkgbase = htpdate | 3 | pkgbase = 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 | ||
@@ -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> | ||
3 | pkgname=htpdate | 4 | pkgname=htpdate |
4 | pkgver=1.1.3 | 5 | pkgver=1.2.0 |
5 | pkgrel=1 | 6 | pkgrel=1 |
6 | pkgdesc="A client for time synchronisation" | 7 | pkgdesc="A client for time synchronisation" |
7 | arch=(i686 x86_64) | 8 | arch=(i686 x86_64) |
@@ -9,8 +10,8 @@ url="http://www.vervest.org/htp/" | |||
9 | license=(GPL2) | 10 | license=(GPL2) |
10 | depends=('glibc') | 11 | depends=('glibc') |
11 | source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz" "htpdate.service") | 12 | source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz" "htpdate.service") |
12 | md5sums=('51fcfe05fc4f8be6b19ecbaf88e8deaa' | 13 | md5sums=('9d5ca69be06edf5d535b52b5f790da4e' |
13 | 'b419153625904d9a5544e585f69c66c5') | 14 | 'fd11d26ebff84d9538ce9ab6238fae73') |
14 | build() { | 15 | build() { |
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 | |||
7 | ExecStart=/usr/bin/htpdate -D -s -i /run/htpdate.pid www.linux.org www.freebsd.org | 7 | ExecStart=/usr/bin/htpdate -D -s -i /run/htpdate.pid www.linux.org www.freebsd.org |
8 | 8 | ||
9 | [Install] | 9 | [Install] |
10 | WantedBy=multi-user.target \ No newline at end of file | 10 | WantedBy=multi-user.target |
11 | |||