summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2019-06-24 20:56:38 +0200
committerJosip Ponjavic2019-06-24 20:56:38 +0200
commitc8f7ba6f39e5e62b91f8d7c06e2fa19503b0379b (patch)
tree37615694343314397226bdad4798d02418e115c1
parentbf8e2f7d9b57747a414f5b243cb5840c1cb12866 (diff)
downloadaur-c8f7ba6f39e5e62b91f8d7c06e2fa19503b0379b.tar.gz
5.1.14-2 (clr 5.1.10-783) Enable hibernation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02f19a6e96fd..0342994eaf7f 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 e2ad4eacde3c..2e42a35e2c37 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