summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--auto-rotation-hdaps-git.install2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92280bf2802d..4c2606198730 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auto-rotation-hdaps-git
pkgdesc = This application adds auto-rotation functionality to tablet/laptop devices with Linux that have HDAPS accelerometers such as the X201 tablet Thinkpad.
- pkgver = r8.746c19e
+ pkgver = r9.97510cc
pkgrel = 1
url = https://github.com/Unicornasaurous/auto_rotation_hdaps.git
install = auto-rotation-hdaps-git.install
@@ -8,7 +8,7 @@ pkgbase = auto-rotation-hdaps-git
license = MIT
makedepends = git
depends = libinput
- depends = hdapsd
+ depends = tp_smapi
depends = python
source = auto-rotation-hdaps-git::git+https://github.com/Unicornasaurous/auto_rotation_hdaps.git
sha256sums = SKIP
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=()
diff --git a/auto-rotation-hdaps-git.install b/auto-rotation-hdaps-git.install
index a7ffd8fed451..4bb8ea34bf2d 100644
--- a/auto-rotation-hdaps-git.install
+++ b/auto-rotation-hdaps-git.install
@@ -13,7 +13,7 @@ so that module persists after system reboot(very important)"
echo "==>Instructions: First, reboot your system. Then, invoke
autorotation on the command line to start the program.
Once you've made sure the code works with your system,
-run the script at startup by adding it(/usr/bin/auto-rotate.py) to your DE's autostart section,
+run the script at startup by adding it(/usr/bin/auto_rotate.py) to your DE's autostart section,
or add 'auto_rotate.py &' to your ~/.xinitrc file."
}