Date: Saturday, June 23, 2012 @ 13:04:55 Author: tomegun Revision: 162211
upgpkg: initscripts 2012.06.2-1 actually release the package, rather than the previous version... Modified: initscripts/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-23 16:28:17 UTC (rev 162210) +++ PKGBUILD 2012-06-23 17:04:55 UTC (rev 162211) @@ -4,8 +4,8 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=initscripts -pkgver=2012.06.1 -pkgrel=2 +pkgver=2012.06.2 +pkgrel=1 pkgdesc="System initialization/bootup scripts" arch=('any') url="http://www.archlinux.org" @@ -27,5 +27,5 @@ make DESTDIR=${pkgdir} install install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless } -md5sums=('2fc09991157978d86eba2e042b60f6c7' +md5sums=('db1891a58ec03bb912e7935aa8723b4f' '027576534885b8d5dded9be546057b12')
