Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fuzzypkg: update to 1.0.8
@ 2022-01-28  4:14 zdykstra
  2022-01-28  6:35 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: zdykstra @ 2022-01-28  4:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]

There is a new pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages fuzzypkg-v1.0.8
https://github.com/void-linux/void-packages/pull/35269

fuzzypkg: update to 1.0.8
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35269.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fuzzypkg-v1.0.8-35269.patch --]
[-- Type: text/x-diff, Size: 1199 bytes --]

From 93cd3af03041fd99dd30dc07751b9129d6f355db Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 27 Jan 2022 22:12:30 -0600
Subject: [PATCH] fuzzypkg: update to 1.0.8

---
 srcpkgs/fuzzypkg/template | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/fuzzypkg/template b/srcpkgs/fuzzypkg/template
index 3e804bcb78cd..1c8cbe284e6c 100644
--- a/srcpkgs/fuzzypkg/template
+++ b/srcpkgs/fuzzypkg/template
@@ -1,23 +1,14 @@
 # Template file for 'fuzzypkg'
 pkgname=fuzzypkg
-version=1.0.7
+version=1.0.8
 revision=1
-depends="bash xtools"
+depends="bash xtools fzf"
 short_desc="XBPS fuzzy package manager"
 maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="MIT"
 homepage="https://github.com/zdykstra/fuzzypkg"
 distfiles="https://github.com/zdykstra/fuzzypkg/archive/v${version}.tar.gz"
-checksum=14b9fde85a0b58e7ca34797c8e21c4257f10e323d0cf40dd3053c57c75e59ac0
-
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686*|armv[67]*|aarch64*|ppc64le*)
-		depends+=" fzf"
-		;;
-	*)
-		depends+=" skim"
-		;;
-esac
+checksum=089e7f2e3a3a942cae083e7e6d4314fe140bd8a4ed7edd74fcfea2116b3c0843
 
 do_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-28  6:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28  4:14 [PR PATCH] fuzzypkg: update to 1.0.8 zdykstra
2022-01-28  6:35 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).