summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2022-06-06 17:24:57 +0300
committerYigit Sever2022-06-06 17:24:57 +0300
commit9f393301a8a1fcdc5928b46ed388d5bc603ef639 (patch)
tree56e1747f5f79e7734e83f5c3b29ce7879760ba13
parent4f382359b7f186a64d591140cf019a002e3dd29b (diff)
downloadaur-9f393301a8a1fcdc5928b46ed388d5bc603ef639.tar.gz
Migrate to new fork, update to v1.3.4
-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 ff90fb336492..226c5933c1f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = htpdate
- pkgdesc = A client for time synchronisation
- pkgver = 1.2.6
+ pkgdesc = HTTP Time protocol
+ pkgver = 1.3.4
pkgrel = 1
- url = https://github.com/angeloc/htpdate
+ url = https://github.com/twekkel/htpdate
arch = i686
arch = x86_64
license = GPL2
depends = glibc
- source = htpdate-1.2.6.tar.gz::https://github.com/angeloc/htpdate/archive/v1.2.6.tar.gz
+ source = htpdate-1.3.4.tar.gz::https://github.com/twekkel/htpdate/archive/v1.3.4.tar.gz
source = htpdate.service
- sha256sums = d2cff522b8f53b00769dcca77d8025b19238ed35d702a4739dc05e387f718909
+ sha256sums = 744f9200cfd3b008a5516c5eb6da727af532255a329126a7b8f49a5623985642
sha256sums = 2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b
pkgname = htpdate
diff --git a/.gitignore b/.gitignore
index a41cf30995f1..aece88713204 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
/update
-/htpdate-*.tar.xz
+/htpdate-*.tar.*
/pkg/
/src/
diff --git a/PKGBUILD b/PKGBUILD
index 9e2d27580065..038e88106cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,19 @@
# Contributor: Dominik Schrempf <dominik.schrempf at gmail dot com>
# Contributor: Jonathan Ryan <jryan at curious-computing dot com>
# Contributor: Hussam Al-Tayeb <hussam at visp dot net dot lb>
+
pkgname=htpdate
-pkgver=1.2.6
+pkgver=1.3.4
pkgrel=1
-pkgdesc="A client for time synchronisation"
+pkgdesc="HTTP Time protocol"
arch=('i686' 'x86_64')
-url="https://github.com/angeloc/htpdate"
+url="https://github.com/twekkel/htpdate"
license=(GPL2)
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
- "htpdate.service")
-sha256sums=('d2cff522b8f53b00769dcca77d8025b19238ed35d702a4739dc05e387f718909'
- '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b')
+ "htpdate.service")
+sha256sums=('744f9200cfd3b008a5516c5eb6da727af532255a329126a7b8f49a5623985642'
+ '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b')
build() {
cd ${pkgname}-${pkgver}