[Git][archlinux/packaging/packages/neomutt] Pushed new tag 20240323-1

2024-03-23 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 20240323-1 at Arch Linux / Packaging / Packages 
/ neomutt

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




[Git][archlinux/packaging/packages/keycloak][main] fix java version patch breaking kcreg.sh

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
keycloak


Commits:
444864f6 by Frederik Schwan at 2024-03-21T20:28:08+01:00
fix java version patch breaking kcreg.sh

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- pin-java-version.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = keycloak
pkgdesc = Open Source Identity and Access Management For Modern 
Applications and Services
pkgver = 24.0.1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.keycloak.org/
install = keycloak.install
arch = any
@@ -26,6 +26,6 @@ pkgbase = keycloak
sha512sums = 
2e2ba147007ad74e38579a8838d79de47beac509b4bd1a14d7f80905953d79a7396d781f141b461ec688f5ceef9a1081a825a4ca8afc1ea12c178d8ae7f5a7dd
sha512sums = 
155db40105c08d0aaa810ca5533dc16fc9f82060280541ede6fafd754d30b4844f6d10ace1417a5ad68d89fc54e1b9e6d906ce7ccf973f4ac964422211ed9a72
sha512sums = 
27c2b0d8ef2f64a515410e5316524eed879d67c42a695642c23653f59bbdc37ff7aaff3414fa6779e97ae477c51014aadb2f0256effdf7abf65f1778fe8885bd
-   sha512sums = 
a10f377d2e19f72f77000a474563b6fc83c740d6040551c6ff034d22a32cde8c77ea3a413e9f03e52a773f778049ffc7174fb966fa328288c5cd049d3d68a19b
+   sha512sums = 
4b69d59657bd9bc7583860ea5f8c103965330e37293235e63a012d222fdc26b8f88ee7e7eb9208ea81367271e7a8c2b10e2f86a115453dd374160a0e23abe64c
 
 pkgname = keycloak


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=keycloak
 pkgver=24.0.1
 _java=17
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Identity and Access Management For Modern Applications 
and Services"
 arch=('any')
 url="https://www.keycloak.org/;
