summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-17 10:37:53 -0700
committerMark Wagie2024-01-17 10:37:53 -0700
commit29f5db881bb8b9c39f0474ec2642d7a585bf43df (patch)
tree7ff73acfb35ec0225af19fcf26e30ea0f21ed1d4
parente2dd80b4a089370896a046c274d2cbfceb372d92 (diff)
downloadaur-29f5db881bb8b9c39f0474ec2642d7a585bf43df.tar.gz
20.04.85
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaca1358ebe8..cc7ed93cc197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = system76-driver
pkgdesc = Universal driver for System76 computers
- pkgver = 20.04.83
+ pkgver = 20.04.85
pkgrel = 1
url = https://github.com/pop-os/system76-driver
install = system76-driver.install
arch = any
- license = GPL
+ license = GPL-2.0-or-later
makedepends = git
makedepends = python-build
makedepends = python-installer
@@ -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=be90e3f4b4ebbc557962edd429edfdd78d21101d
+ source = git+https://github.com/pop-os/system76-driver.git#commit=517490ee4e1d0fffed6b6a698f77448e31881727
source = cli.patch
source = wayland.patch
source = actions.patch
diff --git a/PKGBUILD b/PKGBUILD
index 65bcf52ed9aa..be3ba96e813e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: ava1ar <mail(at)ava1ar(dot)me>
# Contributor: Corey Hinshaw <corey(at)electrickite(dot)org>
pkgname=system76-driver
-pkgver=20.04.83
+pkgver=20.04.85
pkgrel=1
pkgdesc="Universal driver for System76 computers"
arch=('any')
url="https://github.com/pop-os/system76-driver"
-license=('GPL')
+license=('GPL-2.0-or-later')
depends=(
'at'
'dmidecode'
@@ -50,7 +50,7 @@ optdepends=(
'xorg-xbacklight: To use the backlight service'
)
install="$pkgname.install"
-_commit=be90e3f4b4ebbc557962edd429edfdd78d21101d # tags/20.04.83^0
+_commit=517490ee4e1d0fffed6b6a698f77448e31881727 # tags/20.04.85^0
source=(
"git+https://github.com/pop-os/system76-driver.git#commit=${_commit}"
'cli.patch'