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

Dave Reisner dreisner at archlinux.org
Mon Jan 16 19:19:14 UTC 2012


    Date: Monday, January 16, 2012 @ 14:19:14
  Author: dreisner
Revision: 146696

upgpkg: kmod 4-1

Modified:
  kmod/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-16 19:04:05 UTC (rev 146695)
+++ PKGBUILD	2012-01-16 19:19:14 UTC (rev 146696)
@@ -2,9 +2,8 @@
 # Maintainer: Dave Reisner <dreisner at archlinux.org>
 
 pkgname=kmod
-pkgver=3
-pkgrel=6
-_snapdt=20120112
+pkgver=4
+pkgrel=1
 pkgdesc="Linux kernel module handling"
 arch=('i686' 'x86_64')
 url="http://git.profusion.mobi/cgit.cgi/kmod.git"
@@ -15,21 +14,17 @@
 provides=('module-init-tools=3.16')
 conflicts=('module-init-tools')
 replaces=('module-init-tools')
-options=('!strip')
-source=(#"http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz"
-        "ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.$_snapdt.tar.xz"
+source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz"
         "depmod-search.conf")
-md5sums=('78252871325d3950bb132cde81c488b0'
+md5sums=('e14450a066a48accd0af1995b3c0232d'
          '4b8cbcbc54b9029c99fd730e257d4436')
 
 build() {
   cd "$pkgname-$pkgver"
 
-  CFLAGS+=' -g' ./configure \
+  ./configure \
     --sysconfdir=/etc \
-    --enable-debug \
     --with-rootprefix= \
-    --with-rootlibdir=/lib \
     --with-zlib
 
   make




More information about the arch-commits mailing list