summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-11-02 15:17:30 -0600
committerMark Wagie2021-11-02 15:17:30 -0600
commitdd303b57050125316354c8e73d99c87e27d148b3 (patch)
treec48affa2ea3c8d51022ee42c8e4a4b3800b64e42
parent159769e2031eabfdd890c0142980a12021a913d7 (diff)
downloadaur-dd303b57050125316354c8e73d99c87e27d148b3.tar.gz
20.04.44
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63054acaa023..ee9cebe39fc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = system76-driver
pkgdesc = Universal driver for System76 computers
- pkgver = 20.04.43
+ pkgver = 20.04.44
pkgrel = 1
url = https://github.com/pop-os/system76-driver
install = system76-driver.install
@@ -37,11 +37,11 @@ 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 = system76-driver-20.04.43.tar.gz::https://github.com/pop-os/system76-driver/archive/20.04.43.tar.gz
+ source = system76-driver-20.04.44.tar.gz::https://github.com/pop-os/system76-driver/archive/20.04.44.tar.gz
source = cli.patch
source = wayland.patch
source = actions.patch
- sha256sums = af00e0296e61f1829d4499ccab0e9ae8e3946ca1506ab6dc260d13b720c6077a
+ sha256sums = f4a9c6703e6c15602f401b7f2f09a10a2406e4b0c92c5b285346fe0dc76b1f67
sha256sums = ef027346c439561dc01f906ae7bd961100aedf9125fd86bb0eb89a87b683fdc3
sha256sums = 2ffbd813744c0b99416947a2755767767af434758aa20dcfafefb49fb367d5d3
sha256sums = 3ade740c1681f8f33ef78e1e6c087e4002d14c888d7a5bf6bfbeb2aa70111119
diff --git a/PKGBUILD b/PKGBUILD
index 2f0f3ebc2e71..41b6ea95501f 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.43
+pkgver=20.04.44
pkgrel=1
pkgdesc="Universal driver for System76 computers"
arch=('any')
@@ -49,7 +49,7 @@ source=(
'cli.patch'
'wayland.patch'
'actions.patch')
-sha256sums=('af00e0296e61f1829d4499ccab0e9ae8e3946ca1506ab6dc260d13b720c6077a'
+sha256sums=('f4a9c6703e6c15602f401b7f2f09a10a2406e4b0c92c5b285346fe0dc76b1f67'
'ef027346c439561dc01f906ae7bd961100aedf9125fd86bb0eb89a87b683fdc3'
'2ffbd813744c0b99416947a2755767767af434758aa20dcfafefb49fb367d5d3'
'3ade740c1681f8f33ef78e1e6c087e4002d14c888d7a5bf6bfbeb2aa70111119')
@@ -66,6 +66,10 @@ prepare() {
# Use mkinitcpio instead of initramfs-tools
patch --no-backup-if-mismatch -Np1 -i $srcdir/actions.patch
+
+ # Force Composition Pipeline no longer necessary on serw12
+ sed -i '/ actions.nvidia_forcefullcompositionpipeline,/d' \
+ system76driver/products.py
}
build() {