mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
bump mkinitcpio to 0.6.7
This commit is contained in:
parent
264624d696
commit
23d8e81ab9
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=mkinitcpio
|
||||
pkgver=0.6.6
|
||||
pkgver=0.6.7
|
||||
pkgrel=1
|
||||
pkgdesc="Modular initramfs image creation utility"
|
||||
arch=(any)
|
||||
@ -22,11 +22,11 @@ optdepends=('xz: Use lzma compression for the initramfs image'
|
||||
'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
|
||||
replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
|
||||
'klibc-module-init-tools' 'klibc-udev')
|
||||
source=(ftp://ftp.archlinux.org/other/mkinitcpio/mkinitcpio-${pkgver}.tar.gz)
|
||||
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||
backup=(etc/mkinitcpio.conf)
|
||||
sha256sums=('2b638eb40cb3513742a2fec59f4903edfa1deab2c8c9b184121bae646345143c')
|
||||
sha256sums=('8d34bfa9c8018f02ee938ac68285e3aa16a1ad84ddc0433998e2d43a428cdcbd')
|
||||
|
||||
build() {
|
||||
cd $srcdir/mkinitcpio-${pkgver}
|
||||
cd $srcdir/${pkgname}-${pkgver}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user