summaryrefslogtreecommitdiff
path: root/testing/mdadm
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-01 23:11:14 +0000
committerroot <root@rshg047.dnsready.net>2011-07-01 23:11:14 +0000
commita81bc5be2e3672119ca0313a1fde10397a31211e (patch)
treedf4a74a90bd4186a7aab0c935caa8c0a469b9c23 /testing/mdadm
parent76400556d9e8a5dedc692487c13b76a541813a23 (diff)
Fri Jul 1 23:11:14 UTC 2011
Diffstat (limited to 'testing/mdadm')
-rw-r--r--testing/mdadm/PKGBUILD8
-rw-r--r--testing/mdadm/mdadm_install2
2 files changed, 5 insertions, 5 deletions
diff --git a/testing/mdadm/PKGBUILD b/testing/mdadm/PKGBUILD
index 3da2fec8d..0f9d96fc8 100644
--- a/testing/mdadm/PKGBUILD
+++ b/testing/mdadm/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 127622 2011-06-17 07:48:12Z tpowa $
+# $Id: PKGBUILD 129978 2011-06-30 18:05:23Z thomas $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=mdadm
pkgver=3.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for managing/monitoring Linux md device arrays, also known as Software RAID"
arch=(i686 x86_64)
license=('GPL')
url="http://www.cse.unsw.edu.au/~neilb/source/mdadm/"
groups=('base')
-conflicts=('mkinitcpio<0.5.99')
+conflicts=('mkinitcpio<0.7')
depends=('glibc')
backup=('etc/mdadm.conf')
source=(ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/mdadm-$pkgver.tar.bz2
@@ -23,7 +23,7 @@ replaces=('raidtools')
md5sums=('12ee2fbf3beddb60601fb7a4c4905651'
'6df172c8f77b280018cf87eb3d313f29'
'00cbed931db4f15b6ce49e3e7d433966'
- '53f58d4a8f6e23c452d67007186262e3'
+ '4bb000166fb13e82ceaa2422fdfaac7e'
'36f7cc564ed3267888d90208e0eb7adc'
'4ad87b74a4bc9a34621280abe0e0c3e4')
diff --git a/testing/mdadm/mdadm_install b/testing/mdadm/mdadm_install
index 59f4bc67b..f351cb292 100644
--- a/testing/mdadm/mdadm_install
+++ b/testing/mdadm/mdadm_install
@@ -1,6 +1,6 @@
# vim: set ft=sh:
-install ()
+build()
{
MODULES=" $(checked_modules "drivers/md/*" | grep -v "dm-") "
BINARIES=""