diff options
author | Jonathan Ryan | 2016-03-08 11:22:44 -0500 |
---|---|---|
committer | Jonathan Ryan | 2016-03-08 11:22:44 -0500 |
commit | 4d15fc3aecfe0ebea5fd44e81d419f17ca332c75 (patch) | |
tree | 3f57fda4be062ea4a53068e6be6eb51e250bbf8b | |
parent | d11acefdfd292fcf75d736a97177702a49c0d5da (diff) | |
download | packages-4d15fc3aecfe0ebea5fd44e81d419f17ca332c75.tar.gz packages-4d15fc3aecfe0ebea5fd44e81d419f17ca332c75.tar.bz2 packages-4d15fc3aecfe0ebea5fd44e81d419f17ca332c75.zip |
Update to 1.1.3
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 5 deletions
@@ -1,15 +1,17 @@ | |||
1 | # Generated by mksrcinfo v8 | ||
2 | # Tue Mar 8 16:22:41 UTC 2016 | ||
1 | pkgbase = htpdate | 3 | pkgbase = htpdate |
2 | pkgdesc = A client for time synchronisation | 4 | pkgdesc = A client for time synchronisation |
3 | pkgver = 1.1.1 | 5 | pkgver = 1.1.3 |
4 | pkgrel = 1 | 6 | pkgrel = 1 |
5 | url = http://www.vervest.org/htp/ | 7 | url = http://www.vervest.org/htp/ |
6 | arch = i686 | 8 | arch = i686 |
7 | arch = x86_64 | 9 | arch = x86_64 |
8 | license = GPL2 | 10 | license = GPL2 |
9 | depends = glibc | 11 | depends = glibc |
10 | source = http://www.vervest.org/htp/archive/c/htpdate-1.1.1.tar.xz | 12 | source = http://www.vervest.org/htp/archive/c/htpdate-1.1.3.tar.xz |
11 | source = htpdate.service | 13 | source = htpdate.service |
12 | md5sums = c612f63282e3f23b709f37a5c81d4739 | 14 | md5sums = 51fcfe05fc4f8be6b19ecbaf88e8deaa |
13 | md5sums = b419153625904d9a5544e585f69c66c5 | 15 | md5sums = b419153625904d9a5544e585f69c66c5 |
14 | 16 | ||
15 | pkgname = htpdate | 17 | pkgname = htpdate |
@@ -1,7 +1,7 @@ | |||
1 | # Contributor: Jonathan Ryan <jryan@curious-computing.com> | 1 | # Contributor: Jonathan Ryan <jryan@curious-computing.com> |
2 | # Contributor: Hussam Al-Tayeb <hussam@visp.net.lb> | 2 | # Contributor: Hussam Al-Tayeb <hussam@visp.net.lb> |
3 | pkgname=htpdate | 3 | pkgname=htpdate |
4 | pkgver=1.1.1 | 4 | pkgver=1.1.3 |
5 | pkgrel=1 | 5 | pkgrel=1 |
6 | pkgdesc="A client for time synchronisation" | 6 | pkgdesc="A client for time synchronisation" |
7 | arch=(i686 x86_64) | 7 | arch=(i686 x86_64) |
@@ -9,7 +9,7 @@ url="http://www.vervest.org/htp/" | |||
9 | license=(GPL2) | 9 | license=(GPL2) |
10 | depends=('glibc') | 10 | depends=('glibc') |
11 | source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz" "htpdate.service") | 11 | source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz" "htpdate.service") |
12 | md5sums=('c612f63282e3f23b709f37a5c81d4739' | 12 | md5sums=('51fcfe05fc4f8be6b19ecbaf88e8deaa' |
13 | 'b419153625904d9a5544e585f69c66c5') | 13 | 'b419153625904d9a5544e585f69c66c5') |
14 | build() { | 14 | build() { |
15 | cd ${pkgname}-${pkgver} | 15 | cd ${pkgname}-${pkgver} |