[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)
Roman Kyrylych
roman at archlinux.org
Mon Oct 12 23:58:16 UTC 2009
Date: Monday, October 12, 2009 @ 19:58:16
Author: roman
Revision: 55469
Changed klibc-kbd version to fix the problem with options=('force')
The new version is considered older by pacman so it uses options=('force')
However this does not work with versioned dependencies,
so this update is required
Modified:
mkinitcpio/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-10-12 23:50:28 UTC (rev 55468)
+++ PKGBUILD 2009-10-12 23:58:16 UTC (rev 55469)
@@ -5,7 +5,7 @@
pkgname=mkinitcpio
pkgver=0.5.26
-pkgrel=1
+pkgrel=2
pkgdesc="Advanced, modular initramfs image creation utility"
arch=(any)
url="http://www.archlinux.org/"
@@ -13,8 +13,8 @@
groups=('base')
depends=('klibc>=1.5.15-3' 'klibc-extras>=2.5-4' 'klibc-udev>=141-3'
'gen-init-cpio' 'klibc-module-init-tools>=3.5-3' 'coreutils'
- 'bash' 'klibc-kbd>=1.15.20080312-10' 'findutils' 'sed' 'grep'
- 'filesystem>=2009.01-2' 'udev>=141-3' 'file' 'gzip')
+ 'bash' 'klibc-kbd>=1.15.1-1' 'findutils' 'sed' 'grep'
+ 'filesystem>=2009.01-2' 'udev>=141-3' 'file' 'gzip')
optdepends=('xz-utils: Use lzma compression for the initramfs image'
'bzip2: Use bzip2 compression for the initramfs image')
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
More information about the arch-commits
mailing list