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

Tobias Powalowski tpowa at archlinux.org
Tue Mar 22 13:39:57 UTC 2011


    Date: Tuesday, March 22, 2011 @ 09:39:57
  Author: tpowa
Revision: 115895

upgpkg: aufs2 2.6.38_20110314-2
rebuild against latest kernel, added strip option

Modified:
  aufs2/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-22 13:37:56 UTC (rev 115894)
+++ PKGBUILD	2011-03-22 13:39:57 UTC (rev 115895)
@@ -3,7 +3,7 @@
 
 pkgname=aufs2
 pkgver=2.6.38_20110314
-pkgrel=1
+pkgrel=2
 #_kernver=${pkgver%_*}-ARCH
 _kernver=2.6.38-ARCH
 pkgdesc="Another Unionfs Implementation"
@@ -15,7 +15,8 @@
 replaces=('aufs')
 install=${pkgname}.install
 source=("ftp://ftp.archlinux.org/other/aufs2/${pkgname}-${pkgver}.tar.gz")
-options=('!makeflags')
+options=('!makeflags' '!strip')
+md5sums=('60649fa47d3f499dfbb4b68a2afde47c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -59,5 +60,3 @@
   # gzip -9 all modules to safe 100MB
   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
 }
-
-md5sums=('60649fa47d3f499dfbb4b68a2afde47c')




More information about the arch-commits mailing list