From d1c720e0d937ab956225ca4ce869066cdcec325e Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 14 Jul 2012 18:07:12 -0300 Subject: libre/initscripts-2012.07.5 --- libre/initscripts/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libre/initscripts/PKGBUILD b/libre/initscripts/PKGBUILD index aee2585d9..ac9d98d27 100644 --- a/libre/initscripts/PKGBUILD +++ b/libre/initscripts/PKGBUILD @@ -5,7 +5,7 @@ # Maintainer (Parabola): Nicolas Reynolds pkgname=initscripts -pkgver=2012.06.28 +pkgver=2012.07.5 pkgrel=1 pkgdesc="System initialization/bootup scripts (Parabola branding)" arch=('any') @@ -28,5 +28,5 @@ package() { make DESTDIR=${pkgdir} install install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless } -md5sums=('21651eaba1fd34542c78f39c755cd171' +md5sums=('c95c3cd09975414fbb6719e4222ff74b' '027576534885b8d5dded9be546057b12') -- cgit v1.2.3 From a4d72c480892aecc4f2d61fb1887b1a67a3378f3 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 14 Jul 2012 18:13:14 -0300 Subject: libre/initscripts-2012.07.14 --- .../0001-remove-run-nologin-before-leaving-rc.multi.patch | 7 ++++--- libre/initscripts/PKGBUILD | 7 +++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch b/libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch index 3dc75df1c..a9b7a2423 100644 --- a/libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch +++ b/libre/initscripts/0001-remove-run-nologin-before-leaving-rc.multi.patch @@ -18,11 +18,12 @@ index daf2372..7d4acaa 100755 --- a/rc.multi +++ b/rc.multi @@ -31,4 +31,6 @@ run_hook multi_end - + bootlogd_stop - + +rm -f /run/nologin + # vim: set ts=2 sw=2 noet: --- +-- 1.7.11.1 + diff --git a/libre/initscripts/PKGBUILD b/libre/initscripts/PKGBUILD index 85ada99ca..cc509fdd3 100644 --- a/libre/initscripts/PKGBUILD +++ b/libre/initscripts/PKGBUILD @@ -5,7 +5,7 @@ # Maintainer (Parabola): Nicolas Reynolds pkgname=initscripts -pkgver=2012.07.5 +pkgver=2012.07.14 pkgrel=1 pkgdesc="System initialization/bootup scripts (Parabola branding)" arch=('any') @@ -26,7 +26,7 @@ source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.xz" build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -Np1 <"$srcdir/0001-remove-run-nologin-before-leaving-rc.multi.patch" +# patch -Np1 <"$srcdir/0001-remove-run-nologin-before-leaving-rc.multi.patch" } package() { @@ -34,3 +34,6 @@ package() { make DESTDIR=${pkgdir} install install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless } +md5sums=('15e2f373be03b25b0033fd4fb4820d30' + 'ba32b9d723c20b38487669fb3c00d3d5' + '027576534885b8d5dded9be546057b12') -- cgit v1.2.3 From 327339bc77c1312de217fac4fb9b060e713acc96 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 14 Jul 2012 18:14:56 -0300 Subject: ~fauno/pandoc-1.9.4.2 --- ~fauno/pandoc/PKGBUILD | 8 ++++---- ~fauno/pandoc/SRCBUILD | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/~fauno/pandoc/PKGBUILD b/~fauno/pandoc/PKGBUILD index b577f0cf1..410a3dd2b 100644 --- a/~fauno/pandoc/PKGBUILD +++ b/~fauno/pandoc/PKGBUILD @@ -4,7 +4,7 @@ # Run `makepkg -srp SRCBUILD` if you want to update the source tarball pkgname=pandoc -pkgver=1.9.4 +pkgver=1.9.4.2 pkgrel=1 pkgdesc='Conversion between markup formats (no Haskell libs)' url='http://johnmacfarlane.net/pandoc/' @@ -57,6 +57,6 @@ package() { find ${pkgdir}/usr/share -type f -exec chmod 644 {} \; find ${pkgdir}/usr/share -type d -exec chmod 755 {} \; } -md5sums=('dbf83bc5fae25877f8f1444c67fcc706' - '179a9b8a716e1de8e6afba3d43c3ebef' - 'ec809a0c1f787dc53c896c391d32ef6e') +md5sums=('3a9191e729a4547370f756ba831cad77' + 'a8da851ee560ce54c7c5044dfb5042f0' + '8dab4575128cf33941a577bfb500c417') diff --git a/~fauno/pandoc/SRCBUILD b/~fauno/pandoc/SRCBUILD index c8b13d906..68939a103 100644 --- a/~fauno/pandoc/SRCBUILD +++ b/~fauno/pandoc/SRCBUILD @@ -2,7 +2,7 @@ # Based on haskell-pandoc pkgname=pandoc -pkgver=1.9.4 +pkgver=1.9.4.2 pkgrel=1 pkgdesc='Conversion between markup formats (no Haskell libs)' url='http://johnmacfarlane.net/pandoc/' -- cgit v1.2.3