[arch-commits] Commit in lirc/trunk (PKGBUILD lirc.install)
Tobias Powalowski
tpowa at archlinux.org
Fri Dec 26 23:01:45 UTC 2008
Date: Friday, December 26, 2008 @ 18:01:45
Author: tpowa
Revision: 22517
upgpkg: lirc 0.8.3-4
Modified:
lirc/trunk/PKGBUILD
lirc/trunk/lirc.install
--------------+
PKGBUILD | 6 +++---
lirc.install | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-12-26 22:59:56 UTC (rev 22516)
+++ PKGBUILD 2008-12-26 23:01:45 UTC (rev 22517)
@@ -3,13 +3,13 @@
pkgname=lirc
pkgver=0.8.3
-pkgrel=3
-_kernver=2.6.27-ARCH
+pkgrel=4
+_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.27' 'kernel26<2.6.28')
+depends=('lirc-utils=0.8.3' 'kernel26>=2.6.28' 'kernel26<2.6.29')
makedepends=('help2man')
replaces=('lirc+pctv')
options=('!makeflags')
Modified: lirc.install
===================================================================
--- lirc.install 2008-12-26 22:59:56 UTC (rev 22516)
+++ lirc.install 2008-12-26 23:01:45 UTC (rev 22517)
@@ -10,7 +10,7 @@
post_install() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.27-ARCH
+ KERNEL_VERSION=2.6.28-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.27-ARCH
+ KERNEL_VERSION=2.6.28-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.27-ARCH
+ KERNEL_VERSION=2.6.28-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
More information about the arch-commits
mailing list