grub-btrfs: update to 4.8
This commit is contained in:
parent
22a3f3de65
commit
4cccb3443b
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'grub-btrfs'
|
# Template file for 'grub-btrfs'
|
||||||
pkgname=grub-btrfs
|
pkgname=grub-btrfs
|
||||||
version=4.6
|
version=4.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="grub bash"
|
depends="grub bash"
|
||||||
|
@ -9,4 +9,8 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/Antynea/grub-btrfs"
|
homepage="https://github.com/Antynea/grub-btrfs"
|
||||||
distfiles="https://github.com/Antynea/grub-btrfs/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Antynea/grub-btrfs/archive/v${version}.tar.gz"
|
||||||
checksum=6c32be223344a77807e70dfd47846f1986da618b0050c494725222b287240f71
|
checksum=78ba3c0e5c998317785d07409c6aaebb269fad1fe97794c95a0842f012676794
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf -- "${DESTDIR}"/usr/lib/systemd
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue