Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] perl-XML-LibXSLT: update to 1.99.
@ 2020-01-23 13:19 voidlinux-github
  2020-01-23 14:09 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-24 10:44 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-23 13:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages perl-XML-LibXSLT
https://github.com/void-linux/void-packages/pull/18496

perl-XML-LibXSLT: update to 1.99.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perl-XML-LibXSLT-18496.patch --]
[-- Type: text/x-diff, Size: 1052 bytes --]

From 71bbbb37329bb0d1f368f1524058b1acc0c5f0d7 Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Thu, 23 Jan 2020 14:19:15 +0100
Subject: [PATCH] perl-XML-LibXSLT: update to 1.99.

---
 srcpkgs/perl-XML-LibXSLT/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/perl-XML-LibXSLT/template b/srcpkgs/perl-XML-LibXSLT/template
index f4bf60dfbe3..8f5fcc45f5f 100644
--- a/srcpkgs/perl-XML-LibXSLT/template
+++ b/srcpkgs/perl-XML-LibXSLT/template
@@ -1,6 +1,6 @@
 # Template file for 'perl-XML-LibXSLT'
 pkgname=perl-XML-LibXSLT
-version=1.96
+version=1.99
 revision=1
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
@@ -12,4 +12,4 @@ maintainer="svenper <svenper@tuta.io>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/XML-LibXSLT/"
 distfiles="${CPAN_SITE}/XML/${pkgname/perl-/}-${version}.tar.gz"
-checksum=2a5e374edaa2e9f9d26b432265bfea9b4bb7a94c9fbfef9047b298fce844d473
+checksum=127e17a877fb61e47b9e8b87bf8daad31339a62a00121f9751d522b438b0f7f0

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

* Re: [PR PATCH] [Updated] perl-XML-LibXSLT: update to 1.99.
  2020-01-23 13:19 [PR PATCH] perl-XML-LibXSLT: update to 1.99 voidlinux-github
@ 2020-01-23 14:09 ` voidlinux-github
  2020-01-24 10:44 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-23 14:09 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by svenper against master on the void-packages repository

https://github.com/svenper/void-packages perl-XML-LibXSLT
https://github.com/void-linux/void-packages/pull/18496

perl-XML-LibXSLT: update to 1.99.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perl-XML-LibXSLT-18496.patch --]
[-- Type: text/x-diff, Size: 1259 bytes --]

From 542ee8cda98a184a548d3b08a19c7a2abfb868ba Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Thu, 23 Jan 2020 14:19:15 +0100
Subject: [PATCH] perl-XML-LibXSLT: update to 1.99.

---
 srcpkgs/perl-XML-LibXSLT/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-XML-LibXSLT/template b/srcpkgs/perl-XML-LibXSLT/template
index f4bf60dfbe3..d3af6745df6 100644
--- a/srcpkgs/perl-XML-LibXSLT/template
+++ b/srcpkgs/perl-XML-LibXSLT/template
@@ -1,10 +1,10 @@
 # Template file for 'perl-XML-LibXSLT'
 pkgname=perl-XML-LibXSLT
-version=1.96
+version=1.99
 revision=1
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
-hostmakedepends="perl"
+hostmakedepends="perl pkg-config"
 makedepends="perl perl-XML-LibXML libxslt-devel"
 depends="${makedepends}"
 short_desc="XML::LibXSLT - Interface to the GNOME libxslt library"
@@ -12,4 +12,4 @@ maintainer="svenper <svenper@tuta.io>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/XML-LibXSLT/"
 distfiles="${CPAN_SITE}/XML/${pkgname/perl-/}-${version}.tar.gz"
-checksum=2a5e374edaa2e9f9d26b432265bfea9b4bb7a94c9fbfef9047b298fce844d473
+checksum=127e17a877fb61e47b9e8b87bf8daad31339a62a00121f9751d522b438b0f7f0

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

* Re: [PR PATCH] [Merged]: perl-XML-LibXSLT: update to 1.99.
  2020-01-23 13:19 [PR PATCH] perl-XML-LibXSLT: update to 1.99 voidlinux-github
  2020-01-23 14:09 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-24 10:44 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-24 10:44 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

perl-XML-LibXSLT: update to 1.99.
https://github.com/void-linux/void-packages/pull/18496

Description:


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

end of thread, other threads:[~2020-01-24 10:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23 13:19 [PR PATCH] perl-XML-LibXSLT: update to 1.99 voidlinux-github
2020-01-23 14:09 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-24 10:44 ` [PR PATCH] [Merged]: " voidlinux-github

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).