Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] konquest: update to 21.08.1.
@ 2021-09-02 22:42 674Y3r
  2021-09-13 23:15 ` [PR PATCH] [Updated] " 674Y3r
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: 674Y3r @ 2021-09-02 22:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/674Y3r/void-packages konquest-21.08.1
https://github.com/void-linux/void-packages/pull/32811

konquest: update to 21.08.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32811.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-konquest-21.08.1-32811.patch --]
[-- Type: text/x-diff, Size: 1081 bytes --]

From bab052bb75de3166ca2f594db750d26ae73ed19e Mon Sep 17 00:00:00 2001
From: 674Y3r <87250374+674Y3r@users.noreply.github.com>
Date: Thu, 2 Sep 2021 21:57:41 +0200
Subject: [PATCH] konquest: update to 21.08.1.

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

diff --git a/srcpkgs/konquest/template b/srcpkgs/konquest/template
index 0b4048452986..9b52fc306b5b 100644
--- a/srcpkgs/konquest/template
+++ b/srcpkgs/konquest/template
@@ -1,6 +1,6 @@
 # Template file for 'konquest'
 pkgname=konquest
-version=21.08.0
+version=21.08.1
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons kdoctools
@@ -12,4 +12,4 @@ maintainer="Olga Ustuzhanina <me@laserbat.pw>"
 license="GPL-2.0-or-later"
 homepage="https://kde.org/applications/en/games/org.kde.konquest"
 distfiles="${KDE_SITE}/release-service/${version}/src/konquest-${version}.tar.xz"
-checksum=70698768df845678205f9b0f28da1b43046fd85f0b5ca36493066302f2452250
+checksum=f4831977508eff6cc6f0b6451a21edcb841dce612954a56f0cf546817fa91744

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

* Re: [PR PATCH] [Updated] konquest: update to 21.08.1.
  2021-09-02 22:42 [PR PATCH] konquest: update to 21.08.1 674Y3r
@ 2021-09-13 23:15 ` 674Y3r
  2021-09-17 23:21 ` 674Y3r
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: 674Y3r @ 2021-09-13 23:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/674Y3r/void-packages konquest-21.08.1
https://github.com/void-linux/void-packages/pull/32811

konquest: update to 21.08.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32811.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-konquest-21.08.1-32811.patch --]
[-- Type: text/x-diff, Size: 2011 bytes --]

From bab052bb75de3166ca2f594db750d26ae73ed19e Mon Sep 17 00:00:00 2001
From: 674Y3r <87250374+674Y3r@users.noreply.github.com>
Date: Thu, 2 Sep 2021 21:57:41 +0200
Subject: [PATCH 1/2] konquest: update to 21.08.1.

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

diff --git a/srcpkgs/konquest/template b/srcpkgs/konquest/template
index 0b4048452986..9b52fc306b5b 100644
--- a/srcpkgs/konquest/template
+++ b/srcpkgs/konquest/template
@@ -1,6 +1,6 @@
 # Template file for 'konquest'
 pkgname=konquest
-version=21.08.0
+version=21.08.1
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons kdoctools
@@ -12,4 +12,4 @@ maintainer="Olga Ustuzhanina <me@laserbat.pw>"
 license="GPL-2.0-or-later"
 homepage="https://kde.org/applications/en/games/org.kde.konquest"
 distfiles="${KDE_SITE}/release-service/${version}/src/konquest-${version}.tar.xz"
-checksum=70698768df845678205f9b0f28da1b43046fd85f0b5ca36493066302f2452250
+checksum=f4831977508eff6cc6f0b6451a21edcb841dce612954a56f0cf546817fa91744

From 33cb5f0eac54692a39bacb5179d9e78f504f47ae Mon Sep 17 00:00:00 2001
From: 674Y3r <87250374+674Y3r@users.noreply.github.com>
Date: Tue, 14 Sep 2021 00:56:58 +0200
Subject: [PATCH 2/2] konquest: fix dead homepage

---
 srcpkgs/konquest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/konquest/template b/srcpkgs/konquest/template
index 9b52fc306b5b..7cc103de009c 100644
--- a/srcpkgs/konquest/template
+++ b/srcpkgs/konquest/template
@@ -10,6 +10,6 @@ depends="hicolor-icon-theme"
 short_desc="KDE galactic conquest game"
 maintainer="Olga Ustuzhanina <me@laserbat.pw>"
 license="GPL-2.0-or-later"
-homepage="https://kde.org/applications/en/games/org.kde.konquest"
+homepage="https://kde.org/applications/games/org.kde.konquest"
 distfiles="${KDE_SITE}/release-service/${version}/src/konquest-${version}.tar.xz"
 checksum=f4831977508eff6cc6f0b6451a21edcb841dce612954a56f0cf546817fa91744

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

* Re: [PR PATCH] [Updated] konquest: update to 21.08.1.
  2021-09-02 22:42 [PR PATCH] konquest: update to 21.08.1 674Y3r
  2021-09-13 23:15 ` [PR PATCH] [Updated] " 674Y3r
@ 2021-09-17 23:21 ` 674Y3r
  2021-10-08 18:54 ` [PR PATCH] [Updated] konquest: update to 21.08.1 and fix dead homepage 674Y3r
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: 674Y3r @ 2021-09-17 23:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/674Y3r/void-packages konquest-21.08.1
https://github.com/void-linux/void-packages/pull/32811

konquest: update to 21.08.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32811.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-konquest-21.08.1-32811.patch --]
[-- Type: text/x-diff, Size: 1240 bytes --]

From 6d2915fad6cddad607fe4aeeaf5074900b61e07b Mon Sep 17 00:00:00 2001
From: 674Y3r <87250374+674Y3r@users.noreply.github.com>
Date: Thu, 2 Sep 2021 21:57:41 +0200
Subject: [PATCH] konquest: update to 21.08.1 and fix dead homepage.

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

diff --git a/srcpkgs/konquest/template b/srcpkgs/konquest/template
index 0b4048452986..7cc103de009c 100644
--- a/srcpkgs/konquest/template
+++ b/srcpkgs/konquest/template
@@ -1,6 +1,6 @@
 # Template file for 'konquest'
 pkgname=konquest
-version=21.08.0
+version=21.08.1
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons kdoctools
@@ -10,6 +10,6 @@ depends="hicolor-icon-theme"
 short_desc="KDE galactic conquest game"
 maintainer="Olga Ustuzhanina <me@laserbat.pw>"
 license="GPL-2.0-or-later"
-homepage="https://kde.org/applications/en/games/org.kde.konquest"
+homepage="https://kde.org/applications/games/org.kde.konquest"
 distfiles="${KDE_SITE}/release-service/${version}/src/konquest-${version}.tar.xz"
-checksum=70698768df845678205f9b0f28da1b43046fd85f0b5ca36493066302f2452250
+checksum=f4831977508eff6cc6f0b6451a21edcb841dce612954a56f0cf546817fa91744

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

* Re: [PR PATCH] [Updated] konquest: update to 21.08.1 and fix dead homepage.
  2021-09-02 22:42 [PR PATCH] konquest: update to 21.08.1 674Y3r
  2021-09-13 23:15 ` [PR PATCH] [Updated] " 674Y3r
  2021-09-17 23:21 ` 674Y3r
@ 2021-10-08 18:54 ` 674Y3r
  2021-11-10 18:26 ` [PR PATCH] [Updated] konquest: update to 21.08.2 " 674Y3r
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: 674Y3r @ 2021-10-08 18:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/674Y3r/void-packages konquest-21.08.1
https://github.com/void-linux/void-packages/pull/32811

konquest: update to 21.08.1 and fix dead homepage.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32811.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-konquest-21.08.1-32811.patch --]
[-- Type: text/x-diff, Size: 1240 bytes --]

From e7077d0073c3b8b3f9f3452244d7798fdc57a892 Mon Sep 17 00:00:00 2001
From: 674Y3r <87250374+674Y3r@users.noreply.github.com>
Date: Thu, 2 Sep 2021 21:57:41 +0200
Subject: [PATCH] konquest: update to 21.08.2 and fix dead homepage.

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

diff --git a/srcpkgs/konquest/template b/srcpkgs/konquest/template
index 0b4048452986..c9df8dbc4d8e 100644
--- a/srcpkgs/konquest/template
+++ b/srcpkgs/konquest/template
@@ -1,6 +1,6 @@
 # Template file for 'konquest'
 pkgname=konquest
-version=21.08.0
+version=21.08.2
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons kdoctools
@@ -10,6 +10,6 @@ depends="hicolor-icon-theme"
 short_desc="KDE galactic conquest game"
 maintainer="Olga Ustuzhanina <me@laserbat.pw>"
 license="GPL-2.0-or-later"
-homepage="https://kde.org/applications/en/games/org.kde.konquest"
+homepage="https://kde.org/applications/games/org.kde.konquest"
 distfiles="${KDE_SITE}/release-service/${version}/src/konquest-${version}.tar.xz"
-checksum=70698768df845678205f9b0f28da1b43046fd85f0b5ca36493066302f2452250
+checksum=40d04b945c79a6cd147e06b7aa1cc8b8bafd4089952d935fcb371ded59f2136a

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

* Re: [PR PATCH] [Updated] konquest: update to 21.08.2 and fix dead homepage.
  2021-09-02 22:42 [PR PATCH] konquest: update to 21.08.1 674Y3r
                   ` (2 preceding siblings ...)
  2021-10-08 18:54 ` [PR PATCH] [Updated] konquest: update to 21.08.1 and fix dead homepage 674Y3r
@ 2021-11-10 18:26 ` 674Y3r
  2021-11-24 19:53 ` [PR REVIEW] konquest: update to 21.08.3 " Chocimier
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: 674Y3r @ 2021-11-10 18:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/674Y3r/void-packages konquest-21.08.1
https://github.com/void-linux/void-packages/pull/32811

konquest: update to 21.08.2 and fix dead homepage.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32811.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-konquest-21.08.1-32811.patch --]
[-- Type: text/x-diff, Size: 1240 bytes --]

From 3d477134250ace68d9127df45743fe3436a4e612 Mon Sep 17 00:00:00 2001
From: 674Y3r <87250374+674Y3r@users.noreply.github.com>
Date: Thu, 2 Sep 2021 21:57:41 +0200
Subject: [PATCH] konquest: update to 21.08.3 and fix dead homepage.

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

diff --git a/srcpkgs/konquest/template b/srcpkgs/konquest/template
index 0b4048452986..ff7cf7a36fea 100644
--- a/srcpkgs/konquest/template
+++ b/srcpkgs/konquest/template
@@ -1,6 +1,6 @@
 # Template file for 'konquest'
 pkgname=konquest
-version=21.08.0
+version=21.08.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons kdoctools
@@ -10,6 +10,6 @@ depends="hicolor-icon-theme"
 short_desc="KDE galactic conquest game"
 maintainer="Olga Ustuzhanina <me@laserbat.pw>"
 license="GPL-2.0-or-later"
-homepage="https://kde.org/applications/en/games/org.kde.konquest"
+homepage="https://kde.org/applications/games/org.kde.konquest"
 distfiles="${KDE_SITE}/release-service/${version}/src/konquest-${version}.tar.xz"
-checksum=70698768df845678205f9b0f28da1b43046fd85f0b5ca36493066302f2452250
+checksum=3b4ab2ba43c2131cdead87b1de68a1c690935ed06e59f911f5bc587fc8ff5b6f

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

* Re: [PR REVIEW] konquest: update to 21.08.3 and fix dead homepage.
  2021-09-02 22:42 [PR PATCH] konquest: update to 21.08.1 674Y3r
                   ` (3 preceding siblings ...)
  2021-11-10 18:26 ` [PR PATCH] [Updated] konquest: update to 21.08.2 " 674Y3r
