Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] crispy-doom: update to 5.9.0.
@ 2020-08-19 21:17 benalb
  2020-08-23  7:48 ` [PR PATCH] [Updated] " benalb
  2020-08-27 14:41 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: benalb @ 2020-08-19 21:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages crispy-doom
https://github.com/void-linux/void-packages/pull/24372

crispy-doom: update to 5.9.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-crispy-doom-24372.patch --]
[-- Type: text/x-diff, Size: 1127 bytes --]

From a1015d156a6d73273b42a7393ab9c222b7168567 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Wed, 19 Aug 2020 23:16:04 +0200
Subject: [PATCH] crispy-doom: update to 5.9.0.

---
 srcpkgs/crispy-doom/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/crispy-doom/template b/srcpkgs/crispy-doom/template
index 27d6a499b42..28a8f355a72 100644
--- a/srcpkgs/crispy-doom/template
+++ b/srcpkgs/crispy-doom/template
@@ -1,6 +1,6 @@
 # Template file for 'crispy-doom'
 pkgname=crispy-doom
-version=5.8.0
+version=5.9.0
 revision=1
 wrksrc="crispy-doom-crispy-doom-${version}"
 build_style=gnu-configure
@@ -11,7 +11,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/fabiangreffrath/crispy-doom"
 distfiles="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-${version}.tar.gz"
-checksum=c485de2c2920b50434f468795ce4025cf6d2c12f3cfcf484464544566b8fa290
+checksum=6f8ac1e9373b06e5c74c6c3eeb7b7374eba7650e708c4c1df336fc8d3b3700fe
 
 pre_configure() {
 	autoreconf -fi

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

* Re: [PR PATCH] [Updated] crispy-doom: update to 5.9.0.
  2020-08-19 21:17 [PR PATCH] crispy-doom: update to 5.9.0 benalb
@ 2020-08-23  7:48 ` benalb
  2020-08-27 14:41 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: benalb @ 2020-08-23  7:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages crispy-doom
https://github.com/void-linux/void-packages/pull/24372

crispy-doom: update to 5.9.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-crispy-doom-24372.patch --]
[-- Type: text/x-diff, Size: 1374 bytes --]

From eb98d9243c32df11a8bc0a0fd9eecd4584d981a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Wed, 19 Aug 2020 23:16:04 +0200
Subject: [PATCH] crispy-doom: update to 5.9.0.

---
 srcpkgs/crispy-doom/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/crispy-doom/template b/srcpkgs/crispy-doom/template
index 27d6a499b42..481b971ac94 100644
--- a/srcpkgs/crispy-doom/template
+++ b/srcpkgs/crispy-doom/template
@@ -1,17 +1,17 @@
 # Template file for 'crispy-doom'
 pkgname=crispy-doom
-version=5.8.0
+version=5.9.0
 revision=1
 wrksrc="crispy-doom-crispy-doom-${version}"
 build_style=gnu-configure
-hostmakedepends="autoconf automake pkg-config"
+hostmakedepends="autoconf automake pkg-config python"
 makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel libsamplerate-devel libpng-devel"
 short_desc="Limit-removing enhanced-resolution Doom source port"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/fabiangreffrath/crispy-doom"
 distfiles="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-${version}.tar.gz"
-checksum=c485de2c2920b50434f468795ce4025cf6d2c12f3cfcf484464544566b8fa290
+checksum=6f8ac1e9373b06e5c74c6c3eeb7b7374eba7650e708c4c1df336fc8d3b3700fe
 
 pre_configure() {
 	autoreconf -fi

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

* Re: [PR PATCH] [Merged]: crispy-doom: update to 5.9.0.
  2020-08-19 21:17 [PR PATCH] crispy-doom: update to 5.9.0 benalb
  2020-08-23  7:48 ` [PR PATCH] [Updated] " benalb
@ 2020-08-27 14:41 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-08-27 14:41 UTC (permalink / raw)
  To: ml

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

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

crispy-doom: update to 5.9.0.
https://github.com/void-linux/void-packages/pull/24372

Description:


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

end of thread, other threads:[~2020-08-27 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19 21:17 [PR PATCH] crispy-doom: update to 5.9.0 benalb
2020-08-23  7:48 ` [PR PATCH] [Updated] " benalb
2020-08-27 14:41 ` [PR PATCH] [Merged]: " ahesford

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