--- PKGBUILD-BROKEN 2008-07-28 23:36:07.000000000 -0400 +++ PKGBUILD 2008-07-28 22:56:36.000000000 -0400 @@ -1,17 +1,16 @@ -# $Id$ # Maintainer: Paul Mattal +# Contributor: Jeremy Sands pkgname=lirc -pkgver=0.8.2 -pkgrel=13 +pkgver=0.8.3 +pkgrel=1 _kernver=2.6.25-ARCH pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel" arch=(i686 x86_64) license=('GPL') depends=('lirc-utils' 'kernel26>=2.6.25.3-1' 'kernel26<2.6.26') makedepends=(help2man) -source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \ - kernel-2.6.23.patch kernel-2.6.24.patch) +source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) url="http://www.lirc.org/" install=$pkgname.install replaces=('lirc+pctv') @@ -19,8 +18,6 @@ build() { # configure cd $startdir/src/lirc-$pkgver || return 1 - patch -Np1 -i ../kernel-2.6.23.patch || return 1 - patch -Np1 -i ../kernel-2.6.24.patch || return 1 ./configure --enable-sandboxed --prefix=/usr \ --with-driver=all --with-kerneldir=/usr/src/linux-${_kernver}/ \ --with-moduledir=/lib/modules/${_kernver}/kernel/drivers/misc \ @@ -45,6 +42,7 @@ sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \ $startdir/lirc.install || return 1 } -md5sums=('83e7060a6693b81075c178d7e3b215af' - '645d016b60bd4e67cc880aba034b1f68' - '90108e94acc0413f70d83a4d5558757d') +md5sums=('8e78eeded7b31e5ad02e328970437c0f') + + +