summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Bornschein2022-07-21 14:18:04 +0200
committerFabian Bornschein2022-07-21 14:18:04 +0200
commit51d49584498867bce02bbf5dba3ae7340d5462e9 (patch)
treefd29478a21c0aabd6f41db3efaf74faa6b0e9fe8
parenteae07280cf270d7418db0e8e77bb88696a846839 (diff)
downloadaur-51d49584498867bce02bbf5dba3ae7340d5462e9.tar.gz
4.3.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d46b301cb798..9cf6c068fe87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asusctl
pkgdesc = A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops
- pkgver = 4.2.1
+ pkgver = 4.3.0
pkgrel = 1
url = https://gitlab.com/asus-linux/asusctl
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = asusctl
optdepends = supergfxctl: hybrid GPU control
optdepends = asusctltray: tray profile switcher
conflicts = asusctl-git
- source = git+https://gitlab.com/asus-linux/asusctl.git#commit=5017a0ea9b79b86d377d8be65556d0d13c35f9f9
+ source = git+https://gitlab.com/asus-linux/asusctl.git#commit=cd7e748c88d6018351d7a9bf3559f4194b494d72
sha256sums = SKIP
pkgname = asusctl
diff --git a/PKGBUILD b/PKGBUILD
index c1d6dc7d7ec1..e5ce1f347a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Static_Rocket
pkgname=asusctl
-pkgver=4.2.1
+pkgver=4.3.0
pkgrel=1
pkgdesc="A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops"
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('acpi_call: fan control'
'asusctltray: tray profile switcher')
makedepends=('git' 'rust')
conflicts=('asusctl-git')
-_commit=5017a0ea9b79b86d377d8be65556d0d13c35f9f9 # tags/4.2.1^0
+_commit=cd7e748c88d6018351d7a9bf3559f4194b494d72 # tags/4.3.0^0
source=("git+${url}.git#commit=$_commit")
sha256sums=('SKIP')