diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |