summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD13
3 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff90fb3..226c593 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
1pkgbase = htpdate 1pkgbase = htpdate
2 pkgdesc = A client for time synchronisation 2 pkgdesc = HTTP Time protocol
3 pkgver = 1.2.6 3 pkgver = 1.3.4
4 pkgrel = 1 4 pkgrel = 1
5 url = https://github.com/angeloc/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 = GPL2
9 depends = glibc 9 depends = glibc
10 source = htpdate-1.2.6.tar.gz::https://github.com/angeloc/htpdate/archive/v1.2.6.tar.gz 10 source = htpdate-1.3.4.tar.gz::https://github.com/twekkel/htpdate/archive/v1.3.4.tar.gz
11 source = htpdate.service 11 source = htpdate.service
12 sha256sums = d2cff522b8f53b00769dcca77d8025b19238ed35d702a4739dc05e387f718909 12 sha256sums = 744f9200cfd3b008a5516c5eb6da727af532255a329126a7b8f49a5623985642
13 sha256sums = 2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b 13 sha256sums = 2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b
14 14
15pkgname = htpdate 15pkgname = htpdate
diff --git a/.gitignore b/.gitignore
index a41cf30..aece887 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
1/update 1/update
2/htpdate-*.tar.xz 2/htpdate-*.tar.*
3/pkg/ 3/pkg/
4/src/ 4/src/
diff --git a/PKGBUILD b/PKGBUILD
index 9e2d275..038e881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
5pkgname=htpdate 6pkgname=htpdate
6pkgver=1.2.6 7pkgver=1.3.4
7pkgrel=1 8pkgrel=1
8pkgdesc="A client for time synchronisation" 9pkgdesc="HTTP Time protocol"
9arch=('i686' 'x86_64') 10arch=('i686' 'x86_64')
10url="https://github.com/angeloc/htpdate" 11url="https://github.com/twekkel/htpdate"
11license=(GPL2) 12license=(GPL2)
12depends=('glibc') 13depends=('glibc')
13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" 14source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
14 "htpdate.service") 15 "htpdate.service")
15sha256sums=('d2cff522b8f53b00769dcca77d8025b19238ed35d702a4739dc05e387f718909' 16sha256sums=('744f9200cfd3b008a5516c5eb6da727af532255a329126a7b8f49a5623985642'
16 '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b') 17 '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b')
17 18
18build() { 19build() {
19 cd ${pkgname}-${pkgver} 20 cd ${pkgname}-${pkgver}