summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mdadm/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-07-04 23:05:09 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-07-04 23:05:09 (GMT)
commit879da47e831fa0c5dc443f1059717af8184cb6d8 (patch)
tree08892860acda11a7594788c8687ec960dac4b68d /abs/core-testing/mdadm/PKGBUILD
parent19e8f207678d02f9a912aa0728b90a4c63d82c82 (diff)
parent21f912004613ab41436b36b424f943f3c5bfbf83 (diff)
downloadlinhes_pkgbuild-879da47e831fa0c5dc443f1059717af8184cb6d8.zip
linhes_pkgbuild-879da47e831fa0c5dc443f1059717af8184cb6d8.tar.gz
linhes_pkgbuild-879da47e831fa0c5dc443f1059717af8184cb6d8.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Conflicts: abs/core-testing/LinHES-config/PKGBUILD
Diffstat (limited to 'abs/core-testing/mdadm/PKGBUILD')
-rw-r--r--abs/core-testing/mdadm/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/abs/core-testing/mdadm/PKGBUILD b/abs/core-testing/mdadm/PKGBUILD
index 13c5c98..0af45bf 100644
--- a/abs/core-testing/mdadm/PKGBUILD
+++ b/abs/core-testing/mdadm/PKGBUILD
@@ -1,8 +1,8 @@
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Maintainer: Judd Vinet <jvinet@zeroflux.org>
pkgname=mdadm
-pkgver=2.6.4
-pkgrel=10
+pkgver=3.0
+pkgrel=12
pkgdesc="A tool for managing/monitoring Linux md device arrays, also known as Software RAID"
arch=(i686 x86_64)
license=('GPL')
@@ -10,14 +10,15 @@ url="http://www.cse.unsw.edu.au/~neilb/source/mdadm/"
groups=('base')
depends=('glibc')
backup=('etc/mdadm.conf')
-source=(ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/mdadm-$pkgver.tar.bz2 \
+conflicts=('udev<135-4')
+source=(ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/$pkgname-$pkgver.tar.bz2 \
mdadm mdadm.conf raid-partitions_install raid-partitions_hook)
replaces=('raidtools')
-md5sums=('b616697aecc870d5d580bd6e010472a3'
+md5sums=('bcd27a1359b18e25e61593221d098f6a'
'6df172c8f77b280018cf87eb3d313f29'
- '0ce4c0f9770bf582a71228053566359d'
- '9de7e423ec9c6766b5f5d39915929003'
- '09d72c714b40b6fa1e8eab04c1dabd42')
+ '0ce4c0f9770bf582a71228053566359d'
+ '9de7e423ec9c6766b5f5d39915929003'
+ '09d72c714b40b6fa1e8eab04c1dabd42')
build() {
cd $startdir/src/$pkgname-$pkgver