summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95ff85179f83..9b35915dce7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = system76-driver
pkgdesc = Universal driver for System76 computers
- pkgver = 20.04.68
+ pkgver = 20.04.70
pkgrel = 1
url = https://github.com/pop-os/system76-driver
install = system76-driver.install
@@ -41,7 +41,7 @@ pkgbase = system76-driver
optdepends = system76-power: System76 Power Management
optdepends = xorg-xhost: To enable GUI applications on Wayland
optdepends = xorg-xbacklight: To use the backlight service
- source = git+https://github.com/pop-os/system76-driver.git#commit=6f763d87e4e752dd5cb68e3000f1f681575bc402
+ source = git+https://github.com/pop-os/system76-driver.git#commit=453a9280e489aa0e787eb878ead6e9e93a1c744c
source = cli.patch
source = wayland.patch
source = actions.patch
diff --git a/PKGBUILD b/PKGBUILD
index b42a8050227e..9b8a152d2b16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ava1ar <mail(at)ava1ar(dot)me>
# Contributor: Corey Hinshaw <corey(at)electrickite(dot)org>
pkgname=system76-driver
-pkgver=20.04.68
+pkgver=20.04.70
pkgrel=1
pkgdesc="Universal driver for System76 computers"
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
'xorg-xhost: To enable GUI applications on Wayland'
'xorg-xbacklight: To use the backlight service')
install="$pkgname.install"
-_commit=6f763d87e4e752dd5cb68e3000f1f681575bc402 # tags/20.04.68^0
+_commit=453a9280e489aa0e787eb878ead6e9e93a1c744c # tags/20.04.70^0
source=(
# "git+https://github.com/pop-os/system76-driver.gitcommit=${_commit}?signed"
"git+https://github.com/pop-os/system76-driver.git#commit=${_commit}"