Package Details: stacer-bin 1.3.1-1

Git Clone URL: https://aur.archlinux.org/stacer-bin.git (read-only, click to copy)
Package Base: stacer-bin
Description: Linux System Optimizer and Monitoring
Upstream URL: https://github.com/QuentiumYT/Stacer
Keywords: monitoring optimizer
Licenses: GPL3
Conflicts: stacer, stacer-git
Submitter: liberodark
Maintainer: Dominiquini
Last Packager: Dominiquini
Votes: 22
Popularity: 0.91
First Submitted: 2018-08-27 06:52 (UTC)
Last Updated: 2024-12-17 12:57 (UTC)

Latest Comments

« First ‹ Previous 1 2

FredBezies commented on 2020-03-19 17:00 (UTC)

Just report a bug on github project. Thanks.

joperfi commented on 2020-03-19 16:40 (UTC)

v1.1.0-2 does not launch:

systemd-coredump[1547]: Process 1545 (stacer) of user 1000 dumped core.

Endeavour OS

<deleted-account> commented on 2020-03-17 16:04 (UTC)

Could you consider adding a line to the pkgbuild in order for pacman to recognize the conflict and offer what to do - the user chooses Y or N

conflicts=('stacer')

tnilzon commented on 2020-03-14 14:29 (UTC)

v1.1.0-1 does not launch:

"Segmentation fault (core dumped)"

Manjaro 19

StuckUpCreations commented on 2019-08-01 07:52 (UTC)

There is a new version available, update please?

liberodark commented on 2019-07-11 09:37 (UTC)

yes im go to make update

waasl commented on 2019-07-03 22:56 (UTC)

please update

pkgname=stacer-bin pkgver=1.1.0 pkgrel=1 pkgdesc="Linux System Optimizer and Monitoring" arch=('x86_64') url="https://github.com/oguzhaninan/Stacer" license=('MIT') depends=('curl' 'systemd') source_x86_64=("https://github.com/oguzhaninan/Stacer/releases/download/v${pkgver}/stacer_${pkgver}_amd64.deb") source=($pkgname.desktop) sha512sums=('c1935570166c402295d92dad30fe7b4e8189a869561d56bd8d5244138de11d4fa16145ad017f9e7b22733fb7de8a6b79708aba595a80bce7bbe0a037da63260f') sha512sums_x86_64=('19bcb87f3d99ce090ab1fb917f65f7dd74f0b1e4fc19272eae0ad8d5c66d3dbe53cbdb50841bbd9a0e16f03201cd6cc5f0bc1a57eda41fd096ed275cf762d84a')

package() { cd $srcdir tar xvf data.tar.xz cp -r usr $pkgdir rm $pkgdir/usr/share/applications/stacer.desktop install -vDm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop }