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

Thomas Baechler thomas at archlinux.org
Sat Apr 19 15:19:42 UTC 2008


    Date: Saturday, April 19, 2008 @ 11:19:42
  Author: thomas
Revision: 415

upgpkg: lirc 0.8.2-12

Modified:
  lirc/trunk/PKGBUILD
  lirc/trunk/lirc.install

--------------+
 PKGBUILD     |    8 ++++----
 lirc.install |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-19 15:17:30 UTC (rev 414)
+++ PKGBUILD	2008-04-19 15:19:42 UTC (rev 415)
@@ -3,14 +3,14 @@
 
 pkgname=lirc
 pkgver=0.8.2
-pkgrel=11
-_kernver=2.6.24-ARCH
+pkgrel=12
+_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.24.3-4' 'kernel26<=2.6.25-0')
+depends=('lirc-utils' 'kernel26>=2.6.25' 'kernel26<2.6.26')
 makedepends=(help2man)
-source=(http://puzzle.dl.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \
+source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \
 	kernel-2.6.23.patch kernel-2.6.24.patch)
 url="http://www.lirc.org/"
 install=$pkgname.install

Modified: lirc.install
===================================================================
--- lirc.install	2008-04-19 15:17:30 UTC (rev 414)
+++ lirc.install	2008-04-19 15:19:42 UTC (rev 415)
@@ -10,7 +10,7 @@
 post_install() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.24-ARCH
+  KERNEL_VERSION=2.6.25-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }
@@ -26,7 +26,7 @@
 post_upgrade() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.24-ARCH
+  KERNEL_VERSION=2.6.25-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }
@@ -40,7 +40,7 @@
 post_remove() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.24-ARCH
+  KERNEL_VERSION=2.6.25-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }





More information about the arch-commits mailing list