Package Details: kshare-git v4.1.r196.gc38161b-2

Git Clone URL: https://aur.archlinux.org/kshare-git.git (read-only, click to copy)
Package Base: kshare-git
Description: The free and open source and cross platform screen sharing software.
Upstream URL: https://gitlab.com/ArsenArsen/KShare
Keywords: imaging screensharing screenshotting sharing
Licenses: MIT
Conflicts: kshare
Provides: kshare
Submitter: ArsenArsen
Maintainer: ArsenArsen
Last Packager: ArsenArsen
Votes: 6
Popularity: 0.000000
First Submitted: 2017-04-28 22:20 (UTC)
Last Updated: 2018-07-04 23:42 (UTC)

Latest Comments

sl1pkn07 commented on 2017-08-19 12:06 (UTC)

oh, I forgot: need add makedepends=('git')

sl1pkn07 commented on 2017-08-05 23:56 (UTC)

https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git but in my own way i can depurate the format with use https://github.com/ArsenArsen/KShare/blob/master/main.cpp#L68 and some git commands (like this example https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=k3b-git#n42). but i think in this case, is better use directly 'git describe' greetings

ArsenArsen commented on 2017-08-05 22:43 (UTC)

Hello @sl1pkn07, thank you for the PKGBUILD. May I ask, how does the pkgver get formatted? And I will immediately put up the PKGBUILD. Thank you

sl1pkn07 commented on 2017-08-05 21:29 (UTC) (edited on 2017-08-05 21:37 (UTC) by sl1pkn07)

@ArsenArsen try this pkgbuild https://sl1pkn07.wtf/paste/view/31bd0a52 NOTE: for build with multithreading you should edit the file /etc/makepkg.conf and comment out the line #MAKEFLAGS and put here your number of cores and please, you not need push the package every commit. that work is for makepkg or AUR helpers greetings

ArsenArsen commented on 2017-05-08 14:12 (UTC)

@RushAur, Thanks for the `provides' correction. Will edit now. The cryptic version is actually `c' followed by the full commit hash that this package is for. The way I update this package is with a git pre-push client hook, and `sed'. And yes, the upstream is 2.0. I am planning on creating an upstream package but this one just follows the latest git commit. Thanks.

rushaur commented on 2017-05-02 21:49 (UTC) (edited on 2017-05-02 21:51 (UTC) by rushaur)

Upstream version is 2.0 (as of today 2nd mai), am wondering why the cryptic version cc721ff340c0b727ba3f472b542e7bc2e8b2edefd. Also provides=('kshare=${pkgver}') is not what you want, it should be provides=("kshare=$pkgver"). Thanks.