Package Details: dualsensectl 0.5-1

Git Clone URL: https://aur.archlinux.org/dualsensectl.git (read-only, click to copy)
Package Base: dualsensectl
Description: Tool for controlling Sony PlayStation 5 DualSense controller on Linux
Upstream URL: https://github.com/nowrep/dualsensectl
Keywords: 5, controller, dualsense gamepad, playstation ps5,
Licenses: GPL2
Conflicts: dualsensectl-git
Submitter: MartinVonReich
Maintainer: nowrep
Last Packager: nowrep
Votes: 7
Popularity: 0.021989
First Submitted: 2022-08-06 16:03 (UTC)
Last Updated: 2024-09-28 05:50 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

fmauNeko commented on 2024-09-19 11:47 (UTC)

PKGBUILD for the latest stable

pkgname=dualsensectl
pkgver=0.6
pkgrel=1
pkgdesc='Tool for controlling Sony PlayStation 5 DualSense controller on Linux'
arch=('x86_64')
conflicts=('dualsensectl-git')
url='https://github.com/nowrep/dualsensectl'
license=('GPL2')
depends=('dbus' 'hidapi')
makedepends=('make' 'gcc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nowrep/dualsensectl/archive/refs/tags/v${pkgver}.tar.gz")
sha512sums=('1889a441072e8ff31ba35c958318b690e5acc79ddc32da908af2648f4ada9aab584feb6351ae2ee1adb4094bf18cbd9b88d43efa3beeff323534771f3f24c44d')

build() {
    make -C "$pkgname-$pkgver"
}

package() {
    make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
}

quest commented on 2024-09-17 22:21 (UTC)

Any ETA on updating this to the latest release?

MartinVonReich commented on 2024-03-31 21:08 (UTC)

Any particular reason why I, as a former package submitter, am even not a maintainer anymore ?_?

nowrep commented on 2023-09-25 09:19 (UTC)

Updated and fixed the url, for some reason this was using source from a fork without explicitly stating this fact in package description.

MartinVonReich commented on 2023-07-31 18:43 (UTC)

@Yamashiro

Please rename: From pkgname=dualsensectl to pkgname=DualSenseCTL once prompted before attempting the installation.

I just was not able to edit it simply via web browser after I renamed the GitHub repository.

Yamashiro commented on 2023-07-28 14:04 (UTC)

I get an error trying to build this:

==> Extracting sources...
-> Extracting dualsensectl-0.3.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
make: Entering directory '/tmp/makepkg/dualsensectl/src'
make: *** dualsensectl-0.3: No such file or directory.  Stop.
make: Leaving directory '/tmp/makepkg/dualsensectl/src'
==> ERROR: A failure occurred in build().
Aborting...