[Git][archlinux/packaging/packages/opensearch-job-scheduler-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-job-scheduler-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-job-scheduler-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-job-scheduler-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-job-scheduler-plugin


Commits:
cbf8485a by Leonidas Spyropoulos at 2023-12-08T22:47:13+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = opensearch-job-scheduler-plugin
pkgdesc = OpenSearch Job Scheduler Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://github.com/opensearch-project/job-scheduler
arch = x86_64
license = Apache
makedepends = java-environment=11
makedepends = unzip
-   depends = opensearch=2.11.0
-   source = 
opensearch-job-scheduler-plugin-2.11.0.0.tar.gz::https://github.com/opensearch-project/job-scheduler/archive/2.11.0.0.tar.gz
-   sha256sums = 
492572745e09da1f178f744710003ad4f92980c103dc545684e9f4db3f35ba8a
+   depends = opensearch=2.11.1
+   source = 
opensearch-job-scheduler-plugin-2.11.1.0.tar.gz::https://github.com/opensearch-project/job-scheduler/archive/2.11.1.0.tar.gz
+   sha256sums = 
714207c0721d16438b61cc414fae72a81289285ed975d736fe04a84262d24d95
 
 pkgname = opensearch-job-scheduler-plugin


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-job-scheduler-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
 pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
 _jdkver=11
 pkgdesc="OpenSearch Job Scheduler Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/job-scheduler/archive/${pkgver}.tar.gz;
 )
-sha256sums=('492572745e09da1f178f744710003ad4f92980c103dc545684e9f4db3f35ba8a')
+sha256sums=('714207c0721d16438b61cc414fae72a81289285ed975d736fe04a84262d24d95')
 
 build() {
   cd "job-scheduler-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-job-scheduler-plugin/-/commit/cbf8485a663eb83bd9dd40e92cdc182f8207a8a7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-job-scheduler-plugin/-/commit/cbf8485a663eb83bd9dd40e92cdc182f8207a8a7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/typos] Pushed new tag 1.16.24-1

2023-12-08 Thread @orhun


Orhun Parmaksız pushed new tag 1.16.24-1 at Arch Linux / Packaging / Packages / 
typos

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/tree/1.16.24-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/typos][main] upgpkg: 1.16.24-1: upstream release

2023-12-08 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
typos


Commits:
f8faa5d9 by Orhun Parmaksız at 2023-12-09T02:22:28+03:00
upgpkg: 1.16.24-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = typos
pkgdesc = Source code spell checker
-   pkgver = 1.16.23
+   pkgver = 1.16.24
pkgrel = 1
url = https://github.com/crate-ci/typos
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = typos
license = Apache
makedepends = cargo
depends = gcc-libs
-   source = 
typos-1.16.23.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.16.23.tar.gz
-   sha256sums = 
3947439f2cafa345f7a1c953aaca3c39c0674a6ea35da7812e34ffa641482aa7
+   source = 
typos-1.16.24.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.16.24.tar.gz
+   sha256sums = 
1112aab844ba9c5aa787d370138feddb318ddcb5cf6a1784232112cb6eaeca07
 
 pkgname = typos


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Sematre 
 
 pkgname=typos
-pkgver=1.16.23
+pkgver=1.16.24
 pkgrel=1
 pkgdesc="Source code spell checker"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT' 'Apache')
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('3947439f2cafa345f7a1c953aaca3c39c0674a6ea35da7812e34ffa641482aa7')
+sha256sums=('1112aab844ba9c5aa787d370138feddb318ddcb5cf6a1784232112cb6eaeca07')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/f8faa5d9e343ee6589513ed1616c25f8eded9ebb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/f8faa5d9e343ee6589513ed1616c25f8eded9ebb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-notifications-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-notifications-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-notifications-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-notifications-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-notifications-plugin


Commits:
c4fbc6bb by Leonidas Spyropoulos at 2023-12-09T00:55:35+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-notifications-plugin
pkgdesc = OpenSearch Dashboards Notifications Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/notifications-plugin/index/
arch = x86_64
@@ -10,12 +10,12 @@ pkgbase = opensearch-dashboards-notifications-plugin
makedepends = python
makedepends = git
makedepends = unzip
-   depends = opensearch-dashboards=2.11.0
+   depends = opensearch-dashboards=2.11.1
depends = coffeescript
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/dashboards-notifications.git#tag=2.11.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.0
+   source = 
git+https://github.com/opensearch-project/dashboards-notifications.git#tag=2.11.1.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.1
sha256sums = SKIP
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-notifications-plugin'
 _pluginname='dashboards-notifications'
-pkgver=2.11.0.0
-_dashboardsver=2.11.0
+pkgver=2.11.1.0
+_dashboardsver=2.11.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Notifications Plugin'
 url='https://opensearch.org/docs/latest/notifications-plugin/index/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-notifications-plugin/-/commit/c4fbc6bb091830a75c4f6e8b59dff44e6eb263bd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-notifications-plugin/-/commit/c4fbc6bb091830a75c4f6e8b59dff44e6eb263bd
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-observability-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-observability-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-observability-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-observability-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-observability-plugin


Commits:
2b66a031 by Leonidas Spyropoulos at 2023-12-08T22:50:34+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = opensearch-observability-plugin
pkgdesc = OpenSearch Observability Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://github.com/opensearch-project/observability
arch = x86_64
license = Apache
makedepends = java-environment=11
makedepends = unzip
-   depends = opensearch=2.11.0
-   source = 
opensearch-observability-plugin-2.11.0.0.tar.gz::https://github.com/opensearch-project/observability/archive/2.11.0.0.tar.gz
-   sha256sums = 
6b3874d326dbf65b63a4cfb4fc9df9264099903e4a1c93c4156546df2cd8
+   depends = opensearch=2.11.1
+   source = 
opensearch-observability-plugin-2.11.1.0.tar.gz::https://github.com/opensearch-project/observability/archive/2.11.1.0.tar.gz
+   sha256sums = 
8f583f1b883a176d34fe00e65f36349b25a1c58455b7fb9d729c978ada7274b1
 
 pkgname = opensearch-observability-plugin


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-observability-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
 pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
 _jdkver=11
 pkgdesc="OpenSearch Observability Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/observability/archive/${pkgver}.tar.gz;
 )
-sha256sums=('6b3874d326dbf65b63a4cfb4fc9df9264099903e4a1c93c4156546df2cd8')
+sha256sums=('8f583f1b883a176d34fe00e65f36349b25a1c58455b7fb9d729c978ada7274b1')
 
 build() {
   cd "observability-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-observability-plugin/-/commit/2b66a0317953ac4a6b26372c75a1ddac443b0cb0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-observability-plugin/-/commit/2b66a0317953ac4a6b26372c75a1ddac443b0cb0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-index-management-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-index-management-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-index-management-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-index-management-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-index-management-plugin


Commits:
c7d490c5 by Leonidas Spyropoulos at 2023-12-09T00:34:01+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = opensearch-index-management-plugin
pkgdesc = OpenSearch Index Management Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/im-plugin
arch = x86_64
license = Apache
makedepends = java-environment=11
makedepends = unzip
-   depends = opensearch=2.11.0
+   depends = opensearch=2.11.1
depends = opensearch-notifications-plugin
-   source = 
opensearch-index-management-plugin-2.11.0.0.tar.gz::https://github.com/opensearch-project/index-management/archive/2.11.0.0.tar.gz
-   sha256sums = 
2bc5485efd2dd304322d5cc4061bd481dc63731f3f421229880f60f639117dad
+   source = 
opensearch-index-management-plugin-2.11.1.0.tar.gz::https://github.com/opensearch-project/index-management/archive/2.11.1.0.tar.gz
+   sha256sums = 
4e708bdeab7a994062d28dd0439f657c7c30c6cf00f62a9cd9ba8eda7117ba5e
 
 pkgname = opensearch-index-management-plugin


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-index-management-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
 pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
 _jdkver=11
 pkgdesc="OpenSearch Index Management Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/index-management/archive/${pkgver}.tar.gz;
 )
-sha256sums=('2bc5485efd2dd304322d5cc4061bd481dc63731f3f421229880f60f639117dad')
+sha256sums=('4e708bdeab7a994062d28dd0439f657c7c30c6cf00f62a9cd9ba8eda7117ba5e')
 
 build() {
   cd "index-management-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-index-management-plugin/-/commit/c7d490c5e2a7ffcab41fac182fc3b15a88da75e7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-index-management-plugin/-/commit/c7d490c5e2a7ffcab41fac182fc3b15a88da75e7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-observability-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-observability-plugin


Commits:
f8420849 by Leonidas Spyropoulos at 2023-12-09T01:01:55+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-observability-plugin
pkgdesc = OpenSearch Dashboards Observability Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/observability/index/
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = opensearch-dashboards-observability-plugin
makedepends = npm
makedepends = python
makedepends = git
-   depends = opensearch-dashboards=2.11.0
+   depends = opensearch-dashboards=2.11.1
depends = gnuplot
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/dashboards-observability.git#tag=2.11.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.0
+   source = 
git+https://github.com/opensearch-project/dashboards-observability.git#tag=2.11.1.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.1
sha256sums = SKIP
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-observability-plugin'
 _pluginname='observability-dashboards-plugin'
-pkgver=2.11.0.0
-_dashboardsver=2.11.0
+pkgver=2.11.1.0
+_dashboardsver=2.11.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Observability Plugin'
 url='https://opensearch.org/docs/latest/observability/index/'
@@ -32,7 +32,7 @@ build() {
   yarn build --skip-archive
 }
 
-# This breaks in release 2.11.0 - check on next one
+# This breaks in release 2.11.1 - check on next one
 # check() {
 #   cd "OpenSearch-Dashboards/plugins/${_pluginname}"
 #   yarn test



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-observability-plugin/-/commit/f8420849ad794d18577ba6a1d2fb914c9bff17d6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-observability-plugin/-/commit/f8420849ad794d18577ba6a1d2fb914c9bff17d6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-observability-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-observability-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-observability-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-httpx][main] upgpkg: 0.25.2-1

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-httpx


Commits:
c23912b0 by Chih-Hsuan Yen at 2023-12-09T14:12:36+08:00
upgpkg: 0.25.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-httpx
pkgdesc = A next generation HTTP client for Python
-   pkgver = 0.25.1
+   pkgver = 0.25.2
pkgrel = 1
url = https://github.com/encode/httpx
arch = any
@@ -35,11 +35,11 @@ pkgbase = python-httpx
optdepends = python-rich: command line client support
optdepends = python-pygments: command line client support
optdepends = python-trio: alternative async library
-   source = 
python-httpx-0.25.1.tar.gz::https://github.com/encode/httpx/archive/0.25.1.tar.gz
+   source = 
python-httpx-0.25.2.tar.gz::https://github.com/encode/httpx/archive/0.25.2.tar.gz
source = uvicorn-test-server-use-h11.diff
-   sha512sums = 
ad67f45162e328dba3d74abc75cdae02cc4da1605e21456fbb2023f9f515efa6ec6c5799927a4a4557cf439819f9b05dc2805002e29b97102dadcf934cbd0e2b
+   sha512sums = 
7e62fcea55b7d0710f6d50581c8dd1ff5ae594a673a9b1cea5c03487eb3402ca96d44c311a9bcef14f20a7faa03462a3fab07edfe1ce2b11ecd66e4f7e1a06d5
sha512sums = 
d3e6a9df365aff5e4e7b724469672c6da9c7e95cc5d79339ebd1ea249236802d81b8792efb0826f89747424fa1bef20d4965ddb75b3b67e9cd320b5fcc738f18
-   b2sums = 
f13340d5b051fa2020c12825c31df8f5566c3900baa54267cf0718eaff35b600186cfee5a0db5d7fd1a86fbb94bb0d164c7c9be3d6508cd30fc2fbc75cc0c833
+   b2sums = 
8ae9fd692341ae3224c73c1f6837489819df1a00e13702a7af72143bf291cfcae23807fd51a6e1092672d0b5595f9557084151f3d07fbdd4e7fce8f5860a879f
b2sums = 
f7fc5aa67d59dfbf544ea2668a5df6449d1cb30f5adf1433d92ebbc0fd10d46fec592f1befe829e126d72240666b9c3ea1f69a9f2cca6f3f4e135a7e454be25d
 
 pkgname = python-httpx


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pkgname=httpx
 pkgname=python-httpx
 # https://github.com/encode/httpx/blob/master/CHANGELOG.md
-pkgver=0.25.1
+pkgver=0.25.2
 pkgrel=1
 pkgdesc="A next generation HTTP client for Python"
 arch=('any')
@@ -30,9 +30,9 @@ checkdepends=('python-pytest-asyncio' 'python-pytest-trio' 
'python-typing_extens
   'python-rich' 'python-chardet')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
 "uvicorn-test-server-use-h11.diff")
-sha512sums=('ad67f45162e328dba3d74abc75cdae02cc4da1605e21456fbb2023f9f515efa6ec6c5799927a4a4557cf439819f9b05dc2805002e29b97102dadcf934cbd0e2b'
+sha512sums=('7e62fcea55b7d0710f6d50581c8dd1ff5ae594a673a9b1cea5c03487eb3402ca96d44c311a9bcef14f20a7faa03462a3fab07edfe1ce2b11ecd66e4f7e1a06d5'
 
'd3e6a9df365aff5e4e7b724469672c6da9c7e95cc5d79339ebd1ea249236802d81b8792efb0826f89747424fa1bef20d4965ddb75b3b67e9cd320b5fcc738f18')
-b2sums=('f13340d5b051fa2020c12825c31df8f5566c3900baa54267cf0718eaff35b600186cfee5a0db5d7fd1a86fbb94bb0d164c7c9be3d6508cd30fc2fbc75cc0c833'
+b2sums=('8ae9fd692341ae3224c73c1f6837489819df1a00e13702a7af72143bf291cfcae23807fd51a6e1092672d0b5595f9557084151f3d07fbdd4e7fce8f5860a879f'
 
'f7fc5aa67d59dfbf544ea2668a5df6449d1cb30f5adf1433d92ebbc0fd10d46fec592f1befe829e126d72240666b9c3ea1f69a9f2cca6f3f4e135a7e454be25d')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/commit/c23912b036528d87a394d2e80d874b1097b141bd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/commit/c23912b036528d87a394d2e80d874b1097b141bd
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-httpx] Pushed new tag 0.25.2-1

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.25.2-1 at Arch Linux / Packaging / Packages / 
python-httpx

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/tree/0.25.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-sql-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-sql-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-sql-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-sql-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-sql-plugin


Commits:
1dd45583 by Leonidas Spyropoulos at 2023-12-08T23:00:56+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = opensearch-sql-plugin
pkgdesc = OpenSearch SQL Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/search-plugins/sql
arch = x86_64
license = Apache
makedepends = java-environment=11
makedepends = unzip
-   depends = opensearch=2.11.0
-   source = 
opensearch-sql-plugin-2.11.0.0.tar.gz::https://github.com/opensearch-project/sql/archive/2.11.0.0.tar.gz
-   sha256sums = 
90e81f9f591d84925c435370ae6ea91218d0add3ea260a8f946c25cb90546134
+   depends = opensearch=2.11.1
+   source = 
opensearch-sql-plugin-2.11.1.0.tar.gz::https://github.com/opensearch-project/sql/archive/2.11.1.0.tar.gz
+   sha256sums = 
5caa4f918a25a5c6d1feb22bde4138f5c8d05913fa7a898b720cedbb89a862e5
 
 pkgname = opensearch-sql-plugin


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-sql-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
 pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
 _jdkver=11
 pkgdesc="OpenSearch SQL Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/sql/archive/${pkgver}.tar.gz;
 )
-sha256sums=('90e81f9f591d84925c435370ae6ea91218d0add3ea260a8f946c25cb90546134')
+sha256sums=('5caa4f918a25a5c6d1feb22bde4138f5c8d05913fa7a898b720cedbb89a862e5')
 
 build() {
   cd "sql-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-sql-plugin/-/commit/1dd45583619e0ea8ce8d5daf84b6fa957a0d774d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-sql-plugin/-/commit/1dd45583619e0ea8ce8d5daf84b6fa957a0d774d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/felix-rs][main] upgpkg: 2.11.0-1: upstream release

2023-12-08 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
felix-rs


Commits:
5cd9447a by Orhun Parmaksız at 2023-12-09T02:05:30+03:00
upgpkg: 2.11.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = felix-rs
pkgdesc = A TUI file manager with Vim-like key mapping
-   pkgver = 2.10.2
+   pkgver = 2.11.0
pkgrel = 1
url = https://github.com/kyoheiu/felix
install = felix-rs.install
@@ -14,7 +14,7 @@ pkgbase = felix-rs
optdepends = zoxide: jump to directories
optdepends = bat: syntax highlighting
options = !lto
-   source = 
felix-rs-2.10.2.tar.gz::https://github.com/kyoheiu/felix/archive/v2.10.2.tar.gz
-   sha512sums = 
9d49e1bb179f9936e096e54bdc807f26bba1aec9472f93ea26da195497be43068ada74a6242be5bff39d887d78cb3347ad0dc608671bf5c918c3adfe6ad78ef3
+   source = 
felix-rs-2.11.0.tar.gz::https://github.com/kyoheiu/felix/archive/v2.11.0.tar.gz
+   sha512sums = 
f0d4d707b72a14c4ca218d1d18e11a22ebd884d60d800a9663e579a3e3b085079f381127d4cf564d56166330f4c28e3afa60ecf99eb2dc2d4139fcb71c22a729
 
 pkgname = felix-rs


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=felix-rs
 _pkgname=felix
-pkgver=2.10.2
+pkgver=2.11.0
 pkgrel=1
 pkgdesc="A TUI file manager with Vim-like key mapping"
 arch=('x86_64')
@@ -17,7 +17,7 @@ optdepends=('chafa: preview images'
 checkdepends=('zoxide')
 install="$pkgname.install"
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('9d49e1bb179f9936e096e54bdc807f26bba1aec9472f93ea26da195497be43068ada74a6242be5bff39d887d78cb3347ad0dc608671bf5c918c3adfe6ad78ef3')
+sha512sums=('f0d4d707b72a14c4ca218d1d18e11a22ebd884d60d800a9663e579a3e3b085079f381127d4cf564d56166330f4c28e3afa60ecf99eb2dc2d4139fcb71c22a729')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/felix-rs/-/commit/5cd9447ac6746a74f1f6596b3f911bc435fbfff6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/felix-rs/-/commit/5cd9447ac6746a74f1f6596b3f911bc435fbfff6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/felix-rs] Pushed new tag 2.11.0-1

2023-12-08 Thread @orhun


Orhun Parmaksız pushed new tag 2.11.0-1 at Arch Linux / Packaging / Packages / 
felix-rs

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/felix-rs/-/tree/2.11.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-alerting-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-alerting-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-alerting-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-alerting-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-alerting-plugin


Commits:
d262351f by Leonidas Spyropoulos at 2023-12-09T00:30:59+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = opensearch-alerting-plugin
pkgdesc = OpenSearch Alerting Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://docs-beta.opensearch.org/monitoring-plugins/alerting
arch = x86_64
license = Apache
makedepends = java-environment=11
makedepends = unzip
-   depends = opensearch=2.11.0
+   depends = opensearch=2.11.1
depends = opensearch-notifications-plugin
-   source = 
opensearch-alerting-plugin-2.11.0.0.tar.gz::https://github.com/opensearch-project/alerting/archive/2.11.0.0.tar.gz
-   sha256sums = 
f37c71f5ccaa42a174773a71d6fa5f7cd6b66a5a9fc7f07282cfcbb970216af0
+   source = 
opensearch-alerting-plugin-2.11.1.0.tar.gz::https://github.com/opensearch-project/alerting/archive/2.11.1.0.tar.gz
+   sha256sums = 
75b4755c6b0d835210d64c5344a89585f98f22d6065171666ecb8f25303b1286
 
 pkgname = opensearch-alerting-plugin


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-alerting-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
 pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
 _jdkver=11
 pkgdesc="OpenSearch Alerting Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/alerting/archive/${pkgver}.tar.gz;
 )
-sha256sums=('f37c71f5ccaa42a174773a71d6fa5f7cd6b66a5a9fc7f07282cfcbb970216af0')
+sha256sums=('75b4755c6b0d835210d64c5344a89585f98f22d6065171666ecb8f25303b1286')
 
 build() {
   cd "alerting-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-alerting-plugin/-/commit/d262351f8754e36478a3cc40690ca6d81246226f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-alerting-plugin/-/commit/d262351f8754e36478a3cc40690ca6d81246226f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-anomaly-detection-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-anomaly-detection-plugin


Commits:
85078b26 by Leonidas Spyropoulos at 2023-12-09T00:40:00+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-anomaly-detection-plugin
pkgdesc = OpenSearch Dashboards Anomaly Detection Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/monitoring-plugins/ad/index/
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = opensearch-dashboards-anomaly-detection-plugin
makedepends = npm
makedepends = python
makedepends = git
-   depends = opensearch-dashboards=2.11.0
+   depends = opensearch-dashboards=2.11.1
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git#tag=2.11.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.0
+   source = 
git+https://github.com/opensearch-project/anomaly-detection-dashboards-plugin.git#tag=2.11.1.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.1
sha256sums = SKIP
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-anomaly-detection-plugin'
 _pluginname='anomaly-detection-dashboards-plugin'
-pkgver=2.11.0.0
-_dashboardsver=2.11.0
+pkgver=2.11.1.0
+_dashboardsver=2.11.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Anomaly Detection Plugin'
 url='https://opensearch.org/docs/latest/monitoring-plugins/ad/index/'
@@ -34,7 +34,7 @@ build() {
   yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
 }
 
-# This breaks in release 2.11.0 - check on next one
+# This breaks in release 2.11.1 - check on next one
 # check() {
 #   cd "OpenSearch-Dashboards/plugins/${_pluginname}"
 #   yarn test:jest



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/commit/85078b2645d3ab1ef918a2cb1a1d6e4faed5ee4f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/commit/85078b2645d3ab1ef918a2cb1a1d6e4faed5ee4f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-alerting-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-alerting-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-alerting-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-alerting-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-alerting-plugin


Commits:
b08ff5fb by Leonidas Spyropoulos at 2023-12-09T01:39:55+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-alerting-plugin
pkgdesc = OpenSearch Dashboards Alerting Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/monitoring-plugins/alerting
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = opensearch-dashboards-alerting-plugin
makedepends = npm
makedepends = python
makedepends = git
-   depends = opensearch-dashboards=2.11.0
+   depends = opensearch-dashboards=2.11.1
depends = opensearch-dashboards-notifications-plugin
depends = coffeescript
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/alerting-dashboards-plugin.git#tag=2.11.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.0
+   source = 
git+https://github.com/opensearch-project/alerting-dashboards-plugin.git#tag=2.11.1.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.1
source = skip-failed-test.patch
sha256sums = SKIP
sha256sums = SKIP


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-alerting-plugin'
 _pluginname='alerting-dashboards-plugin'
-pkgver=2.11.0.0
-_dashboardsver=2.11.0
+pkgver=2.11.1.0
+_dashboardsver=2.11.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Alerting Plugin'
 url='https://opensearch.org/docs/latest/monitoring-plugins/alerting'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-alerting-plugin/-/commit/b08ff5fb3edf84e6a7e53ef90e5c684fdf7a1a76

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-alerting-plugin/-/commit/b08ff5fb3edf84e6a7e53ef90e5c684fdf7a1a76
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdata][main] upgpkg: 0.377-1: update to latest version

2023-12-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdata


Commits:
7fc16589 by Tobias Powalowski at 2023-12-09T08:54:06+01:00
upgpkg: 0.377-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = hwdata
pkgdesc = hardware identification databases
-   pkgver = 0.376
+   pkgver = 0.377
pkgrel = 1
url = https://github.com/vcrhonek/hwdata
arch = any
license = GPL-2.0-or-later
makedepends = git
replaces = hwids
-   source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.376?signed
+   source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.377-2?signed
validpgpkeys = 3C40194FB79138CE0F78FD4919C2F062574F5403
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdata
-pkgver=0.376
+pkgver=0.377
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')
@@ -8,7 +8,7 @@ replaces=('hwids')
 url=https://github.com/vcrhonek/hwdata
 license=('GPL-2.0-or-later')
 arch=('any')
-source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed;)
+source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}-2?signed;)
 validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
 sha256sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/7fc16589fa9fa76ff67bfcfd532498373e1a4653

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/7fc16589fa9fa76ff67bfcfd532498373e1a4653
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdata] Pushed new tag 0.377-1

2023-12-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 0.377-1 at Arch Linux / Packaging / Packages / 
hwdata

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/tree/0.377-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-notifications-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-notifications-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-notifications-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-notifications-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-notifications-plugin


Commits:
4f255013 by Leonidas Spyropoulos at 2023-12-08T22:44:50+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = opensearch-notifications-plugin
pkgdesc = OpenSearch Notifications Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/notifications-plugin/index/
arch = x86_64
license = Apache
makedepends = java-environment=11
makedepends = unzip
-   depends = opensearch=2.11.0
-   source = 
opensearch-notifications-plugin-2.11.0.0.tar.gz::https://github.com/opensearch-project/notifications/archive/2.11.0.0.tar.gz
-   sha256sums = 
6f1172f43aa330cc316e380a451569b622386d324990935d414296421d1dc44b
+   depends = opensearch=2.11.1
+   source = 
opensearch-notifications-plugin-2.11.1.0.tar.gz::https://github.com/opensearch-project/notifications/archive/2.11.1.0.tar.gz
+   sha256sums = 
5cf437cff4707c22cbe143730e9898b83588d5ccaf6d9da071e06fa3114b7d81
 
 pkgname = opensearch-notifications-plugin


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kronotificationsinger 
 
 pkgname=opensearch-notifications-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
 pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
 _jdkver=11
 pkgdesc="OpenSearch Notifications Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/notifications/archive/${pkgver}.tar.gz;
 )
-sha256sums=('6f1172f43aa330cc316e380a451569b622386d324990935d414296421d1dc44b')
+sha256sums=('5cf437cff4707c22cbe143730e9898b83588d5ccaf6d9da071e06fa3114b7d81')
 
 build() {
   cd "notifications-${pkgver}/notifications"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-notifications-plugin/-/commit/4f25501390713ddb50691bea7031172b24adb0cf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-notifications-plugin/-/commit/4f25501390713ddb50691bea7031172b24adb0cf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-reports-scheduler-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-reports-scheduler-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-reports-scheduler-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-reports-scheduler-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-reports-scheduler-plugin


Commits:
01df344d by Leonidas Spyropoulos at 2023-12-08T22:54:33+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = opensearch-reports-scheduler-plugin
pkgdesc = OpenSearch Reports Scheduler Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/dashboards/reporting
arch = x86_64
license = Apache
makedepends = java-environment=11
makedepends = unzip
-   depends = opensearch=2.11.0
-   source = 
opensearch-reports-scheduler-plugin-2.11.0.0.tar.gz::https://github.com/opensearch-project/reporting/archive/2.11.0.0.tar.gz
-   sha256sums = 
6af4323db8290f1f3b37787865c9e33c37bd672791a80cb3547824c7c2c81c04
+   depends = opensearch=2.11.1
+   source = 
opensearch-reports-scheduler-plugin-2.11.1.0.tar.gz::https://github.com/opensearch-project/reporting/archive/2.11.1.0.tar.gz
+   sha256sums = 
6cfc26a1e1eaeb7fdfd463a9db7118573045cfc14f016830ec929643c18e476c
 
 pkgname = opensearch-reports-scheduler-plugin


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-reports-scheduler-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
 pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
 _jdkver=11
 pkgdesc="OpenSearch Reports Scheduler Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/reporting/archive/${pkgver}.tar.gz;
 )
-sha256sums=('6af4323db8290f1f3b37787865c9e33c37bd672791a80cb3547824c7c2c81c04')
+sha256sums=('6cfc26a1e1eaeb7fdfd463a9db7118573045cfc14f016830ec929643c18e476c')
 
 build() {
   cd "reporting-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-reports-scheduler-plugin/-/commit/01df344d2a93936f8543d29e77007a8363ad0d24

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-reports-scheduler-plugin/-/commit/01df344d2a93936f8543d29e77007a8363ad0d24
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-security-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-security-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-security-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-security-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-security-plugin


Commits:
08a2a54c by Leonidas Spyropoulos at 2023-12-09T01:31:01+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-security-plugin
pkgdesc = OpenSearch Dashboards Security Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/security-plugin
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = opensearch-dashboards-security-plugin
makedepends = npm
makedepends = python
makedepends = git
-   depends = opensearch-dashboards=2.11.0
+   depends = opensearch-dashboards=2.11.1
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/security-dashboards-plugin.git#tag=2.11.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.0
+   source = 
git+https://github.com/opensearch-project/security-dashboards-plugin.git#tag=2.11.1.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.1
sha256sums = SKIP
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-security-plugin'
 _pluginname='security-dashboards-plugin'
-pkgver=2.11.0.0
-_dashboardsver=2.11.0
+pkgver=2.11.1.0
+_dashboardsver=2.11.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Security Plugin'
 url='https://opensearch.org/docs/latest/security-plugin'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-security-plugin/-/commit/08a2a54c8ed6fdae2ad6943ee870c908bdf25176

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-security-plugin/-/commit/08a2a54c8ed6fdae2ad6943ee870c908bdf25176
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-knn-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-knn-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-knn-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-knn-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-knn-plugin


Commits:
9a2c6bbe by Leonidas Spyropoulos at 2023-12-08T22:48:41+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = opensearch-knn-plugin
pkgdesc = OpenSearch Index Management Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/search-plugins/knn
arch = x86_64
license = Apache
makedepends = java-environment=11
makedepends = unzip
-   depends = opensearch=2.11.0
-   source = 
opensearch-knn-plugin-2.11.0.0.tar.gz::https://github.com/opensearch-project/k-NN/archive/2.11.0.0.tar.gz
-   sha256sums = 
eda3676056c01cc247e6ab038b0e4f7d183228f8946168d5e74712a3574728f2
+   depends = opensearch=2.11.1
+   source = 
opensearch-knn-plugin-2.11.1.0.tar.gz::https://github.com/opensearch-project/k-NN/archive/2.11.1.0.tar.gz
+   sha256sums = 
17efbb9997a51caeef50897a63871ba911c58ca0004006e87c80c39a4a7ce4cd
 
 pkgname = opensearch-knn-plugin


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-knn-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
 pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
 _jdkver=11
 pkgdesc="OpenSearch Index Management Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/k-NN/archive/${pkgver}.tar.gz;
 )
