diff --git a/srcpkgs/websocat/template b/srcpkgs/websocat/template index 36d5d4b2aa6..414ba85ba97 100644 --- a/srcpkgs/websocat/template +++ b/srcpkgs/websocat/template @@ -1,7 +1,7 @@ # Template file for 'websocat' pkgname=websocat version=1.13.0 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config" makedepends="openssl-devel" @@ -13,6 +13,10 @@ changelog="https://raw.githubusercontent.com/vi/websocat/master/CHANGELOG.md" distfiles="https://github.com/vi/websocat/archive/refs/tags/v${version}.tar.gz" checksum=43800f8df38ede8b5bffe825e633c0db6a3c36cfe26c23e882bcfc028d3119c7 +post_patch() { + cargo update --package traitobject@0.1.0 --precise 0.1.1 +} + post_install() { vlicense LICENSE }