aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c267cd1..bc2db96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
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.5 7pkgver=1.3.6
8pkgrel=1 8pkgrel=1
9pkgdesc="HTTP Time protocol" 9pkgdesc="HTTP Time protocol"
10arch=('i686' 'x86_64') 10arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=(GPL2)
13depends=('glibc') 13depends=('glibc')
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=('a8734d4f1d84d0608d045508608f2d29d8b968da269f83120aaac67709b1bd03' 16sha256sums=('3cdc558ec8e53ef374a42490b2f28c0b23981fa8754a6d7182044707828ad1e9'
17 '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b') 17 '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b')
18 18
19build() { 19build() {