Package Details: toolshed 2.4.2-1

Git Clone URL: https://aur.archlinux.org/toolshed.git (read-only, click to copy)
Package Base: toolshed
Description: Utilities for Tandy Color Computer and Dragon microcomputers cross-development.
Upstream URL: https://github.com/nitros9project/toolshed
Licenses: PerlArtistic
Submitter: hpmachining
Maintainer: hpmachining (markf)
Last Packager: markf
Votes: 1
Popularity: 0.000000
First Submitted: 2020-07-03 23:26 (UTC)
Last Updated: 2025-09-11 01:05 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

hpmachining commented on 2025-09-10 15:29 (UTC)

Thank you @markjfisher. While looking at this I discovered that the source repository had moved to github and that a later version has been released. I attached a revised PKGBUILD file to your github repository in the issues. If you don't mind updating and testing your patches, that would be great. I can also make you a co-maintainer if you want.

markf commented on 2025-09-09 23:04 (UTC)

I'm not sure how to contribute directly to this project, but I've created a github repo that adds patches to this AUR repo to fix the compilation issues for me on Arch Linux.

https://github.com/markjfisher/toolshed-aur

felipebalbi commented on 2024-08-19 14:08 (UTC)

Build error today:

make[1]: Entering directory '/home/balbi/.cache/paru/clone/toolshed/src/toolshed-2.2/build/unix/ar2'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall -DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DSYSV   -c -o arsup.o ../../../ar2/arsup.c
../../../ar2/arsup.c: In function ‘set_fstat’:
../../../ar2/arsup.c:217:19: error: passing argument 2 of ‘utime’ from incompatible pointer type [-Wincompatible-pointer-types]
  217 |         utime(pn, &ubuf);
      |                   ^~~~~
      |                   |
      |                   struct <anonymous> *
In file included from ../../../ar2/arsup.c:80:
/usr/include/utime.h:51:41: note: expected ‘const struct utimbuf *’ but argument is of type ‘struct <anonymous> *’
   51 |                   const struct utimbuf *__file_times)
      |                   ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
make[1]: *** [<builtin>: arsup.o] Error 1