summaryrefslogtreecommitdiffstats
path: root/htpdate
diff options
context:
space:
mode:
Diffstat (limited to 'htpdate')
-rw-r--r--htpdate/.SRCINFO9
-rw-r--r--htpdate/PKGBUILD12
2 files changed, 11 insertions, 10 deletions
diff --git a/htpdate/.SRCINFO b/htpdate/.SRCINFO
index d8658a7..1a58caa 100644
--- a/htpdate/.SRCINFO
+++ b/htpdate/.SRCINFO
@@ -1,15 +1,16 @@
1pkgbase = htpdate 1pkgbase = htpdate
2 pkgdesc = HTTP Time protocol 2 pkgdesc = HTTP Time protocol
3 pkgver = 1.3.7 3 pkgver = 2.0.0
4 pkgrel = 1 4 pkgrel = 1
5 url = https://github.com/twekkel/htpdate 5 url = https://github.com/twekkel/htpdate
6 arch = i686 6 arch = i686
7 arch = x86_64 7 arch = x86_64
8 license = GPL2 8 license = GPL-2.0-or-later
9 depends = glibc 9 depends = glibc
10 source = htpdate-1.3.7.tar.gz::https://github.com/twekkel/htpdate/archive/v1.3.7.tar.gz 10 depends = openssl
11 source = htpdate-2.0.0.tar.gz::https://github.com/twekkel/htpdate/archive/v2.0.0.tar.gz
11 source = htpdate.service 12 source = htpdate.service
12 sha256sums = 88c52fe475308ee95f560fd7cf68c75bc6e9a6abf56be7fed203a7f762fe7ab2 13 sha256sums = 52f25811f00dfe714e0bcf122358ee0ad74e25db3ad230d5a4196e7a62633f27
13 sha256sums = 2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b 14 sha256sums = 2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b
14 15
15pkgname = htpdate 16pkgname = htpdate
diff --git a/htpdate/PKGBUILD b/htpdate/PKGBUILD
index 0117c41..a5177d8 100644
--- a/htpdate/PKGBUILD
+++ b/htpdate/PKGBUILD
@@ -4,21 +4,21 @@
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
6pkgname=htpdate 6pkgname=htpdate
7pkgver=1.3.7 7pkgver=2.0.0
8pkgrel=1 8pkgrel=1
9pkgdesc="HTTP Time protocol" 9pkgdesc="HTTP Time protocol"
10arch=('i686' 'x86_64') 10arch=('i686' 'x86_64')
11url="https://github.com/twekkel/htpdate" 11url="https://github.com/twekkel/htpdate"
12license=(GPL2) 12license=('GPL-2.0-or-later')
13depends=('glibc') 13depends=('glibc' 'openssl')
14source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" 14source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
15 "htpdate.service") 15 "htpdate.service")
16sha256sums=('88c52fe475308ee95f560fd7cf68c75bc6e9a6abf56be7fed203a7f762fe7ab2' 16sha256sums=('52f25811f00dfe714e0bcf122358ee0ad74e25db3ad230d5a4196e7a62633f27'
17 '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b') 17 '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b')
18 18
19build() { 19build() {
20 cd ${pkgname}-${pkgver} 20 cd ${pkgname}-${pkgver}
21 make 21 make https
22} 22}
23 23
24package() { 24package() {