Package Details: worker 5.1.0-1

Git Clone URL: https://aur.archlinux.org/worker.git (read-only, click to copy)
Package Base: worker
Description: A file manager for the X Window System
Upstream URL: http://www.boomerangsworld.de/worker
Keywords: filemanager files nc
Licenses: GPL
Submitter: ilpianista
Maintainer: aaronfischer
Last Packager: aaronfischer
Votes: 73
Popularity: 1.02
First Submitted: 2010-09-28 09:57 (UTC)
Last Updated: 2024-08-29 07:53 (UTC)

Pinned Comments

aaronfischer commented on 2017-07-24 21:12 (UTC) (edited on 2020-12-21 14:14 (UTC) by aaronfischer)

Bump to version 3.11.0 and add the new GPG key from Ralph Hoffmann (See http://www.boomerangsworld.de/cms/about.html for details). If you have issues with the verification process, double check if you have imported and signed the gpg key.

gpg --recv-key F9299EE90A729029E71AF26B667132D0FBC52B37

gpg --lsign F9299EE90A729029E71AF26B667132D0FBC52B37

Latest Comments

1 2 3 4 5 Next › Last »

mpento commented on 2024-10-22 00:16 (UTC)

If you want to get this working, here is a diff for PKGBUILD:


diff --git a/PKGBUILD b/PKGBUILD
index 8bf7e4f..3f11456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,8 @@ license=('GPL')
 url="http://www.boomerangsworld.de/worker"
 depends=('avfs' 'gcc-libs' 'libx11' 'file' 'xorgproto')
 makedepends=('libxt')
-source=(http://www.boomerangsworld.de/cms/${pkgname}/downloads/${pkgname}-${pkgver}.tar.bz2
-        http://www.boomerangsworld.de/cms/${pkgname}/downloads/${pkgname}-${pkgver}.tar.bz2.asc)
-sha512sums=('6ccfb7b97ca864a8fc34ec301c2e5d3996815a92d20d1edf857619ea3420afc34df55f5d0bbfa48c48c54fbffd2d57f9fb485a240b73ce84e4abe229c4c96584'
-           '0266439e0e88cefaa845d7cbf42d117b75f779785ec0ab4807a90e7b2f094926ddfd195d144e345c83170fb4ea4b8ee0a9f6d9a9d57e15131d9765b0cda1f240')
+source=(http://www.boomerangsworld.de/cms/worker/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('6ccfb7b97ca864a8fc34ec301c2e5d3996815a92d20d1edf857619ea3420afc34df55f5d0bbfa48c48c54fbffd2d57f9fb485a240b73ce84e4abe229c4c96584')

 validpgpkeys=('F9299EE90A729029E71AF26B667132D0FBC52B37') # Ralf Hoffmann

I don't think the .asc file was needed. The checksum and pgp key should be enough.

Hope this helps someone.

trux commented on 2024-04-05 00:33 (UTC) (edited on 2024-07-23 09:42 (UTC) by trux)

Entries for Worker 5.1.0 sha512sums=('6ccfb7b97ca864a8fc34ec301c2e5d3996815a92d20d1edf857619ea3420afc34df55f5d0bbfa48c48c54fbffd2d57f9fb485a240b73ce84e4abe229c4c96584' '0266439e0e88cefaa845d7cbf42d117b75f779785ec0ab4807a90e7b2f094926ddfd195d144e345c83170fb4ea4b8ee0a9f6d9a9d57e15131d9765b0cda1f240')

YuuMorisawa commented on 2022-10-16 10:12 (UTC)

I tried adding the GPG key using the commands in the pinned comment but I still got an error, not sure what to do.

jhf2442 commented on 2021-04-05 21:25 (UTC)

Entries for Worker 4.8.0 sha512sums=('5bece09368522ea7ca07f51f0694c6e7efc07b4697af5a0c9c1111682d38ccdff9a69cbaecdee3f971095dcc846dce70d80c33e81495f997fe0e568ce8d46179' '7638faab1d384b4397e4db56f50dfb920a7d8311da2b504c025e2ab2a02ac4312c711f23726697c20ef2e709eb63624318b7dab965e12afa615c74fe86e2a701')

frankspace commented on 2021-02-26 03:19 (UTC)

That's very generous of you, thank you.

aaronfischer commented on 2021-02-24 20:15 (UTC)

Thanks @frankspace! I've removed the workaround and add you to the list of contributors.

frankspace commented on 2021-02-24 04:41 (UTC)

The workaround added in 2014 to deal with a pthread bug does not appear to be necessary anymore. Compilation works just fine for me stripping all that out and just going with ./configure --enable-xft --prefix=/usr.

jhf2442 commented on 2021-02-04 23:23 (UTC)

Entries for Worker 4.7.0 sha512sums=('d7a9e01e138afc8b56cac552e3cc5e07ab5c2e29100a1a75098cd6413e322797366abfbae6aba86bcec297b6f1d06608b3ecb5d87dec784f3b5c2216f512accd' 'a5cd92aa47cac7c68275c76ecebcb18c3585c6fb2df525a473d74768d9c77ef5d54d121044f401b68516b1116b2fcbe41fe0520809092c954b5ea6ba092cebee')

jhf2442 commented on 2020-12-12 16:51 (UTC)

Entries for Worker 4.6.1

sha512sums=('f5977bc2c84c1eebb0058d63c7d10a0b39fa3c3bace09b6adac82f6a17bd9df8b1e2ba8138d764899895b69493493245cb6f7aff15014471a109a023fe203e57' 'caacd8b94d8f30f081a06a2bac1f9c26cba95ce5a1ca4878b638970773b9e492c5342fbb15e2628aed483864b8ec86afb7ff0ebc3ec501dea256b7b658b1d123')

aaronfischer commented on 2020-01-07 19:01 (UTC)

@jhf2442: Thank you, i've updated the package.