summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-06-07 09:51:50 -0600
committerMark Wagie2022-06-07 09:51:50 -0600
commitbb71f850a718edd927c368999c1ce195d9a34fae (patch)
tree75fb89d3c730ed58708af940df0fdcdacb8e3151
parent5be38f93aeb9a67aeaabbfaf87bf41d978eb6759 (diff)
downloadaur-bb71f850a718edd927c368999c1ce195d9a34fae.tar.gz
0.4.10
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 356c87b8d5b2..5c7b4d17699b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = huekeys
pkgdesc = Control the keyboard backlight on System76 laptops
- pkgver = 0.4.8
+ pkgver = 0.4.10
pkgrel = 1
url = https://github.com/BitPonyLLC/huekeys
arch = x86_64
@@ -9,7 +9,8 @@ pkgbase = huekeys
makedepends = go
depends = gtk3
depends = libayatana-appindicator
- source = git+https://github.com/BitPonyLLC/huekeys.git#commit=51554208a0238cb0971e56eed84ccf49df7995e1
+ depends = system76-dkms
+ source = git+https://github.com/BitPonyLLC/huekeys.git#commit=674a8117f809f0dd1e3ca5a0c65024086fef3bb9
sha256sums = SKIP
pkgname = huekeys
diff --git a/PKGBUILD b/PKGBUILD
index ae64e91cfe1b..06f1ddaad071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=huekeys
-pkgver=0.4.8
+pkgver=0.4.10
pkgrel=1
pkgdesc="Control the keyboard backlight on System76 laptops"
arch=('x86_64')
url="https://github.com/BitPonyLLC/huekeys"
license=('MIT')
-depends=('gtk3' 'libayatana-appindicator')
+depends=('gtk3' 'libayatana-appindicator' 'system76-dkms')
makedepends=('git' 'go')
-_commit=51554208a0238cb0971e56eed84ccf49df7995e1
+_commit=674a8117f809f0dd1e3ca5a0c65024086fef3bb9
source=("git+https://github.com/BitPonyLLC/huekeys.git#commit=${_commit}")
sha256sums=('SKIP')