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

Tobias Powalowski tpowa at archlinux.org
Thu Mar 31 06:37:00 UTC 2011


    Date: Thursday, March 31, 2011 @ 02:36:59
  Author: tpowa
Revision: 117346

upgpkg: mdadm 3.2.1-1
bump to latest version

Modified:
  mdadm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-31 06:30:02 UTC (rev 117345)
+++ PKGBUILD	2011-03-31 06:36:59 UTC (rev 117346)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 pkgname=mdadm
-pkgver=3.1.5
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="A tool for managing/monitoring Linux md device arrays, also known as Software RAID"
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
         mdadm_hook)
 install=mdadm.install
 replaces=('raidtools')
-md5sums=('a7575707a5f2d1ed6d408446eabcb19b'
+md5sums=('d1e2549202bd79d9e99f1498d1109530'
          '7bff0e506fb6017510c8ec4a01896952'
          '00cbed931db4f15b6ce49e3e7d433966'
          '865c3d39e5f5dae58388160b563981f1'
@@ -28,6 +28,10 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   make CXFLAGS="$CFLAGS"
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make INSTALL=/bin/install DESTDIR=$pkgdir install
   install -D -m644 ../mdadm.conf $pkgdir/etc/mdadm.conf
   install -D -m755 ../mdadm $pkgdir/etc/rc.d/mdadm




More information about the arch-commits mailing list