summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-12-06 11:15:09 -0700
committerMark Wagie2022-12-06 11:15:09 -0700
commit2979b721afa989187c07492ab4d70becab2a8887 (patch)
tree93e2c883ecb02abf8e6107ea8716feed8e762637
parentc5e48897b9c43e53f58b5b5e721148100ca75429 (diff)
downloadaur-2979b721afa989187c07492ab4d70becab2a8887.tar.gz
20.04.68
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13ce93290cb5..95ff85179f83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = system76-driver
pkgdesc = Universal driver for System76 computers
- pkgver = 20.04.67
+ pkgver = 20.04.68
pkgrel = 1
url = https://github.com/pop-os/system76-driver
install = system76-driver.install
@@ -41,11 +41,10 @@ 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=cfb1f88d07ae066dafadf96341d491c0eade54c0?signed
+ source = git+https://github.com/pop-os/system76-driver.git#commit=6f763d87e4e752dd5cb68e3000f1f681575bc402
source = cli.patch
source = wayland.patch
source = actions.patch
- validpgpkeys = D3FB3AF9711C1CD12639C9F587F211AF2BE4C2FE
sha256sums = SKIP
sha256sums = ef027346c439561dc01f906ae7bd961100aedf9125fd86bb0eb89a87b683fdc3
sha256sums = 2ffbd813744c0b99416947a2755767767af434758aa20dcfafefb49fb367d5d3
diff --git a/PKGBUILD b/PKGBUILD
index dcc80a7b0b51..b42a8050227e 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.67
+pkgver=20.04.68
pkgrel=1
pkgdesc="Universal driver for System76 computers"
arch=('any')
@@ -26,9 +26,10 @@ optdepends=(
'xorg-xhost: To enable GUI applications on Wayland'
'xorg-xbacklight: To use the backlight service')
install="$pkgname.install"
-_commit=cfb1f88d07ae066dafadf96341d491c0eade54c0 # tags/20.04.67
+_commit=6f763d87e4e752dd5cb68e3000f1f681575bc402 # tags/20.04.68^0
source=(
- "git+https://github.com/pop-os/system76-driver.git#commit=${_commit}?signed"
+# "git+https://github.com/pop-os/system76-driver.gitcommit=${_commit}?signed"
+ "git+https://github.com/pop-os/system76-driver.git#commit=${_commit}"
'cli.patch'
'wayland.patch'
'actions.patch')
@@ -36,7 +37,7 @@ sha256sums=('SKIP'
'ef027346c439561dc01f906ae7bd961100aedf9125fd86bb0eb89a87b683fdc3'
'2ffbd813744c0b99416947a2755767767af434758aa20dcfafefb49fb367d5d3'
'3ade740c1681f8f33ef78e1e6c087e4002d14c888d7a5bf6bfbeb2aa70111119')
-validpgpkeys=('D3FB3AF9711C1CD12639C9F587F211AF2BE4C2FE') # Jeremy Soller (https://soller.dev) <jackpot51@gmail.com>
+#validpgpkeys=('D3FB3AF9711C1CD12639C9F587F211AF2BE4C2FE') # Jeremy Soller (https://soller.dev) <jackpot51@gmail.com>
pkgver() {
cd "$srcdir/$pkgname"