diff --git a/srcpkgs/puzzles/template b/srcpkgs/puzzles/template index 600b44355dd..260344e0cc6 100644 --- a/srcpkgs/puzzles/template +++ b/srcpkgs/puzzles/template @@ -1,17 +1,17 @@ # Template file for 'puzzles' pkgname=puzzles -version=20230404.2499eb4 +version=20230505.63346a8 revision=1 build_style=cmake configure_args="-DNAME_PREFIX=puzzles-" -hostmakedepends="pkg-config" +hostmakedepends="pkg-config halibut perl ImageMagick" makedepends="gtk+3-devel" short_desc="Simon Tatham's Portable Puzzle Collection" maintainer="Leah Neukirchen " license="MIT" homepage="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/" -distfiles="https://git.tartarus.org/?p=simon/puzzles.git;a=snapshot;h=2499eb47fa4e0c86bc1b6100b4922026670b2ad8;sf=tgz>${pkgname}-${version#*.}.tgz" -checksum=10a5dc2b9e20a45ad683de7536dd33648a4a1ad69da189c90ae5d656cdbd6b8e +distfiles="https://git.tartarus.org/?p=simon/puzzles.git;a=snapshot;h=63346a8ceac9ac1061e59af2a99ab1a44c851392;sf=tgz>${pkgname}-${version#*.}.tgz" +checksum=77a7a06fa21a987cbc1475bc689b0374633a3fdbe6f76a66832b448697de5d40 post_install() { vlicense LICENCE LICENSE diff --git a/srcpkgs/puzzles/update b/srcpkgs/puzzles/update deleted file mode 100644 index fe49dcaad52..00000000000 --- a/srcpkgs/puzzles/update +++ /dev/null @@ -1,2 +0,0 @@ -site="http://svn.tartarus.org/sgt/puzzles/" -pattern='Revision\s\K\d+(?=.*of)'