summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schrempf2018-01-25 15:14:25 +0100
committerDominik Schrempf2018-01-25 15:14:25 +0100
commit3a9597f789a5f097ac1981de209ba990f9092501 (patch)
tree66c0ffef261b18b85ab9d7ba9468f7c040a3945d
parent4d15fc3aecfe0ebea5fd44e81d419f17ca332c75 (diff)
downloadaur-3a9597f789a5f097ac1981de209ba990f9092501.tar.gz
v1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD11
-rw-r--r--htpdate.service3
4 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c80a6585299a..0586bb731426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Mar 8 16:22:41 UTC 2016
+# Thu Jan 25 14:13:04 UTC 2018
pkgbase = htpdate
pkgdesc = A client for time synchronisation
- pkgver = 1.1.3
+ pkgver = 1.2.0
pkgrel = 1
url = http://www.vervest.org/htp/
arch = i686
arch = x86_64
license = GPL2
depends = glibc
- source = http://www.vervest.org/htp/archive/c/htpdate-1.1.3.tar.xz
+ source = http://www.vervest.org/htp/archive/c/htpdate-1.2.0.tar.xz
source = htpdate.service
md5sums = 51fcfe05fc4f8be6b19ecbaf88e8deaa
md5sums = b419153625904d9a5544e585f69c66c5
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d74bd8827f21
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/update
+/htpdate-*.tar.xz \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index ac8655ad56ec..0ddc3c42eff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Contributor: Jonathan Ryan <jryan@curious-computing.com>
-# Contributor: Hussam Al-Tayeb <hussam@visp.net.lb>
+# Maintainer: Dominik Schrempf <dominik.schrempf at openmailbox dot org>
+# Contributor: Jonathan Ryan <jryan at curious-computing dot com>
+# Contributor: Hussam Al-Tayeb <hussam at visp dot net dot lb>
pkgname=htpdate
-pkgver=1.1.3
+pkgver=1.2.0
pkgrel=1
pkgdesc="A client for time synchronisation"
arch=(i686 x86_64)
@@ -9,8 +10,8 @@ url="http://www.vervest.org/htp/"
license=(GPL2)
depends=('glibc')
source=("http://www.vervest.org/htp/archive/c/${pkgname}-${pkgver}.tar.xz" "htpdate.service")
-md5sums=('51fcfe05fc4f8be6b19ecbaf88e8deaa'
- 'b419153625904d9a5544e585f69c66c5')
+md5sums=('9d5ca69be06edf5d535b52b5f790da4e'
+ 'fd11d26ebff84d9538ce9ab6238fae73')
build() {
cd ${pkgname}-${pkgver}
make
diff --git a/htpdate.service b/htpdate.service
index 831f411cc4da..116aaba18206 100644
--- a/htpdate.service
+++ b/htpdate.service
@@ -7,4 +7,5 @@ PIDFile=/run/htpdate.pid
ExecStart=/usr/bin/htpdate -D -s -i /run/htpdate.pid www.linux.org www.freebsd.org
[Install]
-WantedBy=multi-user.target \ No newline at end of file
+WantedBy=multi-user.target
+