Package Details: socialstreamninja 0.3.62-1

Git Clone URL: https://aur.archlinux.org/socialstreamninja.git (read-only, click to copy)
Package Base: socialstreamninja
Description: Standalone version of Social Stream Ninja - Electron-based application for capturing social media streams
Upstream URL: https://github.com/steveseguin/ssn_app
Licenses: GPL3
Conflicts: socialstreamninja-bin, socialstreamninja-git
Provides: socialstreamninja
Submitter: steveseguin
Maintainer: steveseguin
Last Packager: steveseguin
Votes: 1
Popularity: 0.012581
First Submitted: 2025-07-29 08:42 (UTC)
Last Updated: 2026-01-14 01:52 (UTC)

Dependencies (10)

Required by (0)

Sources (2)

Latest Comments

Pryfe commented on 2026-01-18 18:35 (UTC)

Fails to download because of a mismatch between the version number and the naming or version of the AppImage in that release. Version number is 0.3.62 but the AppImage is named or of version 0.3.69 instead.

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/steveseguin/social_stream/releases/download/0.3.62/socialstreamninja_linux_v0.3.62_x86_64.AppImage
    Aborting...
error: failed to download sources for 'socialstreamninja-0.3.62-1':
error: packages failed to build: socialstreamninja-0.3.62-1

Manually changing the source url instead of using ${pkgver} and updating the sha256sums accordingly fixes the issue.

wigust commented on 2025-08-03 20:30 (UTC)

Fails to build with error:

$ aura --noconfirm -A socialstreamninja
aura :: Determining dependencies...
aura :: AUR packages:
 socialstreamninja
aura :: Preparing build directories...
aura :: Building socialstreamninja...
==> ERROR: PKGBUILD contains CRLF characters and cannot be sourced.
aura :: Package failed to build, citing:

  makepkg failed.

aura :: Action cancelled.

sed -i 's/\r//g' PKGBUILD fixes the issue (tested with makepkg on cloned https://aur.archlinux.org/socialstreamninja.git Git repository).

Could you update the package with the fix, please?