-sha256sums=('eda3676056c01cc247e6ab038b0e4f7d183228f8946168d5e74712a3574728f2')
+sha256sums=('17efbb9997a51caeef50897a63871ba911c58ca0004006e87c80c39a4a7ce4cd')
 
 build() {
   cd "k-NN-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-knn-plugin/-/commit/9a2c6bbecc7cb480c6c562740dc05a533767fbc4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-knn-plugin/-/commit/9a2c6bbecc7cb480c6c562740dc05a533767fbc4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/git-warp-time][main] upgpkg: 0.7.0-1

2023-12-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
git-warp-time


Commits:
71384526 by Caleb Maclennan at 2023-12-09T02:48:56+03:00
upgpkg: 0.7.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = git-warp-time
pkgdesc = reset timestamps of Git repository files to the time of the 
last modifying commit
-   pkgver = 0.6.1
+   pkgver = 0.7.0
pkgrel = 1
url = https://github.com/alerque/git-warp-time
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = git-warp-time
depends = gcc-libs
depends = glibc
depends = libgit2.so
-   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.6.1/git-warp-time-0.6.1.tar.xz
-   sha256sums = 
1f443ee5b218568e7d1db567bf633f8a4dc1a9a3293918ed329023b381c94efb
+   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.0/git-warp-time-0.7.0.tar.xz
+   sha256sums = 
c7de82bd847510215245dfe79c36ecefa48849b254a96311b5c780ed51c28163
 
 pkgname = git-warp-time


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=git-warp-time
-pkgver=0.6.1
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='reset timestamps of Git repository files to the time of the last 
modifying commit'
 arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(cargo
  jq)
 _archive="$pkgname-$pkgver"
 source=("$url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('1f443ee5b218568e7d1db567bf633f8a4dc1a9a3293918ed329023b381c94efb')
+sha256sums=('c7de82bd847510215245dfe79c36ecefa48849b254a96311b5c780ed51c28163')
 
 prepare() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/71384526a5a183445f1fba73f945bd7b72cb79d0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/71384526a5a183445f1fba73f945bd7b72cb79d0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/git-warp-time] Pushed new tag 0.7.0-1

2023-12-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.7.0-1 at Arch Linux / Packaging / Packages / 
git-warp-time

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/tree/0.7.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-gantt-chart-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-gantt-chart-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-gantt-chart-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-gantt-chart-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-gantt-chart-plugin


Commits:
561e2cfc by Leonidas Spyropoulos at 2023-12-09T00:45:03+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-gantt-chart-plugin
pkgdesc = OpenSearch Dashboards Gantt Chart Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/dashboards/gantt/
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = opensearch-dashboards-gantt-chart-plugin
makedepends = npm
makedepends = python
makedepends = git
-   depends = opensearch-dashboards=2.11.0
+   depends = opensearch-dashboards=2.11.1
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/dashboards-visualizations.git#tag=2.11.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.0
+   source = 
git+https://github.com/opensearch-project/dashboards-visualizations.git#tag=2.11.1.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.1
sha256sums = SKIP
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-gantt-chart-plugin'
 _pluginname='gantt-chart-dashboards-plugin'
-pkgver=2.11.0.0
-_dashboardsver=2.11.0
+pkgver=2.11.1.0
+_dashboardsver=2.11.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Gantt Chart Plugin'
 url='https://opensearch.org/docs/latest/dashboards/gantt/'
@@ -25,7 +25,7 @@ prepare() {
   sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" 
"OpenSearch-Dashboards/package.json"
 
   # https://github.com/opensearch-project/dashboards-visualizations/issues/146
-  sed -i "s/  \"opensearchDashboardsVersion\": \"2.4.0\",/  
\"opensearchDashboardsVersion\": \"2.11.0\",/" 
"dashboards-visualizations/gantt-chart/opensearch_dashboards.json"
+  sed -i "s/  \"opensearchDashboardsVersion\": \"2.4.0\",/  
\"opensearchDashboardsVersion\": \"2.11.1\",/" 
"dashboards-visualizations/gantt-chart/opensearch_dashboards.json"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-gantt-chart-plugin/-/commit/561e2cfc6bac085ab26d207b8210a93b6b8e1ac1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-gantt-chart-plugin/-/commit/561e2cfc6bac085ab26d207b8210a93b6b8e1ac1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-query-workbench-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-query-workbench-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-query-workbench-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-query-workbench-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-query-workbench-plugin


Commits:
f450f89d by Leonidas Spyropoulos at 2023-12-09T01:09:39+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-query-workbench-plugin
pkgdesc = OpenSearch Dashboards Query Workbench Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/query-workbench/index/
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = opensearch-dashboards-query-workbench-plugin
makedepends = npm
makedepends = python
makedepends = git
-   depends = opensearch-dashboards=2.11.0
+   depends = opensearch-dashboards=2.11.1
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/dashboards-query-workbench.git#tag=2.11.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.0
+   source = 
git+https://github.com/opensearch-project/dashboards-query-workbench.git#tag=2.11.1.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.1
sha256sums = SKIP
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-query-workbench-plugin'
 _pluginname='query-workbench-dashboards-plugin'
-pkgver=2.11.0.0
-_dashboardsver=2.11.0
+pkgver=2.11.1.0
+_dashboardsver=2.11.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
 url='https://opensearch.org/docs/latest/query-workbench/index/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-query-workbench-plugin/-/commit/f450f89d85a9005c16b83bfb9747d924c5c54dc4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-query-workbench-plugin/-/commit/f450f89d85a9005c16b83bfb9747d924c5c54dc4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-index-management-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-index-management-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-index-management-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-index-management-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-index-management-plugin


Commits:
24474e45 by Leonidas Spyropoulos at 2023-12-09T01:45:59+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-index-management-plugin
pkgdesc = OpenSearch Dashboards Index Management Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/im-plugin/index/
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = opensearch-dashboards-index-management-plugin
makedepends = npm
makedepends = python
makedepends = git
-   depends = opensearch-dashboards=2.11.0
+   depends = opensearch-dashboards=2.11.1
depends = opensearch-dashboards-notifications-plugin
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/index-management-dashboards-plugin.git#tag=2.11.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.0
+   source = 
git+https://github.com/opensearch-project/index-management-dashboards-plugin.git#tag=2.11.1.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.1
sha256sums = SKIP
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-index-management-plugin'
 _pluginname='index-management-dashboards-plugin'
-pkgver=2.11.0.0
-_dashboardsver=2.11.0
+pkgver=2.11.1.0
+_dashboardsver=2.11.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Index Management Plugin'
 url='https://opensearch.org/docs/latest/im-plugin/index/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-index-management-plugin/-/commit/24474e4556664a19a47e459e232b982fb1ac2cfb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-index-management-plugin/-/commit/24474e4556664a19a47e459e232b982fb1ac2cfb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-httpcore][main] 2 commits: Allow anyio 3.x

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-httpcore


Commits:
ad7129aa by Chih-Hsuan Yen at 2023-11-30T14:30:41+08:00
Allow anyio 3.x

Also moves to a more reliable way for overriding -Werror

- - - - -
84cfa00b by Chih-Hsuan Yen at 2023-12-09T14:07:23+08:00
upgpkg: 1.0.2-2

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + allow-older-anyio.diff


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-httpcore
pkgdesc = A minimal HTTP client
pkgver = 1.0.2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/encode/httpcore
arch = any
license = BSD
@@ -25,6 +25,8 @@ pkgbase = python-httpcore
optdepends = python-trio: for trio backend
optdepends = python-sniffio: for async support
source = 
python-httpcore-1.0.2.tar.gz::https://github.com/encode/httpcore/archive/1.0.2.tar.gz
+   source = allow-older-anyio.diff
sha512sums = 
6fc0c686b0b02b1e822550c18a7a90d2501f9d530598511877ee8cb09a0bdc4d56afe48cbb5fab5f8c1a12ea443055fe2a081b990fa4270f84db8197646b4979
+   sha512sums = 
5be9cca027e67dafad716ffd68001f2eb4560e71cd213c0c4833c985313ced0cff50e924a54a3773732a3909a75e842ddf3c0b9ecaea5015dea9f934837a2e61
 
 pkgname = python-httpcore


=
PKGBUILD
=
@@ -5,7 +5,7 @@ _pkgname=httpcore
 pkgname=python-httpcore
 # https://github.com/encode/httpcore/blob/master/CHANGELOG.md
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A minimal HTTP client"
 arch=('any')
 url="https://github.com/encode/${_pkgname};
@@ -22,14 +22,15 @@ optdepends=(
 makedepends=('python-build' 'python-installer' 'python-hatchling' 
'python-hatch-fancy-pypi-readme'
  'python-h2' 'python-socksio' 'python-trio' 'python-anyio' 
'python-sniffio')
 checkdepends=('python-pytest-httpbin' 'python-pytest-trio')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('6fc0c686b0b02b1e822550c18a7a90d2501f9d530598511877ee8cb09a0bdc4d56afe48cbb5fab5f8c1a12ea443055fe2a081b990fa4270f84db8197646b4979')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+"allow-older-anyio.diff")
+sha512sums=('6fc0c686b0b02b1e822550c18a7a90d2501f9d530598511877ee8cb09a0bdc4d56afe48cbb5fab5f8c1a12ea443055fe2a081b990fa4270f84db8197646b4979'
+
'5be9cca027e67dafad716ffd68001f2eb4560e71cd213c0c4833c985313ced0cff50e924a54a3773732a3909a75e842ddf3c0b9ecaea5015dea9f934837a2e61')
 
 prepare() {
 cd ${_pkgname}-${pkgver}
 
-# disable -Werror, which often causes failures due to newer dependencies 
in Arch
-sed -i '/filterwarnings/d' pyproject.toml
+patch -Np1 -i ../allow-older-anyio.diff
 }
 
 build() {
@@ -44,7 +45,8 @@ check() {
 # raise open files limits, many tests will fail otherwise
 ulimit -S -n 4096
 
-python -m pytest
+# Overrides -Werror via -Wdefault, as the former often causes failures due 
to newer dependencies in Arch
+python -m pytest -Wdefault
 }
 
 package() {


=
allow-older-anyio.diff
=
@@ -0,0 +1,11 @@
+--- a/pyproject.toml   2023-11-30 14:14:32.171578063 +0800
 b/pyproject.toml   2023-11-30 14:14:38.721407840 +0800
+@@ -44,7 +44,7 @@
+ "trio>=0.22.0,<0.23.0",
+ ]
+ asyncio = [
+-"anyio>=4.0,<5.0",
++"anyio>=3.0,<5.0",
+ ]
+ 
+ [project.urls]



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpcore/-/compare/8f0cbf999e16cbc67f68fc6c743b82b77ea4b6c2...84cfa00be2468dfeed679aa61ec39c727d51ab3c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpcore/-/compare/8f0cbf999e16cbc67f68fc6c743b82b77ea4b6c2...84cfa00be2468dfeed679aa61ec39c727d51ab3c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-httpcore] Pushed new tag 1.0.2-2

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.0.2-2 at Arch Linux / Packaging / Packages / 
python-httpcore

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpcore/-/tree/1.0.2-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-neural-search-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-neural-search-plugin


Commits:
7e79f853 by Leonidas Spyropoulos at 2023-12-08T22:39:45+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = opensearch-neural-search-plugin
pkgdesc = OpenSearch Neural Search Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://github.com/opensearch-project/neural-search
arch = x86_64
license = Apache
makedepends = java-environment=11
makedepends = unzip
-   depends = opensearch=2.11.0
-   source = 
opensearch-neural-search-plugin-2.11.0.0.tar.gz::https://github.com/opensearch-project/neural-search/archive/2.11.0.0.tar.gz
-   sha256sums = 
bf3c4a962fea42660151cb2a259369bc9d89df1051d517983603d2671f5074d9
+   depends = opensearch=2.11.1
+   source = 
opensearch-neural-search-plugin-2.11.1.0.tar.gz::https://github.com/opensearch-project/neural-search/archive/2.11.1.0.tar.gz
+   sha256sums = 
355ec3d43102f0632569020439d178ebeccfe4d2554e116dc66737af2d4740ea
 
 pkgname = opensearch-neural-search-plugin


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-neural-search-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
 pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
 _jdkver=11
 pkgdesc="OpenSearch Neural Search Plugin"
 arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=("java-environment=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/neural-search/archive/${pkgver}.tar.gz;
 )
-sha256sums=('bf3c4a962fea42660151cb2a259369bc9d89df1051d517983603d2671f5074d9')
+sha256sums=('355ec3d43102f0632569020439d178ebeccfe4d2554e116dc66737af2d4740ea')
 
 build() {
   cd "neural-search-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-neural-search-plugin/-/commit/7e79f8533c7ac7af7bbb67bb3655a778319d8814

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-neural-search-plugin/-/commit/7e79f8533c7ac7af7bbb67bb3655a778319d8814
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-neural-search-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-neural-search-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-neural-search-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-maps-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-maps-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-maps-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-maps-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-maps-plugin


Commits:
d82e7728 by Leonidas Spyropoulos at 2023-12-09T00:49:35+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-maps-plugin
pkgdesc = OpenSearch Dashboards Maps Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = opensearch-dashboards-maps-plugin
makedepends = yarn
makedepends = npm
makedepends = git
-   depends = opensearch-dashboards=2.11.0
+   depends = opensearch-dashboards=2.11.1
depends = coffeescript
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/dashboards-maps.git#tag=2.11.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.0
+   source = 
git+https://github.com/opensearch-project/dashboards-maps.git#tag=2.11.1.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.1
sha256sums = SKIP
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-maps-plugin'
 _pluginname='dashboards-maps'
-pkgver=2.11.0.0
-_dashboardsver=2.11.0
+pkgver=2.11.1.0
+_dashboardsver=2.11.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Maps Plugin'
 url='https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-maps-plugin/-/commit/d82e77288294730988f51947b0ecb35783c080b9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-maps-plugin/-/commit/d82e77288294730988f51947b0ecb35783c080b9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-hardened] Pushed new tag 6.5.13.hardened2-1

2023-12-08 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 6.5.13.hardened2-1 at Arch Linux / Packaging / 
Packages / linux-hardened

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-hardened/-/tree/6.5.13.hardened2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-hardened][main] upgpkg: 6.5.13.hardened2-1

2023-12-08 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
linux-hardened


Commits:
a6b2bd34 by Levente Polyak at 2023-12-09T04:10:45+01:00
upgpkg: 6.5.13.hardened2-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- config


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = linux-hardened
pkgdesc = Security-Hardened Linux
-   pkgver = 6.5.13.hardened1
+   pkgver = 6.5.13.hardened2
pkgrel = 1
url = https://github.com/anthraxx/linux-hardened
arch = x86_64
@@ -21,22 +21,22 @@ pkgbase = linux-hardened
options = !strip
source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.13.tar.xz
source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.13.tar.sign
-   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.5.13-hardened1/linux-hardened-6.5.13-hardened1.patch
-   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.5.13-hardened1/linux-hardened-6.5.13-hardened1.patch.sig
+   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.5.13-hardened2/linux-hardened-6.5.13-hardened2.patch
+   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.5.13-hardened2/linux-hardened-6.5.13-hardened2.patch.sig
source = config
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = E240B57E2C4630BA768E2F26FC1B547C8D8172C8
sha256sums = 
78fbd43822f4c56bc16e89e8874767f592532e1a0ffcd1af4dd279559b5fcbb5
sha256sums = SKIP
-   sha256sums = 
71ce9971becce480676031ef6be467d1839ee50875ee14a09054b627b0f246ba
+   sha256sums = 
8f5e75f5d0fcc21b0be027093e6df96c917f704d92b2acd7bb7d6465e04eb176
sha256sums = SKIP
-   sha256sums = 
8ad3a82f2cddafd055aa605e95049bc57caf4ad3ee441a596b30853faeb0ff43
+   sha256sums = 
b64eb0b0a93c31e4539c9eb8f4fab3f58643331c7985914fda4d1a23f002269f
b2sums = 
e21f8d6b28c3d3fdd2ad9b9efd25b8186c68a515b29ea236cbc2f6669777ed2aed3a089df270d78e912cb520848479a99b2561920b1b809ff7ef6c460b843e1a
b2sums = SKIP
-   b2sums = 
7e4c920040f2685a84fa3ca6bd7b36e402a4af198d39a81947b55ab836d82538d95fcfb345cf7c6136baa0349b839baa7b2dbd3888db0296aba7c7c9345c0d3d
+   b2sums = 
7ffdb604ddb7fc84db7e6ca4d1a550f8544946e4a0632551f810499ef46b6938fe7d04b14084fe0d54b4ad93832acbcf7b65cdebbe4190945524b0650bbdefe5
b2sums = SKIP
-   b2sums = 
f34a40ae6abd796c0cf0d4de064dff7c5227e3fbcec18eb8cd9f42a35dec64fce653ff00c1ec9e82e8e3b3a97a2938510a20fb3e5be09e38b96dcf1b47ca71c0
+   b2sums = 
4ec90e08a6f02b99aba6917a7015fb5518e98162b361fcd70e3d3c3e36a8b25c3e00df023ddae264e7fc6133d49ed147ac89771595d6897a45b3430178712812
 
 pkgname = linux-hardened
pkgdesc = The Security-Hardened Linux kernel and modules


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=6.5.13.hardened1
+pkgver=6.5.13.hardened2
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -43,14 +43,14 @@ validpgpkeys=(
 # https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
 sha256sums=('78fbd43822f4c56bc16e89e8874767f592532e1a0ffcd1af4dd279559b5fcbb5'
 'SKIP'
-'71ce9971becce480676031ef6be467d1839ee50875ee14a09054b627b0f246ba'
+'8f5e75f5d0fcc21b0be027093e6df96c917f704d92b2acd7bb7d6465e04eb176'
 'SKIP'
-'8ad3a82f2cddafd055aa605e95049bc57caf4ad3ee441a596b30853faeb0ff43')
+'b64eb0b0a93c31e4539c9eb8f4fab3f58643331c7985914fda4d1a23f002269f')
 
b2sums=('e21f8d6b28c3d3fdd2ad9b9efd25b8186c68a515b29ea236cbc2f6669777ed2aed3a089df270d78e912cb520848479a99b2561920b1b809ff7ef6c460b843e1a'
 'SKIP'
-
'7e4c920040f2685a84fa3ca6bd7b36e402a4af198d39a81947b55ab836d82538d95fcfb345cf7c6136baa0349b839baa7b2dbd3888db0296aba7c7c9345c0d3d'
+
'7ffdb604ddb7fc84db7e6ca4d1a550f8544946e4a0632551f810499ef46b6938fe7d04b14084fe0d54b4ad93832acbcf7b65cdebbe4190945524b0650bbdefe5'
 'SKIP'
-
'f34a40ae6abd796c0cf0d4de064dff7c5227e3fbcec18eb8cd9f42a35dec64fce653ff00c1ec9e82e8e3b3a97a2938510a20fb3e5be09e38b96dcf1b47ca71c0')
+
'4ec90e08a6f02b99aba6917a7015fb5518e98162b361fcd70e3d3c3e36a8b25c3e00df023ddae264e7fc6133d49ed147ac89771595d6897a45b3430178712812')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase


=
config
=
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.5.13-hardened1 Kernel Configuration
+# Linux/x86 6.5.13-hardened2 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
 CONFIG_CC_IS_GCC=y



View it on GitLab: 

[Git][archlinux/packaging/packages/opensearch-performance-analyzer-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-performance-analyzer-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-performance-analyzer-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-performance-analyzer-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-performance-analyzer-plugin


Commits:
905bef00 by Leonidas Spyropoulos at 2023-12-08T22:52:56+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-performance-analyzer-plugin
pkgdesc = OpenSearch Performance Analyzer Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/monitoring-plugins/pa
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = opensearch-performance-analyzer-plugin
makedepends = java-environment=11
makedepends = unzip
makedepends = git
-   depends = opensearch=2.11.0
-   source = 
opensearch-performance-analyzer-plugin-2.11.0.0.tar.gz::https://github.com/opensearch-project/performance-analyzer/archive/2.11.0.0.tar.gz
+   depends = opensearch=2.11.1
+   source = 
opensearch-performance-analyzer-plugin-2.11.1.0.tar.gz::https://github.com/opensearch-project/performance-analyzer/archive/2.11.1.0.tar.gz
source = 
git+https://github.com/opensearch-project/performance-analyzer-rca.git#branch=2.11
-   sha256sums = 
46f5d25c8303bd10b5512f9e15f5f52c4cc0bc8ad6ca3e841d5cdde13e6f
+   sha256sums = 
014fed9794619f43f0fa6fd8182ae159da42b91ea89e22fd4eb8bad18e9b
sha256sums = SKIP
 
 pkgname = opensearch-performance-analyzer-plugin


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-performance-analyzer-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
 pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
 _jdkver=11
 _rcaver="$(echo -n "${_opensearchver}" | sed 's/\.[0-9]\+$//')"
 pkgdesc="OpenSearch Performance Analyzer Plugin"
@@ -16,7 +16,7 @@ source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/performance-analyzer/archive/${pkgver}.tar.gz;
   
"git+https://github.com/opensearch-project/performance-analyzer-rca.git#branch=${_rcaver};
 )
-sha256sums=('46f5d25c8303bd10b5512f9e15f5f52c4cc0bc8ad6ca3e841d5cdde13e6f'
+sha256sums=('014fed9794619f43f0fa6fd8182ae159da42b91ea89e22fd4eb8bad18e9b'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-performance-analyzer-plugin/-/commit/905bef001d1788edbbe95dd365502248772ed078

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-performance-analyzer-plugin/-/commit/905bef001d1788edbbe95dd365502248772ed078
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-security-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-security-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-security-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-security-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-security-plugin


Commits:
d98dc559 by Leonidas Spyropoulos at 2023-12-08T22:56:27+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-security-plugin
pkgdesc = OpenSearch Security Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/security-plugin
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = opensearch-security-plugin
makedepends = java-environment=11
makedepends = unzip
makedepends = git
-   depends = opensearch=2.11.0
-   source = 
git+https://github.com/opensearch-project/security.git#tag=2.11.0.0
+   depends = opensearch=2.11.1
+   source = 
git+https://github.com/opensearch-project/security.git#tag=2.11.1.0
sha256sums = SKIP
 
 pkgname = opensearch-security-plugin


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-security-plugin
-pkgver=2.11.0.0
+pkgver=2.11.1.0
 pkgrel=1
-_opensearchver=2.11.0
+_opensearchver=2.11.1
 _jdkver=11
 pkgdesc="OpenSearch Security Plugin"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-security-plugin/-/commit/d98dc559242bebb6673561bac76af856c62978b9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-security-plugin/-/commit/d98dc559242bebb6673561bac76af856c62978b9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-semver-checks][main] upgpkg: 0.26.0-1: upstream release

2023-12-08 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-semver-checks


Commits:
05d996ce by Orhun Parmaksız at 2023-12-09T02:24:03+03:00
upgpkg: 0.26.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-semver-checks
pkgdesc = Scan your Rust crate for semver violations
-   pkgver = 0.25.0
+   pkgver = 0.26.0
pkgrel = 1
url = https://github.com/obi1kenobi/cargo-semver-checks
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = cargo-semver-checks
depends = openssl
depends = zlib
options = !lto
-   source = 
cargo-semver-checks::git+https://github.com/obi1kenobi/cargo-semver-checks.git#commit=0279dd18f1bccce27890b946822112d1269383de
+   source = 
cargo-semver-checks::git+https://github.com/obi1kenobi/cargo-semver-checks.git#commit=0d1e24f04b2522ea1d2167e98b0575f775f2aa7a
sha512sums = SKIP
 
 pkgname = cargo-semver-checks


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: KokaKiwi 
 
 pkgname=cargo-semver-checks
-pkgver=0.25.0
-_commit=0279dd18f1bccce27890b946822112d1269383de
+pkgver=0.26.0
+_commit=0d1e24f04b2522ea1d2167e98b0575f775f2aa7a
 pkgrel=1
 pkgdesc='Scan your Rust crate for semver violations'
 url='https://github.com/obi1kenobi/cargo-semver-checks'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-semver-checks/-/commit/05d996ce1db7a79f835f391535961872b399061f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-semver-checks/-/commit/05d996ce1db7a79f835f391535961872b399061f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-semver-checks] Pushed new tag 0.26.0-1

2023-12-08 Thread @orhun


Orhun Parmaksız pushed new tag 0.26.0-1 at Arch Linux / Packaging / Packages / 
cargo-semver-checks

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-semver-checks/-/tree/0.26.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-reports-plugin] Pushed new tag 2.11.1.0-1

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.11.1.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-reports-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-reports-plugin/-/tree/2.11.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-reports-plugin][main] upgpkg: 2.11.1.0-1: new upstream release

2023-12-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-reports-plugin


Commits:
517f9082 by Leonidas Spyropoulos at 2023-12-09T01:24:59+00:00
upgpkg: 2.11.1.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-reports-plugin
pkgdesc = OpenSearch Dashboards Reports Plugin
-   pkgver = 2.11.0.0
+   pkgver = 2.11.1.0
pkgrel = 1
url = https://opensearch.org/docs/latest/dashboards/reporting
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = opensearch-dashboards-reports-plugin
makedepends = npm
makedepends = python
makedepends = git
-   depends = opensearch-dashboards=2.11.0
+   depends = opensearch-dashboards=2.11.1
depends = coffeescript
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/dashboards-reporting.git#tag=2.11.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.0
+   source = 
git+https://github.com/opensearch-project/dashboards-reporting.git#tag=2.11.1.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.11.1
sha256sums = SKIP
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-reports-plugin'
 _pluginname='dashboards-reports'
-pkgver=2.11.0.0
-_dashboardsver=2.11.0
+pkgver=2.11.1.0
+_dashboardsver=2.11.1
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Reports Plugin'
 url='https://opensearch.org/docs/latest/dashboards/reporting'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-reports-plugin/-/commit/517f9082fad0009e6c493259b8800d653490b21e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-reports-plugin/-/commit/517f9082fad0009e6c493259b8800d653490b21e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pnpm][main] upgpkg: 8.12.0-1

2023-12-08 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
pnpm


Commits:
d6dd4cc9 by Daniel M. Capella at 2023-12-08T22:02:50-05:00
upgpkg: 8.12.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pnpm
pkgdesc = Fast, disk space efficient package manager
-   pkgver = 8.11.0
+   pkgver = 8.12.0
pkgrel = 1
url = https://pnpm.io
arch = any
@@ -8,7 +8,7 @@ pkgbase = pnpm
makedepends = git
makedepends = pnpm
depends = node-gyp
-   source = git+https://github.com/pnpm/pnpm.git#tag=v8.11.0?signed
+   source = git+https://github.com/pnpm/pnpm.git#tag=v8.12.0?signed
validpgpkeys = 7B74D1299568B586BA9962B5649E4D4AF74E7DEC
b2sums = SKIP
 


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Tomasz Jakub Rup 
 
 pkgname=pnpm
-pkgver=8.11.0
+pkgver=8.12.0
 pkgrel=1
 pkgdesc='Fast, disk space efficient package manager'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/commit/d6dd4cc958191dc9d22a3cca7023217b3f3d3fbf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/commit/d6dd4cc958191dc9d22a3cca7023217b3f3d3fbf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pnpm] Pushed new tag 8.12.0-1

2023-12-08 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 8.12.0-1 at Arch Linux / Packaging / Packages 
/ pnpm

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/tree/8.12.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/code] Pushed new tag 1.85.0-1

2023-12-08 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1.85.0-1 at Arch Linux / Packaging / 
Packages / code

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/tree/1.85.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/code][main] upgpkg: 1.85.0-1

2023-12-08 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / code


Commits:
4bfaaa6f by Massimiliano Torromeo at 2023-12-08T10:06:24+01:00
upgpkg: 1.85.0-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- build-no-git.patch


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = code
pkgdesc = The Open Source build of Visual Studio Code (vscode) editor
-   pkgver = 1.84.2
+   pkgver = 1.85.0
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -20,17 +20,17 @@ pkgbase = code
optdepends = zsh-completions: ZSH completitons
optdepends = x11-ssh-askpass: SSH authentication
provides = vscode
-   source = 
https://github.com/microsoft/vscode/archive/refs/tags/1.84.2/code-1.84.2.tar.gz
+   source = 
https://github.com/microsoft/vscode/archive/refs/tags/1.85.0/code-1.85.0.tar.gz
source = code.js
source = code.sh
source = product_json.diff
source = clipath.patch
source = build-no-git.patch
-   sha512sums = 
3decd2e07f4a2f9bb8d13bd3274730fe1132c2dacc647e7af06f6d4a654e762cc2173e459aff006b4558d3b560f76cb7b82c0b2a3680ff625a77b935f07206c0
+   sha512sums = 
28f778b2d679e6723d20123d4907a21f36bb7434e94ba63ac590e0df38155472550291a77f37618e3a63e9ac150a47d6d3d088e1d250dcce03b43cee578bdd0b
sha512sums = 
c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5
sha512sums = 
425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0
sha512sums = 
b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7
sha512sums = 
9809c9719b04c00d46477e2786a64ec40867096d287d68c97b31a881545e734d4f97d73c7c75e8fc0727f288ef696d169bbaf989a0cb9f8d5c8e2f045b89c60f
-   sha512sums = 
b049b9f021589aa05b6d8386079de9a584d107ad4126c84148ee11ead9e61f8f569fd7322b70b694de511a4750ee562675791a2233442787b3f397d501f646bb
+   sha512sums = 
c0f52560580f374de3e9d28de647bdd26ff5b2117cc3157b413f7e2425b9e8569faf3e44f2f2ea76ffde53575258e1bccf935080d9446971f8db38057fe3ebcd
 
 pkgname = code


=
PKGBUILD
=
@@ -6,8 +6,8 @@ pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 # Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
 _electron=electron25
-_commit=2b35e1e6d88f1ce073683991d1eff5284a32690f
-pkgver=1.84.2
+_commit=af28b32d7e553898b2a91af498b1fb666fdebe0c
+pkgver=1.85.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
@@ -24,12 +24,12 @@ 
source=("https://github.com/microsoft/vscode/archive/refs/tags/$pkgver/$pkgname-
 'product_json.diff'
 'clipath.patch'
 'build-no-git.patch')
-sha512sums=('3decd2e07f4a2f9bb8d13bd3274730fe1132c2dacc647e7af06f6d4a654e762cc2173e459aff006b4558d3b560f76cb7b82c0b2a3680ff625a77b935f07206c0'
+sha512sums=('28f778b2d679e6723d20123d4907a21f36bb7434e94ba63ac590e0df38155472550291a77f37618e3a63e9ac150a47d6d3d088e1d250dcce03b43cee578bdd0b'
 
'c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5'
 
'425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0'
 
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7'
 
'9809c9719b04c00d46477e2786a64ec40867096d287d68c97b31a881545e734d4f97d73c7c75e8fc0727f288ef696d169bbaf989a0cb9f8d5c8e2f045b89c60f'
-
'b049b9f021589aa05b6d8386079de9a584d107ad4126c84148ee11ead9e61f8f569fd7322b70b694de511a4750ee562675791a2233442787b3f397d501f646bb')
+
'c0f52560580f374de3e9d28de647bdd26ff5b2117cc3157b413f7e2425b9e8569faf3e44f2f2ea76ffde53575258e1bccf935080d9446971f8db38057fe3ebcd')
 
 # Even though we don't officially support other archs, let's
 # allow the user to use this PKGBUILD to compile the package


=
build-no-git.patch
=
@@ -6,4 +6,4 @@
  }
 -
 -cp.execSync('git config pull.rebase merges');
--cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore');
+-cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore-revs');



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/4bfaaa6f823691be2acc6f75ff0a48e54c6f5e47

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/4bfaaa6f823691be2acc6f75ff0a48e54c6f5e47
You're receiving this email because of your account 

[Git][archlinux/packaging/packages/texstudio] Pushed new tag 4.7.1-1

2023-12-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 4.7.1-1 at Arch Linux / Packaging / Packages 
/ texstudio

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/texstudio/-/tree/4.7.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/texstudio][main] upgpkg: 4.7.1-1

2023-12-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
texstudio


Commits:
53142b39 by Sven-Hendrik Haase at 2023-12-08T11:39:35+01:00
upgpkg: 4.7.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = texstudio
pkgdesc = Integrated writing environment for creating LaTeX documents
-   pkgver = 4.7.0
+   pkgver = 4.7.1
pkgrel = 1
url = http://texstudio.sourceforge.net/
arch = x86_64
@@ -24,10 +24,10 @@ pkgbase = texstudio
optdepends = languagetool: spelling and grammar checking
optdepends = okular: alternate pdf reader
replaces = texmakerx
-   source = 
texstudio-4.7.0.tar.gz::https://github.com/texstudio-org/texstudio/archive/4.7.0.tar.gz
+   source = 
texstudio-4.7.1.tar.gz::https://github.com/texstudio-org/texstudio/archive/4.7.1.tar.gz
source = fs54269.patch
source = fs72345.patch
-   sha512sums = 
ebdee95e02323ee4df757248ca6861938f1c73536ea0d8a5212d741adfb5859087b691ccb59b153036f9beb562292014332f0e76679df84d91897895ec9f6339
+   sha512sums = 
3aebc09f1cec288d841552b3861c4ba33f006b25e9f99418e53bdc0e5a3ece915c1649e7027e3626eec14b6c00214df2eb2012b7a0b71874b0f75cc9f9fb2d06
sha512sums = 
247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68
sha512sums = 
6975eebd43b32fb7aa04f973562e66f6a83df0fb6a0b4d8221e124c9cc6959df11ec517e4c862921619c8b1c55800257017e26001c03186b84c567fc19c98726
 


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Clément DEMOULINS 
 pkgname=texstudio
-pkgver=4.7.0
+pkgver=4.7.1
 pkgrel=1
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('x86_64')
@@ -17,7 +17,7 @@ replaces=('texmakerx')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
 fs54269.patch
 fs72345.patch)
-sha512sums=('ebdee95e02323ee4df757248ca6861938f1c73536ea0d8a5212d741adfb5859087b691ccb59b153036f9beb562292014332f0e76679df84d91897895ec9f6339'
+sha512sums=('3aebc09f1cec288d841552b3861c4ba33f006b25e9f99418e53bdc0e5a3ece915c1649e7027e3626eec14b6c00214df2eb2012b7a0b71874b0f75cc9f9fb2d06'
 
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
 
'6975eebd43b32fb7aa04f973562e66f6a83df0fb6a0b4d8221e124c9cc6959df11ec517e4c862921619c8b1c55800257017e26001c03186b84c567fc19c98726')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/texstudio/-/commit/53142b39ccf77dcb427b83ab8aa4fc45c5dce59b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/texstudio/-/commit/53142b39ccf77dcb427b83ab8aa4fc45c5dce59b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/blender][main] Clone and package assets dropped in the change to locally managing the git checkouts.

2023-12-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
blender


Commits:
17728e6a by loqs at 2023-12-08T10:45:07+00:00
Clone and package assets dropped in the change to locally managing the git 
checkouts.

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/issues/3

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,7 +22,7 @@ depends=('libpng' 'libtiff' 'openexr' 'python' 
'desktop-file-utils' 'python-requ
  'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'sdl2' 'embree' 
'libharu'
  'draco' 'openpgl' 'level-zero-loader' 'libxkbcommon' 'libepoxy' 'usd' 
'openshadinglanguage'
  'intel-oneapi-compiler-shared-runtime-libs' 
'intel-oneapi-compiler-dpcpp-cpp-runtime-libs')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'svn' 'llvm' 'cuda' 'ninja' 
'wayland-protocols' 'libxkbcommon'
+makedepends=('cmake' 'boost' 'mesa' 'git' 'subversion' 'llvm' 'cuda' 'ninja' 
'wayland-protocols' 'libxkbcommon'
  'libdecor' 'hip-runtime-amd' 'level-zero-headers' 
'intel-oneapi-dpcpp-cpp'
  'intel-oneapi-compiler-shared-runtime' 'intel-compute-runtime')
 optdepends=('cuda: Cycles renderer CUDA support'
@@ -34,11 +34,13 @@ options=('!buildflags')
 source=("git+https://projects.blender.org/blender/blender.git#tag=v$pkgver;
 
"git+https://projects.blender.org/blender/blender-addons.git#tag=v$pkgver;
 
"git+https://projects.blender.org/blender/blender-addons-contrib#tag=v$pkgver;
+
"svn+https://svn.blender.org/svnroot/bf-blender/tags/blender-${pkgver%%.[^.]}-release/lib/assets;
 
https://developer.download.nvidia.com/redist/optix/v7.7/OptiX-7.7-Include.zip
 
https://projects.blender.org/blender/blender/commit/5486c70aae94196d715c07364292fc108ebf59a8.patch
 force-draco1.patch
 force-draco2.patch)
 sha512sums=('SKIP'
+'SKIP'
 'SKIP'
 'SKIP'
 
'55caea5beccdc0adebdba8a825f3cfee083015311de5602cfcf215139ccbf9fed62f10ee1dcdf7e31a3557aabbc1fa872eeed67bc46f59fb4e5abd18331c0aca'
@@ -49,6 +51,7 @@ sha512sums=('SKIP'
 prepare() {
   cd "$pkgname"
 
+  cp -r "$srcdir"/assets assets
   cp -r "$srcdir"/blender-addons scripts/addons
   cp -r "$srcdir"/blender-addons-contrib scripts/addons_contrib
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/17728e6a91cf49c4e17b95e110202483d11a6b32

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/17728e6a91cf49c4e17b95e110202483d11a6b32
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kdepim-runtime] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
kdepim-runtime

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdepim-runtime/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kdepim-runtime][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kdepim-runtime


Commits:
3aa3a0bf by Antonio Rojas at 2023-12-06T00:46:46+01:00
Update to 23.08.4

- - - - -
4a1e86ff by Antonio Rojas at 2023-12-08T11:53:22+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kdepim-runtime
pkgdesc = Extends the functionality of kdepim
-   pkgver = 23.08.3
+   pkgver = 23.08.4
pkgrel = 1
url = https://kontact.kde.org
arch = x86_64
@@ -22,12 +22,12 @@ pkgbase = kdepim-runtime
depends = qca-qt5
depends = qt5-networkauth
optdepends = libetebase: EteSync resource
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kdepim-runtime-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kdepim-runtime-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kdepim-runtime-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kdepim-runtime-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
998cb3c35b4535c72d48bcac66308e098141d21fb2b3db7f8b2229bc21536b1b
+   sha256sums = 
c2c2211f8c1d0abc44523f72a414313517932c1efc236b9a81e6c4f28e7c1da1
sha256sums = SKIP
 
 pkgname = kdepim-runtime


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=23.08.3
+pkgver=23.08.4
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=(x86_64)
@@ -14,7 +14,7 @@ depends=(libkolabxml kdav5 akonadi-calendar knotifyconfig5 
kmbox akonadi-notes a
 makedepends=(extra-cmake-modules kdoctools5 libetebase boost kholidays5)
 optdepends=('libetebase: EteSync resource')
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('998cb3c35b4535c72d48bcac66308e098141d21fb2b3db7f8b2229bc21536b1b'
+sha256sums=('c2c2211f8c1d0abc44523f72a414313517932c1efc236b9a81e6c4f28e7c1da1'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdepim-runtime/-/compare/746acfb4465eaf938316089ec27488281b11e760...4a1e86ff1674e538584093e2d36ab2d238364aaf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdepim-runtime/-/compare/746acfb4465eaf938316089ec27488281b11e760...4a1e86ff1674e538584093e2d36ab2d238364aaf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mailcommon] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
mailcommon

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mailcommon/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mailcommon][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
mailcommon


Commits:
9df81371 by Antonio Rojas at 2023-12-06T00:46:54+01:00
Update to 23.08.4

- - - - -
94a8a035 by Antonio Rojas at 2023-12-08T11:56:39+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = mailcommon
pkgdesc = KDE PIM library providing support for mail applications
-   pkgver = 23.08.3
+   pkgver = 23.08.4
pkgrel = 1
url = https://kontact.kde.org
arch = x86_64
@@ -11,12 +11,12 @@ pkgbase = mailcommon
depends = mailimporter
depends = messagelib
depends = phonon-qt5
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/mailcommon-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/mailcommon-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/mailcommon-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/mailcommon-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
b9f874cad93b0f862792a19c7fa7abee0741f72d9abe258160402b885549
+   sha256sums = 
6ff8c12a6ae40e97f35603baffc43b34c6c725dedac1c0ebccd4474cf9fee987
sha256sums = SKIP
 
 pkgname = mailcommon


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=mailcommon
-pkgver=23.08.3
+pkgver=23.08.4
 pkgrel=1
 pkgdesc='KDE PIM library providing support for mail applications'
 arch=(x86_64)
@@ -10,7 +10,7 @@ license=(LGPL)
 depends=(mailimporter messagelib phonon-qt5)
 makedepends=(extra-cmake-modules qt5-tools doxygen)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('b9f874cad93b0f862792a19c7fa7abee0741f72d9abe258160402b885549'
+sha256sums=('6ff8c12a6ae40e97f35603baffc43b34c6c725dedac1c0ebccd4474cf9fee987'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mailcommon/-/compare/957532aa213e472209f6f015fa9d37d8dd8e75f4...94a8a035c7bc5e034e92a39ce6ca42f15e884d64

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mailcommon/-/compare/957532aa213e472209f6f015fa9d37d8dd8e75f4...94a8a035c7bc5e034e92a39ce6ca42f15e884d64
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kpkpass] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
kpkpass

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kpkpass/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kpkpass][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kpkpass


Commits:
2eecb8de by Antonio Rojas at 2023-12-06T00:46:56+01:00
Update to 23.08.4

- - - - -
2d84bbd5 by Antonio Rojas at 2023-12-08T11:57:34+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kpkpass
pkgdesc = Apple Wallet Pass reader
-   pkgver = 23.08.3
+   pkgver = 23.08.4
pkgrel = 1
url = https://kontact.kde.org
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = kpkpass
makedepends = qt5-tools
makedepends = doxygen
depends = karchive5
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kpkpass-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kpkpass-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kpkpass-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kpkpass-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
fda0a543546fb0f76ad6314ab561121b6ecbf2e5cbb7c7caccd8c3349db2f7ea
+   sha256sums = 
a25c46d3b3329dae20bdb812a10dfd46139f3987710fe5215a0ad568557d9a9f
sha256sums = SKIP
 
 pkgname = kpkpass


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kpkpass
-pkgver=23.08.3
+pkgver=23.08.4
 pkgrel=1
 pkgdesc='Apple Wallet Pass reader'
 arch=(x86_64)
@@ -10,7 +10,7 @@ license=(LGPL)
 depends=(karchive5)
 makedepends=(extra-cmake-modules qt5-tools doxygen)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('fda0a543546fb0f76ad6314ab561121b6ecbf2e5cbb7c7caccd8c3349db2f7ea'
+sha256sums=('a25c46d3b3329dae20bdb812a10dfd46139f3987710fe5215a0ad568557d9a9f'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kpkpass/-/compare/bfaeac262086cf5775d14dd4115e28e523cbe53a...2d84bbd53290457b4469b5ed2eee68661bbe6a17

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kpkpass/-/compare/bfaeac262086cf5775d14dd4115e28e523cbe53a...2d84bbd53290457b4469b5ed2eee68661bbe6a17
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mailimporter][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
mailimporter


Commits:
68378c5f by Antonio Rojas at 2023-12-06T00:46:52+01:00
Update to 23.08.4

- - - - -
8f27c0f8 by Antonio Rojas at 2023-12-08T11:56:23+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = mailimporter
pkgdesc = Mail importer library
-   pkgver = 23.08.3
+   pkgver = 23.08.4
pkgrel = 1
url = https://kontact.kde.org
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = mailimporter
makedepends = qt5-tools
makedepends = doxygen
depends = pimcommon
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/mailimporter-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/mailimporter-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/mailimporter-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/mailimporter-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
b59700603663dfaabe0f6dcc043ae569359df0c0ce1e38e766a4f27ef136310a
+   sha256sums = 
2dfa474c6c119cbd3b31dc6773eb5cab561d058a6468c831937f176773138893
sha256sums = SKIP
 
 pkgname = mailimporter


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=mailimporter
-pkgver=23.08.3
+pkgver=23.08.4
 pkgrel=1
 pkgdesc='Mail importer library'
 arch=(x86_64)
@@ -10,7 +10,7 @@ license=(LGPL)
 depends=(pimcommon)
 makedepends=(extra-cmake-modules qt5-tools doxygen)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('b59700603663dfaabe0f6dcc043ae569359df0c0ce1e38e766a4f27ef136310a'
+sha256sums=('2dfa474c6c119cbd3b31dc6773eb5cab561d058a6468c831937f176773138893'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mailimporter/-/compare/9409a19d30be82c735056436bc40860d9dd15132...8f27c0f8a3c7aedc85003dfd5a838a189aa597bb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mailimporter/-/compare/9409a19d30be82c735056436bc40860d9dd15132...8f27c0f8a3c7aedc85003dfd5a838a189aa597bb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mailimporter] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
mailimporter

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mailimporter/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kitinerary] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
kitinerary

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kitinerary/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kitinerary][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kitinerary


Commits:
eae7f641 by Antonio Rojas at 2023-12-06T00:46:57+01:00
Update to 23.08.4

- - - - -
eda18a5a by Antonio Rojas at 2023-12-08T11:57:47+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kitinerary
pkgdesc = Data model and extraction system for travel reservation 
information
-   pkgver = 23.08.3
-   pkgrel = 2
+   pkgver = 23.08.4
+   pkgrel = 1
url = https://kontact.kde.org
arch = x86_64
license = LGPL
@@ -15,12 +15,12 @@ pkgbase = kitinerary
depends = poppler
depends = libphonenumber
depends = zxing-cpp
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kitinerary-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kitinerary-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kitinerary-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kitinerary-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
f4e4bbb1de2b1d5fe7b67bc3d3014048d0b6b0b8c25d04ba9fe9769a608f9d98
+   sha256sums = 
e1340a5c758ffc6b02b5939eaf4ed2fe9cdaeb7e6b3f54486c1ec5e3684d1824
sha256sums = SKIP
 
 pkgname = kitinerary


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kitinerary
-pkgver=23.08.3
-pkgrel=2
+pkgver=23.08.4
+pkgrel=1
 pkgdesc='Data model and extraction system for travel reservation information'
 arch=(x86_64)
 url='https://kontact.kde.org'
@@ -10,7 +10,7 @@ license=(LGPL)
 depends=(kmime kpkpass kcalendarcore5 kcontacts5 poppler libphonenumber 
zxing-cpp)
 makedepends=(extra-cmake-modules qt5-tools doxygen)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('f4e4bbb1de2b1d5fe7b67bc3d3014048d0b6b0b8c25d04ba9fe9769a608f9d98'
+sha256sums=('e1340a5c758ffc6b02b5939eaf4ed2fe9cdaeb7e6b3f54486c1ec5e3684d1824'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kitinerary/-/compare/24713be1f46d28b2edfd89e169070af51ac4fde7...eda18a5ad49a04c066b048afe7aed70f0b055a45

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kitinerary/-/compare/24713be1f46d28b2edfd89e169070af51ac4fde7...eda18a5ad49a04c066b048afe7aed70f0b055a45
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/frei0r-plugins][main] upgpkg: 2.3.2-1: Update to 2.3.2

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
frei0r-plugins


Commits:
0ffe571d by Antonio Rojas at 2023-12-08T11:57:54+01:00
upgpkg: 2.3.2-1: Update to 2.3.2

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = frei0r-plugins
+   pkgdesc = Collection of video effect plugins
+   pkgver = 2.3.2
+   pkgrel = 1
+   url = https://frei0r.dyne.org/
+   arch = x86_64
+   license = GPL
+   makedepends = cairo
+   makedepends = cmake
+   makedepends = gavl
+   makedepends = ninja
+   makedepends = opencv
+   depends = gcc-libs
+   depends = glibc
+   optdepends = cairo: cairoaffineblend, cairoblend, cairogradient and 
cairoimagegrid plugins
+   optdepends = gavl: rgbparade, scale0tilt and vectorscope plugins
+   optdepends = opencv: facebl0r and facedetect plugins
+   source = 
https://github.com/dyne/frei0r/archive/v2.3.2/frei0r-plugins-2.3.2.tar.gz
+   validpgpkeys = 6113D89CA825C5CEDD02C87273B35DA54ACB7D10
+   sha256sums = 
304291e0ecb456a8b054fe04e14adc50ace54d0223b7b29165ff5343e820ef9d
+
+pkgname = frei0r-plugins


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=frei0r-plugins
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc='Collection of video effect plugins'
 arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('cairo: cairoaffineblend, cairoblend, 
cairogradient and cairoimagegr
 'opencv: facebl0r and facedetect plugins')
 
source=("https://github.com/dyne/frei0r/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
 validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio 
(Jaromil)
-sha256sums=('dd6dbe49ba743421d8ced07781ca09c2ac62522beec16abf1750ef6fe859ddc9')
+sha256sums=('304291e0ecb456a8b054fe04e14adc50ace54d0223b7b29165ff5343e820ef9d')
 
 build() {
   cmake -S frei0r-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/frei0r-plugins/-/commit/0ffe571d55c77e5304047adccb98d7560ec8da13

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/frei0r-plugins/-/commit/0ffe571d55c77e5304047adccb98d7560ec8da13
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/frei0r-plugins] Pushed new tag 2.3.2-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.3.2-1 at Arch Linux / Packaging / Packages / 
frei0r-plugins

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/frei0r-plugins/-/tree/2.3.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/akonadi-import-wizard][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
akonadi-import-wizard


Commits:
5615ba3d by Antonio Rojas at 2023-12-06T00:46:55+01:00
Update to 23.08.4

- - - - -
5402df06 by Antonio Rojas at 2023-12-08T11:57:12+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = akonadi-import-wizard
pkgdesc = Import data from other mail clients to KMail
-   pkgver = 23.08.3
+   pkgver = 23.08.4
pkgrel = 1
url = https://kontact.kde.org
arch = x86_64
@@ -11,12 +11,12 @@ pkgbase = akonadi-import-wizard
makedepends = kdoctools5
depends = mailcommon
optdepends = kdepim-addons: additional import plugins
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/akonadi-import-wizard-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/akonadi-import-wizard-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/akonadi-import-wizard-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/akonadi-import-wizard-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
6540a8029bff7003c85cbcf235fe00ce2e6348f36d1ffb57d417545f935877c3
+   sha256sums = 
e239536545f748a19eb9e12e1f295b337a4621e5ebf7c734d22bedc4a119f322
sha256sums = SKIP
 
 pkgname = akonadi-import-wizard


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=akonadi-import-wizard
-pkgver=23.08.3
+pkgver=23.08.4
 pkgrel=1
 pkgdesc='Import data from other mail clients to KMail'
 arch=(x86_64)
@@ -13,7 +13,7 @@ makedepends=(extra-cmake-modules kdoctools5)
 optdepends=('kdepim-addons: additional import plugins')
 groups=(kde-applications kde-pim)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('6540a8029bff7003c85cbcf235fe00ce2e6348f36d1ffb57d417545f935877c3'
+sha256sums=('e239536545f748a19eb9e12e1f295b337a4621e5ebf7c734d22bedc4a119f322'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/akonadi-import-wizard/-/compare/bd06ddd7156ec263c477b14f269e2fa497ff2360...5402df06757f9ea507a858890ea1771d04f400a0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/akonadi-import-wizard/-/compare/bd06ddd7156ec263c477b14f269e2fa497ff2360...5402df06757f9ea507a858890ea1771d04f400a0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/akonadi-import-wizard] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
akonadi-import-wizard

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/akonadi-import-wizard/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cantor][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
cantor


Commits:
d69006b2 by Antonio Rojas at 2023-12-06T00:47:15+01:00
Update to 23.08.4

- - - - -
6d82e78c by Antonio Rojas at 2023-12-08T12:06:33+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cantor
pkgdesc = KDE Frontend to Mathematical Software
-   pkgver = 23.08.3
-   pkgrel = 2
+   pkgver = 23.08.4
+   pkgrel = 1
url = https://apps.kde.org/cantor/
arch = x86_64
groups = kde-applications
@@ -31,12 +31,12 @@ pkgbase = cantor
optdepends = python: Python backend
optdepends = sagemath: SageMath backend
optdepends = julia: Julia backend
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/cantor-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/cantor-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/cantor-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/cantor-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
9cade872dbe83c5fe134b2d4b0d4ac3cdfd2209686b1c13c61776657e4fd2a01
+   sha256sums = 
a947d2b605683000d0138a406e787480bdb1743d2a9c71e0bf315627ab86d106
sha256sums = SKIP
 
 pkgname = cantor


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=cantor
-pkgver=23.08.3
-pkgrel=2
+pkgver=23.08.4
+pkgrel=1
 pkgdesc='KDE Frontend to Mathematical Software'
 url='https://apps.kde.org/cantor/'
 arch=(x86_64)
@@ -20,7 +20,7 @@ optdepends=('maxima: Maxima backend'
 'sagemath: SageMath backend'
 'julia: Julia backend')
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('9cade872dbe83c5fe134b2d4b0d4ac3cdfd2209686b1c13c61776657e4fd2a01'
+sha256sums=('a947d2b605683000d0138a406e787480bdb1743d2a9c71e0bf315627ab86d106'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cantor/-/compare/4726e6cb0f66b97d292cb8a18097feadf2296652...6d82e78c8f59f96f36556051a35a51bbe3457795

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cantor/-/compare/4726e6cb0f66b97d292cb8a18097feadf2296652...6d82e78c8f59f96f36556051a35a51bbe3457795
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cantor] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
cantor

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cantor/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/parley][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
parley


Commits:
99840773 by Antonio Rojas at 2023-12-06T00:47:36+01:00
Update to 23.08.4

- - - - -
d7adb70b by Antonio Rojas at 2023-12-08T12:26:07+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = parley
pkgdesc = Vocabulary Trainer
-   pkgver = 23.08.3
+   pkgver = 23.08.4
pkgrel = 1
url = https://apps.kde.org/parley/
arch = x86_64
@@ -15,12 +15,12 @@ pkgbase = parley
depends = libkeduvocdocument
depends = qt5-webengine
optdepends = translate-shell: Google Translate integration
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/parley-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/parley-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/parley-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/parley-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
548a396b48969331ed312898e999d88c87e6ea6e6febe043bf8e83550a19bd01
+   sha256sums = 
4c45d0a53c2f4b3e5ccf71daf32d0b6201c26de989d656c6252a433b6659d5f8
sha256sums = SKIP
 
 pkgname = parley


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=parley
-pkgver=23.08.3
+pkgver=23.08.4
 pkgrel=1
 pkgdesc='Vocabulary Trainer'
 url='https://apps.kde.org/parley/'
@@ -14,7 +14,7 @@ depends=(knewstuff5 libkeduvocdocument qt5-webengine)
 makedepends=(extra-cmake-modules kdoctools5)
 optdepends=('translate-shell: Google Translate integration')
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('548a396b48969331ed312898e999d88c87e6ea6e6febe043bf8e83550a19bd01'
+sha256sums=('4c45d0a53c2f4b3e5ccf71daf32d0b6201c26de989d656c6252a433b6659d5f8'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/parley/-/compare/8bba012ef957c664ea3b540c3ba652e64858491e...d7adb70bb1aec42c91886ddd3f8fafdffa94c066

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/parley/-/compare/8bba012ef957c664ea3b540c3ba652e64858491e...d7adb70bb1aec42c91886ddd3f8fafdffa94c066
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocs] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
rocs

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocs/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rocs][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / rocs


Commits:
66649fb2 by Antonio Rojas at 2023-12-06T00:47:37+01:00
Update to 23.08.4

- - - - -
6bcef1db by Antonio Rojas at 2023-12-08T12:26:45+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rocs
pkgdesc = Graph Theory IDE
-   pkgver = 23.08.3
+   pkgver = 23.08.4
pkgrel = 1
url = https://apps.kde.org/rocs/
arch = x86_64
@@ -17,12 +17,12 @@ pkgbase = rocs
depends = qt5-xmlpatterns
depends = qt5-script
depends = hicolor-icon-theme
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/rocs-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/rocs-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/rocs-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/rocs-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
112007e89bef94692d48ce1a0e5514da0d6b4d10d6d88731af0f1ea2d1d7b30d
+   sha256sums = 
e1c9e41dafa0b02987655ef1d6d844c3705dc6834fcbabde28e33516efd70205
sha256sums = SKIP
 
 pkgname = rocs


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=rocs
-pkgver=23.08.3
+pkgver=23.08.4
 pkgrel=1
 pkgdesc='Graph Theory IDE'
 url='https://apps.kde.org/rocs/'
@@ -13,7 +13,7 @@ groups=(kde-applications kde-education)
 depends=(grantlee ktexteditor5 qt5-xmlpatterns qt5-script hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools5 boost)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('112007e89bef94692d48ce1a0e5514da0d6b4d10d6d88731af0f1ea2d1d7b30d'
+sha256sums=('e1c9e41dafa0b02987655ef1d6d844c3705dc6834fcbabde28e33516efd70205'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocs/-/compare/d1d4d69fc03e04c994100032057f1bb9380df1f8...6bcef1dbaec726fa3c505fc33aac7a4eacf0bb2c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocs/-/compare/d1d4d69fc03e04c994100032057f1bb9380df1f8...6bcef1dbaec726fa3c505fc33aac7a4eacf0bb2c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kblackbox][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kblackbox


Commits:
39264a58 by Antonio Rojas at 2023-12-06T00:47:47+01:00
Update to 23.08.4

- - - - -
307931f4 by Antonio Rojas at 2023-12-08T12:29:39+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kblackbox
pkgdesc = A game of hide and seek played on a grid of boxes
-   pkgver = 23.08.3
+   pkgver = 23.08.4
pkgrel = 1
url = https://apps.kde.org/kblackbox/
arch = x86_64
@@ -13,12 +13,12 @@ pkgbase = kblackbox
makedepends = kdoctools5
depends = libkdegames
depends = hicolor-icon-theme
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kblackbox-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kblackbox-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kblackbox-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kblackbox-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
17180f3eed748ec1141206f027393e472f0fe889782898de6d5ca56f0b4cef10
+   sha256sums = 
6f06c193466246fa806a9cc06e0f5669d0ddf2304412a8f01bbda7b4e2fceb30
sha256sums = SKIP
 
 pkgname = kblackbox


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kblackbox
-pkgver=23.08.3
+pkgver=23.08.4
 pkgrel=1
 pkgdesc='A game of hide and seek played on a grid of boxes'
 url='https://apps.kde.org/kblackbox/'
@@ -13,7 +13,7 @@ groups=(kde-applications kde-games)
 depends=(libkdegames hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools5)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('17180f3eed748ec1141206f027393e472f0fe889782898de6d5ca56f0b4cef10'
+sha256sums=('6f06c193466246fa806a9cc06e0f5669d0ddf2304412a8f01bbda7b4e2fceb30'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kblackbox/-/compare/da8373973a17f1284dfeecf5d38ed3a238ee25dc...307931f46396cb0e14c9ddaf4efdc0198da78abe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kblackbox/-/compare/da8373973a17f1284dfeecf5d38ed3a238ee25dc...307931f46396cb0e14c9ddaf4efdc0198da78abe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kblackbox] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
kblackbox

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kblackbox/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kblocks] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
kblocks

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kblocks/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kblocks][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kblocks


Commits:
85c8b2db by Antonio Rojas at 2023-12-06T00:47:48+01:00
Update to 23.08.4

- - - - -
60120d1b by Antonio Rojas at 2023-12-08T12:29:53+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kblocks
pkgdesc = The classic falling blocks game
-   pkgver = 23.08.3
+   pkgver = 23.08.4
pkgrel = 1
url = https://apps.kde.org/kblocks/
arch = x86_64
@@ -13,12 +13,12 @@ pkgbase = kblocks
makedepends = kdoctools5
depends = libkdegames
depends = hicolor-icon-theme
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kblocks-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kblocks-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kblocks-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kblocks-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
ac328be4be8f38004009c29d6295f5d2c34b298fab63663a216958bbdb45dc8f
+   sha256sums = 
f8cb87a24d37259b4ca5e07ad7f907c98f031d687a974c6838d839c6679b976a
sha256sums = SKIP
 
 pkgname = kblocks


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kblocks
-pkgver=23.08.3
+pkgver=23.08.4
 pkgrel=1
 pkgdesc='The classic falling blocks game'
 url='https://apps.kde.org/kblocks/'
@@ -13,7 +13,7 @@ groups=(kde-applications kde-games)
 depends=(libkdegames hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools5)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('ac328be4be8f38004009c29d6295f5d2c34b298fab63663a216958bbdb45dc8f'
+sha256sums=('f8cb87a24d37259b4ca5e07ad7f907c98f031d687a974c6838d839c6679b976a'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kblocks/-/compare/f117907d7341c4543df7a9c15dcd636d6c8ad2bd...60120d1b8e7c895f8558d954645215e7139584f4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kblocks/-/compare/f117907d7341c4543df7a9c15dcd636d6c8ad2bd...60120d1b8e7c895f8558d954645215e7139584f4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kbounce] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
kbounce

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kbounce/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/coin][main] upgpkg: 4.0.2-1

2023-12-08 Thread @arodseth


Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
coin


Commits:
9a234ad0 by Alexander F. Rødseth at 2023-12-08T12:44:28+01:00
upgpkg: 4.0.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = coin
+   pkgdesc = 3D graphics library compatible with Open Inventor
+   pkgver = 4.0.2
+   pkgrel = 1
+   url = https://github.com/coin3d/coin
+   arch = x86_64
+   license = GPL
+   makedepends = boost
+   makedepends = cmake
+   makedepends = doxygen
+   makedepends = ninja
+   makedepends = git
+   makedepends = glu
+   depends = libgl
+   optdepends = fontconfig: dynamic linking support
+   optdepends = freetype2: dynamic linking support
+   optdepends = openal: audio/dynamic linking support
+   optdepends = zlib: dynamic linking support
+   source = 
git+https://github.com/coin3d/coin#commit=ebd6e7df89de12200ca56cd62d5d8aeb14177d74
+   b2sums = SKIP
+
+pkgname = coin


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 # Contributor: Marcus Fritzsch 
 
 pkgname=coin
-pkgver=4.0.0.04c190
-pkgrel=4
+pkgver=4.0.2
+pkgrel=1
 pkgdesc='3D graphics library compatible with Open Inventor'
 url='https://github.com/coin3d/coin'
 license=(GPL)
@@ -19,16 +19,8 @@ optdepends=('fontconfig: dynamic linking support'
 'freetype2: dynamic linking support'
 'openal: audio/dynamic linking support'
 'zlib: dynamic linking support')
-# 04c190 is the same as version 4.0.0 + patches
-source=("git+$url#commit=04c19005bfd124d980e8946cb5bc1fc2b37bda29"
-
'man3.patch::https://github.com/coin3d/coin/commit/5a97506a7fa80c5ebcc8aa4685d5cd07b7d95bed.patch')
-b2sums=('SKIP'
-
'd1b2d7f740f8abca17e080b53e5d7c22c699b4cfe65c6115dc2a721484ac429a1f6a5fffd3fd4ce705a62b68cd276bc4ad3c2bd3c1a0ddb5e28a20ed4ba80889')
-
-prepare() {
-  cd coin
-  patch -i ../man3.patch -p1 -s -t
-}
+source=("git+$url#commit=ebd6e7df89de12200ca56cd62d5d8aeb14177d74")
+b2sums=('SKIP')
 
 build() {
   cmake \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coin/-/commit/9a234ad0e7f9a37a36a1c104da2261e601b4c5e2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coin/-/commit/9a234ad0e7f9a37a36a1c104da2261e601b4c5e2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kimagemapeditor][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kimagemapeditor


Commits:
9ddf7174 by Antonio Rojas at 2023-12-06T00:48:33+01:00
Update to 23.08.4

- - - - -
897c9a06 by Antonio Rojas at 2023-12-08T12:57:45+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kimagemapeditor
pkgdesc = HTML Image Map Editor
-   pkgver = 23.08.3
+   pkgver = 23.08.4
pkgrel = 1
url = https://apps.kde.org/kimagemapeditor/
arch = x86_64
@@ -13,12 +13,12 @@ pkgbase = kimagemapeditor
makedepends = kdoctools5
depends = qt5-webengine
depends = kparts5
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kimagemapeditor-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kimagemapeditor-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kimagemapeditor-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kimagemapeditor-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
77108d0eea3dbde8b26f1b72c8f21a4fcbeabd577a6bd0789c8a181360690d8d
+   sha256sums = 
3c38face6bccfddaa36bb9a98df34b9472962200d0001def6073e77c24657eb0
sha256sums = SKIP
 
 pkgname = kimagemapeditor


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kimagemapeditor
-pkgver=23.08.3
+pkgver=23.08.4
 pkgrel=1
 arch=(x86_64)
 pkgdesc='HTML Image Map Editor'
@@ -14,7 +14,7 @@ groups=(kde-applications kde-graphics)
 depends=(qt5-webengine kparts5)
 makedepends=(extra-cmake-modules kdoctools5)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('77108d0eea3dbde8b26f1b72c8f21a4fcbeabd577a6bd0789c8a181360690d8d'
+sha256sums=('3c38face6bccfddaa36bb9a98df34b9472962200d0001def6073e77c24657eb0'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kimagemapeditor/-/compare/6c67c01b27129df38a4058d3b3f39adb2c5331bd...897c9a0636e857dad83c4e61c8f1504ae4d9d897

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kimagemapeditor/-/compare/6c67c01b27129df38a4058d3b3f39adb2c5331bd...897c9a0636e857dad83c4e61c8f1504ae4d9d897
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kimagemapeditor] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
kimagemapeditor

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kimagemapeditor/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kolourpaint] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
kolourpaint

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kolourpaint/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kolourpaint][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kolourpaint


Commits:
27cfdd2e by Antonio Rojas at 2023-12-06T00:48:36+01:00
Update to 23.08.4

- - - - -
0cb947f0 by Antonio Rojas at 2023-12-08T12:58:34+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kolourpaint
pkgdesc = Paint Program
-   pkgver = 23.08.3
+   pkgver = 23.08.4
pkgrel = 1
url = https://apps.kde.org/kolourpaint/
arch = x86_64
@@ -13,12 +13,12 @@ pkgbase = kolourpaint
makedepends = kdoctools5
depends = libksane
depends = kio5
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kolourpaint-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kolourpaint-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kolourpaint-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kolourpaint-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
ef3f5a1829ea9f7ed59f896c22277e323780abbe45bf14a3c5f77c2832311256
+   sha256sums = 
2c2b79aca4a690dc852074bfcb76a999f22d527e1ee30d47ef103e814b19f8e6
sha256sums = SKIP
 
 pkgname = kolourpaint


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kolourpaint
-pkgver=23.08.3
+pkgver=23.08.4
 pkgrel=1
 pkgdesc='Paint Program'
 url='https://apps.kde.org/kolourpaint/'
@@ -13,7 +13,7 @@ groups=(kde-applications kde-graphics)
 depends=(libksane kio5)
 makedepends=(extra-cmake-modules kdoctools5)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('ef3f5a1829ea9f7ed59f896c22277e323780abbe45bf14a3c5f77c2832311256'
+sha256sums=('2c2b79aca4a690dc852074bfcb76a999f22d527e1ee30d47ef103e814b19f8e6'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kolourpaint/-/compare/e4ff3a98eb7e537dfaa1f1bde4e413c4cce48394...0cb947f0b9c27d1b939081928612ab691b1863c6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kolourpaint/-/compare/e4ff3a98eb7e537dfaa1f1bde4e413c4cce48394...0cb947f0b9c27d1b939081928612ab691b1863c6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/koko][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / koko


Commits:
89aea368 by Antonio Rojas at 2023-12-06T00:48:35+01:00
Update to 23.08.4

- - - - -
8ba53821 by Antonio Rojas at 2023-12-08T12:58:00+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = koko
pkgdesc = Image gallery application
-   pkgver = 23.08.3
-   pkgrel = 2
+   pkgver = 23.08.4
+   pkgrel = 1
url = https://apps.kde.org/koko/
arch = x86_64
groups = kde-applications
@@ -14,15 +14,15 @@ pkgbase = koko
depends = qt5-location
depends = kfilemetadata5
depends = kquickimageeditor5
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/koko-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/koko-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/koko-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/koko-23.08.4.tar.xz.sig
source = 
https://sources.archlinux.org/other/packages/koko/cities1000-2023-07-30.zip
source = 
https://sources.archlinux.org/other/packages/koko/admin1CodesASCII-2023-07-30.txt
source = 
https://sources.archlinux.org/other/packages/koko/admin2Codes-2023-07-30.txt
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
de6ddacf3b319a2a1949f61b517a0eec113299a9c68f47643bb0ad3ccc8c6152
+   sha256sums = 
3575e8cd98235fe11a179abe373c17cfd43919062c93c59329aa13b79abc368a
sha256sums = SKIP
sha256sums = 
7e79dd7c8deaa0c3cc05b61a0762149368ec78a412899d7c1b38cb4506022858
sha256sums = 
52f5125b29bcf8dd864ede32f8ed81fe189bc18cd21b7e20212f15686904d102


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=koko
-pkgver=23.08.3
-pkgrel=2
+pkgver=23.08.4
+pkgrel=1
 pkgdesc='Image gallery application'
 url='https://apps.kde.org/koko/'
 arch=(x86_64)
@@ -15,7 +15,7 @@ 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pk
 
https://sources.archlinux.org/other/packages/koko/cities1000-2023-07-30.zip
 
https://sources.archlinux.org/other/packages/koko/admin1CodesASCII-2023-07-30.txt
 
https://sources.archlinux.org/other/packages/koko/admin2Codes-2023-07-30.txt)
-sha256sums=('de6ddacf3b319a2a1949f61b517a0eec113299a9c68f47643bb0ad3ccc8c6152'
+sha256sums=('3575e8cd98235fe11a179abe373c17cfd43919062c93c59329aa13b79abc368a'
 'SKIP'
 '7e79dd7c8deaa0c3cc05b61a0762149368ec78a412899d7c1b38cb4506022858'
 '52f5125b29bcf8dd864ede32f8ed81fe189bc18cd21b7e20212f15686904d102'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/koko/-/compare/06ca41bf5b91ac93e768d91da145102b7d7001dc...8ba538213d82750258342633a36bbcdb6e4151d2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/koko/-/compare/06ca41bf5b91ac93e768d91da145102b7d7001dc...8ba538213d82750258342633a36bbcdb6e4151d2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/koko] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
koko

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/koko/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kdegraphics-thumbnailers] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
kdegraphics-thumbnailers

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdegraphics-thumbnailers/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kdegraphics-thumbnailers][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kdegraphics-thumbnailers


Commits:
0201e4e0 by Antonio Rojas at 2023-12-06T00:48:43+01:00
Update to 23.08.4

- - - - -
1d445387 by Antonio Rojas at 2023-12-08T13:01:31+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kdegraphics-thumbnailers
pkgdesc = Thumbnailers for various graphics file formats
-   pkgver = 23.08.3
-   pkgrel = 2
+   pkgver = 23.08.4
+   pkgrel = 1
url = https://apps.kde.org/kdegraphics_thumbnailers/
arch = x86_64
groups = kde-applications
@@ -15,12 +15,12 @@ pkgbase = kdegraphics-thumbnailers
depends = kio5
depends = ghostscript
depends = kdegraphics-mobipocket
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kdegraphics-thumbnailers-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/kdegraphics-thumbnailers-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kdegraphics-thumbnailers-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/kdegraphics-thumbnailers-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
f5a0a589ea1df5ad2e67a47a70795c05052f3b69a738e8ac150f892fa8b802c0
+   sha256sums = 
86ef3f3585a085b50f59fc4a02f997c1a3b2519e73ed9881730842e2201f1045
sha256sums = SKIP
 
 pkgname = kdegraphics-thumbnailers


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdegraphics-thumbnailers
-pkgver=23.08.3
-pkgrel=2
+pkgver=23.08.4
+pkgrel=1
 pkgdesc='Thumbnailers for various graphics file formats'
 url='https://apps.kde.org/kdegraphics_thumbnailers/'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(libkexiv2 libkdcraw5 kio5 ghostscript 
kdegraphics-mobipocket)
 makedepends=(extra-cmake-modules)
 groups=(kde-applications kde-graphics)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('f5a0a589ea1df5ad2e67a47a70795c05052f3b69a738e8ac150f892fa8b802c0'
+sha256sums=('86ef3f3585a085b50f59fc4a02f997c1a3b2519e73ed9881730842e2201f1045'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdegraphics-thumbnailers/-/compare/b244c65f5619c3b0f7a5bba0426623cdd444117a...1d4453878b7c6632767d7c747f3c6b024c923cda

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdegraphics-thumbnailers/-/compare/b244c65f5619c3b0f7a5bba0426623cdd444117a...1d4453878b7c6632767d7c747f3c6b024c923cda
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dragon][main] 2 commits: Update to 23.08.4

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
dragon


Commits:
95d889e9 by Antonio Rojas at 2023-12-06T00:48:47+01:00
Update to 23.08.4

- - - - -
799225fc by Antonio Rojas at 2023-12-08T13:02:24+01:00
upgpkg: 23.08.4-1: Update to 23.08.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dragon
pkgdesc = A multimedia player where the focus is on simplicity, instead 
of features
-   pkgver = 23.08.3
+   pkgver = 23.08.4
pkgrel = 1
url = https://apps.kde.org/dragonplayer/
arch = x86_64
@@ -12,12 +12,12 @@ pkgbase = dragon
depends = hicolor-icon-theme
depends = kparts5
depends = phonon-qt5
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/dragon-23.08.3.tar.xz
-   source = 
https://download.kde.org/stable/release-service/23.08.3/src/dragon-23.08.3.tar.xz.sig
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/dragon-23.08.4.tar.xz
+   source = 
https://download.kde.org/stable/release-service/23.08.4/src/dragon-23.08.4.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
2e479c082b1b06aa8a885d73cdec2c55451a1a0d7946d1f28ec7238dfb53c441
+   sha256sums = 
a5b504c61241c820ee5440cb09090d575f5d364238c91ce15a0c67355d12acc0
sha256sums = SKIP
 
 pkgname = dragon


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=dragon
-pkgver=23.08.3
+pkgver=23.08.4
 pkgrel=1
 pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(hicolor-icon-theme kparts5 phonon-qt5)
 makedepends=(extra-cmake-modules kdoctools5)
 groups=(kde-applications kde-multimedia)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('2e479c082b1b06aa8a885d73cdec2c55451a1a0d7946d1f28ec7238dfb53c441'
+sha256sums=('a5b504c61241c820ee5440cb09090d575f5d364238c91ce15a0c67355d12acc0'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dragon/-/compare/86dc04b455258e44258aa595ff131a276fd8e049...799225fc62a7af956a23d7b4aed2f5decbfbc63c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dragon/-/compare/86dc04b455258e44258aa595ff131a276fd8e049...799225fc62a7af956a23d7b4aed2f5decbfbc63c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dragon] Pushed new tag 23.08.4-1

2023-12-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.4-1 at Arch Linux / Packaging / Packages / 
dragon

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dragon/-/tree/23.08.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   4   5   6   7   >