Date: Wednesday, June 6, 2012 @ 19:03:19 Author: tomegun Revision: 160914
upgpkg: initscripts 2012.06.1-1 upstream release bugfixes share code with systemd (systemd-tools) Modified: initscripts/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-06 22:50:26 UTC (rev 160913) +++ PKGBUILD 2012-06-06 23:03:19 UTC (rev 160914) @@ -4,8 +4,8 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=initscripts -pkgver=2012.05.1 -pkgrel=3 +pkgver=2012.06.1 +pkgrel=1 pkgdesc="System initialization/bootup scripts" arch=('any') url="http://www.archlinux.org" @@ -27,9 +27,6 @@ cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless - - # these moved to systemd-tools, will be gone in the next initscripts release - rm ${pkgdir}/usr/share/man/man5/{hostname,{locale,vconsole}.conf}.5 } -md5sums=('13cff6a6638f12351892d7085d7e6fb9' +md5sums=('2fc09991157978d86eba2e042b60f6c7' '027576534885b8d5dded9be546057b12')
