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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Tue Feb 5 18:04:24 UTC 2013


    Date: Tuesday, February 5, 2013 @ 19:04:24
  Author: foutrelis
Revision: 83845

upgpkg: cdfs 2.6.27-36

Linux 3.7.6 rebuild.

Modified:
  cdfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-05 17:49:58 UTC (rev 83844)
+++ PKGBUILD	2013-02-05 18:04:24 UTC (rev 83845)
@@ -4,7 +4,7 @@
 
 pkgname=cdfs
 pkgver=2.6.27
-pkgrel=35
+pkgrel=36
 pkgdesc="File system module that 'exports' all tracks and boot images on a CD as normal files."
 arch=(i686 x86_64)
 url="http://www.elis.UGent.be/~ronsse/cdfs/"
@@ -20,10 +20,11 @@
          'e934407b3460257a301822ffc4ab3933'
          '9215e7bdac728bd2f889fb525e543454')
 
+_kernver=`pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -`
+_kernverfull=`cat /usr/lib/modules/extramodules-3.${_kernver}-ARCH/version`
+
 build() {
-  _kernver=`pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -`
   depends=("linux>=3.${_kernver}" "linux<3.`expr ${_kernver} + 1`")
-  _kernverfull=`cat /usr/lib/modules/extramodules-3.${_kernver}-ARCH/version`
 
   cd $srcdir/$pkgname-$pkgver
   patch -p1 <$srcdir/cdfs-3.0.patch




More information about the arch-commits mailing list