Package Details: brainworkshop-git r236.c9548bd-1

Git Clone URL: https://aur.archlinux.org/brainworkshop-git.git (read-only, click to copy)
Package Base: brainworkshop-git
Description: Brain Workshop is a free open-source version of the Dual N-Back mental exercise
Upstream URL: https://github.com/samcv/brainworkshop
Licenses: GPL
Conflicts: brainworkshop
Provides: brainworkshop
Submitter: xantares
Maintainer: xantares
Last Packager: xantares
Votes: 1
Popularity: 0.000000
First Submitted: 2017-11-23 20:40 (UTC)
Last Updated: 2025-03-08 21:53 (UTC)

Latest Comments

xantares commented on 2025-03-08 21:53 (UTC)

done

escorares commented on 2025-03-08 13:59 (UTC) (edited on 2025-03-08 14:00 (UTC) by escorares)

Hey the launch script should be edited so brainworkshop can be launched by the user with command-line arguments

$ brainworkshop --statsfile foo.txt

The specific change I'm requesting is just a small addition to brainworkshop.sh:

diff --git a/brainworkshop.sh b/brainworkshop.sh
old mode 100755
new mode 100644
index bfb00f3..f1f934b
--- a/brainworkshop.sh
+++ b/brainworkshop.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-python /usr/share/brainworkshop/brainworkshop.py --resdir /usr/share/brainworkshop/res
+python /usr/share/brainworkshop/brainworkshop.py --resdir /usr/share/brainworkshop/res "$@"

escorares commented on 2025-02-26 22:30 (UTC)

Should work now, just rebuild if you already had it installed.

E3LDDfrK commented on 2025-02-02 09:42 (UTC)

Basically both this brainworkshop-git and brainworkshop don't work because of the python-pyglet issue and possibly python-future, right?

Error: unable to load pyglet.  If you already installed pyglet, please ensure ctypes is installed.

Looks like python-future on AUR can't be built too.

prismane commented on 2021-11-12 14:22 (UTC)

Starting package()... cp: cannot start '$HOME/.cache/yay/brainworkshop-git/src/brainworkshop/brainworkshop.pyw': No such file or directory