[arch-commits] Commit in lirc/repos/extra-i686 (PKGBUILD)
Hugo Doria
hugo at archlinux.org
Mon Jun 1 13:23:25 UTC 2009
Date: Monday, June 1, 2009 @ 09:23:25
Author: hugo
Revision: 40951
Updating the PKGBUILD for extra-i686
Modified:
lirc/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-01 13:18:52 UTC (rev 40950)
+++ PKGBUILD 2009-06-01 13:23:25 UTC (rev 40951)
@@ -2,20 +2,19 @@
# Maintainer: Paul Mattal <paul at archlinux.org>
pkgname=lirc
-pkgver=0.8.5pre2
+pkgver=0.8.5
pkgrel=1
_kernver=2.6.29-ARCH
pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://www.lirc.org/"
license=('GPL')
-depends=('lirc-utils=0.8.5pre2' 'kernel26>=2.6.29' 'kernel26<2.6.30')
+depends=('lirc-utils=0.8.5' 'kernel26>=2.6.29' 'kernel26<2.6.30')
makedepends=('help2man')
replaces=('lirc+pctv')
options=('!makeflags')
install=$pkgname.install
-source=(http://lirc.org/software/snapshots/$pkgname-$pkgver.tar.bz2
- #http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+source=(http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
)
build() {
@@ -46,4 +45,4 @@
sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \
$startdir/lirc.install || return 1
}
-md5sums=('0cd8119e54806be2a7245933f0d51b54')
+md5sums=('5a274e4eaff8156b17903c22ea01f506')
More information about the arch-commits
mailing list