diff --git a/.SRCINFO b/.SRCINFO index 02f19a6..0342994 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-clear pkgver = 5.1.14 - pkgrel = 1 + pkgrel = 2 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 license = GPL2 diff --git a/PKGBUILD b/PKGBUILD index e2ad4ea..2e42a35 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -68,7 +68,7 @@ _srcname=linux-${_major} _clr=${_major}.10-783 pkgbase=linux-clear pkgver=${_major}.${_minor} -pkgrel=1 +pkgrel=2 arch=('x86_64') url="https://github.com/clearlinux-pkgs/linux" license=('GPL2') @@ -128,6 +128,10 @@ CONFIG_MODULE_COMPRESS_XZ=y|' ./.config sed -i "s|# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set|CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y|g" ./.config fi + ### Set CONFIG_HIBERNATION to make hibernation possible + msg2 "Make hibernation possible..." + sed -i "s|# CONFIG_HIBERNATION is not set|CONFIG_HIBERNATION=y|g" ./.config + make olddefconfig ### Copying i915 firmware and intel-ucode