funsync-player-bin

LOW
maintainer MianReplicate 0 votes scanned 2026-08-24 05:22:02.165497
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1#Maintainer: Mian <docgoosenn@gmail.com>
2
3pkgname=funsync-player-bin
4_pkgname=FunSync-Player
5pkgver=0.9.2
6pkgrel=1
7pkgdesc="Local desktop video player with device integration for synchronized funscript playback"
8arch=('x86_64')
9url="https://github.com/DaveMakesWaves/funsync-player"
10license=('GPL-3.0-or-later')
11depends=('fuse')
12optdepends=('intel-media-driver: hardware video acceleration support for Intel'
13 'nouveau: hardware video acceleration support for NVIDIA'
14 'mesa: hardware video acceleration support for AMD'
15 'libva-nvidia-driver: hardware video acceleration support for NVIDIA')
16options=(!strip)
17source_x86_64=("${_pkgname}-${pkgver}.AppImage::https://github.com/DaveMakesWaves/funsync-player/releases/download/v${pkgver}/${_pkgname}-${pkgver}.AppImage"
18 )
19noextract=("${_pkgname}-${pkgver}.AppImage")
20sha256sums_x86_64=('2574f712a8c19ef1506471c94c596d48fc51973aeae22f40f320b22ba7ed0472')
21
22prepare() {
23 chmod +x "${srcdir}/${_pkgname}-${pkgver}.AppImage"
24 "${srcdir}/${_pkgname}-${pkgver}.AppImage" --appimage-extract >/dev/null
25}
26
27package() {
28 install -dm755 "${pkgdir}/opt/${pkgname}"
29 cp -a squashfs-root/* "${pkgdir}/opt/${pkgname}/"
30 chmod -R u+rwX,go+rX "${pkgdir}/opt/${pkgname}"
31 chmod +x "${pkgdir}/opt/${pkgname}/funsync-player"
32
33 install -dm755 "$pkgdir/usr/bin"
34 ln -s "/opt/${pkgname}/funsync-player" \
35 "${pkgdir}/usr/bin/funsync-player"
36
37 #install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/opt/${_pkgname}/LICENSE"
38
39 # Symlink license
40 mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
41 #ln -s "/opt/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}"
42
43 install -Dm644 squashfs-root/funsync-player.desktop \
44 "${pkgdir}/usr/share/applications/funsync-player.desktop"
45
46 sed -i 's|^Exec=.*|Exec=/usr/bin/funsync-player|' \
47 "${pkgdir}/usr/share/applications/funsync-player.desktop"
48
49 install -Dm644 squashfs-root/funsync-player.png \
50 "${pkgdir}/usr/share/icons/hicolor/256x256/apps/funsync-player.png"
51}
52

Changes since previous scan

--- PKGBUILD @ 2026-08-16 00:03
+++ PKGBUILD @ 2026-08-24 05:22
@@ -2,7 +2,7 @@
pkgname=funsync-player-bin
_pkgname=FunSync-Player
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="Local desktop video player with device integration for synchronized funscript playback"
arch=('x86_64')
@@ -17,7 +17,7 @@
source_x86_64=("${_pkgname}-${pkgver}.AppImage::https://github.com/DaveMakesWaves/funsync-player/releases/download/v${pkgver}/${_pkgname}-${pkgver}.AppImage"
)
noextract=("${_pkgname}-${pkgver}.AppImage")
-sha256sums_x86_64=('0aadbe9f344e20ff0ddc2275282f2a371a96dc638c0c70f963b1484958b2e887')
+sha256sums_x86_64=('2574f712a8c19ef1506471c94c596d48fc51973aeae22f40f320b22ba7ed0472')
prepare() {
chmod +x "${srcdir}/${_pkgname}-${pkgver}.AppImage"

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 05:22:02 Low 1
2026-08-16 00:03:42 Clean 2
2026-08-15 23:31:34 Low 1
2026-08-15 00:26:13 Low 2
2026-08-14 00:03:41 Low 2
2026-08-13 00:17:07 Low 2
2026-08-12 01:22:13 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion