惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
Vercel News
Vercel News
D
Docker
博客园 - 聂微东
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
D
DataBreaches.Net
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
美团技术团队
F
Fortinet All Blogs
MongoDB | Blog
MongoDB | Blog
T
The Blog of Author Tim Ferriss
GbyAI
GbyAI
N
Netflix TechBlog - Medium
G
Google Developers Blog
腾讯CDC

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - dualsensectl-git
2026-05-31 · via AUR Newest Packages

Gigas002 commented on 2026-06-01 13:18 (UTC)

It seems like versioning scheme was broken in latest release. Should be: r10.d3ae2fa-1

BoostCookie commented on 2024-10-04 08:53 (UTC) (edited on 2024-10-04 08:53 (UTC) by BoostCookie)

Can you please add the completions and also install the license? Here are the commits: add-completions.patch

From 60675fc59e1f1509acfbfd66515d5a1fdedcac5d Mon Sep 17 00:00:00 2001
From: Stefan Gehr <stefan@gehr.xyz>
Date: Fri, 4 Oct 2024 10:37:50 +0200
Subject: [PATCH 1/2] add completions

---
 .SRCINFO | 2 +-
 PKGBUILD | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 005286c..9901a2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = dualsensectl-git
    pkgdesc = Tool for controlling PS5 DualSense controller
-   pkgver = r55.9d596ab
+   pkgver = r56.3809977
    pkgrel = 1
    url = https://github.com/nowrep/dualsensectl
    arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 07340c5..8ef7d5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=${_pkgbase}-git
 pkgname=dualsensectl-git
 pkgdesc='Tool for controlling PS5 DualSense controller'
 conflicts=('dualsensectl')
-pkgver=r55.9d596ab
+pkgver=r56.3809977
 pkgrel=1
 url='https://github.com/nowrep/dualsensectl'
 license=('GPL2')
@@ -29,4 +29,6 @@ build() {
 package() {
     cd "$_pkgbase"
     meson install -C build --destdir "$pkgdir"
+   install -Dm644 completion/_dualsensectl "${pkgdir}/usr/share/zsh/site-functions/_dualsensectl"
+   install -Dm644 completion/dualsensectl "${pkgdir}/usr/share/bash-completion/completions/dualsensectl"
 }
--
2.46.2

install-license.patch

From 91e00f8daf5faf4d0883c26d22d68f7fe652f71d Mon Sep 17 00:00:00 2001
From: Stefan Gehr <stefan@gehr.xyz>
Date: Fri, 4 Oct 2024 10:49:42 +0200
Subject: [PATCH 2/2] install license

---
 PKGBUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PKGBUILD b/PKGBUILD
index 8ef7d5b..327a799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,4 +31,5 @@ package() {
     meson install -C build --destdir "$pkgdir"
    install -Dm644 completion/_dualsensectl "${pkgdir}/usr/share/zsh/site-functions/_dualsensectl"
    install -Dm644 completion/dualsensectl "${pkgdir}/usr/share/bash-completion/completions/dualsensectl"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
--
2.46.2

Chasar commented on 2024-09-22 18:24 (UTC)

I noticed that dualsensectl has switched over to meson, so I took the opportunity to rewrite the PKGBUILD file, but I don't have the rights to contribute. Feel free to copy my changes!

# Author:     David Rosca <nowrep@gmail.com>

_pkgbase=dualsensectl
pkgbase=${_pkgbase}-git
pkgname=dualsensectl-git
pkgdesc='Tool for controlling PS5 DualSense controller'
conflicts=('dualsensectl')
pkgver=r55.9d596ab
pkgrel=1
url='https://github.com/nowrep/dualsensectl'
license=('GPL2')
arch=('x86_64')
depends=('dbus' 'hidapi')
makedepends=('git' 'gcc' 'meson')
source=("$_pkgbase::git+$url")
sha512sums=('SKIP')

pkgver() {
    cd "$_pkgbase"
    printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build() {
    cd "$_pkgbase"
    arch-meson build
    meson compile -C build
}

package() {
    cd "$_pkgbase"
    meson install -C build --destdir "$pkgdir"
}

nowrep commented on 2024-03-31 07:58 (UTC)

Build is fixed now. Please don't break it again, thanks.

MartinVonReich commented on 2024-03-30 07:30 (UTC)

Will do after I get Arch distro up and running again. I do not use Arch on daily basis. It might take 2-3-4 days as I am currently not so much into it.

d34db0y commented on 2024-03-30 06:51 (UTC)

Edit PKGBUILD and change the following lines

pkgver=0.4.r2.g3e66f17
pkgrel=1

MartinVonReich commented on 2023-10-23 18:49 (UTC) (edited on 2023-10-23 18:50 (UTC) by MartinVonReich)

Striped down the <v> from the PKGVER row using SED as suggested by @sl1pkn07.

Cheers !

sl1pkn07 commented on 2023-10-14 13:54 (UTC)

hi.

you need strip the 'v' in the beggining of the pkgversion string

greetings