Date: Monday, December 23, 2013 @ 00:49:43 Author: dreisner Revision: 202633
upgpkg: kmod 16-1 - add debug pkg (hosted elsewhere) Modified: kmod/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-22 22:43:06 UTC (rev 202632) +++ PKGBUILD 2013-12-22 23:49:43 UTC (rev 202633) @@ -2,7 +2,7 @@ # Maintainer: Dave Reisner <[email protected]> pkgname=kmod -pkgver=15 +pkgver=16 pkgrel=1 pkgdesc="Linux kernel module handling" arch=('i686' 'x86_64') @@ -10,12 +10,13 @@ license=('GPL2') depends=('glibc' 'zlib') makedepends=('gtk-doc') +options=('strip' 'debug') provides=('module-init-tools=3.16' 'libkmod.so') conflicts=('module-init-tools') replaces=('module-init-tools') source=("ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz" "depmod-search.conf") -md5sums=('d03372179ed2cfa0c52b6672cf438901' +md5sums=('3006a0287211212501cdfe1211b29f09' 'dd62cbf62bd8f212f51ef8c43bec9a77') build() {
