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