From 2860103a1be620e5dda3b997c7948b4765f10701 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 22 Nov 2020 15:34:34 +0200 Subject: [PATCH 1/2] notcurses: update to 2.0.7. --- srcpkgs/notcurses/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template index bb2d9419da8..388a1181abf 100644 --- a/srcpkgs/notcurses/template +++ b/srcpkgs/notcurses/template @@ -1,6 +1,6 @@ # Template file for 'notcurses' pkgname=notcurses -version=2.0.4 +version=2.0.7 revision=1 build_style=cmake configure_args="-DUSE_STATIC=ON" @@ -13,7 +13,7 @@ license="Apache-2.0" homepage="https://nick-black.com/dankwiki/index.php/Notcurses" changelog="https://raw.githubusercontent.com/dankamongmen/notcurses/master/NEWS.md" distfiles="https://github.com/dankamongmen/notcurses/archive/v${version}.tar.gz" -checksum=6bb38ca0affc6425cd8e248c5b81aa4281713362c45202a450a89ab751833c98 +checksum=cc87e66f9dc3e9d0e591de70870dec5d8b36e660f18f10adae7f45abb0f0320a notcurses-devel_package() { depends="notcurses-${version}_${revision}" From 46a0ce6ba382dd0638103753bdd810018e9944ae Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 22 Nov 2020 15:34:43 +0200 Subject: [PATCH 2/2] growlight: update to 1.2.20. --- srcpkgs/growlight/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/growlight/template b/srcpkgs/growlight/template index 5ea4a3a42a8..afbd7837795 100644 --- a/srcpkgs/growlight/template +++ b/srcpkgs/growlight/template @@ -1,7 +1,7 @@ # Template file for 'growlight' pkgname=growlight -version=1.2.18 -revision=2 +version=1.2.20 +revision=1 build_style=cmake configure_args="$(vopt_bool zfs USE_LIBZFS)" hostmakedepends="pkg-config pandoc" @@ -14,7 +14,11 @@ maintainer="mobinmob " license="GPL-3.0-or-later" homepage="https://nick-black.com/dankwiki/index.php/Growlight" distfiles="https://github.com/dankamongmen/growlight/archive/v${version}.tar.gz" -checksum=c6c08556e6838226b81300e177c49d7a382e9eb30cfdb19f99790106e426a032 +checksum=3521072d88d742e2db80f31cfac605bc9c438bf430dc0c5ed32d82dd56adfcd8 + +pre_configure() { + vsed -i 's#sbin#bin#' CMakeLists.txt +} build_options="zfs" desc_option_zfs="Build with ZFS Support"