Date: Friday, September 28, 2012 @ 04:09:02 Author: tomegun Revision: 167211
upgpkg: initscripts 2012.09.1-1 add deprecation warnings Modified: initscripts/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-09-28 06:17:25 UTC (rev 167210) +++ PKGBUILD 2012-09-28 08:09:02 UTC (rev 167211) @@ -4,8 +4,8 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=initscripts -pkgver=2012.08.3 -pkgrel=3 +pkgver=2012.09.1 +pkgrel=1 pkgdesc="System initialization/bootup scripts" arch=('any') url="http://www.archlinux.org" @@ -22,22 +22,11 @@ 'wireless_tools: Legacy wireless networking') makedepends=(asciidoc) install=initscripts.install -source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz" - 'split-hwclock-calls.diff') -md5sums=('b5e8de40bf798637cb1634a1555d0f1f' - 'd381ed1fbdc3780496317844241b0568') +source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz") package() { cd ${srcdir}/${pkgname}-${pkgver} - # http://mailman.archlinux.org/pipermail/arch-projects/2012-September/003252.html - # patch based on master does not apply, so this is the exact patch posted to - # the bug report it fixes (FS#31416). - patch -Np1 <"$srcdir/split-hwclock-calls.diff" - make DESTDIR=${pkgdir} install - - # moved to filesystem - rm -rf ${pkgdir}/etc/profile.d - rm ${pkgdir}/usr/share/man/man7/archlinux.7 } +md5sums=('c42b34a386859d16f69507ca80ee0486')
