summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Cai2019-03-09 14:40:35 +0800
committerPeter Cai2019-03-09 14:40:35 +0800
commite307c0b1415bbf49fe6656c2e44d41adb4ad5c8c (patch)
tree2de2a6e7c1e8cd7bce7d09acda1bc8912badbcd9
parent64866cff9ecee0a5d2f868f667cd587ba3158dc1 (diff)
downloadaur-e307c0b1415bbf49fe6656c2e44d41adb4ad5c8c.tar.gz
5.0-2: fix ACPI battery status
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa1316d34ca2..815eebd46107 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-surface-petercxy
pkgver = 5.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org/
arch = x86_64
license = GPL2
@@ -12,7 +12,7 @@ pkgbase = linux-surface-petercxy
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.sign
- source = https://github.com/PeterCxy/linux-surface-patches/archive/04c53b0e01cbf6d73658a6bca58bea0291fe79e4.zip
+ source = https://github.com/PeterCxy/linux-surface-patches/archive/ba44e8265bfc72a24e9b1cbc3608e0cc09a9e953.zip
source = config
source = config-surface
source = 60-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index bbf5fae7e618..ab4c9844f6ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgbase=linux-surface-petercxy
_srcname=linux-5.0
_srcdir=${_srcname}
_has_patch=false # TODO: set this to true if the kernel has patch version
-_patch_commit=04c53b0e01cbf6d73658a6bca58bea0291fe79e4 # PeterCxy/linux-surface-patches
+_patch_commit=ba44e8265bfc72a24e9b1cbc3608e0cc09a9e953 # PeterCxy/linux-surface-patches
pkgver=5.0
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')