summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRandolph Sapp2023-07-07 00:15:06 -0500
committerRandolph Sapp2023-07-07 00:15:06 -0500
commitc1050dc9d1a2b27f7746b76239458381547c203c (patch)
tree0e97ffdeae1e689e9dec942de3b797aaa5caf3d3 /PKGBUILD
parent9e541cdfa2b91452c43f995ba9f90d23aa0bc766 (diff)
downloadaur-asusctl-git.tar.gz
PKGBUILD: remove acpi_call and replace sdl2_gfx
Remove acpi_call from the optional dependencies as it is no longer required. Replace sdl2_gfx with standard sdl2. Signed-off-by: Randolph Sapp <res.sapp@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05510e2b8f0b..74ae2ff658ed 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Static_Rocket
pkgname=asusctl-git
-pkgver=4.6.2.r26.gcd5daa1
+pkgver=4.7.0.RC2.r0.g8be0e7e
pkgrel=1
pkgdesc="Asus laptop control utilities"
arch=('x86_64')
@@ -9,11 +9,10 @@ url="https://gitlab.com/asus-linux/asusctl"
license=('MPL2')
depends=('libusb' 'udev' 'systemd')
optdepends=(
- 'acpi_call: fan control'
'libappindicator-gtk3: tray icon'
'gtk3: control center ui'
)
-makedepends=('git' 'cargo' 'clang' 'cmake' 'pango' 'gdk-pixbuf2' 'at-spi2-core' 'gtk3' 'sdl2_gfx')
+makedepends=('git' 'cargo' 'clang' 'cmake' 'pango' 'gdk-pixbuf2' 'at-spi2-core' 'gtk3' 'sdl2')
provides=('asusctl')
conflicts=('asusctl')
source=('git+https://gitlab.com/asus-linux/asusctl.git')