[arch-commits] Commit in mdadm/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Jan 20 13:38:55 UTC 2012


    Date: Friday, January 20, 2012 @ 08:38:55
  Author: tpowa
Revision: 146999

upgpkg: mdadm 3.2.3-1

bump to 3.2.3

Modified:
  mdadm/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-20 11:30:17 UTC (rev 146998)
+++ PKGBUILD	2012-01-20 13:38:55 UTC (rev 146999)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 pkgname=mdadm
-pkgver=3.2.2
-pkgrel=4
+pkgver=3.2.3
+pkgrel=1
 pkgdesc="A tool for managing/monitoring Linux md device arrays, also known as Software RAID"
 arch=(i686 x86_64)
 license=('GPL')
@@ -18,23 +18,21 @@
         mdadm_install
         mdadm_hook
         mdadm_udev_install
-        disable-werror.patch
-        linux-3.0.patch)
+        disable-werror.patch)
+
 install=mdadm.install
 replaces=('raidtools')
-md5sums=('12ee2fbf3beddb60601fb7a4c4905651'
+md5sums=('d789d6ecb9c1d5ebcc64f0fc52bca92f'
          '6df172c8f77b280018cf87eb3d313f29'
          '00cbed931db4f15b6ce49e3e7d433966'
          '9b01e96b6c3c218fb61628c9281fe688'
          'c8c0713f5c7da51822ee6f3911473a1c'
          'cd258e1bf430c02a25f40b4329df9f57'
-         '4ad87b74a4bc9a34621280abe0e0c3e4'
-         'c499b3edbf2c400c8a1984e18c7ce7fa')
+         '4ad87b74a4bc9a34621280abe0e0c3e4')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   patch -Np0 -i ../disable-werror.patch
-  patch -Np1 -i ../linux-3.0.patch
   make CXFLAGS="$CFLAGS"
   # build static mdassemble for Arch's initramfs
   make MDASSEMBLE_AUTO=1 mdassemble




More information about the arch-commits mailing list