From 47de7e6d90f5ee72731562ddba8e40391362340d Mon Sep 17 00:00:00 2001 From: williambehrens Date: Tue, 2 Nov 2021 22:20:22 +0000 Subject: [PATCH] nyxt: update to 2.2.2 --- srcpkgs/nyxt/template | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template index 474015478310..9dd167063d4f 100644 --- a/srcpkgs/nyxt/template +++ b/srcpkgs/nyxt/template @@ -1,8 +1,8 @@ # Template file for 'nyxt' pkgname=nyxt -version=2.0.0 -revision=2 -wrksrc=nyxt +version=2.2.2 +revision=1 +wrksrc=. build_style=gnu-makefile make_build_target=all hostmakedepends="sbcl git" @@ -12,8 +12,8 @@ short_desc="Keyboard-oriented, extensible web-browser" maintainer="0x0f0f0f " license="BSD-3-Clause" homepage="https://nyxt.atlas.engineer/" -distfiles="https://nyxt.atlas.engineer/static/release/nyxt-linux-${version}.tar.gz" -checksum=71154bc6ef88f176f3f7783e1c0ecc191b6dcdd996e1c67f2bbc417b651e0355 +distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/nyxt-${version}-source-with-submodules.tar.xz" +checksum=22cc8489e128b8695fbdf6796509c891bde630a73fd530c7582580adb3903773 # Disable check because ASDF/USER::PROVE is not installed make_check=no nostrip=yes @@ -21,13 +21,13 @@ nopie=yes nocross="Cross-compilation fails due to package iolib/syscalls setting incorrect compiler flags" do_install() { - make PREFIX=/usr DESTDIR=${DESTDIR} install - vlicense licenses/ASSET-LICENSE - vlicense licenses/SOURCE-LICENSE + make PREFIX=/usr DESTDIR=${DESTDIR} install + vlicense licenses/ASSET-LICENSE + vlicense licenses/SOURCE-LICENSE } next_package() { - depends="nyxt" - short_desc+=" (transitional dummy package)" - build_style=meta + depends="nyxt" + short_desc+=" (transitional dummy package)" + build_style=meta }