Package Details: intiface-central-bin 3.0.4-1

Git Clone URL: https://aur.archlinux.org/intiface-central-bin.git (read-only, click to copy)
Package Base: intiface-central-bin
Description: Frontend application for the Buttplug Sex Toy Control Library
Upstream URL: https://github.com/intiface/intiface-central
Licenses: GPL3
Conflicts: intiface-central
Provides: intiface-central
Submitter: fabillo
Maintainer: fabillo
Last Packager: fabillo
Votes: 10
Popularity: 1.98
First Submitted: 2023-09-03 15:12 (UTC)
Last Updated: 2026-04-05 13:21 (UTC)

Latest Comments

fabillo commented on 2026-03-26 22:01 (UTC)

Ugh they changed the name of the zip archive since I last accessed it. Should be fixed now.

hype-vhs commented on 2026-03-26 21:48 (UTC)

@fabillo Hi, the main source URL is getting a 404. It works if you replace "central_" with "central-".

- intiface-central_v$pkgver
+ intiface-central-v$pkgver

fabillo commented on 2026-02-15 10:29 (UTC)

Version v3.0.1 currently has an issue where it hangs on logo at startup, see issue #226. The new PKGBUILD is done but I've decided to keep the package out of date for now because the issue is supposed to get fixed once v3.0.3 comes out.

fabillo commented on 2025-09-09 00:20 (UTC)

Fixed in v2.6.8-2. Unfortunately the releases have inconsistent directory naming in the zip archives due to them being manually zipped upstream

silverhikari commented on 2025-09-08 20:30 (UTC) (edited on 2025-09-08 20:32 (UTC) by silverhikari)

might want to go with this on line 28: cd "intiface_central_v${pkgver}" as it is more forward-compatible

StonyTark commented on 2025-09-07 22:01 (UTC) (edited on 2025-09-07 22:01 (UTC) by StonyTark)

Current PKGBUILD has an issue on line 28. Currently fails to install on any of my devices unless edited.

Error: /home/StonyTark/.cache/yay/intiface-central-bin/PKGBUILD: line 28: cd: intiface-central: No such file or directory ==> ERROR: A failure occurred in package(). Aborting... -> error making: intiface-central-bin-exit status 4 -> Failed to install the following packages. Manual intervention is required: intiface-central-bin - exit status 4

Solution is to change line 28 to: cd "intiface_central_v2.6.8"

Then manually make package with makepkg -si

fabillo commented on 2025-05-06 21:19 (UTC)

I think the Github release assets might have changed since I updated the PKGBUILD for v2.6.7-1 because my local source files for this version differ from Github. v2.6.7-2 updates the checksum to reflect the current Github version.

qubit commented on 2025-05-06 14:03 (UTC)

For v2.6.7-1, the build fails for me on the checksum verification. Also if I manually download the source zip from the GitHub the SHA256 checksum doesn't match any of the source zips. Maybe a mistake was made with updating the checksum in the PKGBUILD?