Package Details: streamcontroller-git r1793.24478fb9-1

Git Clone URL: https://aur.archlinux.org/streamcontroller-git.git (read-only, click to copy)
Package Base: streamcontroller-git
Description: An elegant Linux app for the Elgato Stream Deck with support for plugins
Upstream URL: https://github.com/StreamController/StreamController
Licenses: GPL-3
Conflicts: streamcontroller
Provides: streamcontroller
Submitter: NOSDuco
Maintainer: NOSDuco
Last Packager: NOSDuco
Votes: 1
Popularity: 0.60
First Submitted: 2025-05-29 03:21 (UTC)
Last Updated: 2025-06-03 16:28 (UTC)

Latest Comments

brody commented on 2025-06-08 14:02 (UTC) (edited on 2025-06-08 14:03 (UTC) by brody)

With this pkgver function the version number is more in sync with your other package streamcontroller. As long as upstream is using beta in their git tags.

pkgver() {
  cd ${_pkgname}
  git describe --long --tags --abbrev=7 | { read _gittag; echo "${_gittag/-beta./beta}"; } | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}