@@ -28,7 +28,7 @@ 
sha512sums=('b46252c6b50e951cb99a91a4fdd0d99a7c8cce1879b20aab2c1be5c8860ac3db4eb
 
'2e2ba147007ad74e38579a8838d79de47beac509b4bd1a14d7f80905953d79a7396d781f141b461ec688f5ceef9a1081a825a4ca8afc1ea12c178d8ae7f5a7dd'
 
'155db40105c08d0aaa810ca5533dc16fc9f82060280541ede6fafd754d30b4844f6d10ace1417a5ad68d89fc54e1b9e6d906ce7ccf973f4ac964422211ed9a72'
 
'27c2b0d8ef2f64a515410e5316524eed879d67c42a695642c23653f59bbdc37ff7aaff3414fa6779e97ae477c51014aadb2f0256effdf7abf65f1778fe8885bd'
-
'a10f377d2e19f72f77000a474563b6fc83c740d6040551c6ff034d22a32cde8c77ea3a413e9f03e52a773f778049ffc7174fb966fa328288c5cd049d3d68a19b')
+
'4b69d59657bd9bc7583860ea5f8c103965330e37293235e63a012d222fdc26b8f88ee7e7eb9208ea81367271e7a8c2b10e2f86a115453dd374160a0e23abe64c')
 
 prepare() {
   cd $pkgname-$pkgver


=
pin-java-version.patch
=
@@ -1,22 +1,22 @@
-From 24fd4d17d97bfa28971ce980c76ebbf420fb9439 Mon Sep 17 00:00:00 2001
+From e2072b1611e4fee730c9d8f7c3f68fd0410c5700 Mon Sep 17 00:00:00 2001
 From: Frederik Schwan 
-Date: Tue, 1 Nov 2022 18:14:03 +0100
-Subject: [PATCH] Pin Java version
+Date: Thu, 21 Mar 2024 20:11:59 +0100
+Subject: [PATCH] Pin Java Version
 
 Inject JAVA_HOME and JAVA variables into scripts that end up in /usr/bin
 to also pin the java version for the cli tools that otherwise would use
 the default system JAVA_HOME and JAVA var.
 ---
- integration/client-cli/admin-cli/src/main/bin/kcadm.sh   | 1 +
- .../client-cli/client-registration-cli/src/main/bin/kcreg.sh | 1 +
- quarkus/dist/src/main/content/bin/kc.sh  | 1 +
- 3 files changed, 3 insertions(+)
+ integration/client-cli/admin-cli/src/main/bin/kcadm.sh | 1 +
+ .../client-cli/client-registration-cli/src/main/bin/kcreg.sh   | 3 ++-
+ quarkus/dist/src/main/content/bin/kc.sh| 1 +
+ 3 files changed, 4 insertions(+), 1 deletion(-)
 
 diff --git a/integration/client-cli/admin-cli/src/main/bin/kcadm.sh 
b/integration/client-cli/admin-cli/src/main/bin/kcadm.sh
-index 60a9e05f5c..0cdd597cd6 100755
+index fa0e7f86a5..a08299e498 100755
 --- a/integration/client-cli/admin-cli/src/main/bin/kcadm.sh
 +++ b/integration/client-cli/admin-cli/src/main/bin/kcadm.sh
-@@ -19,6 +19,7 @@
+@@ -19,6 +19,7 @@ esac
  RESOLVED_NAME="${RESOLVED_NAME:-"$0"}"
  
  DIRNAME="$(dirname "$RESOLVED_NAME")"
@@ -25,22 +25,31 @@ index 60a9e05f5c..0cdd597cd6 100755
  if [ -z "$JAVA" ]; then
  if [ -n "$JAVA_HOME" ]; then
 diff --git 
a/integration/client-cli/client-registration-cli/src/main/bin/kcreg.sh 
b/integration/client-cli/client-registration-cli/src/main/bin/kcreg.sh
-index ce85fb5710..bab287e9b7 100755
+index 6a188c20b3..87e923189b 100755
 --- a/integration/client-cli/client-registration-cli/src/main/bin/kcreg.sh
 +++ b/integration/client-cli/client-registration-cli/src/main/bin/kcreg.sh
-@@ -19,6 +19,7 @@
+@@ -17,8 +17,10 @@ case "$(uname)" in
+ esac
+ 
  RESOLVED_NAME="${RESOLVED_NAME:-"$0"}"
++DIRNAME="$(dirname "$RESOLVED_NAME")"
  
  if [ -z "$JAVA" ]; then
 +. "$DIRNAME/common.sh"
  if [ -n "$JAVA_HOME" ]; then
 

[Git][archlinux/packaging/packages/keycloak] Pushed new tag 24.0.1-2

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 24.0.1-2 at Arch Linux / Packaging / Packages / 
keycloak

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




[Git][archlinux/packaging/packages/java-openjdk] Pushed new tag 22.u36-1

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 22.u36-1 at Arch Linux / Packaging / Packages / 
java-openjdk

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




[Git][archlinux/packaging/packages/lighttpd][main] 2 commits: adjust dependencies

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
lighttpd


Commits:
bf774165 by Glenn Strauss at 2024-03-16T15:34:04-04:00
adjust dependencies

* adjust dependencies to list lighttpd modules and optional libraries
* lighttpd mod_webdav no longer depends on uuid_*() from e2fsprogs

- - - - -
173febe8 by Glenn Strauss at 2024-03-16T15:36:50-04:00
further simplify minimal lighttpd.conf

* default value for lighttpd server.port = 80
* modern lighttpd provides a builtin defaults for mimetype.assign

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- lighttpd.conf


Changes:

=
.SRCINFO
=
@@ -5,7 +5,6 @@ pkgbase = lighttpd
url = https://www.lighttpd.net/
arch = x86_64
license = BSD-3-Clause
-   makedepends = e2fsprogs
makedepends = libdbi
makedepends = libmaxminddb
makedepends = libxml2


=
PKGBUILD
=
@@ -8,12 +8,13 @@ license=('BSD-3-Clause')
 arch=('x86_64')
 url="https://www.lighttpd.net/;
 depends=(
-   'brotli'
'pcre2'
 )
 makedepends=(
-   'e2fsprogs'
+   'brotli'
+   'krb5'
'libdbi'
+   'libldap'
'libmaxminddb'
'libxml2'
'lua'
@@ -22,14 +23,15 @@ makedepends=(
'sqlite'
 )
 optdepends=(
+   'brotli: mod_deflate'
'krb5: mod_authn_gssapi'
-   'libdbi: mod_authn'
-   'libldap: mod_authn_ldap'
+   'libdbi: mod_authn_dbi/mod_vhostdb_dbi'
+   'libldap: mod_authn_ldap/mod_vhostdb_ldap'
'libmaxminddb: mod_maxminddb'
'libxml2: mod_webdav'
-  'lua: mod_cml/mod_magnet'
-  'mariadb-libs: mod_mysql_vhost/mod_authn_mysql'
-  'sqlite: mod_webdav'
+   'lua: mod_magnet'
+   'mariadb-libs: mod_authn_mysql/mod_vhostdb_mysql'
+   'sqlite: mod_webdav'
 )
 backup=(
'etc/lighttpd/lighttpd.conf'
@@ -38,7 +40,7 @@ backup=(
 options=('emptydirs')
 source=(

"https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
-  'lighttpd.logrotate.d'
+   'lighttpd.logrotate.d'
'lighttpd.conf'
'lighttpd.tmpfiles'
 )


=
lighttpd.conf
=
@@ -1,21 +1,9 @@
 # This is a minimal example config
 # See /usr/share/doc/lighttpd
-# and 
http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions
+# and https://wiki.lighttpd.net/Docs:ConfigurationOptions
 
-server.port= 80
 server.username= "http"
 server.groupname   = "http"
 server.document-root   = "/srv/http"
 dir-listing.activate   = "enable"
 index-file.names   = ( "index.html" )
-mimetype.assign= (
-   ".html" => "text/html",
-   ".txt" => "text/plain",
-   ".css" => "text/css",
-   ".js" => "application/x-javascript",
-   ".jpg" => "image/jpeg",
-   ".jpeg" => "image/jpeg",
-   ".gif" => "image/gif",
-   ".png" => "image/png",
-   "" => "application/octet-stream"
-   )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lighttpd/-/compare/c3029a0fcb6e6d0b76b20d499b564c501ce0992b...173febe8b655fbb0cbc83ac4be9e9ae2dd14fdea

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lighttpd/-/compare/c3029a0fcb6e6d0b76b20d499b564c501ce0992b...173febe8b655fbb0cbc83ac4be9e9ae2dd14fdea
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/streamlink][main] upgpkg: 6.7.1-1

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
streamlink


Commits:
1a749443 by Frederik Schwan at 2024-03-21T19:52:09+01:00
upgpkg: 6.7.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = streamlink
pkgdesc = CLI program that launches streams from various streaming 
services in a custom video player (livestreamer fork)
-   pkgver = 6.7.0
+   pkgver = 6.7.1
pkgrel = 1
url = https://streamlink.github.io/
arch = any
@@ -15,6 +15,7 @@ pkgbase = streamlink
makedepends = python-setuptools
makedepends = python-wheel
depends = python-certifi
+   depends = python-exceptiongroup
depends = python-isodate
depends = python-lxml
depends = python-pycountry
@@ -26,12 +27,12 @@ pkgbase = streamlink
depends = python-typing_extensions
depends = python-websocket-client
optdepends = ffmpeg: Required to play streams that are made up of 
separate audio and video streams, eg. YouTube 1080p+
-   source = 
https://github.com/streamlink/streamlink/releases/download/6.7.0/streamlink-6.7.0.tar.gz
-   source = 
https://github.com/streamlink/streamlink/releases/download/6.7.0/streamlink-6.7.0.tar.gz.asc
+   source = 
https://github.com/streamlink/streamlink/releases/download/6.7.1/streamlink-6.7.1.tar.gz
+   source = 
https://github.com/streamlink/streamlink/releases/download/6.7.1/streamlink-6.7.1.tar.gz.asc
validpgpkeys = CDAC41B9122470FAF357A9D38A298D5C3618
-   sha256sums = 
923ac327f40271c5b144b110d2f8ab01d9b44cbc4de4f9ad3bf66cfb835cd4c3
+   sha256sums = 
711b36368d79cce01176f8af5f2b1615122e919cfe5d5ca6104cf814c5e2c12e
sha256sums = SKIP
-   sha512sums = 
df2f69cdd4de9deca41d7dca2b8b38dabcda9f4722de28a96fca0b011cb528751e40895cbe68724c3222615c6e317983d8937bd2c161640d3a8c6db17273cafd
+   sha512sums = 
2a76d819b15efbe7b7bf4912b5117ab6c2a0fb49a7aac74559c0fc9bb7ac989cb589bcdfb84d8908a6b6c163080bdb2211d53b8e5de7840cde1a38eea45bcfac
sha512sums = SKIP
 
 pkgname = streamlink


=
PKGBUILD
=
@@ -3,21 +3,21 @@
 # Contributor: Josip Ponjavic 
 
 pkgname=streamlink
-pkgver=6.7.0
+pkgver=6.7.1
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
 arch=('any')
 url='https://streamlink.github.io/'
 license=('BSD')
-depends=("python-"{certifi,isodate,lxml,pycountry,pycryptodome,pysocks,requests,trio,trio-websocket,typing_extensions,websocket-client})
+depends=("python-"{certifi,exceptiongroup,isodate,lxml,pycountry,pycryptodome,pysocks,requests,trio,trio-websocket,typing_extensions,websocket-client})
 
checkdepends=("python-"{freezegun,pytest,pytest-asyncio,pytest-trio,requests-mock})
 makedepends=("python-"{build,installer,setuptools,wheel})
 optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('CDAC41B9122470FAF357A9D38A298D5C3618') # Streamlink signing 
key 
-sha256sums=('923ac327f40271c5b144b110d2f8ab01d9b44cbc4de4f9ad3bf66cfb835cd4c3'
+sha256sums=('711b36368d79cce01176f8af5f2b1615122e919cfe5d5ca6104cf814c5e2c12e'
 'SKIP')
-sha512sums=('df2f69cdd4de9deca41d7dca2b8b38dabcda9f4722de28a96fca0b011cb528751e40895cbe68724c3222615c6e317983d8937bd2c161640d3a8c6db17273cafd'
+sha512sums=('2a76d819b15efbe7b7bf4912b5117ab6c2a0fb49a7aac74559c0fc9bb7ac989cb589bcdfb84d8908a6b6c163080bdb2211d53b8e5de7840cde1a38eea45bcfac'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/1a749443d4bb8f672e9f1dd372743d5f8d3ac1de

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




[Git][archlinux/packaging/packages/streamlink] Pushed new tag 6.7.1-1

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 6.7.1-1 at Arch Linux / Packaging / Packages / 
streamlink

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




[Git][archlinux/packaging/packages/wasmtime] Pushed new tag 19.0.0-1

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 19.0.0-1 at Arch Linux / Packaging / Packages / 
wasmtime

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




[Git][archlinux/packaging/packages/wasmtime][main] upgpkg: 19.0.0-1

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
wasmtime


Commits:
bc56a2af by Frederik Schwan at 2024-03-21T19:44:58+01:00
upgpkg: 19.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wasmtime
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
-   pkgver = 18.0.3
+   pkgver = 19.0.0
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = wasmtime
makedepends = git
depends = gcc-libs
options = !lto
-   source = 
git+https://github.com/bytecodealliance/wasmtime.git#commit=v18.0.3
+   source = 
git+https://github.com/bytecodealliance/wasmtime.git#commit=v19.0.0
source = git+https://github.com/WebAssembly/testsuite.git
source = git+https://github.com/WebAssembly/wasm-c-api.git
source = git+https://github.com/WebAssembly/WASI.git
source = git+https://github.com/WebAssembly/wasi-nn.git
source = git+https://github.com/WebAssembly/wasi-crypto.git
-   b2sums = SKIP
+   b2sums = 
880197f2693a5d3a1afcb5268f966cf6d83068479e4f9defb8ad26c2a12639b34ac32ca691dda48bc9a0c3cdffba7c23ced3e1bf3eb7c7192edd091a34523d47
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Dario Ostuni 
 
 pkgname=wasmtime
-pkgver=18.0.3
+pkgver=19.0.0
 pkgrel=1
 pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
 arch=('x86_64')
@@ -17,7 +17,7 @@ 
source=("git+https://github.com/bytecodealliance/wasmtime.git#commit=v${pkgver};
 git+https://github.com/WebAssembly/WASI.git
 git+https://github.com/WebAssembly/wasi-nn.git
 git+https://github.com/WebAssembly/wasi-crypto.git)
-b2sums=('SKIP'
+b2sums=('880197f2693a5d3a1afcb5268f966cf6d83068479e4f9defb8ad26c2a12639b34ac32ca691dda48bc9a0c3cdffba7c23ced3e1bf3eb7c7192edd091a34523d47'
 'SKIP'
 'SKIP'
 'SKIP'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/bc56a2af660f9b9a783a9f76003fef1d96a20825

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




[Git][archlinux/packaging/packages/mold] Pushed new tag 2.30.0-1

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 2.30.0-1 at Arch Linux / Packaging / Packages / 
mold

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




[Git][archlinux/packaging/packages/mold][main] upgpkg: 2.30.0-1

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
mold


Commits:
e99d69ab by Frederik Schwan at 2024-03-21T19:44:56+01:00
upgpkg: 2.30.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = mold
pkgdesc = A Modern Linker
-   pkgver = 2.4.1
+   pkgver = 2.30.0
pkgrel = 1
url = https://github.com/rui314/mold
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = mold
depends = zlib
depends = tbb
depends = zstd
-   source = 
mold::git+https://github.com/rui314/mold.git#commit=fb3c166f80b92ca34ebd1b3f467edbcad7cae649
-   b2sums = SKIP
+   source = mold::git+https://github.com/rui314/mold.git#tag=v2.30.0
+   b2sums = 
715b6b7d210773e480edcb6e4ce3eb652bde65ae514870431c2f78c325bf7454e2108b557228d2c3d3b6d339ec31280aef2a6a15efa7c517f357a5408cc4b8bd
 
 pkgname = mold


=
PKGBUILD
=
@@ -2,9 +2,8 @@
 # Contributor: Adrian Perez de Castro 
 
 pkgname=mold
-pkgver=2.4.1
+pkgver=2.30.0
 pkgrel=1
-_commit='fb3c166f80b92ca34ebd1b3f467edbcad7cae649'
 pkgdesc='A Modern Linker'
 arch=('x86_64')
 url='https://github.com/rui314/mold'
@@ -13,8 +12,8 @@ license=('MIT')
 depends=('glibc' 'gcc-libs' 'mimalloc' 'zlib' 'tbb' 'zstd')
 makedepends=('git' 'python' 'cmake' 'mold')
 checkdepends=('clang' 'libdwarf')
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
+source=("$pkgname::git+$url.git#tag=v$pkgver")
+b2sums=('715b6b7d210773e480edcb6e4ce3eb652bde65ae514870431c2f78c325bf7454e2108b557228d2c3d3b6d339ec31280aef2a6a15efa7c517f357a5408cc4b8bd')
 
 pkgver() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mold/-/commit/e99d69abc1e8818aabc3e07551fcf2aff0ba1e4e

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




[Git][archlinux/packaging/packages/fwupd-efi][main] upgpkg: 1.5-1

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
fwupd-efi


Commits:
1d63965d by Frederik Schwan at 2024-03-21T19:44:54+01:00
upgpkg: 1.5-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = fwupd-efi
+   pkgdesc = EFI Application used by uefi-capsule plugin in fwupd
+   pkgver = 1.5
+   pkgrel = 1
+   url = https://github.com/fwupd/fwupd-efi
+   arch = x86_64
+   license = LGPL
+   makedepends = meson
+   makedepends = gnu-efi
+   makedepends = python-pefile
+   source = 
https://people.freedesktop.org/~hughsient/releases/fwupd-efi-1.5.tar.xz
+   source = 
https://people.freedesktop.org/~hughsient/releases/fwupd-efi-1.5.tar.xz.asc
+   validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
+   sha256sums = 
45d2a77931b362416dec2636dabf4eff0d1da10bc1ccca1ac980e832fedbba12
+   sha256sums = SKIP
+
+pkgname = fwupd-efi


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Frederik Schwan 
 
 pkgname=fwupd-efi
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc='EFI Application used by uefi-capsule plugin in fwupd'
 arch=('x86_64')
@@ -10,7 +10,7 @@ url='https://github.com/fwupd/fwupd-efi'
 license=('LGPL')
 makedepends=('meson' 'gnu-efi' 'python-pefile')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('27ddbc0a4e3209543eab49e69f1a014eb9ed95f93ff51f966f31082d3b7bffbc'
+sha256sums=('45d2a77931b362416dec2636dabf4eff0d1da10bc1ccca1ac980e832fedbba12'
 'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fwupd-efi/-/commit/1d63965dfc88ff1363311da82d1a054ff36a7422

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




[Git][archlinux/packaging/packages/fwupd-efi] Pushed new tag 1.5-1

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.5-1 at Arch Linux / Packaging / Packages / 
fwupd-efi

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




[Git][archlinux/packaging/packages/python-versioningit][main] upgpkg: 3.1.0-1

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
python-versioningit


Commits:
c70721f3 by Frederik Schwan at 2024-03-21T19:32:54+01:00
upgpkg: 3.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-versioningit
pkgdesc = Versioning It with your Version In Git
-   pkgver = 3.0.0
+   pkgver = 3.1.0
pkgrel = 1
url = https://github.com/jwodder/versioningit
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-versioningit
depends = python
depends = python-packaging
depends = python-tomli
-   source = 
versioningit-3.0.0.tar.gz::https://github.com/jwodder/versioningit/releases/download/v3.0.0/versioningit-3.0.0.tar.gz
-   sha256sums = 
4e3ce47a6424d850ae9e55e1b134a020e9fcbcb895338f107f2b5c51d34c9c1b
+   source = 
versioningit-3.1.0.tar.gz::https://github.com/jwodder/versioningit/releases/download/v3.1.0/versioningit-3.1.0.tar.gz
+   sha256sums = 
7aac713c31a53eb367a6bbc2e8b3de8cc2b86d10d45c5101afd651446cb10fd7
 
 pkgname = python-versioningit


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor:
 
 pkgname=python-versioningit
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc='Versioning It with your Version In Git'
 arch=('any')
@@ -28,7 +28,7 @@ checkdepends=(
   'python-pytest-mock'
 )
 
source=("${pkgname#*n-}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${pkgname#*n-}-${pkgver}.tar.gz")
-sha256sums=('4e3ce47a6424d850ae9e55e1b134a020e9fcbcb895338f107f2b5c51d34c9c1b')
+sha256sums=('7aac713c31a53eb367a6bbc2e8b3de8cc2b86d10d45c5101afd651446cb10fd7')
 
 build() {
   cd ${pkgname#*n-}-${pkgver}



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

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




[Git][archlinux/packaging/packages/python-versioningit] Pushed new tag 3.1.0-1

2024-03-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 3.1.0-1 at Arch Linux / Packaging / Packages / 
python-versioningit

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




[Git][archlinux/packaging/packages/perl-par-packer][main] upgpkg: 1.063-1

2024-03-15 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
perl-par-packer


Commits:
04a941f9 by Frederik Schwan at 2024-03-15T14:32:13+01:00
upgpkg: 1.063-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = perl-par-packer
pkgdesc = PAR Packager
-   pkgver = 1.062
+   pkgver = 1.063
pkgrel = 1
url = https://metacpan.org/release/PAR-Packer
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = perl-par-packer
depends = perl-par-dist
options = !emptydirs
options = purge
-   source = 
https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-Packer-1.062.tar.gz
-   b2sums = 
1a02b3ec2089a92b1e7a6e2f39bc4cead6bc169ca841cb939d80df2a9ec084a04c2a3575e886fbd805c63d807497659bbf0b25852d9a66bcdc80542aa08b22fa
+   source = 
https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-Packer-1.063.tar.gz
+   b2sums = 
a1382f69c68170bd0d398f508c3f0f2286ee61c6996589924e727d14c52ec6e3b2a8e628fb49163664f64b6d4fc96c63e839ff359787dc41a8f4aec1ece7ae49
 
 pkgname = perl-par-packer
depends = perl-archive-zip


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Tony Sokhon 
 
 pkgname=perl-par-packer
-pkgver=1.062
+pkgver=1.063
 pkgrel=1
 pkgdesc='PAR Packager'
 arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('perl-archive-zip' 'perl-getopt-argvfile' 
'perl-ipc-run3'
 makedepends=('perl' 'perl-extutils-makemaker')
 options=('!emptydirs' purge)
 
source=("https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-Packer-${pkgver}.tar.gz;)
-b2sums=('1a02b3ec2089a92b1e7a6e2f39bc4cead6bc169ca841cb939d80df2a9ec084a04c2a3575e886fbd805c63d807497659bbf0b25852d9a66bcdc80542aa08b22fa')
+b2sums=('a1382f69c68170bd0d398f508c3f0f2286ee61c6996589924e727d14c52ec6e3b2a8e628fb49163664f64b6d4fc96c63e839ff359787dc41a8f4aec1ece7ae49')
 
 build() {
   cd PAR-Packer-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-par-packer/-/commit/04a941f99b75ff7713a3f09bec21410755bf39f6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-par-packer/-/commit/04a941f99b75ff7713a3f09bec21410755bf39f6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/perl-par-packer] Pushed new tag 1.063-1

2024-03-15 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.063-1 at Arch Linux / Packaging / Packages / 
perl-par-packer

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




[Git][archlinux/packaging/packages/skopeo][main] fix SPDX license identifier

2024-03-14 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
skopeo


Commits:
c4407074 by Frederik Schwan at 2024-03-14T22:32:50+01:00
fix SPDX license identifier

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgrel=1
 pkgdesc='A command line utility for various operations on container images and 
image repositories.'
 arch=(x86_64)
 url='https://github.com/containers/skopeo'
-license=(APACHE)
+license=(Apache-2.0)
 depends=(gpgme device-mapper containers-common)
 makedepends=(go go-md2man btrfs-progs git systemd)
 _commit=99e3c44865d4200bb93f38365622ef1e857c3a61 #refs/tags/v1.15.0



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/skopeo/-/commit/c44070747c96f9ce14782fd16f910f440d5874f0

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




[Git][archlinux/packaging/packages/skopeo][main] upgpkg: 1.15.0-1

2024-03-14 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
skopeo


Commits:
b1cd84fa by Frederik Schwan at 2024-03-14T22:31:47+01:00
upgpkg: 1.15.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = skopeo
pkgdesc = A command line utility for various operations on container 
images and image repositories.
-   pkgver = 1.14.2
+   pkgver = 1.15.0
pkgrel = 1
url = https://github.com/containers/skopeo
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = skopeo
depends = gpgme
depends = device-mapper
depends = containers-common
-   source = 
git+https://github.com/containers/skopeo#commit=b673eb60b754ddd8ba9eeea1dc2e8d8ad03037ac
+   source = 
git+https://github.com/containers/skopeo#commit=99e3c44865d4200bb93f38365622ef1e857c3a61
sha256sums = SKIP
 
 pkgname = skopeo


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=skopeo
-pkgver=1.14.2
+pkgver=1.15.0
 pkgrel=1
 pkgdesc='A command line utility for various operations on container images and 
image repositories.'
 arch=(x86_64)
@@ -10,7 +10,7 @@ url='https://github.com/containers/skopeo'
 license=(APACHE)
 depends=(gpgme device-mapper containers-common)
 makedepends=(go go-md2man btrfs-progs git systemd)
-_commit=b673eb60b754ddd8ba9eeea1dc2e8d8ad03037ac   #refs/tags/v1.14.2
+_commit=99e3c44865d4200bb93f38365622ef1e857c3a61 #refs/tags/v1.15.0
 source=(git+$url#commit=$_commit)
 sha256sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/skopeo/-/commit/b1cd84fa18363912b4bc3c5306d00fe40519156a

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




[Git][archlinux/packaging/packages/skopeo] Pushed new tag 1.15.0-1

2024-03-14 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.15.0-1 at Arch Linux / Packaging / Packages / 
skopeo

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




[Git][archlinux/packaging/packages/wasmtime][main] upgpkg: 18.0.3-1

2024-03-13 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
wasmtime


Commits:
454c86d0 by Frederik Schwan at 2024-03-13T23:36:52+01:00
upgpkg: 18.0.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = wasmtime
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
-   pkgver = 18.0.2
+   pkgver = 18.0.3
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime
arch = x86_64
-   license = Apache
+   license = Apache-2.0
makedepends = cargo
makedepends = git
depends = gcc-libs
options = !lto
-   source = 
git+https://github.com/bytecodealliance/wasmtime.git#commit=v18.0.2
+   source = 
git+https://github.com/bytecodealliance/wasmtime.git#commit=v18.0.3
source = git+https://github.com/WebAssembly/testsuite.git
source = git+https://github.com/WebAssembly/wasm-c-api.git
source = git+https://github.com/WebAssembly/WASI.git


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Dario Ostuni 
 
 pkgname=wasmtime
-pkgver=18.0.2
+pkgver=18.0.3
 pkgrel=1
 pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/454c86d0b5a5b91ce73a0c06854c836fc00cfb8c

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




[Git][archlinux/packaging/packages/wasmtime] Pushed new tag 18.0.3-1

2024-03-13 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 18.0.3-1 at Arch Linux / Packaging / Packages / 
wasmtime

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




[Git][archlinux/packaging/packages/lighttpd][main] upgpkg: 1.4.75-1

2024-03-13 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
lighttpd


Commits:
c3029a0f by Frederik Schwan at 2024-03-13T19:26:53+01:00
upgpkg: 1.4.75-1

closes #7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lighttpd
pkgdesc = A secure, fast, compliant and very flexible web-server
-   pkgver = 1.4.74
-   pkgrel = 2
+   pkgver = 1.4.75
+   pkgrel = 1
url = https://www.lighttpd.net/
arch = x86_64
license = BSD-3-Clause
@@ -26,15 +26,15 @@ pkgbase = lighttpd
options = emptydirs
backup = etc/lighttpd/lighttpd.conf
backup = etc/logrotate.d/lighttpd
-   source = 
https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.74.tar.xz
-   source = 
https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.74.tar.xz.asc
+   source = 
https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.75.tar.xz
+   source = 
https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.75.tar.xz.asc
source = lighttpd.logrotate.d
source = lighttpd.conf
source = lighttpd.tmpfiles
validpgpkeys = C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7
validpgpkeys = 649D0DD767FF206202A76C5158F14A786FE198C8
validpgpkeys = EAAF41A8BE3BB8D001CACD136DE62CA242909B84
-   sha256sums = 
5c08736e83088f7e019797159f306e88ec729abe976dc98fb3bed71b9d3e53b5
+   sha256sums = 
8b721ca939d312afaa6ef31dcbd6afb5161ed385ac828e6fccd4c5b76be189d6
sha256sums = SKIP
sha256sums = 
41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe
sha256sums = 
162a7db641ec46bb3436c4986fe7541aebd6dd38a463b86647c9113278cb876e


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.74
-pkgrel=2
+pkgver=1.4.75
+pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('BSD-3-Clause')
 arch=('x86_64')
@@ -42,7 +42,7 @@ source=(
'lighttpd.conf'
'lighttpd.tmpfiles'
 )
-sha256sums=('5c08736e83088f7e019797159f306e88ec729abe976dc98fb3bed71b9d3e53b5'
+sha256sums=('8b721ca939d312afaa6ef31dcbd6afb5161ed385ac828e6fccd4c5b76be189d6'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 '162a7db641ec46bb3436c4986fe7541aebd6dd38a463b86647c9113278cb876e'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lighttpd/-/commit/c3029a0fcb6e6d0b76b20d499b564c501ce0992b

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




[Git][archlinux/packaging/packages/lighttpd] Pushed new tag 1.4.75-1

2024-03-13 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.4.75-1 at Arch Linux / Packaging / Packages / 
lighttpd

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




[Git][archlinux/packaging/packages/bcachefs-tools][main] fix fuse mount

2024-03-13 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
bcachefs-tools


Commits:
875a0d72 by Frederik Schwan at 2024-03-13T11:00:40+01:00
fix fuse mount

fixes #3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bcachefs-tools
pkgdesc = BCacheFS filesystem utilities
pkgver = 1.6.4
-   pkgrel = 1
+   pkgrel = 2
epoch = 3
url = https://bcachefs.org/
arch = x86_64


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=bcachefs-tools
 epoch=3
 pkgver=1.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc='BCacheFS filesystem utilities'
 arch=('x86_64')
 url='https://bcachefs.org/'
@@ -43,7 +43,6 @@ build() {
   export CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
   export CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
 
-  make
   BCACHEFS_FUSE=1 make \
 LIBEXECDIR=/usr/lib \
 DESTDIR="${pkgdir}" \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bcachefs-tools/-/commit/875a0d72b50edbe3bf4555d3ec0b552939f82c1d

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




[Git][archlinux/packaging/packages/bcachefs-tools] Pushed new tag 3-1.6.4-2

2024-03-13 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 3-1.6.4-2 at Arch Linux / Packaging / Packages / 
bcachefs-tools

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bcachefs-tools/-/tree/3-1.6.4-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-api-headers][main] fix arch

2024-03-12 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
linux-api-headers


Commits:
d44fe57f by Frederik Schwan at 2024-03-12T14:24:48+01:00
fix arch

fixes #1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgname=linux-api-headers
 pkgver=6.7
 pkgrel=1
 pkgdesc='Kernel headers sanitized for use in userspace'
-arch=(any)
+arch=('x86_64')
 url='https://www.gnu.org/software/libc'
 license=(GPL-2.0-only)
 makedepends=(rsync)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-api-headers/-/commit/d44fe57f4de71ab51d715fbffeb2990fce98c4b9

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




[Git][archlinux/packaging/packages/fwupd][main] upgpkg: 1.9.15-1

2024-03-11 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
fwupd


Commits:
d1f8d02b by Frederik Schwan at 2024-03-11T21:38:17+01:00
upgpkg: 1.9.15-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fwupd
pkgdesc = Simple daemon to allow session software to update firmware
-   pkgver = 1.9.14
+   pkgver = 1.9.15
pkgrel = 1
url = https://github.com/fwupd/fwupd
arch = x86_64
@@ -43,14 +43,14 @@ pkgbase = fwupd
depends = python
depends = shared-mime-info
depends = tpm2-tss
-   source = 
https://github.com/fwupd/fwupd/releases/download/1.9.14/fwupd-1.9.14.tar.xz
-   source = 
https://github.com/fwupd/fwupd/releases/download/1.9.14/fwupd-1.9.14.tar.xz.asc
+   source = 
https://github.com/fwupd/fwupd/releases/download/1.9.15/fwupd-1.9.15.tar.xz
+   source = 
https://github.com/fwupd/fwupd/releases/download/1.9.15/fwupd-1.9.15.tar.xz.asc
source = fwupd.sysusers
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
-   sha512sums = 
582813ce5d61e10d0774195bc0e5abdf0f0ce103417df4a90a0c94ed6c124cd1bcad3118ba6f9f2054b156c0b85fc66edcbcced70dfefe616c2689257e8beeb1
+   sha512sums = 
3b5c696510f44e800dad683903eda5a18ff39774093587df7246b1fec7d243471e72b46a34c0dd721cf63e3f88f072432d8e87a85be17b19ebce7a58a9550724
sha512sums = SKIP
sha512sums = 
637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb
-   b2sums = 
d2e8ef60d751e56279428cd681769b8b6132148d87ad18beb8b355d10d03519da3d520f7f3f5a72b50591957b00176e80a4b26a472ed2305d39986b56adbbbc3
+   b2sums = 
05cfe77b8fa3037411482f3b3a9ece02aa1a5b6c8de366127200c4b8466398a0fcc243aadde819887d51ae06e64921f481d93b106a403cfa9f4d3fb1ebbd2fec
b2sums = SKIP
b2sums = 
e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb
 


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=(fwupd fwupd-docs)
-pkgver=1.9.14
+pkgver=1.9.15
 pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -56,10 +56,10 @@ source=(
   
"https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
   fwupd.sysusers
 )
-sha512sums=('582813ce5d61e10d0774195bc0e5abdf0f0ce103417df4a90a0c94ed6c124cd1bcad3118ba6f9f2054b156c0b85fc66edcbcced70dfefe616c2689257e8beeb1'
+sha512sums=('3b5c696510f44e800dad683903eda5a18ff39774093587df7246b1fec7d243471e72b46a34c0dd721cf63e3f88f072432d8e87a85be17b19ebce7a58a9550724'
 'SKIP'
 
'637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb')
-b2sums=('d2e8ef60d751e56279428cd681769b8b6132148d87ad18beb8b355d10d03519da3d520f7f3f5a72b50591957b00176e80a4b26a472ed2305d39986b56adbbbc3'
+b2sums=('05cfe77b8fa3037411482f3b3a9ece02aa1a5b6c8de366127200c4b8466398a0fcc243aadde819887d51ae06e64921f481d93b106a403cfa9f4d3fb1ebbd2fec'
 'SKIP'
 
'e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fwupd/-/commit/d1f8d02b6fecb1e23bae4456b93a88cddeb60549

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




[Git][archlinux/packaging/packages/fwupd] Pushed new tag 1.9.15-1

2024-03-11 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.9.15-1 at Arch Linux / Packaging / Packages / 
fwupd

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




[Git][archlinux/packaging/packages/dracut] Pushed new tag 059-6

2024-03-10 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 059-6 at Arch Linux / Packaging / Packages / 
dracut

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




[Git][archlinux/packaging/packages/dracut][main] 2 commits: add cryptsetup to optdepends

2024-03-10 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
dracut


Commits:
f0be9a66 by Frederik Schwan at 2024-03-10T22:09:36+01:00
add cryptsetup to optdepends

- - - - -
e90bbd4b by Frederik Schwan at 2024-03-10T22:10:30+01:00
upgpkg: 059-6

closes !8

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = dracut
pkgdesc = An event driven initramfs infrastructure
pkgver = 059
-   pkgrel = 5
+   pkgrel = 6
url = https://github.com/dracutdevs/dracut
arch = x86_64
-   license = GPL
+   license = GPL-2.0-or-later
makedepends = asciidoc
makedepends = bash-completion
makedepends = git
@@ -13,21 +13,52 @@ pkgbase = dracut
depends = cpio
depends = filesystem
depends = findutils
+   depends = gawk
depends = grep
-   depends = gzip
depends = kmod
depends = pkgconf
depends = procps-ng
depends = sed
depends = systemd
depends = util-linux
-   depends = xz
optdepends = binutils: --uefi option support
+   optdepends = bluez: bluetooth (keyboard)
+   optdepends = btrfs-progs: scan for Btrfs on block devices
+   optdepends = busybox: allows use of busybox (on your own risk)
+   optdepends = bzip2: bzip2 compression
+   optdepends = cifs-utils: support CIFS
+   optdepends = connman: support for connman networking
+   optdepends = cryptsetup: support for encrypted with LUKS filesystems
+   optdepends = dash: allows use of dash (on your own risk)
+   optdepends = dhclient: legacy networking support
+   optdepends = dmraid: dmraid dracut module support
+   optdepends = e2fsprogs: ext2/3/4 filesystem support
optdepends = elfutils: strip binaries to reduce initramfs size
+   optdepends = f2fs-tools: fsfs filesystem support
+   optdepends = fuse3: live on NTFS (dmsquash-live-ntfs module)
+   optdepends = gzip: gzip compression
+   optdepends = iproute2: legacy networking support
+   optdepends = iputils: networking support
+   optdepends = lvm2: support Logical Volume Manager
+   optdepends = lzop: lzop compression
+   optdepends = mdadm: support MD devices, also known as software RAID 
devices
optdepends = multipath-tools: dmraid dracut module support
+   optdepends = nbd: support network block devices
+   optdepends = ndctl: NVDIMM support
+   optdepends = networkmanager: networkmanager support
+   optdepends = nfs-utils: support NFS
+   optdepends = ntfs-3g: live on NTFS (dmsquash-live-ntfs module)
+   optdepends = nvme-cli: NVMe-oF support (nvmf module)
+   optdepends = open-iscsi: support iSCSI (iscsi module)
+   optdepends = openssh: install ssh and scp along with config files and 
specified keys (ssh-client module)
optdepends = pigz: faster gzip compression
+   optdepends = plymouth: plymouth boot splash
+   optdepends = rng-tools: enable rngd service to help generating entropy 
early during boot
optdepends = sbsigntools: uefi_secureboot_cert/key configuration option 
support
+   optdepends = squashfs-tools: support for building a squashed initramfs
+   optdepends = tar: live tar image
optdepends = tpm2-tools: tpm2 support for e.g. LUKS
+   optdepends = xz: xz compression
provides = initramfs
backup = etc/dracut.conf
source = 
dracut-059::git+https://github.com/dracutdevs/dracut#tag=059?signed
@@ -35,16 +66,19 @@ pkgbase = dracut
source = 
dracut-systemd-254-uki.patch::https://github.com/dracutdevs/dracut/commit/f32e95bcadbc5158843530407adc1e7b700561b1.patch
source = 
dracut-systemd-255-systemd-executor.patch::https://github.com/dracutdevs/dracut/pull/2535/commits/62fd8ebe4776dbb60ca04a865c2d160e45d65e91.patch
source = dracut-systemd-255-pcrphase.patch
+   source = 
dracut-systemd-255-hibernate-resume.patch::https://github.com/dracutdevs/dracut/pull/2527/commits/a2fe89116db4b286fbf515f26bd1773b5e6ee8ad.patch
validpgpkeys = F66745589DE755B02AD947D71F1139EBBED1ACA9
sha512sums = SKIP
sha512sums = 
dfbef5ee06fd0f7b51bfd3571eb284272d7694754eaf232cf1a14f3b2f95a67c87098fabf6d88068ef7e235e717bec26024a3b342c5dba940b8600799cef0791
sha512sums = 
8d232afccf84e24348c0e13d8eb34bcf670ca98a8e6a1e17cd4e861b8c036db1431ad8d8cb3942fb7645489d450dc2dbb91d54c18275796be26aae3ec53db557
sha512sums = 
9940448b4a83c9a837a916557b413b4523097554175420e554e039baa0395a387634bdf4486c212b930942a32e4f336b65e3d6624517b3e134b010a614fbcb41
sha512sums = 
1cdcff2b4ade4a227e55dce33457f6974cf1fd3352766d731b5e7a372239c211bd5c105e3fa46f48b6b2456d04471da9d1adfa12d99444802e4d06febbd4b38f
+   sha512sums = 

[Git][archlinux/packaging/packages/lighttpd] Pushed new tag 1.4.74-2

2024-03-10 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.4.74-2 at Arch Linux / Packaging / Packages / 
lighttpd

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




[Git][archlinux/packaging/packages/dracut][main] add more optdepends for dracut modules

2024-03-10 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
dracut


Commits:
6a9655da by Laszlo Gombos at 2024-02-11T19:48:02-05:00
add more optdepends for dracut modules

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -28,11 +28,40 @@ makedepends=(
 )
 optdepends=(
   'binutils: --uefi option support'
+  'bluez: bluetooth (keyboard)'
+  'btrfs-progs: scan for Btrfs on block devices'
+  'busybox: allows use of busybox (on your own risk)'
+  'bzip2: bzip2 compression'
+  'cifs-utils: support CIFS'
+  'connman: support for connman networking'
+  'dash: allows use of dash (on your own risk)'
+  'dhclient: legacy networking support'
+  'dmraid: dmraid dracut module support'
+  'e2fsprogs: ext2/3/4 filesystem support'
   'elfutils: strip binaries to reduce initramfs size'
+  'f2fs-tools: fsfs filesystem support'
+  'fuse3: live on NTFS (dmsquash-live-ntfs module)'
   'gzip: gzip compression'
+  'iproute2: legacy networking support'
+  'iputils: networking support'
+  'lvm2: support Logical Volume Manager'
+  'lzop: lzop compression'
+  'mdadm: support MD devices, also known as software RAID devices'
   'multipath-tools: dmraid dracut module support'
+  'nbd: support network block devices'
+  'ndctl: NVDIMM support'
+  'networkmanager: networkmanager support'
+  'nfs-utils: support NFS'
+  'ntfs-3g: live on NTFS (dmsquash-live-ntfs module)'
+  'nvme-cli: NVMe-oF support (nvmf module)'
+  'open-iscsi: support iSCSI (iscsi module)'
+  'openssh: install ssh and scp along with config files and specified keys 
(ssh-client module)'
   'pigz: faster gzip compression'
+  'plymouth: plymouth boot splash'
+  'rng-tools: enable rngd service to help generating entropy early during boot'
   'sbsigntools: uefi_secureboot_cert/key configuration option support'
+  'squashfs-tools: support for building a squashed initramfs'
+  'tar: live tar image'
   'tpm2-tools: tpm2 support for e.g. LUKS'
   'xz: xz compression'
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dracut/-/commit/6a9655da3cb6540d24b3488ebcbfbe260feb11fd

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




[Git][archlinux/packaging/packages/streamlink] Pushed new tag 6.7.0-1

2024-03-09 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 6.7.0-1 at Arch Linux / Packaging / Packages / 
streamlink

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




[Git][archlinux/packaging/packages/streamlink][main] upgpkg: 6.7.0-1

2024-03-09 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
streamlink


Commits:
cb805ab0 by Frederik Schwan at 2024-03-09T22:30:26+01:00
upgpkg: 6.7.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = streamlink
pkgdesc = CLI program that launches streams from various streaming 
services in a custom video player (livestreamer fork)
-   pkgver = 6.6.2
+   pkgver = 6.7.0
pkgrel = 1
url = https://streamlink.github.io/
arch = any
@@ -26,12 +26,12 @@ pkgbase = streamlink
depends = python-typing_extensions
depends = python-websocket-client
optdepends = ffmpeg: Required to play streams that are made up of 
separate audio and video streams, eg. YouTube 1080p+
-   source = 
https://github.com/streamlink/streamlink/releases/download/6.6.2/streamlink-6.6.2.tar.gz
-   source = 
https://github.com/streamlink/streamlink/releases/download/6.6.2/streamlink-6.6.2.tar.gz.asc
+   source = 
https://github.com/streamlink/streamlink/releases/download/6.7.0/streamlink-6.7.0.tar.gz
+   source = 
https://github.com/streamlink/streamlink/releases/download/6.7.0/streamlink-6.7.0.tar.gz.asc
validpgpkeys = CDAC41B9122470FAF357A9D38A298D5C3618
-   sha256sums = 
d1417c7c5986dc143bc711c8a99f7b884b10d2583f44b1c3dadea7df0a75e4d5
+   sha256sums = 
923ac327f40271c5b144b110d2f8ab01d9b44cbc4de4f9ad3bf66cfb835cd4c3
sha256sums = SKIP
-   sha512sums = 
727fbd6bbf03a55a468b625984abe3d7f1792aaab11b2a55d5b0526454cc1959d7bfb3579526eb9e7493a44277302e6f40556f3ad99509751f950d49605b60db
+   sha512sums = 
df2f69cdd4de9deca41d7dca2b8b38dabcda9f4722de28a96fca0b011cb528751e40895cbe68724c3222615c6e317983d8937bd2c161640d3a8c6db17273cafd
sha512sums = SKIP
 
 pkgname = streamlink


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Josip Ponjavic 
 
 pkgname=streamlink
-pkgver=6.6.2
+pkgver=6.7.0
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
 arch=('any')
@@ -15,9 +15,9 @@ makedepends=("python-"{build,installer,setuptools,wheel})
 optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('CDAC41B9122470FAF357A9D38A298D5C3618') # Streamlink signing 
key 
-sha256sums=('d1417c7c5986dc143bc711c8a99f7b884b10d2583f44b1c3dadea7df0a75e4d5'
+sha256sums=('923ac327f40271c5b144b110d2f8ab01d9b44cbc4de4f9ad3bf66cfb835cd4c3'
 'SKIP')
-sha512sums=('727fbd6bbf03a55a468b625984abe3d7f1792aaab11b2a55d5b0526454cc1959d7bfb3579526eb9e7493a44277302e6f40556f3ad99509751f950d49605b60db'
+sha512sums=('df2f69cdd4de9deca41d7dca2b8b38dabcda9f4722de28a96fca0b011cb528751e40895cbe68724c3222615c6e317983d8937bd2c161640d3a8c6db17273cafd'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/cb805ab0d74d3e5c53405e5977e1ae157ab7e072

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




[Git][archlinux/packaging/packages/libvirt-python][main] 2 commits: Change to a PEP 517 based workflow

2024-03-08 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
libvirt-python


Commits:
f27d80cd by loqs at 2024-03-08T14:16:33+00:00
Change to a PEP 517 based workflow

- - - - -
e541d954 by loqs at 2024-03-08T14:17:27+00:00
Change to SPDX license identifier

https://gitlab.com/libvirt/libvirt-python/-/blob/v10.1.0/setup.cfg#L14
https://gitlab.com/libvirt/libvirt-python/-/blob/v10.1.0/COPYING

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -10,8 +10,8 @@ pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('x86_64')
 url="https://pypi.python.org/pypi/libvirt-python;
-license=('LGPL')
-makedepends=('python' 'python-setuptools' 'libvirt')
+license=('LGPL-2.1-or-later')
+makedepends=('python' 'python-setuptools' 'python-build' 'python-installer' 
'python-wheel' 'libvirt')
 depends=('python' 'libvirt')
 options=('emptydirs')
 
source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz"{,.asc})
@@ -21,10 +21,10 @@ validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # 
Jiří Denemark https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt-python/-/compare/3e0bc708c611dc503c7a27496031b3f17077f54d...e541d95473995c25c8f26853089f60b6627cb83a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt-python/-/compare/3e0bc708c611dc503c7a27496031b3f17077f54d...e541d95473995c25c8f26853089f60b6627cb83a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pdftk][main] remove duplicate optdepends

2024-03-07 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
pdftk


Commits:
a464b5f0 by Frederik Schwan at 2024-03-07T21:59:39+01:00
remove duplicate optdepends

fixes #1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -10,8 +10,6 @@ _jrever=8
 _jdkver=17
 depends=('bcprov' 'java-commons-lang' "java-runtime-headless>=${_jrever}" 'sh')
 makedepends=("jdk${_jdkver}-openjdk" 'gradle')
-optdepends=('bcprov: support for AES encrypted and signed PDF documents'
-'java-commons-lang: burst, dump_data, dump_data_fields and 
update_info operation support')
 source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2" 'pdftk.sh')
 
sha512sums=('48173d0c4698bc984221b56dff3e6434df7cf144dddfdbf684f8fa28b9eacfd0ebf9ebca0b87df3f9534a1ed13caa4c0866bd3e7a8cd06a21b46dfaedda9ea21'
 
'd9b83165027de5cfe7b452cd9080384f5bd36e58ed0fd041a737d37f1a843fc75588fbac0f93fc77fb6ae1826c7df335a8b68db8265b707c4e909eed1c7bed82')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pdftk/-/commit/a464b5f0eede1850db9a1f9918367d6fae7be2c8

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




[Git][archlinux/packaging/packages/caprine] Pushed new tag 2.60.0-2

2024-03-07 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 2.60.0-2 at Arch Linux / Packaging / Packages / 
caprine

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




[Git][archlinux/packaging/packages/caprine][main] upgpkg: 2.60.0-2

2024-03-07 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
caprine


Commits:
4d60b15f by Frederik Schwan at 2024-03-07T13:12:37+01:00
upgpkg: 2.60.0-2

Rollback to electron27

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- caprine.js


Changes:

=
.SRCINFO
=
@@ -1,19 +1,19 @@
 pkgbase = caprine
pkgdesc = Elegant Facebook Messenger desktop app
pkgver = 2.60.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/sindresorhus/caprine
arch = any
license = MIT
makedepends = git
makedepends = npm
-   depends = electron29
+   depends = electron27
options = !emptydirs
source = git+https://github.com/sindresorhus/caprine.git#tag=v2.60.0
source = caprine.desktop
source = caprine.js
sha256sums = SKIP
sha256sums = 
ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97
-   sha256sums = 
bdca41fcd29be95d6beb7351994ae98ba55f987282a25b989ac79ee6b170221a
+   sha256sums = 
effb2c3d24b57433bc5d404b3fa40ac7f403f4b60252d983f2ec6de2098cba32
 
 pkgname = caprine


=
PKGBUILD
=
@@ -3,12 +3,12 @@
 
 pkgname=caprine
 pkgver=2.60.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')
 url='https://github.com/sindresorhus/caprine'
 license=('MIT')
-depends=('electron29')
+depends=('electron27')
 makedepends=('git' 'npm')
 options=(!emptydirs)
 source=("git+https://github.com/sindresorhus/caprine.git#tag=v${pkgver};
@@ -16,7 +16,7 @@ 
source=("git+https://github.com/sindresorhus/caprine.git#tag=v${pkgver};
 'caprine.js')
 sha256sums=('SKIP'
 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'bdca41fcd29be95d6beb7351994ae98ba55f987282a25b989ac79ee6b170221a')
+'effb2c3d24b57433bc5d404b3fa40ac7f403f4b60252d983f2ec6de2098cba32')
 
 build() {
 cd ${pkgname}


=
caprine.js
=
@@ -1,4 +1,4 @@
-#!/usr/bin/electron29
+#!/usr/bin/electron27
 
 const name = 'caprine';
 



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

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




[Git][archlinux/packaging/packages/caprine] Pushed new tag 2.60.0-1

2024-03-06 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 2.60.0-1 at Arch Linux / Packaging / Packages / 
caprine

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




[Git][archlinux/packaging/packages/caprine][main] upgpkg: 2.60.0-1

2024-03-06 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
caprine


Commits:
bb1e1bf2 by Frederik Schwan at 2024-03-06T22:44:21+01:00
upgpkg: 2.60.0-1

fixes #2

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- caprine.js


Changes:

=
.SRCINFO
=
@@ -1,19 +1,19 @@
 pkgbase = caprine
pkgdesc = Elegant Facebook Messenger desktop app
-   pkgver = 2.59.3
+   pkgver = 2.60.0
pkgrel = 1
url = https://github.com/sindresorhus/caprine
arch = any
license = MIT
makedepends = git
makedepends = npm
-   depends = electron26
+   depends = electron29
options = !emptydirs
-   source = git+https://github.com/sindresorhus/caprine.git#tag=v2.59.3
+   source = git+https://github.com/sindresorhus/caprine.git#tag=v2.60.0
source = caprine.desktop
source = caprine.js
sha256sums = SKIP
sha256sums = 
ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97
-   sha256sums = 
6dc96de81df06438ce63e1d9448f2c63d5b3e251c2927c3465d268ac2e6773fb
+   sha256sums = 
bdca41fcd29be95d6beb7351994ae98ba55f987282a25b989ac79ee6b170221a
 
 pkgname = caprine


=
PKGBUILD
=
@@ -2,13 +2,13 @@
 # Contributor: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.59.3
+pkgver=2.60.0
 pkgrel=1
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')
 url='https://github.com/sindresorhus/caprine'
 license=('MIT')
-depends=('electron26')
+depends=('electron29')
 makedepends=('git' 'npm')
 options=(!emptydirs)
 source=("git+https://github.com/sindresorhus/caprine.git#tag=v${pkgver};
@@ -16,7 +16,7 @@ 
source=("git+https://github.com/sindresorhus/caprine.git#tag=v${pkgver};
 'caprine.js')
 sha256sums=('SKIP'
 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'6dc96de81df06438ce63e1d9448f2c63d5b3e251c2927c3465d268ac2e6773fb')
+'bdca41fcd29be95d6beb7351994ae98ba55f987282a25b989ac79ee6b170221a')
 
 build() {
 cd ${pkgname}


=
caprine.js
=
@@ -1,4 +1,4 @@
-#!/usr/bin/electron26
+#!/usr/bin/electron29
 
 const name = 'caprine';
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/caprine/-/commit/bb1e1bf2211fb3a54c000a7fc1c37a410036abf0

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




[Git][archlinux/packaging/packages/cargo-deny] Pushed new tag 0.14.16-1

2024-03-06 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 0.14.16-1 at Arch Linux / Packaging / Packages / 
cargo-deny

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




[Git][archlinux/packaging/packages/cargo-deny][main] upgpkg: 0.14.16-1

2024-03-06 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-deny


Commits:
5d7f319e by Frederik Schwan at 2024-03-06T14:19:48+01:00
upgpkg: 0.14.16-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-deny
pkgdesc = Cargo plugin for linting your dependencies
-   pkgver = 0.14.15
+   pkgver = 0.14.16
pkgrel = 1
url = https://github.com/EmbarkStudios/cargo-deny
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cargo-deny
depends = cargo
depends = gcc-libs
options = !lto
-   source = 
cargo-deny-0.14.15::git+https://github.com/EmbarkStudios/cargo-deny.git#tag=0.14.15
+   source = 
cargo-deny-0.14.16::git+https://github.com/EmbarkStudios/cargo-deny.git#tag=0.14.16
source = 
cargo-deny-advisory-db::git+https://github.com/rustsec/advisory-db
source = 
cargo-deny-test-advisory-db::git+https://github.com/EmbarkStudios/test-advisory-db
sha256sums = SKIP


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Vlad Frolov 
 
 pkgname=cargo-deny
-pkgver=0.14.15
+pkgver=0.14.16
 pkgrel=1
 pkgdesc='Cargo plugin for linting your dependencies'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-deny/-/commit/5d7f319e40a10dea2c303c65e6f975e4ad61f193

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




[Git][archlinux/packaging/packages/perl-par-packer][main] upgpkg: 1.062-1

2024-03-05 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
perl-par-packer


Commits:
d8608f9a by Frederik Schwan at 2024-03-05T17:03:26+01:00
upgpkg: 1.062-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = perl-par-packer
pkgdesc = PAR Packager
-   pkgver = 1.061
-   pkgrel = 2
+   pkgver = 1.062
+   pkgrel = 1
url = https://metacpan.org/release/PAR-Packer
arch = x86_64
license = GPL
@@ -15,8 +15,8 @@ pkgbase = perl-par-packer
depends = perl-par-dist
options = !emptydirs
options = purge
-   source = 
https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-Packer-1.061.tar.gz
-   b2sums = 
98ca95d7f48d0ed471045487133a3f06d578423776fe7a5651d312dcd305bfa90be1cb1580cfc1afeda2a7e11fbe4ddd86bff669345b42b9e860e180c3cdfe44
+   source = 
https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-Packer-1.062.tar.gz
+   b2sums = 
1a02b3ec2089a92b1e7a6e2f39bc4cead6bc169ca841cb939d80df2a9ec084a04c2a3575e886fbd805c63d807497659bbf0b25852d9a66bcdc80542aa08b22fa
 
 pkgname = perl-par-packer
depends = perl-archive-zip


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Tony Sokhon 
 
 pkgname=perl-par-packer
-pkgver=1.061
-pkgrel=2
+pkgver=1.062
+pkgrel=1
 pkgdesc='PAR Packager'
 arch=('x86_64')
 url='https://metacpan.org/release/PAR-Packer'
@@ -15,7 +15,7 @@ depends=('perl-archive-zip' 'perl-getopt-argvfile' 
'perl-ipc-run3'
 makedepends=('perl' 'perl-extutils-makemaker')
 options=('!emptydirs' purge)
 
source=("https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-Packer-${pkgver}.tar.gz;)
-b2sums=('98ca95d7f48d0ed471045487133a3f06d578423776fe7a5651d312dcd305bfa90be1cb1580cfc1afeda2a7e11fbe4ddd86bff669345b42b9e860e180c3cdfe44')
+b2sums=('1a02b3ec2089a92b1e7a6e2f39bc4cead6bc169ca841cb939d80df2a9ec084a04c2a3575e886fbd805c63d807497659bbf0b25852d9a66bcdc80542aa08b22fa')
 
 build() {
   cd PAR-Packer-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-par-packer/-/commit/d8608f9a6303bc6e23fcdd67de80d5621a020885

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




[Git][archlinux/packaging/packages/perl-par-packer] Pushed new tag 1.062-1

2024-03-05 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.062-1 at Arch Linux / Packaging / Packages / 
perl-par-packer

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




[Git][archlinux/packaging/packages/keycloak][main] upgpkg: 24.0.1-1

2024-03-05 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
keycloak


Commits:
7fe2ced8 by Frederik Schwan at 2024-03-05T10:37:02+01:00
upgpkg: 24.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = keycloak
pkgdesc = Open Source Identity and Access Management For Modern 
Applications and Services
-   pkgver = 24.0.0
+   pkgver = 24.0.1
pkgrel = 1
url = https://www.keycloak.org/
install = keycloak.install
@@ -15,13 +15,13 @@ pkgbase = keycloak
depends = util-linux
options = emptydirs
backup = etc/keycloak/keycloak.conf
-   source = 
https://github.com/keycloak/keycloak/archive/24.0.0/keycloak-24.0.0.tar.gz
+   source = 
https://github.com/keycloak/keycloak/archive/24.0.1/keycloak-24.0.1.tar.gz
source = keycloak.service
source = keycloak.sysusers
source = keycloak.tmpfiles
source = common.sh
source = pin-java-version.patch
-   sha512sums = 
4c45d4b0049f8316e9887d6f0ca28db4c3fbc8255fa4bc42a6c6dc29bce0eda2e9790fc6c3736121b8983a5cda0f915519a79d8151897776476c430267764926
+   sha512sums = 
b46252c6b50e951cb99a91a4fdd0d99a7c8cce1879b20aab2c1be5c8860ac3db4eb0b43a9b76e2785d9a19322c3416a256dcb72c2420f875ddbe397cad0cfaad
sha512sums = 
925ca021a9989a6d5181a90f42ec9e67a4957e98bb716acba75e13e1b01a03e4bd3a5939f5f0abe4cf57157be54dda5e373286041b22d84f5079eba94df4e6c9
sha512sums = 
2e2ba147007ad74e38579a8838d79de47beac509b4bd1a14d7f80905953d79a7396d781f141b461ec688f5ceef9a1081a825a4ca8afc1ea12c178d8ae7f5a7dd
sha512sums = 
155db40105c08d0aaa810ca5533dc16fc9f82060280541ede6fafd754d30b4844f6d10ace1417a5ad68d89fc54e1b9e6d906ce7ccf973f4ac964422211ed9a72


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Nikita Volodin 
 
 pkgname=keycloak
-pkgver=24.0.0
+pkgver=24.0.1
 _java=17
 pkgrel=1
 pkgdesc="Open Source Identity and Access Management For Modern Applications 
and Services"
@@ -23,7 +23,7 @@ 
source=(https://github.com/keycloak/keycloak/archive/$pkgver/$pkgname-$pkgver.ta
 common.sh
 pin-java-version.patch
 )
-sha512sums=('4c45d4b0049f8316e9887d6f0ca28db4c3fbc8255fa4bc42a6c6dc29bce0eda2e9790fc6c3736121b8983a5cda0f915519a79d8151897776476c430267764926'
+sha512sums=('b46252c6b50e951cb99a91a4fdd0d99a7c8cce1879b20aab2c1be5c8860ac3db4eb0b43a9b76e2785d9a19322c3416a256dcb72c2420f875ddbe397cad0cfaad'
 
'925ca021a9989a6d5181a90f42ec9e67a4957e98bb716acba75e13e1b01a03e4bd3a5939f5f0abe4cf57157be54dda5e373286041b22d84f5079eba94df4e6c9'
 
'2e2ba147007ad74e38579a8838d79de47beac509b4bd1a14d7f80905953d79a7396d781f141b461ec688f5ceef9a1081a825a4ca8afc1ea12c178d8ae7f5a7dd'
 
'155db40105c08d0aaa810ca5533dc16fc9f82060280541ede6fafd754d30b4844f6d10ace1417a5ad68d89fc54e1b9e6d906ce7ccf973f4ac964422211ed9a72'



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

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




[Git][archlinux/packaging/packages/keycloak] Pushed new tag 24.0.1-1

2024-03-05 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 24.0.1-1 at Arch Linux / Packaging / Packages / 
keycloak

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




[Git][archlinux/packaging/packages/wasi-libcplusplus][main] upgpkg: 17.0.6-1

2024-03-04 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
wasi-libc++


Commits:
5dd81d51 by Frederik Schwan at 2024-03-04T13:19:25+01:00
upgpkg: 17.0.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,33 @@
+pkgbase = wasi-libc++
+   pkgver = 17.0.6
+   pkgrel = 1
+   url = https://libcxx.llvm.org/
+   arch = any
+   license = custom:Apache 2.0 with LLVM Exception
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = python
+   makedepends = clang
+   makedepends = llvm
+   makedepends = wasi-libc
+   makedepends = wasi-compiler-rt
+   makedepends = lld
+   options = staticlibs
+   options = !lto
+   options = !debug
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-project-17.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-project-17.0.6.src.tar.xz.sig
+   source = WASI.cmake
+   source = wasi-toolchain.cmake
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
+   b2sums = 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
+   b2sums = SKIP
+   b2sums = 
c829d807c257921fddb8c4d3752ad2291a2beb116d414dd31e34b7f6b01599d8c4807db87ef9930456ed8c9f30e8648e77028fa0b903c3a5ea840514f6022cf4
+   b2sums = 
74c63bb838bc2e6d7980370fb3d47f8fd2f1dd8b6dc82302c7cc0b80e0fb1e8e21c1c62d6de0b78e478fc22611a5867e52b1ef7a566796fe831fffd98b17c940
+
+pkgname = wasi-libc++
+   pkgdesc = WASI LLVM C++ standard library
+
+pkgname = wasi-libc++abi
+   pkgdesc = WASI Low level support for the LLVM C++ standard library.


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgbase=wasi-libc++
 pkgname=(wasi-libc++ wasi-libc++abi)
-pkgver=16.0.6
+pkgver=17.0.6
 pkgrel=1
 arch=('any')
 url='https://libcxx.llvm.org/'
@@ -11,7 +11,7 @@ makedepends=('cmake' 'ninja' 'python' 'clang' 'llvm' 
'wasi-libc' 'wasi-compiler-
 
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/llvm-project-${pkgver}.src.tar.xz{,.sig}
 WASI.cmake
 wasi-toolchain.cmake)
-b2sums=('95192d39cbd2914e5609db365965f1c00bfea6c2d653b3996bd2acef8a2b37e37f6fc8a9d2b65711ad72657e0ef52c42f733053cf65051e7822f27396c30406d'
+b2sums=('d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2'
 'SKIP'
 
'c829d807c257921fddb8c4d3752ad2291a2beb116d414dd31e34b7f6b01599d8c4807db87ef9930456ed8c9f30e8648e77028fa0b903c3a5ea840514f6022cf4'
 
'74c63bb838bc2e6d7980370fb3d47f8fd2f1dd8b6dc82302c7cc0b80e0fb1e8e21c1c62d6de0b78e478fc22611a5867e52b1ef7a566796fe831fffd98b17c940')
@@ -32,9 +32,9 @@ build() {
   # Build options are derived from here 
https://github.com/WebAssembly/wasi-sdk/blob/main/Makefile
   # remove compiler options not supported by the wasm32-wasi target
   export CFLAGS="$(echo $CFLAGS | sed "s/-mtune=generic//;
-  s/-fstack-clash-protection//; s/-fcf-protection//; s/-fexceptions//")"
+  s/-fstack-clash-protection//; s/-fcf-protection//; s/-fexceptions//; 
s/-march=x86-64//")"
   export CXXFLAGS="$(echo $CXXFLAGS | sed "s/-mtune=generic//;
-  s/-fstack-clash-protection//; s/-fcf-protection//; s/-fexceptions//")"
+  s/-fstack-clash-protection//; s/-fcf-protection//; s/-fexceptions//; 
s/-march=x86-64//")"
 
   cmake -B build -G Ninja \
 -DCMAKE_C_COMPILER_WORKS=ON \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasi-libcplusplus/-/commit/5dd81d51fcb34938eb4e1c10cf2104afe351fead

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




[Git][archlinux/packaging/packages/wasi-libcplusplus] Pushed new tag 17.0.6-1

2024-03-04 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 17.0.6-1 at Arch Linux / Packaging / Packages / 
wasi-libc++

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




[Git][archlinux/packaging/packages/perl-par] Pushed new tag 1.020-1

2024-03-04 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.020-1 at Arch Linux / Packaging / Packages / 
perl-par

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




[Git][archlinux/packaging/packages/perl-par][main] upgpkg: 1.020-1

2024-03-04 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
perl-par


Commits:
a997d3aa by Frederik Schwan at 2024-03-04T12:21:50+01:00
upgpkg: 1.020-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = perl-par
pkgdesc = Perl Archive Toolkit
-   pkgver = 1.019
+   pkgver = 1.020
pkgrel = 1
url = https://metacpan.org/release/PAR
arch = any
@@ -9,7 +9,7 @@ pkgbase = perl-par
depends = perl-par-dist
options = !emptydirs
options = purge
-   source = 
https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-1.019.tar.gz
-   b2sums = 
63244727e24d9a4848c7155e3e5afe9f911a66f16bebbb11fce575202390a96522bd6f050e92c1265d14a91208c8059efa918b21ec7676f245805324a12875bd
+   source = 
https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-1.020.tar.gz
+   b2sums = 
8ce2a0a2800e11f8d66a30a03a5452eb831e6c60346c19385b19724a7a3f76cbd4933269f5eff88fbe3f35e4bbce9a32625bcfdcd0f8cb06327c590d8867dd3d
 
 pkgname = perl-par


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-par
-pkgver=1.019
+pkgver=1.020
 pkgrel=1
 pkgdesc='Perl Archive Toolkit'
 arch=('any')
@@ -13,7 +13,7 @@ license=('GPL')
 depends=('perl-archive-zip' 'perl-par-dist')
 options=('!emptydirs' purge)
 
source=("https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-${pkgver}.tar.gz;)
-b2sums=('63244727e24d9a4848c7155e3e5afe9f911a66f16bebbb11fce575202390a96522bd6f050e92c1265d14a91208c8059efa918b21ec7676f245805324a12875bd')
+b2sums=('8ce2a0a2800e11f8d66a30a03a5452eb831e6c60346c19385b19724a7a3f76cbd4933269f5eff88fbe3f35e4bbce9a32625bcfdcd0f8cb06327c590d8867dd3d')
 
 build() {
   cd PAR-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-par/-/commit/a997d3aa72d472b7f2c785cd12de81260595a75a

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




[Git][archlinux/packaging/packages/keycloak][main] upgpkg: 24.0.0-1

2024-03-04 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
keycloak


Commits:
2ed7ace6 by Frederik Schwan at 2024-03-04T11:48:47+01:00
upgpkg: 24.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = keycloak
pkgdesc = Open Source Identity and Access Management For Modern 
Applications and Services
-   pkgver = 23.0.7
+   pkgver = 24.0.0
pkgrel = 1
url = https://www.keycloak.org/
install = keycloak.install
@@ -15,13 +15,13 @@ pkgbase = keycloak
depends = util-linux
options = emptydirs
backup = etc/keycloak/keycloak.conf
-   source = 
https://github.com/keycloak/keycloak/archive/23.0.7/keycloak-23.0.7.tar.gz
+   source = 
https://github.com/keycloak/keycloak/archive/24.0.0/keycloak-24.0.0.tar.gz
source = keycloak.service
source = keycloak.sysusers
source = keycloak.tmpfiles
source = common.sh
source = pin-java-version.patch
-   sha512sums = 
a8da71d23f8e3eade26e4acb17d9f2f48f4713509260c1b0012c6067b525a4400454179d26bd5fcb5e132f7dfc95bf94ad7686df6f72ac1e27eb378cd40bc139
+   sha512sums = 
4c45d4b0049f8316e9887d6f0ca28db4c3fbc8255fa4bc42a6c6dc29bce0eda2e9790fc6c3736121b8983a5cda0f915519a79d8151897776476c430267764926
sha512sums = 
925ca021a9989a6d5181a90f42ec9e67a4957e98bb716acba75e13e1b01a03e4bd3a5939f5f0abe4cf57157be54dda5e373286041b22d84f5079eba94df4e6c9
sha512sums = 
2e2ba147007ad74e38579a8838d79de47beac509b4bd1a14d7f80905953d79a7396d781f141b461ec688f5ceef9a1081a825a4ca8afc1ea12c178d8ae7f5a7dd
sha512sums = 
155db40105c08d0aaa810ca5533dc16fc9f82060280541ede6fafd754d30b4844f6d10ace1417a5ad68d89fc54e1b9e6d906ce7ccf973f4ac964422211ed9a72


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Nikita Volodin 
 
 pkgname=keycloak
-pkgver=23.0.7
+pkgver=24.0.0
 _java=17
 pkgrel=1
 pkgdesc="Open Source Identity and Access Management For Modern Applications 
and Services"
@@ -23,7 +23,7 @@ 
source=(https://github.com/keycloak/keycloak/archive/$pkgver/$pkgname-$pkgver.ta
 common.sh
 pin-java-version.patch
 )
-sha512sums=('a8da71d23f8e3eade26e4acb17d9f2f48f4713509260c1b0012c6067b525a4400454179d26bd5fcb5e132f7dfc95bf94ad7686df6f72ac1e27eb378cd40bc139'
+sha512sums=('4c45d4b0049f8316e9887d6f0ca28db4c3fbc8255fa4bc42a6c6dc29bce0eda2e9790fc6c3736121b8983a5cda0f915519a79d8151897776476c430267764926'
 
'925ca021a9989a6d5181a90f42ec9e67a4957e98bb716acba75e13e1b01a03e4bd3a5939f5f0abe4cf57157be54dda5e373286041b22d84f5079eba94df4e6c9'
 
'2e2ba147007ad74e38579a8838d79de47beac509b4bd1a14d7f80905953d79a7396d781f141b461ec688f5ceef9a1081a825a4ca8afc1ea12c178d8ae7f5a7dd'
 
'155db40105c08d0aaa810ca5533dc16fc9f82060280541ede6fafd754d30b4844f6d10ace1417a5ad68d89fc54e1b9e6d906ce7ccf973f4ac964422211ed9a72'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/keycloak/-/commit/2ed7ace6541038b69e64ef261809bd1223d5ac85

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




[Git][archlinux/packaging/packages/keycloak] Pushed new tag 24.0.0-1

2024-03-04 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 24.0.0-1 at Arch Linux / Packaging / Packages / 
keycloak

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




[Git][archlinux/packaging/packages/pcsclite][main] upgpkg: 2.0.3-1

2024-03-03 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
pcsclite


Commits:
fedd3eb0 by Frederik Schwan at 2024-03-03T20:15:39+01:00
upgpkg: 2.0.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pcsclite
pkgdesc = PC/SC Architecture smartcard middleware library
-   pkgver = 2.0.2
+   pkgver = 2.0.3
pkgrel = 1
url = https://pcsclite.apdu.fr/
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = pcsclite
optdepends = ccid: USB Chip/Smart Card Interface Devices driver
provides = libpcsclite.so
provides = libpcscspy.so
-   source = https://pcsclite.apdu.fr/files/pcsc-lite-2.0.2.tar.bz2
-   source = https://pcsclite.apdu.fr/files/pcsc-lite-2.0.2.tar.bz2.asc
+   source = https://pcsclite.apdu.fr/files/pcsc-lite-2.0.3.tar.bz2
+   source = https://pcsclite.apdu.fr/files/pcsc-lite-2.0.3.tar.bz2.asc
validpgpkeys = F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E
-   sha256sums = 
8a887ced6c5a85f2ff6e83cfdc735dd98625d36a6e368ce841fb5e379221b15a
+   sha256sums = 
f42ee9efa489e9ff5d328baefa26f9c515be65021856e78d99ad1f0ead9ec85d
sha256sums = SKIP
 
 pkgname = pcsclite


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel Plaza 
 
 pkgname=pcsclite
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="PC/SC Architecture smartcard middleware library"
 arch=('x86_64')
@@ -19,7 +19,7 @@ optdepends=(
 provides=('libpcsclite.so' 'libpcscspy.so')
 validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

 source=("https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('8a887ced6c5a85f2ff6e83cfdc735dd98625d36a6e368ce841fb5e379221b15a'
+sha256sums=('f42ee9efa489e9ff5d328baefa26f9c515be65021856e78d99ad1f0ead9ec85d'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcsclite/-/commit/fedd3eb017e2908991e891aad1a85f8827854eae

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




[Git][archlinux/packaging/packages/pcsclite] Pushed new tag 2.0.3-1

2024-03-03 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 2.0.3-1 at Arch Linux / Packaging / Packages / 
pcsclite

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




[Git][archlinux/packaging/packages/pcsclite][main] upgpkg: 2.0.2-1

2024-03-03 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
pcsclite


Commits:
8bc0bcad by Frederik Schwan at 2024-03-03T15:00:59+01:00
upgpkg: 2.0.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pcsclite
pkgdesc = PC/SC Architecture smartcard middleware library
-   pkgver = 2.0.1
+   pkgver = 2.0.2
pkgrel = 1
url = https://pcsclite.apdu.fr/
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = pcsclite
optdepends = ccid: USB Chip/Smart Card Interface Devices driver
provides = libpcsclite.so
provides = libpcscspy.so
-   source = https://pcsclite.apdu.fr/files/pcsc-lite-2.0.1.tar.bz2
-   source = https://pcsclite.apdu.fr/files/pcsc-lite-2.0.1.tar.bz2.asc
+   source = https://pcsclite.apdu.fr/files/pcsc-lite-2.0.2.tar.bz2
+   source = https://pcsclite.apdu.fr/files/pcsc-lite-2.0.2.tar.bz2.asc
validpgpkeys = F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E
-   sha256sums = 
5edcaf5d4544403bdab6ee2b5d6c02c6f97ea64eebf0825b8d0fa61ba417dada
+   sha256sums = 
8a887ced6c5a85f2ff6e83cfdc735dd98625d36a6e368ce841fb5e379221b15a
sha256sums = SKIP
 
 pkgname = pcsclite


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel Plaza 
 
 pkgname=pcsclite
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="PC/SC Architecture smartcard middleware library"
 arch=('x86_64')
@@ -19,7 +19,7 @@ optdepends=(
 provides=('libpcsclite.so' 'libpcscspy.so')
 validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

 source=("https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('5edcaf5d4544403bdab6ee2b5d6c02c6f97ea64eebf0825b8d0fa61ba417dada'
+sha256sums=('8a887ced6c5a85f2ff6e83cfdc735dd98625d36a6e368ce841fb5e379221b15a'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcsclite/-/commit/8bc0bcad5b2434cb31dba6a9334830dc17b9fe28

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




[Git][archlinux/packaging/packages/pcsclite] Pushed new tag 2.0.2-1

2024-03-03 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 2.0.2-1 at Arch Linux / Packaging / Packages / 
pcsclite

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




[Git][archlinux/packaging/packages/libvirt][main] upgpkg: 1:10.1.0-1

2024-03-01 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
libvirt


Commits:
b8ae5175 by Frederik Schwan at 2024-03-01T12:38:58+01:00
upgpkg: 1:10.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libvirt
pkgdesc = API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-   pkgver = 10.0.0
-   pkgrel = 3
+   pkgver = 10.1.0
+   pkgrel = 1
epoch = 1
url = https://libvirt.org/
arch = x86_64
@@ -91,14 +91,14 @@ pkgbase = libvirt
backup = etc/logrotate.d/libvirtd.lxc
backup = etc/logrotate.d/libvirtd.qemu
backup = etc/sasl2/libvirt.conf
-   source = https://libvirt.org/sources/libvirt-10.0.0.tar.xz
-   source = https://libvirt.org/sources/libvirt-10.0.0.tar.xz.asc
+   source = https://libvirt.org/sources/libvirt-10.1.0.tar.xz
+   source = https://libvirt.org/sources/libvirt-10.1.0.tar.xz.asc
validpgpkeys = 453B65310595562855471199CA68BE8010084C9C
-   sha256sums = 
8ba2e72ec8bdd2418554a1474c42c35704c30174b7611eaf9a16544b71bcf00a
+   sha256sums = 
36d9077e2b0ef6b0c6df3b42e42a67411b6ce3b1564b427b55e65019dde60eed
sha256sums = SKIP
 
 pkgname = libvirt
-   provides = libvirt=10.0.0
+   provides = libvirt=10.1.0
provides = libvirt.so
provides = libvirt-admin.so
provides = libvirt-lxc.so
@@ -106,14 +106,14 @@ pkgname = libvirt
 
 pkgname = libvirt-storage-gluster
pkgdesc = Libvirt Gluster storage backend
-   depends = libvirt=10.0.0
+   depends = libvirt=10.1.0
depends = glusterfs
optdepends = 
backup = 
 
 pkgname = libvirt-storage-iscsi-direct
pkgdesc = Libvirt iSCSI-direct storage backend
-   depends = libvirt=10.0.0
+   depends = libvirt=10.1.0
depends = libiscsi
optdepends = 
backup = 


=
PKGBUILD
=
@@ -6,8 +6,8 @@
 
 pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
 epoch=1
-pkgver=10.0.0
-pkgrel=3
+pkgver=10.1.0
+pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="https://libvirt.org/;
@@ -85,7 +85,7 @@ backup=(
 source=(
   "https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('8ba2e72ec8bdd2418554a1474c42c35704c30174b7611eaf9a16544b71bcf00a'
+sha256sums=('36d9077e2b0ef6b0c6df3b42e42a67411b6ce3b1564b427b55e65019dde60eed'
 'SKIP')
 validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark 

 
@@ -144,8 +144,8 @@ package_libvirt() {
   cd "$pkgname-$pkgver"
   meson install -C build --destdir "$pkgdir"
 
-  mkdir "$pkgdir"/usr/lib/{sysusers,tmpfiles}.d
-  echo 'g libvirt - -' > "$pkgdir/usr/lib/sysusers.d/libvirt.conf"
+  mkdir -p "$pkgdir"/usr/lib/{sysusers,tmpfiles}.d
+  echo 'g libvirt - -' > "$pkgdir/usr/lib/sysusers.d/libvirt-qemu.conf"
   echo 'u libvirt-qemu /var/lib/libvirt "Libvirt QEMU user"' >> 
"$pkgdir/usr/lib/sysusers.d/libvirt.conf"
   echo 'm libvirt-qemu kvm' >> "$pkgdir/usr/lib/sysusers.d/libvirt.conf"
   echo 'z /var/lib/libvirt/qemu 0751' > 
"$pkgdir/usr/lib/tmpfiles.d/libvirt.conf"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt/-/commit/b8ae5175051f05acc2b26bf4f385bbd67f2acfd6

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




[Git][archlinux/packaging/packages/libvirt] Pushed new tag 1-10.1.0-1

2024-03-01 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1-10.1.0-1 at Arch Linux / Packaging / Packages 
/ libvirt

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




[Git][archlinux/packaging/packages/libvirt-python][main] upgpkg: 1:10.1.0-1

2024-03-01 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
libvirt-python


Commits:
3e0bc708 by Frederik Schwan at 2024-03-01T12:31:47+01:00
upgpkg: 1:10.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libvirt-python
pkgdesc = libvirt python binding
-   pkgver = 10.0.0
+   pkgver = 10.1.0
pkgrel = 1
epoch = 1
url = https://pypi.python.org/pypi/libvirt-python
@@ -12,10 +12,10 @@ pkgbase = libvirt-python
depends = python
depends = libvirt
options = emptydirs
-   source = https://libvirt.org/sources/python/libvirt-python-10.0.0.tar.gz
-   source = 
https://libvirt.org/sources/python/libvirt-python-10.0.0.tar.gz.asc
+   source = https://libvirt.org/sources/python/libvirt-python-10.1.0.tar.gz
+   source = 
https://libvirt.org/sources/python/libvirt-python-10.1.0.tar.gz.asc
validpgpkeys = 453B65310595562855471199CA68BE8010084C9C
-   sha512sums = 
4c3f51b2669ad7dc571f05ddeb75bb375640d27f77c1511e6682d8c7a77074210c48ea6c2e125ce8b04a1512df8a6a41e6a2d291e853dcaff84da213c89a6097
+   sha512sums = 
b1a316703f577ebeafc6f96b5988f3716c24acfea674834c9034d488c456ca1d0386d602942ff4e0d2e947252a2d7049af4c6531407f9ff9a3b981c7c6c3fd37
sha512sums = SKIP
 
 pkgname = libvirt-python


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=('libvirt-python')
 epoch=1
-pkgver=10.0.0
+pkgver=10.1.0
 pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('python' 'python-setuptools' 'libvirt')
 depends=('python' 'libvirt')
 options=('emptydirs')
 
source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz"{,.asc})
-sha512sums=('4c3f51b2669ad7dc571f05ddeb75bb375640d27f77c1511e6682d8c7a77074210c48ea6c2e125ce8b04a1512df8a6a41e6a2d291e853dcaff84da213c89a6097'
+sha512sums=('b1a316703f577ebeafc6f96b5988f3716c24acfea674834c9034d488c456ca1d0386d602942ff4e0d2e947252a2d7049af4c6531407f9ff9a3b981c7c6c3fd37'
 'SKIP')
 validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt-python/-/commit/3e0bc708c611dc503c7a27496031b3f17077f54d

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




[Git][archlinux/packaging/packages/libvirt-python] Pushed new tag 1-10.1.0-1

2024-03-01 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1-10.1.0-1 at Arch Linux / Packaging / Packages 
/ libvirt-python

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




[Git][archlinux/packaging/packages/mold][main] upgpkg: 2.4.1-1

2024-03-01 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
mold


Commits:
8328fe1b by Frederik Schwan at 2024-03-01T11:49:12+01:00
upgpkg: 2.4.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = mold
pkgdesc = A Modern Linker
-   pkgver = 2.4.0
+   pkgver = 2.4.1
pkgrel = 1
url = https://github.com/rui314/mold
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = mold
depends = zlib
depends = tbb
depends = zstd
-   source = 
mold::git+https://github.com/rui314/mold.git#commit=3d9b4d5c05250fa7c507b0c74038915929f990f1
+   source = 
mold::git+https://github.com/rui314/mold.git#commit=fb3c166f80b92ca34ebd1b3f467edbcad7cae649
b2sums = SKIP
 
 pkgname = mold


=
PKGBUILD
=
@@ -2,9 +2,9 @@
 # Contributor: Adrian Perez de Castro 
 
 pkgname=mold
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
-_commit='3d9b4d5c05250fa7c507b0c74038915929f990f1'
+_commit='fb3c166f80b92ca34ebd1b3f467edbcad7cae649'
 pkgdesc='A Modern Linker'
 arch=('x86_64')
 url='https://github.com/rui314/mold'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mold/-/commit/8328fe1bfbc548ff6d72f297a821e5cf948e5afd

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




[Git][archlinux/packaging/packages/mold] Pushed new tag 2.4.1-1

2024-03-01 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 2.4.1-1 at Arch Linux / Packaging / Packages / 
mold

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




[Git][archlinux/packaging/packages/crun] Pushed new tag 1.14.4-1

2024-02-29 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.14.4-1 at Arch Linux / Packaging / Packages / 
crun

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




[Git][archlinux/packaging/packages/crun][main] upgpkg: 1.14.4-1

2024-02-29 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
crun


Commits:
fef9d484 by Frederik Schwan at 2024-02-29T22:16:13+01:00
upgpkg: 1.14.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = crun
pkgdesc = A fast and lightweight fully featured OCI runtime and C 
library for running containers
-   pkgver = 1.14.3
+   pkgver = 1.14.4
pkgrel = 1
url = https://github.com/containers/crun
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = crun
depends = libseccomp
depends = criu
provides = oci-runtime
-   source = 
https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3.tar.xz
-   source = 
https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3.tar.xz.asc
+   source = 
https://github.com/containers/crun/releases/download/1.14.4/crun-1.14.4.tar.xz
+   source = 
https://github.com/containers/crun/releases/download/1.14.4/crun-1.14.4.tar.xz.asc
validpgpkeys = AC404C1C0BF735C63FF4D562263D6DF2E163E1EA
-   sha256sums = 
bd1703c346087fdfecba4f9e6f15ad7b55ab1d9456c3c344b79b8672978df9b4
+   sha256sums = 
fd6af195a73ae9bf3aea1a6c976a914492324c828542f35a7f1570a659f2e512
sha256sums = SKIP
 
 pkgname = crun


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: hexchian 
 
 pkgname=crun
-pkgver=1.14.3
+pkgver=1.14.4
 pkgrel=1
 pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
 url="https://github.com/containers/crun;
@@ -13,7 +13,7 @@ depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp' 'criu')
 makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
 
source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('bd1703c346087fdfecba4f9e6f15ad7b55ab1d9456c3c344b79b8672978df9b4'
+sha256sums=('fd6af195a73ae9bf3aea1a6c976a914492324c828542f35a7f1570a659f2e512'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/fef9d4849bb5446766dc6f7ceabf3edc46da6478

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




[Git][archlinux/packaging/packages/wasmtime][main] fix SPDX license identifier

2024-02-29 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
wasmtime


Commits:
4260a5e6 by Frederik Schwan at 2024-02-29T10:23:21+01:00
fix SPDX license identifier

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgrel=1
 pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
 arch=('x86_64')
 url='https://github.com/bytecodealliance/wasmtime'
-license=('Apache')
+license=('Apache-2.0')
 depends=('gcc-libs')
 makedepends=('cargo' 'git')
 options=('!lto')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/4260a5e6edc82d704430527a53ee4746e6a12215

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




[Git][archlinux/packaging/packages/wasmtime][main] upgpkg: 18.0.2-1

2024-02-29 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
wasmtime


Commits:
6ed2356a by Frederik Schwan at 2024-02-29T10:20:01+01:00
upgpkg: 18.0.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wasmtime
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
-   pkgver = 18.0.1
+   pkgver = 18.0.2
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = wasmtime
makedepends = git
depends = gcc-libs
options = !lto
-   source = 
git+https://github.com/bytecodealliance/wasmtime.git#commit=v18.0.1
+   source = 
git+https://github.com/bytecodealliance/wasmtime.git#commit=v18.0.2
source = git+https://github.com/WebAssembly/testsuite.git
source = git+https://github.com/WebAssembly/wasm-c-api.git
source = git+https://github.com/WebAssembly/WASI.git


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Dario Ostuni 
 
 pkgname=wasmtime
-pkgver=18.0.1
+pkgver=18.0.2
 pkgrel=1
 pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/6ed2356ab70096e622f0e818e5aa6eeaace74dbf

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




[Git][archlinux/packaging/packages/wasmtime] Pushed new tag 18.0.2-1

2024-02-29 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 18.0.2-1 at Arch Linux / Packaging / Packages / 
wasmtime

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




[Git][archlinux/packaging/packages/python-rich][main] upgpkg: 13.7.1-1

2024-02-28 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
python-rich


Commits:
ed448362 by Frederik Schwan at 2024-02-28T19:15:54+01:00
upgpkg: 13.7.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-rich
pkgdesc = Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal
-   pkgver = 13.7.0
+   pkgver = 13.7.1
pkgrel = 1
url = https://github.com/willmcgugan/rich
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-rich
depends = python-colorama
depends = python-markdown-it-py
depends = python-pygments
-   source = 
https://github.com/willmcgugan/rich/archive/v13.7.0/rich-13.7.0.tar.gz
-   b2sums = 
d474b5817c0e64143313a1d0b66ef0953990196ecef6b0fd62d82828902008fa7293290c7f43c605a0c897ecebecb84e816583da8921cd31fc56c902ead2f5c9
+   source = 
https://github.com/willmcgugan/rich/archive/v13.7.1/rich-13.7.1.tar.gz
+   b2sums = 
6fad18bf0a4e4f72e530c78db7a498f27dd8c9a7b9b17ca5ef12a94bbe513857f3c42d4903f8ebbfe8907727cddaf290f08862c27efb29db8aaf70c7bcb13ace
 
 pkgname = python-rich


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Hao Long 
 
 pkgname=python-rich
-pkgver=13.7.0
+pkgver=13.7.1
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -11,7 +11,7 @@ license=('MIT')
 depends=(python-{colorama,markdown-it-py,pygments})
 makedepends=(python-{build,installer,poetry-core,wheel})
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
-b2sums=('d474b5817c0e64143313a1d0b66ef0953990196ecef6b0fd62d82828902008fa7293290c7f43c605a0c897ecebecb84e816583da8921cd31fc56c902ead2f5c9')
+b2sums=('6fad18bf0a4e4f72e530c78db7a498f27dd8c9a7b9b17ca5ef12a94bbe513857f3c42d4903f8ebbfe8907727cddaf290f08862c27efb29db8aaf70c7bcb13ace')
 
 build() {
   cd rich-${pkgver}



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

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




[Git][archlinux/packaging/packages/python-rich] Pushed new tag 13.7.1-1

2024-02-28 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 13.7.1-1 at Arch Linux / Packaging / Packages / 
python-rich

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




[Git][archlinux/packaging/packages/fwupd][main] upgpkg: 1.9.14-1

2024-02-26 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
fwupd


Commits:
6074a682 by Frederik Schwan at 2024-02-26T20:17:37+01:00
upgpkg: 1.9.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = fwupd
pkgdesc = Simple daemon to allow session software to update firmware
-   pkgver = 1.9.13
-   pkgrel = 2
+   pkgver = 1.9.14
+   pkgrel = 1
url = https://github.com/fwupd/fwupd
arch = x86_64
license = LGPL-2.1-or-later
@@ -43,14 +43,14 @@ pkgbase = fwupd
depends = python
depends = shared-mime-info
depends = tpm2-tss
-   source = 
https://github.com/fwupd/fwupd/releases/download/1.9.13/fwupd-1.9.13.tar.xz
-   source = 
https://github.com/fwupd/fwupd/releases/download/1.9.13/fwupd-1.9.13.tar.xz.asc
+   source = 
https://github.com/fwupd/fwupd/releases/download/1.9.14/fwupd-1.9.14.tar.xz
+   source = 
https://github.com/fwupd/fwupd/releases/download/1.9.14/fwupd-1.9.14.tar.xz.asc
source = fwupd.sysusers
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
-   sha512sums = 
240e057e33e861a84638866a43a7cae33bc3f12d48d5cf2ad3f8bdfb92824057472d1981ac2145d2024f31727f8413c555ce907dea28f4f7232e4604e24703ab
+   sha512sums = 
582813ce5d61e10d0774195bc0e5abdf0f0ce103417df4a90a0c94ed6c124cd1bcad3118ba6f9f2054b156c0b85fc66edcbcced70dfefe616c2689257e8beeb1
sha512sums = SKIP
sha512sums = 
637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb
-   b2sums = 
b4e31e3947b73fee2c1867a2be40b8121ac6adf509b33855e406b1f0b088a4de8bbf3dc5539fbca279e11e8895e090a601c48d8cf1ab03704223e44add04b108
+   b2sums = 
d2e8ef60d751e56279428cd681769b8b6132148d87ad18beb8b355d10d03519da3d520f7f3f5a72b50591957b00176e80a4b26a472ed2305d39986b56adbbbc3
b2sums = SKIP
b2sums = 
e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb
 


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Mirco Tischler 
 
 pkgname=(fwupd fwupd-docs)
-pkgver=1.9.13
-pkgrel=2
+pkgver=1.9.14
+pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url='https://github.com/fwupd/fwupd'
@@ -56,10 +56,10 @@ source=(
   
"https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
   fwupd.sysusers
 )
-sha512sums=('240e057e33e861a84638866a43a7cae33bc3f12d48d5cf2ad3f8bdfb92824057472d1981ac2145d2024f31727f8413c555ce907dea28f4f7232e4604e24703ab'
+sha512sums=('582813ce5d61e10d0774195bc0e5abdf0f0ce103417df4a90a0c94ed6c124cd1bcad3118ba6f9f2054b156c0b85fc66edcbcced70dfefe616c2689257e8beeb1'
 'SKIP'
 
'637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb')
-b2sums=('b4e31e3947b73fee2c1867a2be40b8121ac6adf509b33855e406b1f0b088a4de8bbf3dc5539fbca279e11e8895e090a601c48d8cf1ab03704223e44add04b108'
+b2sums=('d2e8ef60d751e56279428cd681769b8b6132148d87ad18beb8b355d10d03519da3d520f7f3f5a72b50591957b00176e80a4b26a472ed2305d39986b56adbbbc3'
 'SKIP'
 
'e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fwupd/-/commit/6074a68299d69888fea6f20c17fae27bfcd8baa3

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




[Git][archlinux/packaging/packages/fwupd] Pushed new tag 1.9.14-1

2024-02-26 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.9.14-1 at Arch Linux / Packaging / Packages / 
fwupd

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




[Git][archlinux/packaging/packages/cargo-deny][main] upgpkg: 0.14.14-1

2024-02-26 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-deny


Commits:
cbb400f8 by Frederik Schwan at 2024-02-26T12:48:36+01:00
upgpkg: 0.14.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-deny
pkgdesc = Cargo plugin for linting your dependencies
-   pkgver = 0.14.13
+   pkgver = 0.14.14
pkgrel = 1
url = https://github.com/EmbarkStudios/cargo-deny
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cargo-deny
depends = cargo
depends = gcc-libs
options = !lto
-   source = 
cargo-deny-0.14.13::git+https://github.com/EmbarkStudios/cargo-deny.git#tag=0.14.13
+   source = 
cargo-deny-0.14.14::git+https://github.com/EmbarkStudios/cargo-deny.git#tag=0.14.14
source = 
cargo-deny-advisory-db::git+https://github.com/rustsec/advisory-db
source = 
cargo-deny-test-advisory-db::git+https://github.com/EmbarkStudios/test-advisory-db
sha256sums = SKIP


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Vlad Frolov 
 
 pkgname=cargo-deny
-pkgver=0.14.13
+pkgver=0.14.14
 pkgrel=1
 pkgdesc='Cargo plugin for linting your dependencies'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-deny/-/commit/cbb400f8d602046fa9d65a95ea46ff86eccf2d7b

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




[Git][archlinux/packaging/packages/cargo-deny] Pushed new tag 0.14.14-1

2024-02-26 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 0.14.14-1 at Arch Linux / Packaging / Packages / 
cargo-deny

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




[Git][archlinux/packaging/packages/streamlink][main] fix: add missing direct dependencies

2024-02-25 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
streamlink


Commits:
3d53be8b by bastimeyer at 2024-02-25T12:55:29+01:00
fix: add missing direct dependencies

- `python-lxml`
  currently indirectly included via `python-pycountry` (depends)
- `python-typing_extensions`
  currently indirectly included via `python-setuptools` (makedepends)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -16,12 +16,14 @@ pkgbase = streamlink
makedepends = python-wheel
depends = python-certifi
depends = python-isodate
+   depends = python-lxml
depends = python-pycountry
depends = python-pycryptodome
depends = python-pysocks
depends = python-requests
depends = python-trio
depends = python-trio-websocket
+   depends = python-typing_extensions
depends = python-websocket-client
optdepends = ffmpeg: Required to play streams that are made up of 
separate audio and video streams, eg. YouTube 1080p+
source = 
https://github.com/streamlink/streamlink/releases/download/6.6.2/streamlink-6.6.2.tar.gz


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgdesc='CLI program that launches streams from various 
streaming services in a
 arch=('any')
 url='https://streamlink.github.io/'
 license=('BSD')
-depends=("python-"{certifi,isodate,pycountry,pycryptodome,pysocks,requests,trio,trio-websocket,websocket-client})
+depends=("python-"{certifi,isodate,lxml,pycountry,pycryptodome,pysocks,requests,trio,trio-websocket,typing_extensions,websocket-client})
 
checkdepends=("python-"{freezegun,pytest,pytest-asyncio,pytest-trio,requests-mock})
 makedepends=("python-"{build,installer,setuptools,wheel})
 optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/3d53be8b990e0121ddde951c023cd45769d7faa5

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




[Git][archlinux/packaging/packages/bcachefs-tools] Pushed new tag 3-1.6.4-1

2024-02-24 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 3-1.6.4-1 at Arch Linux / Packaging / Packages / 
bcachefs-tools

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




[Git][archlinux/packaging/packages/bcachefs-tools][main] upgpkg: 3:1.6.4-1

2024-02-24 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
bcachefs-tools


Commits:
30917059 by Frederik Schwan at 2024-02-24T20:32:18+01:00
upgpkg: 3:1.6.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = bcachefs-tools
pkgdesc = BCacheFS filesystem utilities
-   pkgver = 1.6.3
+   pkgver = 1.6.4
pkgrel = 1
epoch = 3
url = https://bcachefs.org/
@@ -32,7 +32,7 @@ pkgbase = bcachefs-tools
depends = libudev.so
depends = systemd-libs
depends = udev
-   source = 
bcachefs-tools-1.6.3.tar.gz::https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v1.6.3.tar.gz
-   b2sums = 
843ef7f36d1f07ec222e427478e6434f819ad9b802513faf39039ea9f1fee3eacc7143813bf35431965292b3dc075c892100dd637ca642b4f618255dfdab6c44
+   source = 
bcachefs-tools-1.6.4.tar.gz::https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v1.6.4.tar.gz
+   b2sums = 
656b1545ccf41dd35e3e6f656a9b5280fe0b5fa43a0ea86243c6693033d986b091fdd3d79ab2ff5c1c9402bce6f4ee33f49e070f6aebd5bba355df7a82d8fc21
 
 pkgname = bcachefs-tools


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=bcachefs-tools
 epoch=3
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc='BCacheFS filesystem utilities'
 arch=('x86_64')
@@ -34,7 +34,7 @@ makedepends=(
 source=(
   
"${pkgname}-${pkgver}.tar.gz"::https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v${pkgver}.tar.gz
 )
-b2sums=('843ef7f36d1f07ec222e427478e6434f819ad9b802513faf39039ea9f1fee3eacc7143813bf35431965292b3dc075c892100dd637ca642b4f618255dfdab6c44')
+b2sums=('656b1545ccf41dd35e3e6f656a9b5280fe0b5fa43a0ea86243c6693033d986b091fdd3d79ab2ff5c1c9402bce6f4ee33f49e070f6aebd5bba355df7a82d8fc21')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bcachefs-tools/-/commit/309170595b16dc8fc7147a3eb74aa4c7e859c0f2

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




[Git][archlinux/packaging/packages/wasmtime][main] Apply latest Rust packaging guidelines

2024-02-22 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
wasmtime


Commits:
e6db161a by Acid Xeon at 2024-02-22T10:08:51+00:00
Apply latest Rust packaging guidelines

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -33,7 +33,7 @@ prepare() {
   git config submodule.crates/wasi-nn/spec.src "${srcdir}"/wasi-nn
   git config submodule.crates/wasi-crypto/spec.src "${srcdir}"/wasi-crypto
   git submodule update
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/e6db161a7ec3ac8220e923a846064176b1ee84a3

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




[Git][archlinux/packaging/packages/tectonic][main] Apply latest Rust packaging guidelines

2024-02-22 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
tectonic


Commits:
f7056b37 by Acid Xeon at 2024-02-22T10:08:36+00:00
Apply latest Rust packaging guidelines

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -18,7 +18,7 @@ 
b2sums=('4049b7a18b79c89c222039ded8d25fbf6249408362d2adc09f0d51c6ba2f1c634581c64
 
 prepare() {
   cd ${pkgname}-${pkgname}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tectonic/-/commit/f7056b373900c8b02647bd8970e024f4f891b3ad

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




[Git][archlinux/packaging/packages/i3status-rust][main] Apply latest Rust packaging guidelines

2024-02-22 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
i3status-rust


Commits:
a36aaf51 by Acid Xeon at 2024-02-22T10:08:20+00:00
Apply latest Rust packaging guidelines

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -33,7 +33,7 @@ 
b2sums=('f8df762b42a76b5f63a7ea84b2446c55ae0ee3e1b40658baf788426433af24ad26cedc1
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/i3status-rust/-/commit/a36aaf512339abe89e83f28f349ff5a5b0b2c257

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




[Git][archlinux/packaging/packages/keycloak][main] upgpkg: 23.0.7-1

2024-02-22 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
keycloak


Commits:
f10d2e07 by Frederik Schwan at 2024-02-22T10:30:13+01:00
upgpkg: 23.0.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = keycloak
pkgdesc = Open Source Identity and Access Management For Modern 
Applications and Services
-   pkgver = 23.0.6
+   pkgver = 23.0.7
pkgrel = 1
url = https://www.keycloak.org/
install = keycloak.install
@@ -15,13 +15,13 @@ pkgbase = keycloak
depends = util-linux
options = emptydirs
backup = etc/keycloak/keycloak.conf
-   source = 
https://github.com/keycloak/keycloak/archive/23.0.6/keycloak-23.0.6.tar.gz
+   source = 
https://github.com/keycloak/keycloak/archive/23.0.7/keycloak-23.0.7.tar.gz
source = keycloak.service
source = keycloak.sysusers
source = keycloak.tmpfiles
source = common.sh
source = pin-java-version.patch
-   sha512sums = 
6cbc522704ca7c7ca3f93ff373bf7ccd0e6fcb3350b101dd74bc548dd669278df83c3292a2be45dc1bc1e0531e9f86f6cb4d7e32bdc93dc93894a36d36c8
+   sha512sums = 
a8da71d23f8e3eade26e4acb17d9f2f48f4713509260c1b0012c6067b525a4400454179d26bd5fcb5e132f7dfc95bf94ad7686df6f72ac1e27eb378cd40bc139
sha512sums = 
925ca021a9989a6d5181a90f42ec9e67a4957e98bb716acba75e13e1b01a03e4bd3a5939f5f0abe4cf57157be54dda5e373286041b22d84f5079eba94df4e6c9
sha512sums = 
2e2ba147007ad74e38579a8838d79de47beac509b4bd1a14d7f80905953d79a7396d781f141b461ec688f5ceef9a1081a825a4ca8afc1ea12c178d8ae7f5a7dd
sha512sums = 
155db40105c08d0aaa810ca5533dc16fc9f82060280541ede6fafd754d30b4844f6d10ace1417a5ad68d89fc54e1b9e6d906ce7ccf973f4ac964422211ed9a72


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Nikita Volodin 
 
 pkgname=keycloak
-pkgver=23.0.6
+pkgver=23.0.7
 _java=17
 pkgrel=1
 pkgdesc="Open Source Identity and Access Management For Modern Applications 
and Services"
@@ -23,7 +23,7 @@ 
source=(https://github.com/keycloak/keycloak/archive/$pkgver/$pkgname-$pkgver.ta
 common.sh
 pin-java-version.patch
 )
-sha512sums=('6cbc522704ca7c7ca3f93ff373bf7ccd0e6fcb3350b101dd74bc548dd669278df83c3292a2be45dc1bc1e0531e9f86f6cb4d7e32bdc93dc93894a36d36c8'
+sha512sums=('a8da71d23f8e3eade26e4acb17d9f2f48f4713509260c1b0012c6067b525a4400454179d26bd5fcb5e132f7dfc95bf94ad7686df6f72ac1e27eb378cd40bc139'
 
'925ca021a9989a6d5181a90f42ec9e67a4957e98bb716acba75e13e1b01a03e4bd3a5939f5f0abe4cf57157be54dda5e373286041b22d84f5079eba94df4e6c9'
 
'2e2ba147007ad74e38579a8838d79de47beac509b4bd1a14d7f80905953d79a7396d781f141b461ec688f5ceef9a1081a825a4ca8afc1ea12c178d8ae7f5a7dd'
 
'155db40105c08d0aaa810ca5533dc16fc9f82060280541ede6fafd754d30b4844f6d10ace1417a5ad68d89fc54e1b9e6d906ce7ccf973f4ac964422211ed9a72'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/keycloak/-/commit/f10d2e0753d91ec49ef15cd6a5843b87cf902af4

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




[Git][archlinux/packaging/packages/keycloak] Pushed new tag 23.0.7-1

2024-02-22 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 23.0.7-1 at Arch Linux / Packaging / Packages / 
keycloak

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




[Git][archlinux/packaging/packages/bcachefs-tools][main] upgpkg: 3:1.6.3-1

2024-02-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
bcachefs-tools


Commits:
b23ae7f1 by Frederik Schwan at 2024-02-21T11:46:27+01:00
upgpkg: 3:1.6.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = bcachefs-tools
pkgdesc = BCacheFS filesystem utilities
-   pkgver = 1.6.2
+   pkgver = 1.6.3
pkgrel = 1
epoch = 3
url = https://bcachefs.org/
@@ -32,7 +32,7 @@ pkgbase = bcachefs-tools
depends = libudev.so
depends = systemd-libs
depends = udev
-   source = 
bcachefs-tools-1.6.2.tar.gz::https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v1.6.2.tar.gz
-   b2sums = 
b409370b8dddb850238b11d95d3285f25a8f64f898387177241e8fd1f320777dd69e71c7a70ae2d25eeecb5d0c88ba6eefd251fe6c20a348b690d0fd06ad0be8
+   source = 
bcachefs-tools-1.6.3.tar.gz::https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v1.6.3.tar.gz
+   b2sums = 
843ef7f36d1f07ec222e427478e6434f819ad9b802513faf39039ea9f1fee3eacc7143813bf35431965292b3dc075c892100dd637ca642b4f618255dfdab6c44
 
 pkgname = bcachefs-tools


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=bcachefs-tools
 epoch=3
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc='BCacheFS filesystem utilities'
 arch=('x86_64')
@@ -34,7 +34,7 @@ makedepends=(
 source=(
   
"${pkgname}-${pkgver}.tar.gz"::https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v${pkgver}.tar.gz
 )
-b2sums=('b409370b8dddb850238b11d95d3285f25a8f64f898387177241e8fd1f320777dd69e71c7a70ae2d25eeecb5d0c88ba6eefd251fe6c20a348b690d0fd06ad0be8')
+b2sums=('843ef7f36d1f07ec222e427478e6434f819ad9b802513faf39039ea9f1fee3eacc7143813bf35431965292b3dc075c892100dd637ca642b4f618255dfdab6c44')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bcachefs-tools/-/commit/b23ae7f1f365941ecd4b73a2eedab8679ccbe585

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




[Git][archlinux/packaging/packages/bcachefs-tools] Pushed new tag 3-1.6.3-1

2024-02-21 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 3-1.6.3-1 at Arch Linux / Packaging / Packages / 
bcachefs-tools

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




[Git][archlinux/packaging/packages/wasmtime] Pushed new tag 18.0.1-1

2024-02-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 18.0.1-1 at Arch Linux / Packaging / Packages / 
wasmtime

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




[Git][archlinux/packaging/packages/wasmtime][main] upgpkg: 18.0.1-1

2024-02-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
wasmtime


Commits:
2f2403ed by Frederik Schwan at 2024-02-20T23:53:56+01:00
upgpkg: 18.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wasmtime
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
-   pkgver = 17.0.1
+   pkgver = 18.0.1
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = wasmtime
makedepends = git
depends = gcc-libs
options = !lto
-   source = 
git+https://github.com/bytecodealliance/wasmtime.git#commit=v17.0.1
+   source = 
git+https://github.com/bytecodealliance/wasmtime.git#commit=v18.0.1
source = git+https://github.com/WebAssembly/testsuite.git
source = git+https://github.com/WebAssembly/wasm-c-api.git
source = git+https://github.com/WebAssembly/WASI.git


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Dario Ostuni 
 
 pkgname=wasmtime
-pkgver=17.0.1
+pkgver=18.0.1
 pkgrel=1
 pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/2f2403ed6fca92eb9c2636e448457364e0ce0e37

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




[Git][archlinux/packaging/packages/streamlink][main] upgpkg: 6.6.2-1

2024-02-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
streamlink


Commits:
db1bf313 by Frederik Schwan at 2024-02-20T20:31:57+01:00
upgpkg: 6.6.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = streamlink
pkgdesc = CLI program that launches streams from various streaming 
services in a custom video player (livestreamer fork)
-   pkgver = 6.6.1
+   pkgver = 6.6.2
pkgrel = 1
url = https://streamlink.github.io/
arch = any
@@ -24,12 +24,12 @@ pkgbase = streamlink
depends = python-trio-websocket
depends = python-websocket-client
optdepends = ffmpeg: Required to play streams that are made up of 
separate audio and video streams, eg. YouTube 1080p+
-   source = 
https://github.com/streamlink/streamlink/releases/download/6.6.1/streamlink-6.6.1.tar.gz
-   source = 
https://github.com/streamlink/streamlink/releases/download/6.6.1/streamlink-6.6.1.tar.gz.asc
+   source = 
https://github.com/streamlink/streamlink/releases/download/6.6.2/streamlink-6.6.2.tar.gz
+   source = 
https://github.com/streamlink/streamlink/releases/download/6.6.2/streamlink-6.6.2.tar.gz.asc
validpgpkeys = CDAC41B9122470FAF357A9D38A298D5C3618
-   sha256sums = 
31f1e20605078d311419f61530e67d47fedb5a0f0738bb7cfd0430daf19103b1
+   sha256sums = 
d1417c7c5986dc143bc711c8a99f7b884b10d2583f44b1c3dadea7df0a75e4d5
sha256sums = SKIP
-   sha512sums = 
78552c0a736d1b27d40af01f545a8c137290ded24f63a89254847f0dd5af80e5dc70736344dc6fec0f5e5af9df71f2c85d2c7b22a56165283e556b2f7cd0ddb6
+   sha512sums = 
727fbd6bbf03a55a468b625984abe3d7f1792aaab11b2a55d5b0526454cc1959d7bfb3579526eb9e7493a44277302e6f40556f3ad99509751f950d49605b60db
sha512sums = SKIP
 
 pkgname = streamlink


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Josip Ponjavic 
 
 pkgname=streamlink
-pkgver=6.6.1
+pkgver=6.6.2
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
 arch=('any')
@@ -15,9 +15,9 @@ makedepends=("python-"{build,installer,setuptools,wheel})
 optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('CDAC41B9122470FAF357A9D38A298D5C3618') # Streamlink signing 
key 
-sha256sums=('31f1e20605078d311419f61530e67d47fedb5a0f0738bb7cfd0430daf19103b1'
+sha256sums=('d1417c7c5986dc143bc711c8a99f7b884b10d2583f44b1c3dadea7df0a75e4d5'
 'SKIP')
-sha512sums=('78552c0a736d1b27d40af01f545a8c137290ded24f63a89254847f0dd5af80e5dc70736344dc6fec0f5e5af9df71f2c85d2c7b22a56165283e556b2f7cd0ddb6'
+sha512sums=('727fbd6bbf03a55a468b625984abe3d7f1792aaab11b2a55d5b0526454cc1959d7bfb3579526eb9e7493a44277302e6f40556f3ad99509751f950d49605b60db'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/db1bf31360c7cd2100582338247a46b30c59d054

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




[Git][archlinux/packaging/packages/streamlink] Pushed new tag 6.6.2-1

2024-02-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 6.6.2-1 at Arch Linux / Packaging / Packages / 
streamlink

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




[Git][archlinux/packaging/packages/python-wcmatch][main] upgpkg: 8.5.1-1

2024-02-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
python-wcmatch


Commits:
7b81a035 by Frederik Schwan at 2024-02-20T19:15:50+01:00
upgpkg: 8.5.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = python-wcmatch
+   pkgdesc = Wilcard File Name matching library
+   pkgver = 8.5.1
+   pkgrel = 1
+   url = https://github.com/facelessuser/wcmatch
+   arch = any
+   license = MIT
+   makedepends = python-build
+   makedepends = python-hatchling
+   makedepends = python-installer
+   makedepends = python-wheel
+   depends = python-bracex
+   source = 
https://github.com/facelessuser/wcmatch/archive/8.5.1/wcmatch-8.5.1.tar.gz
+   b2sums = 
db4d77651ab4fc6692c746d94dda68dc0fcdfe72a6e3b512b4f60a1bd5bf7015e21349d022c6ec17ea2bbc55ae87cf6c9a3690d9b6774f02a167b4b0ad65b691
+
+pkgname = python-wcmatch


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Frederik Schwan 
 
 pkgname=python-wcmatch
-pkgver=8.5
+pkgver=8.5.1
 pkgrel=1
 pkgdesc='Wilcard File Name matching library'
 arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
 depends=('python-bracex')
 makedepends=('python-build' 'python-hatchling' 'python-installer' 
'python-wheel')
 
source=("https://github.com/facelessuser/wcmatch/archive/${pkgver}/wcmatch-${pkgver}.tar.gz;)
-b2sums=('db62057e9fe148d64a7b326ba15029a20781008288a60171793db3e4e3aab75ca4eeb1be63b7c2af5951225d512d4a5886982cb278c703980b755e6b816e51bf')
+b2sums=('db4d77651ab4fc6692c746d94dda68dc0fcdfe72a6e3b512b4f60a1bd5bf7015e21349d022c6ec17ea2bbc55ae87cf6c9a3690d9b6774f02a167b4b0ad65b691')
 
 build() {
   cd wcmatch-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wcmatch/-/commit/7b81a035e2cb02861a830571ac5f7158b9f3bb29

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




[Git][archlinux/packaging/packages/python-wcmatch] Pushed new tag 8.5.1-1

2024-02-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 8.5.1-1 at Arch Linux / Packaging / Packages / 
python-wcmatch

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




[Git][archlinux/packaging/packages/caprine][main] upgpkg: 2.59.3-1

2024-02-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
caprine


Commits:
d0aab8b3 by Frederik Schwan at 2024-02-20T18:04:58+01:00
upgpkg: 2.59.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = caprine
pkgdesc = Elegant Facebook Messenger desktop app
-   pkgver = 2.59.2
+   pkgver = 2.59.3
pkgrel = 1
url = https://github.com/sindresorhus/caprine
arch = any
@@ -9,7 +9,7 @@ pkgbase = caprine
makedepends = npm
depends = electron26
options = !emptydirs
-   source = git+https://github.com/sindresorhus/caprine.git#tag=v2.59.2
+   source = git+https://github.com/sindresorhus/caprine.git#tag=v2.59.3
source = caprine.desktop
source = caprine.js
sha256sums = SKIP


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.59.2
+pkgver=2.59.3
 pkgrel=1
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/caprine/-/commit/d0aab8b3870df350a7810a57657efec3ee09d430

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




[Git][archlinux/packaging/packages/caprine] Pushed new tag 2.59.3-1

2024-02-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 2.59.3-1 at Arch Linux / Packaging / Packages / 
caprine

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




[Git][archlinux/packaging/packages/i3status-rust][main] add pipewire support

2024-02-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
i3status-rust


Commits:
0253b302 by Frederik Schwan at 2024-02-20T14:16:33+01:00
add pipewire support

fixes #1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,14 @@
 pkgbase = i3status-rust
pkgdesc = Resourcefriendly and feature-rich replacement for i3status, 
written in pure Rust
pkgver = 0.33.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/greshake/i3status-rust
arch = x86_64
-   license = GPL3
+   license = GPL-3.0-only
+   makedepends = clang
makedepends = rust
makedepends = pandoc
+   depends = libpipewire
depends = libpulse
depends = lm_sensors
optdepends = alsa-utils: for the volume block


=
PKGBUILD
=
@@ -4,13 +4,21 @@
 
 pkgname=i3status-rust
 pkgver=0.33.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written 
in pure Rust'
 arch=('x86_64')
 url='https://github.com/greshake/i3status-rust'
-license=('GPL3')
-depends=('libpulse' 'lm_sensors')
-makedepends=('rust' 'pandoc')
+license=('GPL-3.0-only')
+depends=(
+  'libpipewire'
+  'libpulse'
+  'lm_sensors'
+)
+makedepends=(
+  'clang'
+  'rust'
+  'pandoc'
+)
 optdepends=('alsa-utils: for the volume block'
 'bluez: for the bluetooth block'
 'fakeroot: for the pacman block to show pending updates'
@@ -33,7 +41,7 @@ build() {
   cd ${pkgname}-${pkgver}
   export RUSTUP_TOOLCHAIN=stable
   export CARGO_TARGET_DIR=target
-  cargo build --release --locked --features 'pulseaudio maildir'
+  cargo build --release --locked --features 'pulseaudio maildir pipewire'
   cargo xtask generate-manpage
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/i3status-rust/-/commit/0253b3028a4aa6ba21fd3c9cdf07f0290bb6ee81

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




[Git][archlinux/packaging/packages/i3status-rust] Pushed new tag 0.33.0-2

2024-02-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 0.33.0-2 at Arch Linux / Packaging / Packages / 
i3status-rust

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




[Git][archlinux/packaging/packages/java-openjdk][main] Set link-time-opt only when lto is set

2024-02-19 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
java-openjdk


Commits:
9a8dc6d4 by Frederik Schwan at 2024-02-19T14:32:30+01:00
Set link-time-opt only when lto is set

Fixes #11

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -90,6 +90,13 @@ build() {
   unset CXXFLAGS
   unset LDFLAGS
 
+  if check_option "lto" "y"; then
+jvm_features="zgc,shenandoahgc,link-time-opt"
+  else
+jvm_features="zgc,shenandoahgc"
+  fi
+
+
   bash configure \
 --with-version-build="${_updatever}" \
 --with-version-pre="" \
@@ -104,7 +111,7 @@ build() {
 --with-lcms=system \
 --with-zlib=system \
 --with-harfbuzz=system \
---with-jvm-features=zgc,shenandoahgc,link-time-opt \
+--with-jvm-features="${jvm_features}" \
 --with-native-debug-symbols=internal \
 --enable-unlimited-crypto \
 --disable-warnings-as-errors \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/java-openjdk/-/commit/9a8dc6d4572ff4c4d201c0434b96a6f88453ef61

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




[Git][archlinux/packaging/packages/i3status-rust][main] upgpkg: 0.33.0-1

2024-02-19 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
i3status-rust


Commits:
2cbcac67 by Frederik Schwan at 2024-02-19T12:03:22+01:00
upgpkg: 0.33.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = i3status-rust
pkgdesc = Resourcefriendly and feature-rich replacement for i3status, 
written in pure Rust
-   pkgver = 0.32.3
+   pkgver = 0.33.0
pkgrel = 1
url = https://github.com/greshake/i3status-rust
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = i3status-rust
optdepends = speedtest-cli: for the speedtest block
optdepends = ttf-font-awesome: for the awesome icons
optdepends = upower: for the battery block
-   source = 
i3status-rust-0.32.3.tar.gz::https://github.com/greshake/i3status-rust/archive/refs/tags/v0.32.3.tar.gz
-   b2sums = 
94b79a356151284eec41262606c9824f928de0e4a167a468fa23bbc917dbd83097e298d0b17022a6739de0950d3ea9242af8d3fe61268744e9158ec0560be5f8
+   source = 
i3status-rust-0.33.0.tar.gz::https://github.com/greshake/i3status-rust/archive/refs/tags/v0.33.0.tar.gz
+   b2sums = 
f8df762b42a76b5f63a7ea84b2446c55ae0ee3e1b40658baf788426433af24ad26cedc1fc676323d74b850ae19d4d7264be1bd2d227e92a5bb53319e84615527
 
 pkgname = i3status-rust


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Josip Ponjavic 
 
 pkgname=i3status-rust
-pkgver=0.32.3
+pkgver=0.33.0
 pkgrel=1
 pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written 
in pure Rust'
 arch=('x86_64')
@@ -21,7 +21,7 @@ optdepends=('alsa-utils: for the volume block'
 'ttf-font-awesome: for the awesome icons'
 'upower: for the battery block')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/greshake/i3status-rust/archive/refs/tags/v${pkgver}.tar.gz;)
-b2sums=('94b79a356151284eec41262606c9824f928de0e4a167a468fa23bbc917dbd83097e298d0b17022a6739de0950d3ea9242af8d3fe61268744e9158ec0560be5f8')
+b2sums=('f8df762b42a76b5f63a7ea84b2446c55ae0ee3e1b40658baf788426433af24ad26cedc1fc676323d74b850ae19d4d7264be1bd2d227e92a5bb53319e84615527')
 
 prepare() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/i3status-rust/-/commit/2cbcac6733c67e94a9d4b00c055467eb88037a3c

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




[Git][archlinux/packaging/packages/i3status-rust] Pushed new tag 0.33.0-1

2024-02-19 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 0.33.0-1 at Arch Linux / Packaging / Packages / 
i3status-rust

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




[Git][archlinux/packaging/packages/solaar][main] remove obsolete cherry-pick

2024-02-18 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
solaar


Commits:
37c71fe3 by Frederik Schwan at 2024-02-18T12:50:00+01:00
remove obsolete cherry-pick

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -46,7 +46,6 @@ pkgver() {
 
 prepare() {
   cd $_name
-  git cherry-pick -n 15f4733032b77ee164f22d5a76081af35da1fe06  # 
https://gitlab.archlinux.org/archlinux/packaging/packages/solaar/-/issues/1
   tools/po-compile.sh
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/solaar/-/commit/37c71fe33915bf517f2eec38976f99bbfe43dd10

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




[Git][archlinux/packaging/packages/caprine][main] upgpkg: 2.59.2-1

2024-02-18 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
caprine


Commits:
e2354929 by Frederik Schwan at 2024-02-18T11:32:27+01:00
upgpkg: 2.59.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = caprine
pkgdesc = Elegant Facebook Messenger desktop app
-   pkgver = 2.59.1
-   pkgrel = 2
+   pkgver = 2.59.2
+   pkgrel = 1
url = https://github.com/sindresorhus/caprine
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = caprine
makedepends = npm
depends = electron26
options = !emptydirs
-   source = git+https://github.com/sindresorhus/caprine.git#tag=v2.59.1
+   source = git+https://github.com/sindresorhus/caprine.git#tag=v2.59.2
source = caprine.desktop
source = caprine.js
sha256sums = SKIP


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.59.1
-pkgrel=2
+pkgver=2.59.2
+pkgrel=1
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')
 url='https://github.com/sindresorhus/caprine'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/caprine/-/commit/e2354929e0c720940ad6557738b36ca9bc49cbc2

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




[Git][archlinux/packaging/packages/caprine] Pushed new tag 2.59.2-1

2024-02-18 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 2.59.2-1 at Arch Linux / Packaging / Packages / 
caprine

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




<    2   3   4   5   6   7   8   9   10   11   >