@ 2021-11-24 19:53 ` Chocimier
  2021-11-24 21:27 ` [PR PATCH] [Updated] " 674Y3r
  2021-11-26 21:08 ` [PR PATCH] [Merged]: konquest: update to 21.08.3 Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2021-11-24 19:53 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32811#discussion_r756384120

Comment:
They changed urls again and now both redirect to <https://apps.kde.org/konquest/>, please either leave as is or update to that.

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

* Re: [PR PATCH] [Updated] konquest: update to 21.08.3 and fix dead homepage.
  2021-09-02 22:42 [PR PATCH] konquest: update to 21.08.1 674Y3r
                   ` (4 preceding siblings ...)
  2021-11-24 19:53 ` [PR REVIEW] konquest: update to 21.08.3 " Chocimier
@ 2021-11-24 21:27 ` 674Y3r
  2021-11-26 21:08 ` [PR PATCH] [Merged]: konquest: update to 21.08.3 Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: 674Y3r @ 2021-11-24 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/674Y3r/void-packages konquest-21.08.1
https://github.com/void-linux/void-packages/pull/32811

konquest: update to 21.08.3 and fix dead homepage.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32811.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-konquest-21.08.1-32811.patch --]
[-- Type: text/x-diff, Size: 1081 bytes --]

From bb2f810ca1ead80cea081ada30aae2a66d0abb46 Mon Sep 17 00:00:00 2001
From: 674Y3r <87250374+674Y3r@users.noreply.github.com>
Date: Thu, 2 Sep 2021 21:57:41 +0200
Subject: [PATCH] konquest: update to 21.08.3.

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

diff --git a/srcpkgs/konquest/template b/srcpkgs/konquest/template
index 0b4048452986..3416520d56c5 100644
--- a/srcpkgs/konquest/template
+++ b/srcpkgs/konquest/template
@@ -1,6 +1,6 @@
 # Template file for 'konquest'
 pkgname=konquest
-version=21.08.0
+version=21.08.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons kdoctools
@@ -12,4 +12,4 @@ maintainer="Olga Ustuzhanina <me@laserbat.pw>"
 license="GPL-2.0-or-later"
 homepage="https://kde.org/applications/en/games/org.kde.konquest"
 distfiles="${KDE_SITE}/release-service/${version}/src/konquest-${version}.tar.xz"
-checksum=70698768df845678205f9b0f28da1b43046fd85f0b5ca36493066302f2452250
+checksum=3b4ab2ba43c2131cdead87b1de68a1c690935ed06e59f911f5bc587fc8ff5b6f

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

* Re: [PR PATCH] [Merged]: konquest: update to 21.08.3.
  2021-09-02 22:42 [PR PATCH] konquest: update to 21.08.1 674Y3r
                   ` (5 preceding siblings ...)
  2021-11-24 21:27 ` [PR PATCH] [Updated] " 674Y3r
@ 2021-11-26 21:08 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2021-11-26 21:08 UTC (permalink / raw)
  To: ml

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

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

konquest: update to 21.08.3.
https://github.com/void-linux/void-packages/pull/32811

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

end of thread, other threads:[~2021-11-26 21:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02 22:42 [PR PATCH] konquest: update to 21.08.1 674Y3r
2021-09-13 23:15 ` [PR PATCH] [Updated] " 674Y3r
2021-09-17 23:21 ` 674Y3r
2021-10-08 18:54 ` [PR PATCH] [Updated] konquest: update to 21.08.1 and fix dead homepage 674Y3r
2021-11-10 18:26 ` [PR PATCH] [Updated] konquest: update to 21.08.2 " 674Y3r
2021-11-24 19:53 ` [PR REVIEW] konquest: update to 21.08.3 " Chocimier
2021-11-24 21:27 ` [PR PATCH] [Updated] " 674Y3r
2021-11-26 21:08 ` [PR PATCH] [Merged]: konquest: update to 21.08.3 Chocimier

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