summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjimothy2022-01-31 17:08:18 -0500
committerjimothy2022-01-31 17:08:18 -0500
commitfd6a80c6777205445bec6e0b8dded842d55c021c (patch)
treedb1f9bafd174c45a928c1a30bb2a197faaacd53e /PKGBUILD
parentc27be1b9fc36c496e04467fa99bd8eba0acebb1c (diff)
downloadaur-auto-rotation-hdaps-git.tar.gz
Corrected package dependency 'hdapsd' to 'tp_smapi'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68404690d454..afc96bbef7fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Timothy Newton <timothynewton1998@gmail.com>
pkgname=auto-rotation-hdaps-git
-pkgver=r8.746c19e
+pkgver=r9.97510cc
pkgrel=1
pkgdesc="This application adds auto-rotation functionality to tablet/laptop devices with Linux that have HDAPS accelerometers such as the X201 tablet Thinkpad."
arch=("any")
url="https://github.com/Unicornasaurous/auto_rotation_hdaps.git"
license=("MIT")
groups=()
-depends=("libinput" "hdapsd" "python")
+depends=("libinput" "tp_smapi" "python")
makedepends=("git")
optdepends=()
provides=()