diff options
author | Yigit Sever | 2022-06-06 17:24:57 +0300 |
---|---|---|
committer | Yigit Sever | 2022-06-06 17:24:57 +0300 |
commit | 9f393301a8a1fcdc5928b46ed388d5bc603ef639 (patch) | |
tree | 56e1747f5f79e7734e83f5c3b29ce7879760ba13 /PKGBUILD | |
parent | 4f382359b7f186a64d591140cf019a002e3dd29b (diff) | |
download | packages-9f393301a8a1fcdc5928b46ed388d5bc603ef639.tar.gz packages-9f393301a8a1fcdc5928b46ed388d5bc603ef639.tar.bz2 packages-9f393301a8a1fcdc5928b46ed388d5bc603ef639.zip |
Migrate to new fork, update to v1.3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -2,18 +2,19 @@ | |||
2 | # Contributor: Dominik Schrempf <dominik.schrempf at gmail dot com> | 2 | # Contributor: Dominik Schrempf <dominik.schrempf at gmail dot com> |
3 | # Contributor: Jonathan Ryan <jryan at curious-computing dot com> | 3 | # Contributor: Jonathan Ryan <jryan at curious-computing dot com> |
4 | # Contributor: Hussam Al-Tayeb <hussam at visp dot net dot lb> | 4 | # Contributor: Hussam Al-Tayeb <hussam at visp dot net dot lb> |
5 | |||
5 | pkgname=htpdate | 6 | pkgname=htpdate |
6 | pkgver=1.2.6 | 7 | pkgver=1.3.4 |
7 | pkgrel=1 | 8 | pkgrel=1 |
8 | pkgdesc="A client for time synchronisation" | 9 | pkgdesc="HTTP Time protocol" |
9 | arch=('i686' 'x86_64') | 10 | arch=('i686' 'x86_64') |
10 | url="https://github.com/angeloc/htpdate" | 11 | url="https://github.com/twekkel/htpdate" |
11 | license=(GPL2) | 12 | license=(GPL2) |
12 | depends=('glibc') | 13 | depends=('glibc') |
13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" | 14 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" |
14 | "htpdate.service") | 15 | "htpdate.service") |
15 | sha256sums=('d2cff522b8f53b00769dcca77d8025b19238ed35d702a4739dc05e387f718909' | 16 | sha256sums=('744f9200cfd3b008a5516c5eb6da727af532255a329126a7b8f49a5623985642' |
16 | '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b') | 17 | '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b') |
17 | 18 | ||
18 | build() { | 19 | build() { |
19 | cd ${pkgname}-${pkgver} | 20 | cd ${pkgname}-${pkgver} |