Package Details: hstr 3.1-1

Git Clone URL: https://aur.archlinux.org/hstr.git (read-only, click to copy)
Package Base: hstr
Description: Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
Upstream URL: https://github.com/dvorka/hstr
Licenses: Apache
Submitter: itsme
Maintainer: itsme (fastgar)
Last Packager: itsme
Votes: 17
Popularity: 0.011949
First Submitted: 2018-05-10 18:09 (UTC)
Last Updated: 2023-04-20 12:01 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

itsme commented on 2021-12-14 03:28 (UTC)

@dvorka it works, thanks

dvorka commented on 2021-12-13 21:38 (UTC) (edited on 2021-12-14 05:26 (UTC) by dvorka)

@emk2203 I hope that I fixed the issue in 2.5.0 release https://github.com/dvorka/hstr/releases/tag/2.5 can you please give it a try?

Fix: https://github.com/dvorka/hstr/pull/444/files#diff-b0ed02652c9e84bbf54e376e081b422d224046e14228255d65c9ff066e617a41R745

emk2203 commented on 2021-12-12 19:05 (UTC) (edited on 2021-12-12 19:17 (UTC) by emk2203)

This PKGBUILD is not working, neither for 2.3 or for the new 2.4 after modification of the version and the SHA256.

The error is the same in both cases:

hstr.c: In function 'print_cmd_added_favorite_label': hstr.c:745:44: error: format not a string literal and no format arguments [-Werror=format-security] 745 | mvprintw(hstr->promptYNotification, 0, screenLine); | ^~~~~~~~~~ cc1: some warnings being treated as errors make[1]: [Makefile:411: hstr.o] Error 1 make[1]: Leaving directory '/home/emk2203/hstr-2.4/src/hstr-2.4/src' make: [Makefile:407: all-recursive] Error 1 ==> ERROR: A failure occurred in build().

itsme commented on 2021-05-23 15:27 (UTC)

@willemw, you're right, I fixed it.

willemw commented on 2021-05-23 07:40 (UTC)

@itsme: No problem.

Just want to point out that in https://wiki.archlinux.org/title/PKGBUILD#conflicts: "you do not need to specify that conflicting package in your conflicts array."

Following the conflicts example: hstr (as does netbeans in the example) provides itself and therefore should not need to concern it self with conflicting with other packages that provide hstr.

itsme commented on 2021-05-23 07:13 (UTC)

@willemw, I agree with you about the arch and have corrected it I disagree about the conflicts, the package should be self-sufficient.