summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-11-10 14:42:30 -0700
committerMark Wagie2022-11-10 14:42:30 -0700
commitef92fceb64916cbfc6de4c59e33a2786992d6f2e (patch)
tree2d136baa0413dd41045112c0a88cb6302d4ac5a8
parent5c41cd331495cc058f01e5ac4e1e999ac93eb293 (diff)
downloadaur-ef92fceb64916cbfc6de4c59e33a2786992d6f2e.tar.gz
20.04.67
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 982b270f1de7..13ce93290cb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = system76-driver
pkgdesc = Universal driver for System76 computers
- pkgver = 20.04.65
+ pkgver = 20.04.67
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=76af0285125c8c33acc53c0c3f0bf998a6a283f6
+ source = git+https://github.com/pop-os/system76-driver.git#commit=cfb1f88d07ae066dafadf96341d491c0eade54c0?signed
source = cli.patch
source = wayland.patch
source = actions.patch
diff --git a/PKGBUILD b/PKGBUILD
index f1fce3ac3556..48e57272f9e8 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.65
+pkgver=20.04.67
pkgrel=1
pkgdesc="Universal driver for System76 computers"
arch=('any')
@@ -26,9 +26,8 @@ optdepends=(
'xorg-xhost: To enable GUI applications on Wayland'
'xorg-xbacklight: To use the backlight service')
install="$pkgname.install"
-_commit=76af0285125c8c33acc53c0c3f0bf998a6a283f6
-source=(
- "git+https://github.com/pop-os/system76-driver.git#commit=$_commit"
+_commit=cfb1f88d07ae066dafadf96341d491c0eade54c0 # tags/20.04.67
+source=("git+https://github.com/pop-os/system76-driver.git#commit=${_commit}?signed"
'cli.patch'
'wayland.patch'
'actions.patch')
@@ -58,6 +57,10 @@ prepare() {
# Force Composition Pipeline no longer necessary
sed -i '/ actions.nvidia_forcefullcompositionpipeline,/d' \
system76driver/products.py
+
+ # Blacklisting nvidia_i2c accomplishes nothing
+ sed -i '/ actions.blacklist_nvidia_i2c,/d' \
+ system76driver/products.py
}
build() {