Package Details: logkeys 0.2.0-1

Git Clone URL: https://aur.archlinux.org/logkeys.git (read-only, click to copy)
Package Base: logkeys
Description: Simple keylogger supporting also USB keyboards.
Upstream URL: https://github.com/kernc/logkeys
Licenses: GPLv3
Submitter: SanskritFritz
Maintainer: SanskritFritz
Last Packager: SanskritFritz
Votes: 4
Popularity: 0.000000
First Submitted: 2018-01-15 22:13 (UTC)
Last Updated: 2020-01-15 20:33 (UTC)

Latest Comments

Volker_Weissmann commented on 2020-12-24 00:07 (UTC)

Ok, thank you, I'm using logkeys-git now. I was just confused, because logkeys --version is still the old version number

SanskritFritz commented on 2020-12-23 21:11 (UTC)

Just use the logkeys-git package, there is no new release.

Volker_Weissmann commented on 2020-12-23 21:04 (UTC) (edited on 2020-12-23 21:04 (UTC) by Volker_Weissmann)

This package is out of date. Here's the fix:

diff --git a/PKGBUILD b/PKGBUILD
index 5347aa7..218f719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7 +7,2 @@ pkgver=0.2.0
-pkgrel=1
+commit=0a85231367b545c68405821eab2a753cf6f34c17
+pkgrel=2
@@ -14 +15 @@ backup=('etc/conf.d/logkeysd')
-source=("https://github.com/kernc/logkeys/archive/$pkgver.tar.gz"
+source=("$pkgname::git+$url.git#commit=0a85231367b545c68405821eab2a753cf6f34c17"
@@ -17,3 +18,3 @@ source=("https://github.com/kernc/logkeys/archive/$pkgver.tar.gz"
-md5sums=('333a0b97fc50f98dcf5cf7202dec51ab'
-         'c05608a47e303e8f604f46d1ed22aa4a'
-         'bd70a5e5601168bbf7bf7f91ee530d14')
+sha256sums=('SKIP'
+            'ce298daddf6dce86f9299c844bdf20a12c4a0d3a0021b5b8737c94c0f8d181f4'
+            'e8c1fdde532208591cd6187c4a0e58b39c5cd282b0698753a9f0134550b0abbe')
@@ -22 +23 @@ build() {
-       cd "$srcdir/$pkgname-$pkgver"
+       cd "$srcdir/$pkgname"
@@ -30 +31 @@ package() {
-       cd "$srcdir/$pkgname-$pkgver/build"
+       cd "$srcdir/$pkgname/build"

SanskritFritz commented on 2020-01-15 21:02 (UTC)

Nah I like it that way. GuessMainPID is indeed not needed, as it defaults to "yes" anyway.

scotow commented on 2020-01-15 20:49 (UTC) (edited on 2020-01-15 20:56 (UTC) by scotow)

@SanskritFritz thanks for the update,

In version 0.2.0, they added the --no-daemon (but the -s is still required) option. Which means you can update your systemd service from a fork type to a simple type and remove the GuessPID thingy and the ExecStop command.

Maybe you could make a release 2?

SanskritFritz commented on 2020-01-15 20:33 (UTC)

Whohoo! New version! Thanks for the heads-up!

scotow commented on 2020-01-15 16:34 (UTC)

@SanskritFritz Can you update to 0.2.0 please?

SanskritFritz commented on 2019-07-15 22:33 (UTC)

procps-ng is in the base group.

PedroHLC commented on 2019-07-15 18:25 (UTC)

Missing "procps-ng" as dependency, building fails with "'ps' program not found".