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

Hugo Doria hugo at archlinux.org
Thu Mar 19 11:25:27 UTC 2009


    Date: Thursday, March 19, 2009 @ 07:25:26
  Author: hugo
Revision: 30411

upgpkg: lirc 0.8.4-1

Modified:
  lirc/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-19 11:06:05 UTC (rev 30410)
+++ PKGBUILD	2009-03-19 11:25:26 UTC (rev 30411)
@@ -2,27 +2,25 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=lirc
-pkgver=0.8.3
-pkgrel=4
+pkgver=0.8.4
+pkgrel=1
 _kernver=2.6.28-ARCH
 pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
 arch=(i686 x86_64)
 url="http://www.lirc.org/"
 license=('GPL')
-depends=('lirc-utils=0.8.3' 'kernel26>=2.6.28' 'kernel26<2.6.29')
+depends=('lirc-utils=0.8.4' 'kernel26>=2.6.28' 'kernel26<2.6.29')
 makedepends=('help2man')
 replaces=('lirc+pctv')
 options=('!makeflags')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \
-	kernel-2.6.26.patch
-	kernel-2.6.27.patch)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
 
 build() {
 	# configure
 	cd $startdir/src/lirc-$pkgver || return 1
-	patch -Np1 -i ../kernel-2.6.26.patch || return 1
-	patch -Np1 -i ../kernel-2.6.27.patch || return 1
+#	patch -Np1 -i ../kernel-2.6.26.patch || return 1
+#	patch -Np1 -i ../kernel-2.6.27.patch || return 1
 
 	./configure --enable-sandboxed --prefix=/usr \
 		--with-driver=all --with-kerneldir=/usr/src/linux-${_kernver}/ \
@@ -49,6 +47,4 @@
 	sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \
 		$startdir/lirc.install || return 1
 }
-md5sums=('8e78eeded7b31e5ad02e328970437c0f'
-         '1753acd774f50b638e6173d364de53fd'
-         '6f151eb4e81fc7776a06c9063e6ad9a5')
+md5sums=('8f3ba7eb57529992f3991d6981a3feb6')




More information about the arch-commits mailing list