Skip to content
Snippets Groups Projects
Commit 7b94d6b4 authored by Gaetan Bisson's avatar Gaetan Bisson
Browse files

upstream update, implement FS#41016

parent deb52550
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=ntp
_pkgname=ntp-dev
_pkgver=4.2.7p441
_pkgver=4.2.7p446
pkgver=${_pkgver/p/.p}
pkgrel=1
pkgdesc='Network Time Protocol reference implementation'
......@@ -16,7 +16,7 @@ source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-$
'ntp.conf'
'ntpd.service'
'ntpdate.service')
sha1sums=('81444413350982f92f99885f201b50df24a14201'
sha1sums=('634afa46e77c1fd7f0a797f4d46a4f0654b9ca8d'
'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
'dd24216e8333e12d5080965696602591c72537b1'
'059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
......@@ -50,5 +50,5 @@ package() {
echo > "${pkgdir}/var/lib/ntp/.placeholder"
install -dm755 "${pkgdir}/usr/lib/systemd/ntp-units.d"
echo 'ntpd.service' > "${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list"
echo 'ntpd.service' > "${pkgdir}/usr/lib/systemd/ntp-units.d/50-${pkgname}.list"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment