summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-05-20 16:12:41 -0600
committerMark Wagie2022-05-20 16:12:41 -0600
commit7c6f5f75bd23f4b2f6d5bc93faf190810b386d0e (patch)
treeb8747143e50014cd28e3682f56721bb74f3aee61
parent4c34273e44a300938f4dd6d072858790ae3aaf0f (diff)
downloadaur-7c6f5f75bd23f4b2f6d5bc93faf190810b386d0e.tar.gz
20.04.54
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 152092469bdf..31c903cbbd3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = system76-driver
pkgdesc = Universal driver for System76 computers
- pkgver = 20.04.53
+ pkgver = 20.04.54
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=9f402bc6991544427a24061e37904881d16e1891
+ source = git+https://github.com/pop-os/system76-driver.git#commit=cbb72f9754d8229442cf71384b1d9819c8fa0a0d?signed
source = cli.patch
source = wayland.patch
source = actions.patch
diff --git a/PKGBUILD b/PKGBUILD
index 042052361f80..49dda739838f 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.53
+pkgver=20.04.54
pkgrel=1
pkgdesc="Universal driver for System76 computers"
arch=('any')
@@ -26,9 +26,9 @@ optdepends=(
'xorg-xhost: To enable GUI applications on Wayland'
'xorg-xbacklight: To use the backlight service')
install="$pkgname.install"
-_commit=9f402bc6991544427a24061e37904881d16e1891
+_commit=cbb72f9754d8229442cf71384b1d9819c8fa0a0d
source=(
- "git+https://github.com/pop-os/system76-driver.git#commit=$_commit"
+ "git+https://github.com/pop-os/system76-driver.git#commit=$_commit?signed"
'cli.patch'
'wayland.patch'
'actions.patch')