void-mklive: bump version.
This commit is contained in:
parent
bd098420b4
commit
a2eb6877e6
1 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'void-mklive'
|
||||
pkgname=void-mklive
|
||||
version=20130312
|
||||
revision=2
|
||||
version=20130428
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="PREFIX=/usr"
|
||||
short_desc="The Void Linux live image maker"
|
||||
|
@ -9,11 +9,9 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="Simplified BSD"
|
||||
homepage="https://www.voidlinux.eu"
|
||||
|
||||
noarch=yes
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
makedepends="dracut>=020_6 grub-x86_64-efi squashfs-tools syslinux>=4.05_2
|
||||
dosfstools xorriso xbps>=0.21"
|
||||
makedepends="dracut>=027 grub-x86_64-efi squashfs-tools syslinux>=5 dosfstools xorriso xbps>=0.23"
|
||||
replaces="vmklive>=0"
|
||||
|
||||
do_fetch() {
|
||||
|
@ -27,6 +25,6 @@ void-mklive_package() {
|
|||
replaces="vmklive>=0"
|
||||
depends="${makedepends}"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue