From c8e4f58866090d58644cc3cc1994ad05c735a39d Mon Sep 17 00:00:00 2001 From: cultab Date: Tue, 11 Oct 2022 18:18:47 +0300 Subject: [PATCH] smenu: update to 1.0.0. Updated distfiles to use the release assets (smenu-$version.tar.bz2) instead of the github generated tarballs. --- srcpkgs/smenu/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/smenu/template b/srcpkgs/smenu/template index 7d19eadac21..3a233e064cb 100644 --- a/srcpkgs/smenu/template +++ b/srcpkgs/smenu/template @@ -1,6 +1,6 @@ # Template file for 'smenu' pkgname=smenu -version=0.9.19 +version=1.0.0 revision=1 build_style=gnu-configure makedepends="ncurses-devel" @@ -9,7 +9,7 @@ maintainer="Orphaned " license="GPL-2.0-only" homepage="https://github.com/p-gen/smenu" changelog="https://raw.githubusercontent.com/p-gen/smenu/master/ChangeLog" -distfiles="https://github.com/p-gen/smenu/archive/v${version}.tar.gz" -checksum=179b0b57db5a9a8606d8d9d364f0662d4e5dd57592bf7896ada4022c9acc83cb +distfiles="https://github.com/p-gen/smenu/releases/download/v${version}/smenu-${version}.tar.bz2" +checksum=40e044d4bb39a9258cbb2349e7c5618bdafaa20c39f7d86cc8b6fa3b878ef105 LDFLAGS="-lncurses"