Package Details: vhs-bin 0.7.2-1

Git Clone URL: https://aur.archlinux.org/vhs-bin.git (read-only, click to copy)
Package Base: vhs-bin
Description: A tool for recording terminal GIFs
Upstream URL: https://charm.sh/
Licenses: MIT
Conflicts: vhs
Provides: vhs
Submitter: caarlos0
Maintainer: caarlos0 (maas)
Last Packager: caarlos0
Votes: 5
Popularity: 0.004167
First Submitted: 2022-10-27 12:57 (UTC)
Last Updated: 2024-04-22 13:32 (UTC)

Latest Comments

caarlos0 commented on 2024-04-22 13:32 (UTC)

Thanks @sharun, fixed!

sharun commented on 2024-04-20 05:37 (UTC) (edited on 2024-04-20 05:44 (UTC) by sharun)

Error in installing version 0.7.2-1

==> Starting package()...
install: cannot create regular file '/home/sharun/.cache/paru/clone/vhs-bin/pkg/vhs-bin/usr/share/doc/vhs/': Not a directory

Adding the following patch fixes it:

diff --git a/PKGBUILD b/PKGBUILD
index a806206..62f6cd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,5 +41,6 @@ package() {
   # man pages
   install -Dm644 "./manpages/vhs.1.gz" "${pkgdir}/usr/share/man/man1/vhs.1.gz"
   # readme
+  mkdir -pv "${pkgdir}/usr/share/doc/vhs/"
   install -Dm644 README* "${pkgdir}/usr/share/doc/vhs/"
 }

muesli commented on 2022-10-29 16:54 (UTC)

@henriqueffc

ttyd has only just been moved to community, and at the time of release the AUR package was still at 1.7.1 (we require 1.7.2).

Deps have been updated for the next release.

henriqueffc commented on 2022-10-28 21:10 (UTC)

Please, would it be possible to change the ttyd-git dependency for the package that is already available in the community repository (https://archlinux.org/packages/community/x86_64/ttyd/).

zagg commented on 2022-10-28 20:38 (UTC)

0.1.1 is not released yet on GitHub, at least the assets, so the build is not working.

MrClon commented on 2022-10-27 15:31 (UTC)

vhs require ttyd and ffmpeg