[Git][archlinux/packaging/packages/mesa] Pushed new tag 1-24.0.3-1

2024-03-13 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-24.0.3-1 at Arch Linux / 
Packaging / Packages / mesa

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




[Git][archlinux/packaging/packages/lib32-mesa] Pushed new tag 1-24.0.3-1

2024-03-13 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-24.0.3-1 at Arch Linux / 
Packaging / Packages / lib32-mesa

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




[Git][archlinux/packaging/packages/meson] Pushed new tag 1.4.0-2

2024-03-13 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.4.0-2 at Arch Linux / 
Packaging / Packages / meson

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




[Git][archlinux/packaging/packages/gnome-online-accounts][main] 3.48.1-1

2024-03-13 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-online-accounts


Commits:
4e9fed9e by Jan Alexander Steffens (heftig) at 2024-03-14T02:40:28+01:00
3.48.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,58 @@
+pkgbase = gnome-online-accounts
+   pkgdesc = Single sign-on framework for GNOME
+   pkgver = 3.48.1
+   pkgrel = 1
+   url = https://wiki.gnome.org/Projects/GnomeOnlineAccounts
+   arch = x86_64
+   license = LGPL-2.0-or-later
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = gtk-doc
+   makedepends = meson
+   makedepends = vala
+   depends = dbus
+   depends = dconf
+   depends = gcc-libs
+   depends = gcr
+   depends = glib2
+   depends = glibc
+   depends = gtk3
+   depends = hicolor-icon-theme
+   depends = json-glib
+   depends = krb5
+   depends = librest
+   depends = libsecret
+   depends = libsoup3
+   depends = libxml2
+   depends = webkit2gtk-4.1
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-online-accounts.git#commit=de9ea7db9884e90ef6d6b45912187f63f63691c0
+   b2sums = SKIP
+
+pkgname = gnome-online-accounts
+   depends = dbus
+   depends = dconf
+   depends = gcc-libs
+   depends = gcr
+   depends = glib2
+   depends = glibc
+   depends = gtk3
+   depends = hicolor-icon-theme
+   depends = json-glib
+   depends = krb5
+   depends = librest
+   depends = libsecret
+   depends = libsoup3
+   depends = libxml2
+   depends = webkit2gtk-4.1
+   depends = libgoa=3.48.1-1
+   optdepends = gvfs-goa: Virtual file systems, e.g. OwnCloud
+   optdepends = gvfs-google: Google Drive
+   provides = libgoa-backend-1.0.so
+
+pkgname = libgoa
+   pkgdesc = Single sign-on framework for GNOME - client library
+   depends = glibc
+   depends = libglib-2.0.so
+   depends = libgobject-2.0.so
+   depends = libgio-2.0.so
+   provides = libgoa-1.0.so


=
PKGBUILD
=
@@ -1,4 +1,5 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Fabian Bornschein 
 # Contributor: Ionut Biru 
 
 pkgbase=gnome-online-accounts
@@ -6,19 +7,27 @@ pkgname=(
   gnome-online-accounts
   libgoa
 )
-pkgver=3.48.0
-pkgrel=2
+pkgver=3.48.1
+pkgrel=1
 pkgdesc="Single sign-on framework for GNOME"
 url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
 arch=(x86_64)
-license=(LGPL)
+license=(LGPL-2.0-or-later)
 depends=(
+  dbus
+  dconf
+  gcc-libs
   gcr
+  glib2
+  glibc
+  gtk3
+  hicolor-icon-theme
   json-glib
   krb5
-  libnotify
   librest
   libsecret
+  libsoup3
+  libxml2
   webkit2gtk-4.1
 )
 makedepends=(
@@ -28,7 +37,7 @@ makedepends=(
   meson
   vala
 )
-_commit=ebab108d4d8505b56cc313acad341520ed18df8f  # tags/3.48.0^0
+_commit=de9ea7db9884e90ef6d6b45912187f63f63691c0  # tags/3.48.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-online-accounts.git#commit=$_commit;)
 b2sums=('SKIP')
 
@@ -90,7 +99,10 @@ package_gnome-online-accounts() {
 
 package_libgoa() {
   pkgdesc+=" - client library"
-  depends=(libg{lib,object,io}-2.0.so)
+  depends=(
+glibc
+libg{lib,object,io}-2.0.so
+  )
   provides=(libgoa-1.0.so)
 
   mv goa/* "$pkgdir"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-online-accounts/-/commit/4e9fed9eb0b34687f14ff3ceaca44ebc12739de2

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




[Git][archlinux/packaging/packages/gnome-online-accounts] Pushed new tag 3.48.1-1

2024-03-13 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 3.48.1-1 at Arch Linux / 
Packaging / Packages / gnome-online-accounts

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




[Git][archlinux/packaging/packages/nvidia-utils][main] upgpkg: 550.54.14-5

2024-03-13 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
b7a1c879 by Sven-Hendrik Haase at 2024-03-14T02:25:42+01:00
upgpkg: 550.54.14-5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nvidia-utils
pkgver = 550.54.14
-   pkgrel = 4
+   pkgrel = 5
url = http://www.nvidia.com/
arch = x86_64
license = custom
@@ -12,7 +12,7 @@ pkgbase = nvidia-utils
source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.54.14/NVIDIA-Linux-x86_64-550.54.14.run
sha512sums = 
de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770
sha512sums = 
4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499
-   sha512sums = 
8976edcd24245de057ac9d384d79a23b7821371e18508b9a03cddb2c4db804a52e7dcfe638fce83d194b3f9037756270da34d77ae3b950298f5a07baa2ff6cbb
+   sha512sums = 
d0f98ac887b170e2f8bdc450bc1b78cbbcb637ff0db6a8afb63cafdf4306d40b6c03d2bf80394036620be2a3e5b5fc2c1be16919d0aa84217f0b722c505f40da
sha512sums = 
65fe0a3498e1b46368cfc7995fea720e4ba6373b0a74f4fc6280fbf75b2697948adf5b52b7d068b8df5ddbd347df7c0361db7e1a1fdc0d9fcfc6f47936be
 
 pkgname = nvidia-utils


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
 pkgver=550.54.14
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/commit/b7a1c87920bc8a7febfc67773313aeed2bdc140e

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




[Git][archlinux/packaging/packages/nvidia-utils] Pushed new tag 550.54.14-5

2024-03-13 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 550.54.14-5 at Arch Linux / Packaging / 
Packages / nvidia-utils

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/tree/550.54.14-5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nvidia-utils][main] Bring back the driver test instead of devpath

2024-03-13 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
a8c8c5fe by Vasiliy Stelmachenok at 2024-03-09T11:06:16+03:00
Bring back the driver test instead of devpath

- - - - -


2 changed files:

- PKGBUILD
- nvidia.rules


Changes:

=
PKGBUILD
=
@@ -19,7 +19,7 @@ source=('nvidia-drm-outputclass.conf'
 
"https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
 
sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
-
'8976edcd24245de057ac9d384d79a23b7821371e18508b9a03cddb2c4db804a52e7dcfe638fce83d194b3f9037756270da34d77ae3b950298f5a07baa2ff6cbb'
+
'd0f98ac887b170e2f8bdc450bc1b78cbbcb637ff0db6a8afb63cafdf4306d40b6c03d2bf80394036620be2a3e5b5fc2c1be16919d0aa84217f0b722c505f40da'
 
'65fe0a3498e1b46368cfc7995fea720e4ba6373b0a74f4fc6280fbf75b2697948adf5b52b7d068b8df5ddbd347df7c0361db7e1a1fdc0d9fcfc6f47936be')
 
 


=
nvidia.rules
=
@@ -2,5 +2,5 @@
 # In case the DDX is not started, the device nodes are never created, so call
 # nvidia-modprobe in the udev rules to cover the Wayland/EGLStream and compute
 # case without a started display.
-ACTION=="add", DEVPATH=="/bus/pci/drivers/nvidia", 
RUN+="/usr/bin/nvidia-modprobe", \
+ACTION=="add", KERNEL=="nvidia", DRIVER=="nvidia", 
RUN+="/usr/bin/nvidia-modprobe", \
 RUN+="/usr/bin/nvidia-modprobe -c 0 -u"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/commit/a8c8c5fe70535bebe90ec1fd0bab5306106c688f

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




[Git][archlinux/packaging/packages/blender][main] upgpkg: 17:4.0.2-21: Rebuild to fix #10

2024-03-13 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
50f69547 by Sven-Hendrik Haase at 2024-03-14T02:13:29+01:00
upgpkg: 17:4.0.2-21: Rebuild to fix #10

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 4.0.2
-   pkgrel = 20
+   pkgrel = 21
epoch = 17
url = https://www.blender.org
arch = x86_64


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=blender
 pkgver=4.0.2
-pkgrel=20
+pkgrel=21
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')



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

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




[Git][archlinux/packaging/packages/blender] Pushed new tag 17-4.0.2-21

2024-03-13 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 17-4.0.2-21 at Arch Linux / Packaging / 
Packages / blender

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/tree/17-4.0.2-21
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tinygo] Pushed new tag 0.31.2-1

2024-03-13 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.31.2-1 at Arch Linux / Packaging / Packages / 
tinygo

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




[Git][archlinux/packaging/packages/tinygo][main] upgpkg: 0.31.2-1

2024-03-13 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
tinygo


Commits:
3ee3b312 by Anatol Pomozov at 2024-03-13T18:01:35-07:00
upgpkg: 0.31.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tinygo
pkgdesc = Go compiler for small places. Microcontrollers, WebAssembly, 
and command-line tools. Based on LLVM.
-   pkgver = 0.31.1
+   pkgver = 0.31.2
pkgrel = 1
url = https://github.com/tinygo-org/tinygo
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = tinygo
makedepends = python
options = !strip
options = !lto
-   source = git+https://github.com/tinygo-org/tinygo#tag=v0.31.1
+   source = git+https://github.com/tinygo-org/tinygo#tag=v0.31.2
source = git+https://github.com/NordicSemiconductor/nrfx.git
source = git+https://github.com/ARM-software/CMSIS.git
source = git+https://github.com/avr-rust/avr-mcu.git


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=tinygo
-pkgver=0.31.1
+pkgver=0.31.2
 pkgrel=1
 pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and 
command-line tools. Based on LLVM.'
 arch=(x86_64)



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

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




[Git][archlinux/packaging/packages/python-rdflib][main] upgpkg: 6.2.0-3

2024-03-13 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-rdflib


Commits:
8a0efbf4 by Felix Yan at 2024-03-14T00:07:06+00:00
upgpkg: 6.2.0-3

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = python-rdflib
+   pkgdesc = A Python library for working with RDF, a simple yet powerful 
language for representing information
+   pkgver = 6.2.0
+   pkgrel = 3
+   url = https://github.com/RDFLib/rdflib
+   arch = any
+   license = BSD-3-Clause
+   checkdepends = python-pytest-cov
+   checkdepends = python-six
+   checkdepends = python-html5lib
+   checkdepends = python-networkx
+   checkdepends = python-doctest-ignore-unicode
+   checkdepends = python-pip
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   depends = python-isodate
+   depends = python-pyparsing
+   depends = python-setuptools
+   optdepends = python-html5lib: for html support
+   source = 
https://github.com/RDFLib/rdflib/archive/6.2.0/python-rdflib-6.2.0.tar.gz
+   sha512sums = 
8177c50e9c2d48859a061dfee24c3560b8f979bc306b3d940a9251ec130e3a324bbad474f4fa7ced5e11522d3bd4e13931461bf106f31177fd972806968d8245
+
+pkgname = python-rdflib


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-rdflib
 pkgver=6.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python library for working with RDF, a simple yet powerful language 
for representing information"
 arch=('any')
 url="https://github.com/RDFLib/rdflib;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rdflib/-/commit/8a0efbf4fc8ba333f2094b5819a5c57f141bc576

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




[Git][archlinux/packaging/packages/python-rdflib] Pushed new tag 6.2.0-3

2024-03-13 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 6.2.0-3 at Arch Linux / Packaging / Packages / 
python-rdflib

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




[Git][archlinux/packaging/packages/shards] Pushed new tag 0.17.4-1

2024-03-13 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.17.4-1 at Arch Linux / Packaging / Packages / 
shards

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




[Git][archlinux/packaging/packages/shards][main] upgpkg: 0.17.4-1

2024-03-13 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
shards


Commits:
c2d9073f by Anatol Pomozov at 2024-03-13T16:57:55-07:00
upgpkg: 0.17.4-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = shards
+   pkgdesc = The package manager for the Crystal language
+   pkgver = 0.17.4
+   pkgrel = 1
+   url = https://github.com/crystal-lang/shards
+   arch = x86_64
+   license = Apache
+   checkdepends = git
+   checkdepends = mercurial
+   checkdepends = fossil
+   makedepends = crystal
+   depends = libyaml
+   depends = git
+   depends = libevent
+   depends = gc
+   depends = pcre2
+   source = 
shards-0.17.4.tar.gz::https://github.com/crystal-lang/shards/archive/v0.17.4.tar.gz
+   sha256sums = 
3576c7418fa9fe09636f985a0043037bb84345f88e03ddb3da78dbe96683232d
+
+pkgname = shards


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Jonne Haß 
 
 pkgname=shards
-pkgver=0.17.3
-pkgrel=2
+pkgver=0.17.4
+pkgrel=1
 pkgdesc='The package manager for the Crystal language'
 arch=(x86_64)
 url='https://github.com/crystal-lang/shards'
@@ -12,7 +12,7 @@ depends=(libyaml git libevent gc pcre2)
 makedepends=(crystal)
 checkdepends=(git mercurial fossil)
 
source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
-sha256sums=('6512ff51bd69057f4da4783eb6b14c29d9a88b97d35985356d1dc644a08424c7')
+sha256sums=('3576c7418fa9fe09636f985a0043037bb84345f88e03ddb3da78dbe96683232d')
 
 build() {
   cd shards-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shards/-/commit/c2d9073fe302089295106c33c8ba68defb3e7609

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shards/-/commit/c2d9073fe302089295106c33c8ba68defb3e7609
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/signal-desktop][main] upgpkg: 7.2.0-1

2024-03-13 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / 
signal-desktop


Commits:
3bc79d6f by kpcyrd at 2024-03-13T22:59:54+01:00
upgpkg: 7.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = signal-desktop
pkgdesc = Signal Private Messenger for Linux
-   pkgver = 7.1.1
-   pkgrel = 2
+   pkgver = 7.2.0
+   pkgrel = 1
url = https://signal.org
arch = x86_64
license = AGPL-3.0-only
@@ -38,14 +38,14 @@ pkgbase = signal-desktop
depends = nspr
depends = nss
optdepends = xdg-desktop-portal: Screensharing with Wayland
-   source = 
signal-desktop-7.1.1.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.1.1.tar.gz
-   source = 
dns-fallback-7.1.1.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.1.1/dns-fallback.json
+   source = 
signal-desktop-7.2.0.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.2.0.tar.gz
+   source = 
dns-fallback-7.2.0.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.2.0/dns-fallback.json
source = signal-desktop.desktop
-   sha256sums = 
43f671912c893656bcb356d6970de29b1872a9b94b3face3527cfcc3545df9da
-   sha256sums = 
fbe42d3168d582f30cd56a983938d22657a8a5dd020ea4ac26573d87a20cb058
+   sha256sums = 
ff9a4433c414e26bbe4bbd2310a3d7e326d3134f77f86646db3ea424cd971980
+   sha256sums = 
e05c2c806d054231589109efd9145eaea021aeac6dcb2d6da5d9d5f57211f5d6
sha256sums = 
913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91
-   b2sums = 
ac5d342cb497ca2540e9778823cee0c6ef33cea21e72f74af9415db8b03b9b4fb8dd83b6f8818853a82c0006e6fbc934b2f8fba73e22f45351fee28b7d2206ce
-   b2sums = 
b9df6a73f079940d729e74b92e9c7b095430ed6d44e50f7a67bcdc7d15278ae7c767549971ad869617874d93c8f3237f65fdac2ff4ade5f973f903fce7d4d9c2
+   b2sums = 
05baee8f479b7f32a3bdb27e5b06065794e7f3a0d83cc0c759e04ad45081ff2e6cc46ca0e3ea26a661f271cd2611b60f65114f11e24f88a8e9a87ec34abfdd92
+   b2sums = 
070eefe7abe70812a1ea68122661458f34d81379cbda4f1e1d4215fd2170c25a6d077c223fac3395e56e12e2603a0669d5cd83cb1a71ae0fbbdc5bbd8e7fce81
b2sums = 
e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130
 
 pkgname = signal-desktop


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=7.1.1
-pkgrel=2
+pkgver=7.2.0
+pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL-3.0-only')
 arch=('x86_64')
@@ -51,11 +51,11 @@ source=(
   
"dns-fallback-${pkgver}.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/${pkgver}/dns-fallback.json;
   "${pkgname}.desktop"
 )
-sha256sums=('43f671912c893656bcb356d6970de29b1872a9b94b3face3527cfcc3545df9da'
-'fbe42d3168d582f30cd56a983938d22657a8a5dd020ea4ac26573d87a20cb058'
+sha256sums=('ff9a4433c414e26bbe4bbd2310a3d7e326d3134f77f86646db3ea424cd971980'
+'e05c2c806d054231589109efd9145eaea021aeac6dcb2d6da5d9d5f57211f5d6'
 '913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91')
-b2sums=('ac5d342cb497ca2540e9778823cee0c6ef33cea21e72f74af9415db8b03b9b4fb8dd83b6f8818853a82c0006e6fbc934b2f8fba73e22f45351fee28b7d2206ce'
-
'b9df6a73f079940d729e74b92e9c7b095430ed6d44e50f7a67bcdc7d15278ae7c767549971ad869617874d93c8f3237f65fdac2ff4ade5f973f903fce7d4d9c2'
+b2sums=('05baee8f479b7f32a3bdb27e5b06065794e7f3a0d83cc0c759e04ad45081ff2e6cc46ca0e3ea26a661f271cd2611b60f65114f11e24f88a8e9a87ec34abfdd92'
+
'070eefe7abe70812a1ea68122661458f34d81379cbda4f1e1d4215fd2170c25a6d077c223fac3395e56e12e2603a0669d5cd83cb1a71ae0fbbdc5bbd8e7fce81'
 
'e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/signal-desktop/-/commit/3bc79d6ffaab859a03fe5733dca54ab7453c0e5f

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




[Git][archlinux/packaging/packages/signal-desktop] Pushed new tag 7.2.0-1

2024-03-13 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 7.2.0-1 at Arch Linux / Packaging / Packages / 
signal-desktop

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




[Git][archlinux/packaging/packages/dune] Pushed new tag 3.14.2-1

2024-03-13 Thread @juergen


Jürgen Hötzel pushed new tag 3.14.2-1 at Arch Linux / Packaging / Packages / 
dune

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




[Git][archlinux/packaging/packages/dune][main] upgpkg: 3.14.2-1

2024-03-13 Thread @juergen


Jürgen Hötzel pushed to branch main at Arch Linux / Packaging / Packages / dune


Commits:
ac852814 by Juergen Hoetzel at 2024-03-13T22:26:01+01:00
upgpkg: 3.14.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = dune
pkgdesc = A composable build system for OCaml (formerly jbuilder)
-   pkgver = 3.11.1
-   pkgrel = 2
+   pkgver = 3.14.2
+   pkgrel = 1
url = https://github.com/ocaml/dune
arch = x86_64
license = Apache
@@ -12,7 +12,7 @@ pkgbase = dune
makedepends = ocaml-findlib
depends = glibc
optdepends = ocaml: Dune standard library
-   source = https://github.com/ocaml/dune/archive/3.11.1/dune-3.11.1.tar.gz
-   b2sums = 
de80e4be355fe7c6f04f0004fbf28dac18c803fb055bd74a1c30a8983f8a234a487244561bd622f3330cfb55670163355c2a1647e847d2e3966690a62a10b644
+   source = https://github.com/ocaml/dune/archive/3.14.2/dune-3.14.2.tar.gz
+   b2sums = 
cb8442f499df0314c078266734073599d253d18c7d168f93354b2d46523384ff200adfd53148334fd40828599549e69a0e8ba99ad3b57366310b9e2af112e093
 
 pkgname = dune


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=3.11.1
-pkgrel=2
+pkgver=3.14.2
+pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune;
@@ -13,7 +13,7 @@ depends=('glibc')
 makedepends=('ocaml' 'ocaml-compiler-libs' 'ocaml-csexp' 'ocaml-pp' 
'ocaml-findlib')
 optdepends=('ocaml: Dune standard library')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('de80e4be355fe7c6f04f0004fbf28dac18c803fb055bd74a1c30a8983f8a234a487244561bd622f3330cfb55670163355c2a1647e847d2e3966690a62a10b644')
+b2sums=('cb8442f499df0314c078266734073599d253d18c7d168f93354b2d46523384ff200adfd53148334fd40828599549e69a0e8ba99ad3b57366310b9e2af112e093')
 
 
 _dune_release_pkgs=('dune' 'dune-action-plugin' 'dune-build-info' 
'dune-configurator' 'dune-glob' 'dune-private-libs'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dune/-/commit/ac852814d4df0bab3cde66855bb34df1abafd529

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




[Git][archlinux/packaging/packages/intellij-idea-community-edition][main] Add nvchecker

2024-03-13 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ intellij-idea-community-edition


Commits:
0bca0c9b by Leonidas Spyropoulos at 2024-03-13T21:17:46+00:00
Add nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[intellij-idea-community-edition]
+source = "cmd"
+cmd = "curl -s --location --header \"Accept: application/rdf+xml\" 
https://www.jetbrains.com/updates/updates.xml | xmllint --xpath 
\"string(/products/product[@name='IntelliJ IDEA']/channel[@status='release' or 
@status!='eap']/build/@version)\" -"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/commit/0bca0c9b63c73f7f5451a91ae8537c7143c70f59

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/commit/0bca0c9b63c73f7f5451a91ae8537c7143c70f59
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intellij-idea-community-edition] Pushed new tag 4-2023.3.5-1

2024-03-13 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 4-2023.3.5-1 at Arch Linux / Packaging / 
Packages / intellij-idea-community-edition

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/tree/4-2023.3.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intellij-idea-community-edition][main] upgpkg: 4:2023.3.5-1: new upstream release

2024-03-13 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ intellij-idea-community-edition


Commits:
8622afd5 by Leonidas Spyropoulos at 2024-03-13T21:16:13+00:00
upgpkg: 4:2023.3.5-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intellij-idea-community-edition
pkgdesc = IDE for Java, Groovy and other programming languages with 
advanced refactoring features
-   pkgver = 2023.3.4
+   pkgver = 2023.3.5
pkgrel = 1
epoch = 4
url = https://www.jetbrains.com/idea/
@@ -21,8 +21,8 @@ pkgbase = intellij-idea-community-edition
optdepends = lldb: lldb frontend integration
noextract = junit-3.8.1.jar
backup = usr/share/idea/bin/idea64.vmoptions
-   source = 
git+https://github.com/JetBrains/intellij-community.git#tag=idea/233.14475.28
-   source = 
idea-android::git+https://github.com/JetBrains/android.git#tag=idea/233.14475.28
+   source = 
git+https://github.com/JetBrains/intellij-community.git#tag=idea/233.14808.21
+   source = 
idea-android::git+https://github.com/JetBrains/android.git#tag=idea/233.14808.21
source = idea.desktop
source = idea.sh
source = enable-no-jdr.patch


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=intellij-idea-community-edition
-pkgver=2023.3.4
-_build=233.14475.28
+pkgver=2023.3.5
+_build=233.14808.21
 _jrever=17
 _jdkver=17
 pkgrel=1



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/commit/8622afd55e90b04126213479edb755e380b7bf3c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/commit/8622afd55e90b04126213479edb755e380b7bf3c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gitu] Pushed new tag 0.6.3-1

2024-03-13 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.6.3-1 at Arch Linux / Packaging / Packages / 
gitu

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




[Git][archlinux/packaging/packages/gitu][main] upgpkg: 0.6.3-1

2024-03-13 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
gitu


Commits:
48c3725a by Caleb Maclennan at 2024-03-13T23:45:31+03:00
upgpkg: 0.6.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gitu
pkgdesc = A TUI Git client inspired by Magit
-   pkgver = 0.6.2
-   pkgrel = 2
+   pkgver = 0.6.3
+   pkgrel = 1
url = https://github.com/altsem/gitu
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = gitu
makedepends = cargo
depends = gcc-libs
depends = libgit2
-   source = 
gitu-0.6.2.tar.gz::https://github.com/altsem/gitu/archive/v0.6.2.tar.gz
-   sha256sums = 
f8fd08385906e3c1a20349518ff5dde3418e183eba5b7083c54d01433a2609a2
+   source = 
gitu-0.6.3.tar.gz::https://github.com/altsem/gitu/archive/v0.6.3.tar.gz
+   sha256sums = 
946861a0330bfc29ee4a73857a84f0d1708fc82761d04d4a4bd636c4f627e612
 
 pkgname = gitu


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=gitu
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.6.3
+pkgrel=1
 pkgdesc="A TUI Git client inspired by Magit"
 arch=('x86_64')
 url="https://github.com/altsem/gitu;
@@ -12,7 +12,7 @@ depends=('gcc-libs' 'libgit2')
 makedepends=('cargo')
 checkdepends=('git')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('f8fd08385906e3c1a20349518ff5dde3418e183eba5b7083c54d01433a2609a2')
+sha256sums=('946861a0330bfc29ee4a73857a84f0d1708fc82761d04d4a4bd636c4f627e612')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitu/-/commit/48c3725afa19f57c895aa8ad46209ea327491b77

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




[Git][archlinux/packaging/packages/electron28] Pushed new tag 28.2.7-1

2024-03-13 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 28.2.7-1 at Arch Linux / Packaging / Packages / 
electron28

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




[Git][archlinux/packaging/packages/electron28][main] upgpkg: 28.2.7-1

2024-03-13 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
electron28


Commits:
af2af938 by Caleb Maclennan at 2024-03-13T23:43:35+03:00
upgpkg: 28.2.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = electron28
pkgdesc = Build cross platform desktop apps with web technologies
-   pkgver = 28.2.6
-   pkgrel = 2
+   pkgver = 28.2.7
+   pkgrel = 1
url = https://electronjs.org
arch = x86_64
license = MIT
@@ -82,7 +82,7 @@ pkgbase = electron28
optdepends = trash-cli: file deletion support (trash-put)
optdepends = xdg-utils: open URLs with desktop’s default (xdg-email, 
xdg-open)
options = !lto
-   source = git+https://github.com/electron/electron.git#tag=v28.2.6
+   source = git+https://github.com/electron/electron.git#tag=v28.2.7
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/120/chromium-patches-120.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch


=
PKGBUILD
=
@@ -8,9 +8,9 @@
 # Note: source array can be synced with an Electron release after updating 
$pkgver with:
 # bash -c 'source PKGBUILD; _update_sources'
 
-pkgver=28.2.6
+pkgver=28.2.7
 _gcc_patches=120
-pkgrel=2
+pkgrel=1
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron28/-/commit/af2af938cc0c32300b2cd566b7f9478f124dd8f8

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




[Git][archlinux/packaging/packages/electron29][main] upgpkg: 29.1.3-1

2024-03-13 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
electron29


Commits:
63a83ec5 by Caleb Maclennan at 2024-03-13T23:43:34+03:00
upgpkg: 29.1.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = electron29
pkgdesc = Build cross platform desktop apps with web technologies
-   pkgver = 29.1.2
+   pkgver = 29.1.3
pkgrel = 1
url = https://electronjs.org
arch = x86_64
@@ -82,7 +82,7 @@ pkgbase = electron29
optdepends = trash-cli: file deletion support (trash-put)
optdepends = xdg-utils: open URLs with desktop’s default (xdg-email, 
xdg-open)
options = !lto
-   source = git+https://github.com/electron/electron.git#tag=v29.1.2
+   source = git+https://github.com/electron/electron.git#tag=v29.1.3
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/122-3/chromium-patches-122-3.tar.bz2
source = support-ICU-74-in-LazyTextBreakIterator.patch
source = drop-flag-unsupported-by-clang17.patch


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 # Note: source array can be synced with an Electron release after updating 
$pkgver with:
 # bash -c 'source PKGBUILD; _update_sources'
 
-pkgver=29.1.2
+pkgver=29.1.3
 _gcc_patches=122-3
 pkgrel=1
 _major_ver=${pkgver%%.*}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron29/-/commit/63a83ec5a776526ca6d6a8bdf71cfaa89e3974b0

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




[Git][archlinux/packaging/packages/electron29] Pushed new tag 29.1.3-1

2024-03-13 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 29.1.3-1 at Arch Linux / Packaging / Packages / 
electron29

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




[Git][archlinux/packaging/packages/bluez] Pushed new tag 5.73-4

2024-03-13 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 5.73-4 at Arch Linux / Packaging / Packages / bluez

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




[Git][archlinux/packaging/packages/lib32-sqlite][main] upgpkg: 3.45.2-1: update to 3.45.2

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-sqlite


Commits:
1f3986fd by T.J. Townsend at 2024-03-13T16:11:04-04:00
upgpkg: 3.45.2-1: update to 3.45.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-sqlite
pkgdesc = A C library that implements an SQL database engine (32-bit)
-   pkgver = 3.45.1
+   pkgver = 3.45.2
pkgrel = 1
url = https://www.sqlite.org/
arch = x86_64


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 pkgbase="lib32-sqlite"
 pkgname=('lib32-sqlite')
 _srcver=3450100
-pkgver=3.45.1
+pkgver=3.45.2
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sqlite/-/commit/1f3986fdc08fc29bc3ffa5bef568b96497437c4a

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




[Git][archlinux/packaging/packages/lib32-sqlite] Pushed new tag 3.45.2-1

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 3.45.2-1 at Arch Linux / Packaging / Packages / 
lib32-sqlite

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




[Git][archlinux/packaging/packages/kdeplasma-addons] Pushed new tag 6.0.2-4

2024-03-13 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 6.0.2-4 at Arch Linux / Packaging / Packages / 
kdeplasma-addons

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdeplasma-addons/-/tree/6.0.2-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kdeplasma-addons][main] upgpkg: 6.0.2-4: Make qt6-quick3d a hard dependency as requested by kwin developers

2024-03-13 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kdeplasma-addons


Commits:
d887a548 by Antonio Rojas at 2024-03-13T21:02:49+01:00
upgpkg: 6.0.2-4: Make qt6-quick3d a hard dependency as requested by kwin 
developers

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kdeplasma-addons
pkgdesc = All kind of addons to improve your Plasma experience
pkgver = 6.0.2
-   pkgrel = 3
+   pkgrel = 4
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma
@@ -42,10 +42,9 @@ pkgbase = kdeplasma-addons
depends = qt6-5compat
depends = qt6-base
depends = qt6-declarative
+   depends = qt6-quick3d
depends = sonnet
-   optdepends = kirigami-addons: User list applet
optdepends = networkmanager-qt: POTD wallpaper
-   optdepends = qt6-quick3d: desktop cube effect
optdepends = qt6-webengine: dictionary and webbrowser applets
optdepends = quota-tools: disk quota applet
source = 
https://download.kde.org/stable/plasma/6.0.2/kdeplasma-addons-6.0.2.tar.xz


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=kdeplasma-addons
 pkgver=6.0.2
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=3
+pkgrel=4
 pkgdesc='All kind of addons to improve your Plasma experience'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
@@ -43,13 +43,12 @@ depends=(gcc-libs
  qt6-5compat
  qt6-base
  qt6-declarative
+ qt6-quick3d
  sonnet)
 makedepends=(extra-cmake-modules
  networkmanager-qt
  qt6-webengine)
-optdepends=('kirigami-addons: User list applet'
-'networkmanager-qt: POTD wallpaper'
-'qt6-quick3d: desktop cube effect'
+optdepends=('networkmanager-qt: POTD wallpaper'
 'qt6-webengine: dictionary and webbrowser applets'
 'quota-tools: disk quota applet')
 groups=(plasma)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdeplasma-addons/-/commit/d887a54851308e905c6999f921e9736cca5ec7f0

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




[Git][archlinux/packaging/packages/python-pycuda][main] 4 commits: Add nvchecker integration

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-pycuda


Commits:
5e0ac0c0 by David Runge at 2024-03-13T20:26:24+01:00
Add nvchecker integration

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
438df290 by David Runge at 2024-03-13T20:28:15+01:00
Use correct SPDX license identifiers for project

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
6006dc3b by David Runge at 2024-03-13T20:31:44+01:00
Switch to upstream provided source tarball

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
6802bff3 by David Runge at 2024-03-13T20:34:37+01:00
upgpkg: 2024.1-1

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,32 @@
+pkgbase = python-pycuda
+   pkgdesc = Python wrapper for Nvidia CUDA
+   pkgver = 2024.1
+   pkgrel = 1
+   url = https://documen.tician.de/pycuda/
+   arch = x86_64
+   license = Apache-2.0
+   license = MIT
+   checkdepends = python-pytest
+   makedepends = boost
+   makedepends = ctags
+   makedepends = mesa
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = boost-libs
+   depends = cuda
+   depends = gcc-libs
+   depends = glibc
+   depends = nvidia-utils
+   depends = python
+   depends = python-numpy
+   depends = python-pytools
+   provides = pycuda-headers
+   conflicts = pycuda-headers
+   replaces = pycuda-headers
+   source = 
pycuda-2024.1.tar.gz::https://github.com/inducer/pycuda/archive/refs/tags/v2024.1.tar.gz
+   sha512sums = 
d6905a20a00be446992eb40842c1e8c498ef97f56bb93c5796062c0ccbd312bad054048fff1f914cca69d5b648529a944e58c9153dfe8261d1eec450ccd4cb83
+   b2sums = 
a0a41e11d2e40e89e9440140f0f1bc4d484566e087e11af9da8f816c1c30df88dc4ed4dc5cb7266f905bbf95ee0069646e1c4f2dd91dc377730164459275d0ce
+
+pkgname = python-pycuda


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[python-pycuda]
+source = "pypi"
+pypi = "pycuda"


=
PKGBUILD
=
@@ -4,13 +4,13 @@
 
 _name=pycuda
 pkgname=python-pycuda
-pkgver=2022.2.2
-pkgrel=4
+pkgver=2024.1
+pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=(x86_64)
 url="https://documen.tician.de/pycuda/;
 license=(
-  Apache
+  Apache-2.0
   MIT
 )
 depends=(
@@ -38,9 +38,9 @@ checkdepends=(
 provides=(pycuda-headers)
 conflicts=(pycuda-headers)
 replaces=(pycuda-headers)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('c62aafe473e44339ac2147d86b51fc9bc2429310450b6d99e78a127828cc3a42dc74f20e1bdf8261f6652aed6d07ee3a871ce371f89f33fbcc4014f551af0b96')
-b2sums=('d60e83ac2faa183e0fa022c3d901c9d97ec2f9a59195425b9d71467c24b154d48d5735223220b41aa58b0898800d382d9ead54166d0a59db9c2a777e03e574be')
+source=($_name-$pkgver.tar.gz::https://github.com/inducer/pycuda/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('d6905a20a00be446992eb40842c1e8c498ef97f56bb93c5796062c0ccbd312bad054048fff1f914cca69d5b648529a944e58c9153dfe8261d1eec450ccd4cb83')
+b2sums=('a0a41e11d2e40e89e9440140f0f1bc4d484566e087e11af9da8f816c1c30df88dc4ed4dc5cb7266f905bbf95ee0069646e1c4f2dd91dc377730164459275d0ce')
 
 prepare() {
   local lib_arch=''



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycuda/-/compare/d314df5d61224656680cb3066e79fc110366b26f...6802bff3838671987ed3d072e258bb657140b665

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycuda/-/compare/d314df5d61224656680cb3066e79fc110366b26f...6802bff3838671987ed3d072e258bb657140b665
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pycuda] Pushed new tag 2024.1-1

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed new tag 2024.1-1 at Arch Linux / Packaging / Packages / 
python-pycuda

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




[Git][archlinux/packaging/packages/python-twisted] Pushed new tag 24.3.0-1

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed new tag 24.3.0-1 at Arch Linux / Packaging / Packages / 
python-twisted

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




[Git][archlinux/packaging/packages/lib32-expat][main] upgpkg: 2.6.2-1

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-expat


Commits:
41c6212d by David Runge at 2024-03-13T19:45:26+01:00
upgpkg: 2.6.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,20 +1,20 @@
 pkgbase = lib32-expat
pkgdesc = An XML Parser library
-   pkgver = 2.6.1
+   pkgver = 2.6.2
pkgrel = 1
url = https://libexpat.github.io/
arch = x86_64
license = MIT
makedepends = cmake
-   depends = expat=2.6.1
+   depends = expat=2.6.2
depends = lib32-glibc
provides = libexpat.so
-   source = 
https://github.com/libexpat/libexpat/releases/download/R_2_6_1/expat-2.6.1.tar.bz2
-   source = 
https://github.com/libexpat/libexpat/releases/download/R_2_6_1/expat-2.6.1.tar.bz2.asc
+   source = 
https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.bz2
+   source = 
https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.bz2.asc
validpgpkeys = 3176EF7DB2367F1FCA4F306B1F9B0E909AF37285
-   sha512sums = 
11029a25cc88e5428c04c1ee9d3e8833f3d1c0a957350b0038eadb786821d2dd4c57c34fe67b45389c43d558ee53d4b95dcf1e5116aaf9ca16b12c1af6fbb7f0
+   sha512sums = 
15811413e92a632272188781cc3f2a9e52ed62f6edfad9b2eeeca0946e53132b6c9ca6dc460eda766d6a4e68e5920128335d705f9556b5aa3f77593658780470
sha512sums = SKIP
-   b2sums = 
b10658e793cd080c90f4be48c5c3c877d6463aa226bd77e48622d4ccc8e27367d4abf2f07a43dc4507494e9ce1d449a1c3a9d8a2b5c85e45e6c0e0062ea21bde
+   b2sums = 
9b518cf768e53b177fd933d37686a76c4a1bd1e2829cf414f8f9c054901f61d6445232eb4d4502e888507efa12a48d8ace206fbabac5d2ca5365f0437e971fd8
b2sums = SKIP
 
 pkgname = lib32-expat


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 _name=expat
 pkgname=lib32-expat
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc='An XML Parser library'
 arch=(x86_64)
@@ -17,9 +17,9 @@ depends=(
 makedepends=(cmake)
 provides=(libexpat.so)
 
source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/$_name-$pkgver.tar.bz2{,.asc})
-sha512sums=('11029a25cc88e5428c04c1ee9d3e8833f3d1c0a957350b0038eadb786821d2dd4c57c34fe67b45389c43d558ee53d4b95dcf1e5116aaf9ca16b12c1af6fbb7f0'
+sha512sums=('15811413e92a632272188781cc3f2a9e52ed62f6edfad9b2eeeca0946e53132b6c9ca6dc460eda766d6a4e68e5920128335d705f9556b5aa3f77593658780470'
 'SKIP')
-b2sums=('b10658e793cd080c90f4be48c5c3c877d6463aa226bd77e48622d4ccc8e27367d4abf2f07a43dc4507494e9ce1d449a1c3a9d8a2b5c85e45e6c0e0062ea21bde'
+b2sums=('9b518cf768e53b177fd933d37686a76c4a1bd1e2829cf414f8f9c054901f61d6445232eb4d4502e888507efa12a48d8ace206fbabac5d2ca5365f0437e971fd8'
 'SKIP')
 validpgpkeys=(3176EF7DB2367F1FCA4F306B1F9B0E909AF37285) # Sebastian Pipping
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-expat/-/commit/41c6212d3cffc024d36759fc2cd175445678a5a3

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




[Git][archlinux/packaging/packages/lib32-expat] Pushed new tag 2.6.2-1

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.6.2-1 at Arch Linux / Packaging / Packages / 
lib32-expat

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




[Git][archlinux/packaging/packages/expat][main] upgpkg: 2.6.2-1

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / expat


Commits:
22933519 by David Runge at 2024-03-13T19:42:25+01:00
upgpkg: 2.6.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = expat
pkgdesc = An XML parser library
-   pkgver = 2.6.1
+   pkgver = 2.6.2
pkgrel = 1
url = https://libexpat.github.io/
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = expat
makedepends = cmake
depends = glibc
provides = libexpat.so
-   source = 
https://github.com/libexpat/libexpat/releases/download/R_2_6_1/expat-2.6.1.tar.bz2
-   source = 
https://github.com/libexpat/libexpat/releases/download/R_2_6_1/expat-2.6.1.tar.bz2.asc
+   source = 
https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.bz2
+   source = 
https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.bz2.asc
validpgpkeys = 3176EF7DB2367F1FCA4F306B1F9B0E909AF37285
-   sha512sums = 
11029a25cc88e5428c04c1ee9d3e8833f3d1c0a957350b0038eadb786821d2dd4c57c34fe67b45389c43d558ee53d4b95dcf1e5116aaf9ca16b12c1af6fbb7f0
+   sha512sums = 
15811413e92a632272188781cc3f2a9e52ed62f6edfad9b2eeeca0946e53132b6c9ca6dc460eda766d6a4e68e5920128335d705f9556b5aa3f77593658780470
sha512sums = SKIP
-   b2sums = 
b10658e793cd080c90f4be48c5c3c877d6463aa226bd77e48622d4ccc8e27367d4abf2f07a43dc4507494e9ce1d449a1c3a9d8a2b5c85e45e6c0e0062ea21bde
+   b2sums = 
9b518cf768e53b177fd933d37686a76c4a1bd1e2829cf414f8f9c054901f61d6445232eb4d4502e888507efa12a48d8ace206fbabac5d2ca5365f0437e971fd8
b2sums = SKIP
 
 pkgname = expat


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=expat
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc="An XML parser library"
 arch=(x86_64)
@@ -14,9 +14,9 @@ depends=(glibc)
 makedepends=(cmake)
 provides=(libexpat.so)
 
source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/$pkgname-$pkgver.tar.bz2{,.asc})
-sha512sums=('11029a25cc88e5428c04c1ee9d3e8833f3d1c0a957350b0038eadb786821d2dd4c57c34fe67b45389c43d558ee53d4b95dcf1e5116aaf9ca16b12c1af6fbb7f0'
+sha512sums=('15811413e92a632272188781cc3f2a9e52ed62f6edfad9b2eeeca0946e53132b6c9ca6dc460eda766d6a4e68e5920128335d705f9556b5aa3f77593658780470'
 'SKIP')
-b2sums=('b10658e793cd080c90f4be48c5c3c877d6463aa226bd77e48622d4ccc8e27367d4abf2f07a43dc4507494e9ce1d449a1c3a9d8a2b5c85e45e6c0e0062ea21bde'
+b2sums=('9b518cf768e53b177fd933d37686a76c4a1bd1e2829cf414f8f9c054901f61d6445232eb4d4502e888507efa12a48d8ace206fbabac5d2ca5365f0437e971fd8'
 'SKIP')
 validpgpkeys=(3176EF7DB2367F1FCA4F306B1F9B0E909AF37285) # Sebastian Pipping
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/expat/-/commit/229335197792b9b3bb7ba47af2ad3c649fcc4e43

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




[Git][archlinux/packaging/packages/expat] Pushed new tag 2.6.2-1

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.6.2-1 at Arch Linux / Packaging / Packages / expat

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




[Git][archlinux/packaging/packages/cargo-rdme] Pushed new branch main

2024-03-13 Thread @orhun


Orhun Parmaksız pushed new branch main at Arch Linux / Packaging / Packages / 
cargo-rdme

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




[Git][archlinux/packaging/packages/cargo-rdme] Pushed new tag 1.4.3-1

2024-03-13 Thread @orhun


Orhun Parmaksız pushed new tag 1.4.3-1 at Arch Linux / Packaging / Packages / 
cargo-rdme

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




[Git][archlinux/packaging/packages/gitu][main] Setup nvchecker

2024-03-13 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
gitu


Commits:
af4a8629 by Caleb Maclennan at 2024-03-13T21:28:15+03:00
Setup nvchecker

- - - - -


2 changed files:

- + .nvchecker.toml
- PKGBUILD


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[gitu]
+source = "github"
+github = "altsem/gitu"
+prefix = "v"
+use_max_tag = true


=
PKGBUILD
=
@@ -1,4 +1,5 @@
 # Maintainer: Orhun Parmaksız 
+# Maintainer: Caleb Maclennan 
 
 pkgname=gitu
 pkgver=0.6.2



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitu/-/commit/af4a86292bcbfe8cf688e1ac39a1d0cb1619e796

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitu/-/commit/af4a86292bcbfe8cf688e1ac39a1d0cb1619e796
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/python-pytest-rerunfailures] Pushed new tag 14.0-1

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed new tag 14.0-1 at Arch Linux / Packaging / Packages / 
python-pytest-rerunfailures

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




[Git][archlinux/packaging/packages/python-pytest-rerunfailures][main] 2 commits: Add nvchecker integration

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-rerunfailures


Commits:
9e901f98 by David Runge at 2024-03-13T18:37:37+01:00
Add nvchecker integration

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
76b4654b by David Runge at 2024-03-13T19:23:28+01:00
upgpkg: 14.0-1

Consolidate dependencies.
Install to test location in check() as importlib is used.

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pytest-rerunfailures
pkgdesc = A plugin for py.test that re-runs failed tests to eliminate 
intermittent failures
-   pkgver = 13.0
+   pkgver = 14.0
pkgrel = 1
url = https://github.com/pytest-dev/pytest-rerunfailures/
arch = any
@@ -11,12 +11,11 @@ pkgbase = python-pytest-rerunfailures
makedepends = python-setuptools
makedepends = python-wheel
depends = python
-   depends = python-importlib-metadata
depends = python-packaging
depends = python-pytest
optdepends = python-pytest-xdist: for recovering from crashes
-   source = 
pytest-rerunfailures-13.0.tar.gz::https://github.com/pytest-dev/pytest-rerunfailures//archive/refs/tags/13.0.tar.gz
-   sha512sums = 
2ecce8d6f222772d9d800052198ae99c50b2a754d24937a9ef896b7f7951c0aabf12a1783ce982bd3de7c4ec1df58968c8106ed2a7bdea7e8c60e350fa973f2a
-   b2sums = 
1cef639c072fb0d4d9cb70c5d884d9438071f971cd77731f24a07b9eebf6c20f9bd9214867d0623165c69c54fb12b5c49d21af75fa9a356f41296d924f79ea48
+   source = 
pytest-rerunfailures-14.0.tar.gz::https://github.com/pytest-dev/pytest-rerunfailures//archive/refs/tags/14.0.tar.gz
+   sha512sums = 
eee59c6008ec3fe8d5f9d9a7978383d58e36d3a8fa2fffdfc9dbad6264dc34902834fd96b7e909ec6ef9a276b0a5c628b8bdac03d7fcaf8459339ef38b5b1033
+   b2sums = 
ae320b3125e7deda3e11937f253349e46f81b60509f6ef142192b2741fb73249d9db9aa9f4a59a56c5cdcf25bad22c9943b72b92f086760cfc6b164bdf3299a6
 
 pkgname = python-pytest-rerunfailures


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[python-pytest-rerunfailures]
+source = "pypi"
+pypi = "pytest-rerunfailures"


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name=pytest-rerunfailures
 pkgname=python-pytest-rerunfailures
-pkgver=13.0
+pkgver=14.0
 pkgrel=1
 pkgdesc="A plugin for py.test that re-runs failed tests to eliminate 
intermittent failures"
 arch=(any)
@@ -10,7 +10,6 @@ url="https://github.com/pytest-dev/pytest-rerunfailures/;
 license=(MPL-2.0)
 depends=(
   python
-  python-importlib-metadata
   python-packaging
   python-pytest
 )
@@ -27,8 +26,8 @@ optdepends=(
   'python-pytest-xdist: for recovering from crashes'
 )
 source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('2ecce8d6f222772d9d800052198ae99c50b2a754d24937a9ef896b7f7951c0aabf12a1783ce982bd3de7c4ec1df58968c8106ed2a7bdea7e8c60e350fa973f2a')
-b2sums=('1cef639c072fb0d4d9cb70c5d884d9438071f971cd77731f24a07b9eebf6c20f9bd9214867d0623165c69c54fb12b5c49d21af75fa9a356f41296d924f79ea48')
+sha512sums=('eee59c6008ec3fe8d5f9d9a7978383d58e36d3a8fa2fffdfc9dbad6264dc34902834fd96b7e909ec6ef9a276b0a5c628b8bdac03d7fcaf8459339ef38b5b1033')
+b2sums=('ae320b3125e7deda3e11937f253349e46f81b60509f6ef142192b2741fb73249d9db9aa9f4a59a56c5cdcf25bad22c9943b72b92f086760cfc6b164bdf3299a6')
 
 build() {
   cd $_name-$pkgver
@@ -36,8 +35,16 @@ build() {
 }
 
 check() {
+  local pytest_options=(
+-vv
+  )
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+
   cd $_name-$pkgver
-  pytest -vv -k 'not test_rerun_passes_after_temporary_test_crash'
+  # install to temporary location, as importlib is used
+  python -m installer --destdir=test_dir dist/*.whl
+  export PYTHONPATH="$PWD/test_dir/$site_packages:$PYTHONPATH"
+  pytest "${pytest_options[@]}"
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-rerunfailures/-/compare/58087585e12e32b6e23981dbbdda49d8eb38e4a0...76b4654b12fc6288a845a6566c926af9891a2d56

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-rerunfailures/-/compare/58087585e12e32b6e23981dbbdda49d8eb38e4a0...76b4654b12fc6288a845a6566c926af9891a2d56
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mympd][main] upgpkg: 14.1.0-1

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / mympd


Commits:
450cc7ca by David Runge at 2024-03-13T19:16:38+01:00
upgpkg: 14.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = mympd
pkgdesc = A standalone and lightweight web-based MPD client
-   pkgver = 14.0.4
+   pkgver = 14.1.0
pkgrel = 1
url = https://github.com/jcorporation/myMPD
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = mympd
depends = lua
optdepends = libnewt: for mympd-config
optdepends = sh: for mympd-config
-   source = 
https://github.com/jcorporation/myMPD/archive/v14.0.4/mympd-v14.0.4.tar.gz
-   sha512sums = 
bad7061a4dfdc629792680cb1e6d0161be21c94609cf8e3b8ebb82ca53d4cfbdc15852843b23fb606731c07e1d2fadd4fc906cd9868ee4b016cdefebb3ae
-   b2sums = 
b1e3c5eb26e8932763d823b41496f686229203f3a1457e1f9c16fe4402a02c3b8a1a420722a7f9bf23391194327b49d88920865664bffa4384285a4b33cf3c1e
+   source = 
https://github.com/jcorporation/myMPD/archive/v14.1.0/mympd-v14.1.0.tar.gz
+   sha512sums = 
b65ac83e64be20cabaa65d03ce6c32548ef5686bfa9c65b0b0fafbea664fd2e78cf343a93d7005a3ed32bd5dcfd200f20cb9761aa5addd20ba428d02f43c9eb3
+   b2sums = 
621ecc2b9ecf78c606005120837480b1bccc92fd3b9c201781e719ea524fc689b58f587f59fd388b73a0a1e63befce951e9182ee865e625f83a175a61572759b
 
 pkgname = mympd
depends = glibc


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name=myMPD
 pkgname=mympd
-pkgver=14.0.4
+pkgver=14.1.0
 pkgrel=1
 pkgdesc="A standalone and lightweight web-based MPD client"
 arch=(x86_64)
@@ -26,8 +26,8 @@ optdepends=(
   'sh: for mympd-config'
 )
 source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('bad7061a4dfdc629792680cb1e6d0161be21c94609cf8e3b8ebb82ca53d4cfbdc15852843b23fb606731c07e1d2fadd4fc906cd9868ee4b016cdefebb3ae')
-b2sums=('b1e3c5eb26e8932763d823b41496f686229203f3a1457e1f9c16fe4402a02c3b8a1a420722a7f9bf23391194327b49d88920865664bffa4384285a4b33cf3c1e')
+sha512sums=('b65ac83e64be20cabaa65d03ce6c32548ef5686bfa9c65b0b0fafbea664fd2e78cf343a93d7005a3ed32bd5dcfd200f20cb9761aa5addd20ba428d02f43c9eb3')
+b2sums=('621ecc2b9ecf78c606005120837480b1bccc92fd3b9c201781e719ea524fc689b58f587f59fd388b73a0a1e63befce951e9182ee865e625f83a175a61572759b')
 
 build() {
   local cmake_options=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mympd/-/commit/450cc7cabf4dc0e96ec3852584af880e84ba76ac

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




[Git][archlinux/packaging/packages/mympd] Pushed new tag 14.1.0-1

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed new tag 14.1.0-1 at Arch Linux / Packaging / Packages / mympd

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




[Git][archlinux/packaging/packages/gitu] Pushed new branch main

2024-03-13 Thread @orhun


Orhun Parmaksız pushed new branch main at Arch Linux / Packaging / Packages / 
gitu

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




[Git][archlinux/packaging/packages/gitu] Pushed new tag 0.6.2-2

2024-03-13 Thread @orhun


Orhun Parmaksız pushed new tag 0.6.2-2 at Arch Linux / Packaging / Packages / 
gitu

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




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

2024-03-13 Thread Massimiliano Torromeo (@mtorromeo)


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


Commits:
4ae1a7bf by Massimiliano Torromeo at 2024-03-13T19:03:11+01:00
upgpkg: 1.87.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = code
pkgdesc = The Open Source build of Visual Studio Code (vscode) editor
-   pkgver = 1.87.1
+   pkgver = 1.87.2
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = code
optdepends = zsh-completions: ZSH completitons
optdepends = x11-ssh-askpass: SSH authentication
provides = vscode
-   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.87.1
+   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.87.2
source = code.js
source = code.sh
source = product_json.diff


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 # Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
 _electron=electron27
-pkgver=1.87.1
+pkgver=1.87.2
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'



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

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




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

2024-03-13 Thread Massimiliano Torromeo (@mtorromeo)


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

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




[Git][archlinux/packaging/packages/python-importlib_resources][main] upgpkg: 6.3.0-1

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-importlib_resources


Commits:
ee9c13b8 by David Runge at 2024-03-13T18:39:07+01:00
upgpkg: 6.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-importlib_resources
pkgdesc = Design and implementation for a planned importlib.resources
-   pkgver = 6.1.3
+   pkgver = 6.3.0
pkgrel = 1
url = https://github.com/python/importlib_resources
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-importlib_resources
depends = python
depends = python-zipp
provides = python-importlib-resources
-   source = 
python-importlib_resources-6.1.3.tar.gz::https://github.com/python/importlib_resources/archive/refs/tags/v6.1.3.tar.gz
-   sha512sums = 
5e4d45121102b3dd9bc621097b4c5502c7033c06aa0221dd77e4cd08840edc5ff35cb2bd000ba3d000fda8a8f285577ce451a01294924eabd18e6ac5235648be
-   b2sums = 
1e274329b899482809139249f614b44b4bad4dd2003d5b14364342c7b8b342cb7ce3d77a49e3fcfe3359ea88e4945f08232d5fbfd3331d4e228fc32bc94113e3
+   source = 
python-importlib_resources-6.3.0.tar.gz::https://github.com/python/importlib_resources/archive/refs/tags/v6.3.0.tar.gz
+   sha512sums = 
c640738067e973b9e5dda707fc2465c99e9c4904da35ff9c5164980e50be9a6ea0295f3087bc1f2618cbfed418060174fa1229cd55b1a996f1ee24287fee
+   b2sums = 
1c821552376970efe89abe36020ef5b1f5f5131f03e553fe03dc4efaa27d7d5e41bbeb1384e9c06a3ed890ed653189548e2d8e1f7aa4e1328fab9917e97e755d
 
 pkgname = python-importlib_resources


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=6.1.3
+pkgver=6.3.0
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=(any)
@@ -27,8 +27,8 @@ checkdepends=(
 )
 provides=(python-importlib-resources)
 source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('5e4d45121102b3dd9bc621097b4c5502c7033c06aa0221dd77e4cd08840edc5ff35cb2bd000ba3d000fda8a8f285577ce451a01294924eabd18e6ac5235648be')
-b2sums=('1e274329b899482809139249f614b44b4bad4dd2003d5b14364342c7b8b342cb7ce3d77a49e3fcfe3359ea88e4945f08232d5fbfd3331d4e228fc32bc94113e3')
+sha512sums=('c640738067e973b9e5dda707fc2465c99e9c4904da35ff9c5164980e50be9a6ea0295f3087bc1f2618cbfed418060174fa1229cd55b1a996f1ee24287fee')
+b2sums=('1c821552376970efe89abe36020ef5b1f5f5131f03e553fe03dc4efaa27d7d5e41bbeb1384e9c06a3ed890ed653189548e2d8e1f7aa4e1328fab9917e97e755d')
 
 build() {
   cd $_name-$pkgver



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

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




[Git][archlinux/packaging/packages/python-importlib_resources] Pushed new tag 6.3.0-1

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed new tag 6.3.0-1 at Arch Linux / Packaging / Packages / 
python-importlib_resources

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




[Git][archlinux/packaging/packages/slumber] Pushed new branch main

2024-03-13 Thread @orhun


Orhun Parmaksız pushed new branch main at Arch Linux / Packaging / Packages / 
slumber

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




[Git][archlinux/packaging/packages/slumber] Pushed new tag 0.13.1-1

2024-03-13 Thread @orhun


Orhun Parmaksız pushed new tag 0.13.1-1 at Arch Linux / Packaging / Packages / 
slumber

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




[Git][archlinux/packaging/packages/python-zeep][main] upgpkg: 4.2.1-3

2024-03-13 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-zeep


Commits:
416aa0b2 by Felix Yan at 2024-03-13T17:28:47+00:00
upgpkg: 4.2.1-3

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,33 @@
+pkgbase = python-zeep
+   pkgdesc = A fast and modern Python SOAP client
+   pkgver = 4.2.1
+   pkgrel = 3
+   url = https://docs.python-zeep.org
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   checkdepends = python-freezegun
+   checkdepends = python-pretend
+   checkdepends = python-pytest-cov
+   checkdepends = python-requests-mock
+   checkdepends = python-pytest-httpx
+   checkdepends = python-pytest-asyncio
+   checkdepends = python-aiohttp
+   checkdepends = python-aioresponses
+   checkdepends = python-xmlsec
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   makedepends = python-build
+   makedepends = python-installer
+   depends = python-attrs
+   depends = python-isodate
+   depends = python-lxml
+   depends = python-platformdirs
+   depends = python-requests
+   depends = python-requests-toolbelt
+   depends = python-requests-file
+   depends = python-pytz
+   source = 
https://github.com/mvantellingen/python-zeep/archive/4.2.1/python-zeep-4.2.1.tar.gz
+   sha512sums = 
e708fcba7330088f7feee0d4ae64fa5480dcdff433e1a450f16ba90682b46fb9f0a335e96327dc70fe98e543697968609059bfac3bbd2f689d22ff51df95510f
+
+pkgname = python-zeep


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-zeep
 pkgver=4.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A fast and modern Python SOAP client"
 arch=('any')
 license=('MIT')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zeep/-/commit/416aa0b2181389b5ccbc6e6a414afec7a50e184f

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




[Git][archlinux/packaging/packages/python-zeep] Pushed new tag 4.2.1-3

2024-03-13 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 4.2.1-3 at Arch Linux / Packaging / Packages / 
python-zeep

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




[Git][archlinux/packaging/packages/rye] Pushed new tag 0.29.0-2

2024-03-13 Thread @orhun


Orhun Parmaksız pushed new tag 0.29.0-2 at Arch Linux / Packaging / Packages / 
rye

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




[Git][archlinux/packaging/packages/rye][main] upgpkg: 0.29.0-2: add shell completions

2024-03-13 Thread @orhun


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


Commits:
10eef5e0 by Orhun Parmaksız at 2024-03-13T20:28:07+03:00
upgpkg: 0.29.0-2: add shell completions

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = rye
pkgdesc = An experimental alternative to poetry, pip, pipenv, venv, 
virtualenv, pdm, hatch
pkgver = 0.29.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/astral-sh/rye
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=rye
 _commit=42b179f361660d4bf9237cc4d63e7bf2aaa428ce
 pkgver=0.29.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An experimental alternative to poetry, pip, pipenv, venv, virtualenv, 
pdm, hatch"
 arch=('x86_64')
 url="https://github.com/astral-sh/rye;
@@ -24,12 +24,18 @@ options=('!lto')
 prepare() {
cd "$pkgname"
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
+   mkdir completions
 }
 
 build() {
cd "$pkgname"
export OPENSSL_NO_VENDOR=1
cargo build --frozen --release
+   local compgen="target/release/$pkgname self completion -s"
+   compgen bash >"completions/$pkgbase"
+   compgen elvish >"completions/$pkgbase.elv"
+   compgen fish >"completions/$pkgbase.fish"
+   compgen zsh >"completions/_$pkgbase"
 }
 
 check() {
@@ -43,6 +49,10 @@ package() {
install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+   install -Dm 644 "completions/$pkgname" -t 
"$pkgdir/usr/share/bash-completion/completions/"
+   install -Dm 644 "completions/$pkgname.elv" -t 
"$pkgdir/usr/share/elvish/lib/"
+   install -Dm 644 "completions/$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d/"
+   install -Dm 644 "completions/_$pkgname" -t 
"$pkgdir/usr/share/zsh/site-functions/"
 }
 
 # vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rye/-/commit/10eef5e019a7d5d78029236ac3c0e043e41ae65f

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




[Git][archlinux/packaging/packages/python-zeep][main] Change to a PEP 517 based workflow

2024-03-13 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-zeep


Commits:
56462934 by loqs at 2024-03-13T15:25:06+00:00
Change to a PEP 517 based workflow

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,7 +9,7 @@ license=('MIT')
 url="https://docs.python-zeep.org;
 depends=('python-attrs' 'python-isodate' 'python-lxml' 'python-platformdirs' 
'python-requests'
  'python-requests-toolbelt' 'python-requests-file' 'python-pytz')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-wheel' 'python-build' 
'python-installer')
 checkdepends=('python-pytest' 'python-freezegun' 'python-pretend' 
'python-pytest-cov'
   'python-requests-mock' 'python-pytest-httpx' 
'python-pytest-asyncio' 'python-aiohttp'
   'python-aioresponses' 'python-xmlsec')
@@ -22,7 +22,7 @@ prepare() {
 
 build() {
   cd python-zeep-$pkgver
-  python setup.py build
+  python -m build --wheel --no-isolation
 } 
 
 check() {
@@ -32,6 +32,6 @@ check() {
 
 package() {
   cd python-zeep-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zeep/-/commit/564629344d3480ca55c0c2057d8cb00fa7eb479e

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




[Git][archlinux/packaging/packages/signal-desktop][main] upgpkg: 7.1.1-2 - fix reproducible builds, use official dns-fallback.json

2024-03-13 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / 
signal-desktop


Commits:
80d6665d by kpcyrd at 2024-03-13T18:23:45+01:00
upgpkg: 7.1.1-2 - fix reproducible builds, use official dns-fallback.json

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = signal-desktop
pkgdesc = Signal Private Messenger for Linux
pkgver = 7.1.1
-   pkgrel = 1
+   pkgrel = 2
url = https://signal.org
arch = x86_64
license = AGPL-3.0-only
@@ -39,10 +39,13 @@ pkgbase = signal-desktop
depends = nss
optdepends = xdg-desktop-portal: Screensharing with Wayland
source = 
signal-desktop-7.1.1.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.1.1.tar.gz
+   source = 
dns-fallback-7.1.1.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.1.1/dns-fallback.json
source = signal-desktop.desktop
sha256sums = 
43f671912c893656bcb356d6970de29b1872a9b94b3face3527cfcc3545df9da
+   sha256sums = 
fbe42d3168d582f30cd56a983938d22657a8a5dd020ea4ac26573d87a20cb058
sha256sums = 
913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91
b2sums = 
ac5d342cb497ca2540e9778823cee0c6ef33cea21e72f74af9415db8b03b9b4fb8dd83b6f8818853a82c0006e6fbc934b2f8fba73e22f45351fee28b7d2206ce
+   b2sums = 
b9df6a73f079940d729e74b92e9c7b095430ed6d44e50f7a67bcdc7d15278ae7c767549971ad869617874d93c8f3237f65fdac2ff4ade5f973f903fce7d4d9c2
b2sums = 
e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130
 
 pkgname = signal-desktop


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
 pkgver=7.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL-3.0-only')
 arch=('x86_64')
@@ -48,40 +48,44 @@ makedepends=(
 optdepends=('xdg-desktop-portal: Screensharing with Wayland')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
+  
"dns-fallback-${pkgver}.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/${pkgver}/dns-fallback.json;
   "${pkgname}.desktop"
 )
 sha256sums=('43f671912c893656bcb356d6970de29b1872a9b94b3face3527cfcc3545df9da'
+'fbe42d3168d582f30cd56a983938d22657a8a5dd020ea4ac26573d87a20cb058'
 '913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91')
 
b2sums=('ac5d342cb497ca2540e9778823cee0c6ef33cea21e72f74af9415db8b03b9b4fb8dd83b6f8818853a82c0006e6fbc934b2f8fba73e22f45351fee28b7d2206ce'
+
'b9df6a73f079940d729e74b92e9c7b095430ed6d44e50f7a67bcdc7d15278ae7c767549971ad869617874d93c8f3237f65fdac2ff4ade5f973f903fce7d4d9c2'
 
'e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130')
 
 prepare() {
   cd "${_pkgname}-${pkgver}"
 
-  # temporary fix for openssl3
-  export NODE_OPTIONS=--openssl-legacy-provider
-
   # git-lfs hook needs to be installed for one of the dependencies
   git lfs install
 
   # Allow higher Node versions
   sed 's#"node": "#&>=#' -i package.json
 
-  cd sticker-creator
-  yarn install
+  # Install dependencies for sticker-creator
+  yarn --cwd ./sticker-creator/ install
 
-  cd ..
+  # Install dependencies for signal-desktop
   yarn install --ignore-engines
 }
 
 build() {
   cd "${_pkgname}-${pkgver}"
 
-  cd sticker-creator
-  yarn build
+  # Build the sticker creator
+  yarn --cwd ./sticker-creator/ build
+
+  # Fix reproducible builds, use official dns-fallback.json instead of the 
generated one
+  # https://github.com/signalapp/Signal-Desktop/issues/6823
+  cp "../dns-fallback-${pkgver}.json" build/dns-fallback.json
+  > ts/scripts/generate-dns-fallback.ts
 
-  cd ..
-  yarn generate
+  # Build signal-desktop
   yarn build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/signal-desktop/-/commit/80d6665d394d0e13d847aa4ac131c0fc14e4919f

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




[Git][archlinux/packaging/packages/signal-desktop] Pushed new tag 7.1.1-2

2024-03-13 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 7.1.1-2 at Arch Linux / Packaging / Packages / 
signal-desktop

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




[Git][archlinux/packaging/packages/archlinux-keyring][main] upgpkg: 20240313-1: new upstream release

2024-03-13 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
archlinux-keyring


Commits:
b47a354b by Christian Hesse at 2024-03-13T18:11:41+01:00
upgpkg: 20240313-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = archlinux-keyring
pkgdesc = Arch Linux PGP keyring
-   pkgver = 20240208
+   pkgver = 20240313
pkgrel = 1
url = https://gitlab.archlinux.org/archlinux/archlinux-keyring/
install = archlinux-keyring.install
@@ -14,7 +14,7 @@ pkgbase = archlinux-keyring
makedepends = pkgconf
makedepends = systemd
depends = pacman
-   source = 
archlinux-keyring::git+https://gitlab.archlinux.org/archlinux/archlinux-keyring.git#tag=548f1786ede03b578e02ccdbc3c5823699f8152c?signed
+   source = 
archlinux-keyring::git+https://gitlab.archlinux.org/archlinux/archlinux-keyring.git#tag=0717024a39e47722c6bf2929a6d3ab1e2f132b9d?signed
validpgpkeys = 02FD1C7A934E614545849F19A6234074498E9CEE
validpgpkeys = C7E7849466FE2358343588377258734B41C31549
validpgpkeys = 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=archlinux-keyring
-_tag='548f1786ede03b578e02ccdbc3c5823699f8152c' # git rev-parse ${pkgver}
-pkgver=20240208
+_tag='0717024a39e47722c6bf2929a6d3ab1e2f132b9d' # git rev-parse ${pkgver}
+pkgver=20240313
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/archlinux-keyring/-/commit/b47a354b494dedf9fca2891905ef13f4b1c4c742

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




[Git][archlinux/packaging/packages/archlinux-keyring] Pushed new tag 20240313-1

2024-03-13 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 20240313-1 at Arch Linux / Packaging / Packages 
/ archlinux-keyring

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




[Git][archlinux/packaging/packages/xcalib][main] add checksum

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
xcalib


Commits:
ab956bcc by T.J. Townsend at 2024-03-13T13:03:21-04:00
add checksum

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -17,7 +17,7 @@ depends=('libxxf86vm' 'libxrandr')
 makedepends=('git')
 source=(git+https://github.com/OpenICC/xcalib.git#tag=${pkgver}?signed)
 validpgpkeys=('9A81DA0F2F18F096BE94577051F5D211EB7A04C8') # Kai-Uwe Behrmann
-sha256sums=('SKIP')
+sha256sums=('caaa7605b66d7b8e4313f83bd1b0a6361275471e234500ad3917605868e8e92e')
 
 build() {
cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xcalib/-/commit/ab956bcc9947f59fbde6b0aaed46e7ccaf256180

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




[Git][archlinux/packaging/packages/vim][main] add checksum

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / vim


Commits:
6b4e6e9e by T.J. Townsend at 2024-03-13T13:02:00-04:00
add checksum

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -38,7 +38,7 @@ 
source=(git+https://github.com/vim/vim.git?signed#tag=v${pkgver}
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('SKIP'
+sha256sums=('ee2d940a134facad7d172f5ad1cf926636975e5682528a68885fbcd43472b73e'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')



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

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




[Git][archlinux/packaging/packages/rsync][main] add checksum

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / rsync


Commits:
8da6f09c by T.J. Townsend at 2024-03-13T13:01:15-04:00
add checksum

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,6 @@
 # Maintainer: T.J. Townsend 
 
 pkgname=rsync
-_tag='b13e7a8ef4fa430223f66403506fb821caae5cfd' # git rev-parse v${pkgver}
 pkgver=3.2.7
 pkgrel=6
 pkgdesc='A fast and versatile file copying tool for remote and local files'
@@ -15,9 +14,9 @@ optdepends=('python: for rrsync')
 makedepends=('git' 'python-commonmark')
 backup=('etc/rsyncd.conf')
 validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5') # Wayne Davison 

-source=("git+https://github.com/WayneD/rsync#tag=${_tag}?signed;
+source=("git+https://github.com/WayneD/rsync#tag=v${pkgver}?signed;
 'rsyncd.conf')
-sha256sums=('SKIP'
+sha256sums=('5f43b9e38be43d609c4a690e006468c512b6801634ec09d6a91b7956537b3861'
 '733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b')
 
 _backports=(



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

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




[Git][archlinux/packaging/packages/protege] Pushed new tag 5.6.3-1

2024-03-13 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 5.6.3-1 at Arch Linux / Packaging / Packages / 
protege

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




[Git][archlinux/packaging/packages/protege][main] upgpkg: 5.6.3-1

2024-03-13 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
protege


Commits:
4fbe82ed by Morten Linderud at 2024-03-13T17:58:07+01:00
upgpkg: 5.6.3-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = protege
+   pkgdesc = Free, open source ontology editor and knowledge-base framework
+   pkgver = 5.6.3
+   pkgrel = 1
+   url = https://protege.stanford.edu/
+   arch = any
+   license = MPL
+   makedepends = maven
+   makedepends = jdk8-openjdk
+   depends = java-runtime>=8
+   depends = graphviz
+   source = 
protege-5.6.3.tar.gz::https://github.com/protegeproject/protege/archive/protege-parent-5.6.3.tar.gz
+   source = protege.sh
+   source = protege.desktop
+   source = protege.png
+   sha256sums = 
b6660c70d39041f8a659300479adf7a7f845afc03d1415b5a6ab3688086e6797
+   sha256sums = 
1c531c402b58130ebcd7e5c0719b4afb49ce928e8e1af07d59c6ee61f2cc
+   sha256sums = 
e0e054d864fafdee0c7a7a034b4a92fe2fe30fcce77f2aabd71afb57d0ab
+   sha256sums = 
3ee61d8cfcbcfc91c86c9dddc24e40f9fc0e6943bf879548340610c95d64d194
+
+pkgname = protege


=
PKGBUILD
=
@@ -5,30 +5,30 @@
 # Contributor: Stefan Husmann 
 
 pkgname=protege
-pkgver=5.5.0
-pkgrel=2
+pkgver=5.6.3
+pkgrel=1
 pkgdesc='Free, open source ontology editor and knowledge-base framework'
 arch=('any')
 url='https://protege.stanford.edu/'
 license=('MPL')
 depends=('java-runtime>=8' 'graphviz')
 makedepends=('maven' 'jdk8-openjdk')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/protegeproject/protege/archive/v$pkgver.tar.gz;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/protegeproject/protege/archive/protege-parent-$pkgver.tar.gz;
 "${pkgname}.sh"
 "${pkgname}.desktop"
 "${pkgname}.png")
-sha256sums=('e33157b1aeda494bad52c2ab2e5d78889a2848bbdd963d44e4acf11aadd729e9'
+sha256sums=('b6660c70d39041f8a659300479adf7a7f845afc03d1415b5a6ab3688086e6797'
 '1c531c402b58130ebcd7e5c0719b4afb49ce928e8e1af07d59c6ee61f2cc'
 'e0e054d864fafdee0c7a7a034b4a92fe2fe30fcce77f2aabd71afb57d0ab'
 '3ee61d8cfcbcfc91c86c9dddc24e40f9fc0e6943bf879548340610c95d64d194')
 
 build(){
-  cd "protege-$pkgver"
+  cd "protege-protege-parent-$pkgver"
   mvn clean package -Dmaven.test.skip=true
 }
 
 package() {
-  cd 
"protege-$pkgver/protege-desktop/target/protege-$pkgver-platform-independent/Protege-$pkgver"
+  cd 
"protege-protege-parent-$pkgver/protege-desktop/target/protege-$pkgver-platform-independent/Protege-$pkgver"
   install -d "${pkgdir}/usr/share/java/${pkgname}"
   cp -r * "${pkgdir}/usr/share/java/${pkgname}"
   install -d "${pkgdir}/usr/bin"



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

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




[Git][archlinux/packaging/packages/pax-utils][main] add checksum

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
pax-utils


Commits:
846dc483 by T.J. Townsend at 2024-03-13T12:57:55-04:00
add checksum

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,7 +14,7 @@ license=('GPL2')
 depends=('bash' 'libcap' 'libcap.so' 'libseccomp' 'python' 'python-pyelftools')
 makedepends=('docbook-xml' 'docbook-xsl' 'git' 'linux-headers' 'meson' 'xmlto')
 
source=(git+https://anongit.gentoo.org/git/proj/pax-utils.git?signed#tag=v$pkgver)
-sha512sums=('SKIP')
+sha512sums=('0e688cc498503aa5dccc3e7ecff1097efe9f5049c6b13205aaae34ec6d3b151ed6d7d7a25393695105c4acdc1125a178ef22906a54f56cbbaf3d7bdb29e3a991')
 validpgpkeys=('5EF3A41171BB77E6110ED2D01F3D03348DB1A3E2')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pax-utils/-/commit/846dc483a0ca160a4b16369ce3b1aed807396dff

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




[Git][archlinux/packaging/packages/moreutils][main] add checksum

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
moreutils


Commits:
69705317 by T.J. Townsend at 2024-03-13T12:57:20-04:00
add checksum

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -13,7 +13,7 @@ makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git')
 options=('!emptydirs' 'zipman')
 replaces=(moreutils-svn)
 source=("git+https://git.joeyh.name/git/moreutils.git?signed#tag=$pkgver;)
-sha256sums=('SKIP')
+sha256sums=('81dc7a6d7ba9733648a850313a80930f73624a6808a1fcfd4bc8e1151453171d')
 validpgpkeys=('E85A5F63B31D24C1EBF0D81CC910D9222512E3C7')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/moreutils/-/commit/6970531712612c7b3e8e541874fb7ea901ed01c8

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




[Git][archlinux/packaging/packages/minisign][main] add checksum

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
minisign


Commits:
9cdff067 by T.J. Townsend at 2024-03-13T12:56:46-04:00
add checksum

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -10,9 +10,8 @@ url="https://github.com/jedisct1/minisign;
 license=('custom:ISC')
 depends=('libsodium')
 makedepends=('cmake' 'git')
-_commit=feefda7af87f64342bd07bf446ceb0467cbd0fb4 # git rev-parse $pkgver
-source=("git+https://github.com/jedisct1/minisign.git?signed#tag=$_commit;)
-sha512sums=('SKIP')
+source=("git+https://github.com/jedisct1/minisign.git?signed#tag=$pkgver;)
+sha512sums=('1f02e0adcdc10e700ff90856f50ad29ba9a6bb36eb99d697dc3fba4a90f5de0bb2e85df9c0d343b6ca6345f1ba380989bf248a254d50af9ab5a5119674d7f018')
 validpgpkeys=(54A2B8892CC3D6A597B92B6C210627AABA709FE1) # Frank Denis
 
 build() {



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

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




[Git][archlinux/packaging/packages/nawk][main] update maintainer line

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / nawk


Commits:
db41c047 by T.J. Townsend at 2024-03-13T12:54:31-04:00
update maintainer line

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,5 +1,4 @@
 # Maintainer: Caleb Maclennan 
-# Maintainer: T.J. Townsend 
 # Contributor: Dave Reisner 
 
 # Upstream has a history of forgetting to tag releases even when they bump the



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nawk/-/commit/db41c0475eb0f08a22c6d1aa562f0ec52a785055

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




[Git][archlinux/packaging/packages/python-formencode][main] upgpkg: 2.1.0-1

2024-03-13 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
python-formencode


Commits:
92bf2866 by Morten Linderud at 2024-03-13T17:53:03+01:00
upgpkg: 2.1.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = python-formencode
+   pkgdesc = A validation library for Python.
+   pkgver = 2.1.0
+   pkgrel = 1
+   url = http://www.formencode.org/en/latest/
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   checkdepends = python-dnspython
+   checkdepends = python-pycountry
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   makedepends = python-setuptools-scm
+   depends = python
+   depends = python-six
+   source = 
https://files.pythonhosted.org/packages/source/f/formencode/FormEncode-2.1.0.tar.gz
+   sha256sums = 
eb74d223078a28cf015fa88966c6e34f2d18d75127318d65c144bed9afc4263f
+
+pkgname = python-formencode


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 pkgname=python-formencode
 _pkgname=formencode
 _pypi=FormEncode
-pkgver=2.0.1
-pkgrel=4
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="A validation library for Python."
 arch=("any")
 url="http://www.formencode.org/en/latest/;
@@ -14,7 +14,7 @@ checkdepends=("python-pytest" "python-dnspython" 
"python-pycountry")
 makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools' 'python-setuptools-scm')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/formencode/formencode/archive/$pkgver.tar.gz;)
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pypi}-${pkgver}.tar.gz;)
-sha256sums=('8f2974112c2557839d5bae8b76490104c03830785d923abbdef148bf3f710035')
+sha256sums=('eb74d223078a28cf015fa88966c6e34f2d18d75127318d65c144bed9afc4263f')
 
 prepare() {
   cd "${_pypi}-${pkgver}"
@@ -23,12 +23,16 @@ prepare() {
 
 build() {
   cd "${_pypi}-${pkgver}"
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
   python -m build --wheel --no-isolation
 }
 
 check(){
   cd "${_pypi}-${pkgver}"
-  python -m unittest
+  python -m installer --destdir="$PWD/tmp_install" dist/*.whl
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  export PYTHONPATH="$PWD/tmp_install/$site_packages" 
+  PYTHONDONTWRITEBYTECODE=1 python -m unittest
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-formencode/-/commit/92bf286667fe4dffe593756b9ca96e353bc8af33

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




[Git][archlinux/packaging/packages/python-formencode] Pushed new tag 2.1.0-1

2024-03-13 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 2.1.0-1 at Arch Linux / Packaging / Packages / 
python-formencode

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




[Git][archlinux/packaging/packages/python-sqlparse][main] upgpkg: 0.4.4-1

2024-03-13 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
python-sqlparse


Commits:
a8a3bb16 by Morten Linderud at 2024-03-13T17:51:27+01:00
upgpkg: 0.4.4-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = python-sqlparse
+   pkgdesc = Non-validating SQL parser for Python
+   pkgver = 0.4.4
+   pkgrel = 1
+   url = https://github.com/andialbrecht/sqlparse
+   arch = any
+   license = BSD
+   makedepends = python-setuptools
+   makedepends = python-flit-core
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   depends = python
+   source = 
python-sqlparse-0.4.4.tar.gz::https://github.com/andialbrecht/sqlparse/archive/0.4.4.tar.gz
+   sha256sums = 
4cc5b6c4b35190fc741052bf249aa33c5fb8f4c83723aeec87f220bf06bb371a
+
+pkgname = python-sqlparse


=
PKGBUILD
=
@@ -2,24 +2,24 @@
 # Contributor: Jonathan Kotta 
 
 pkgname=python-sqlparse
-pkgver=0.4.3
-pkgrel=2
+pkgver=0.4.4
+pkgrel=1
 pkgdesc='Non-validating SQL parser for Python'
 arch=('any')
 url=https://github.com/andialbrecht/sqlparse
 license=('BSD')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-flit-core' 'python-build' 
'python-installer' 'python-wheel')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz;)
-sha256sums=('4f0562bbfe48242689cfe42c34ab035982b6c96a98c9753f458c00c6d147c20d')
+sha256sums=('4cc5b6c4b35190fc741052bf249aa33c5fb8f4c83723aeec87f220bf06bb371a')
 
 build() {
   cd sqlparse-$pkgver
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 package() {
   cd sqlparse-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



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

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




[Git][archlinux/packaging/packages/python-sqlparse] Pushed new tag 0.4.4-1

2024-03-13 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 0.4.4-1 at Arch Linux / Packaging / Packages / 
python-sqlparse

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




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

2024-03-13 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
python-hjson


Commits:
e78ad38b by Morten Linderud at 2024-03-13T17:49:46+01:00
upgpkg: 3.1.0-1

- - - - -


3 changed files:

- + .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = python-hjson
+   pkgdesc = JSON for Humans, allows comments and is less error prone.
+   pkgver = 3.1.0
+   pkgrel = 1
+   url = https://github.com/laktak/hjson-py
+   arch = any
+   license = MIT
+   makedepends = python-setuptools
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   depends = python
+   source = 
python-hjson-3.1.0.tar.gz::https://pypi.io/packages/source/h/hjson/hjson-3.1.0.tar.gz
+   sha256sums = 
55af475a27cf83a7969c808399d7bccdec8fb836a07ddbd574587593b9cdcf75
+
+pkgname = python-hjson


=
.nvchecker.toml
=
@@ -1,5 +1,3 @@
-[python-hjson]
-source = "github"
-github = "hjson/hjson-py"
-prefix = "v"
-use_max_tag = true
+[hjson-py]
+source = "pypi"
+pypi = "hjson"


=
PKGBUILD
=
@@ -1,31 +1,32 @@
 # Maintainer: Morten Linderud 
 # Contributor: Batuhan Baserdem 
 
-_name="hjson-py"
+_name="hjson"
 pkgname="python-hjson"
-pkgver=3.0.2
-pkgrel=6
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="JSON for Humans, allows comments and is less error prone."
 arch=(any)
 url="https://github.com/laktak/hjson-py;
 license=('MIT')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 depends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hjson/hjson-py/archive/v${pkgver}.tar.gz;)
-sha256sums=('1c16084568a6328ba404703aad6db8ddf7e3b6afec9e141b375a40a61a209c30')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/h/hjson/hjson-$pkgver.tar.gz;)
+sha256sums=('55af475a27cf83a7969c808399d7bccdec8fb836a07ddbd574587593b9cdcf75')
 
 build() {
   cd "${_name}-${pkgver}"
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
-check(){
-  cd "${_name}-${pkgver}"
-  PYTHONPATH="$PYTHONPATH:${PWD}" python hjson/tests/__init__.py
-}
+# Tests not published by pypi package
+# check(){
+#   cd "${_name}-${pkgver}"
+#   PYTHONPATH="$PYTHONPATH:${PWD}" python hjson/tests/__init__.py
+# }
 
 package() {
   cd "${_name}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
 }



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

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




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

2024-03-13 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 3.1.0-1 at Arch Linux / Packaging / Packages / 
python-hjson

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




[Git][archlinux/packaging/packages/libbsd][main] add checksum

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
libbsd


Commits:
08ddd2cc by T.J. Townsend at 2024-03-13T12:49:01-04:00
add checksum

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,7 +14,7 @@ depends=('glibc' 'libmd')
 makedepends=('git')
 options=('staticlibs')
 
source=("git+https://gitlab.freedesktop.org/libbsd/libbsd.git?signed#tag=${pkgver};)
-sha512sums=('SKIP')
+sha512sums=('8baaa6bb959bcea5fb8ae05fe20f48d4791f00c076c38749a320ea62e0e7f1fe08704677676b0075d8530f57d9530b30bb7eea3058b71e37c765a372b6ba2a02')
 validpgpkeys=('4F3E74F436050C10F5696574B972BF3EA4AE57A3') # Guillem Jover
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libbsd/-/commit/08ddd2ccdd4617809f133cf64629cb86750e13aa

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




[Git][archlinux/packaging/packages/htop][main] add checksum

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / htop


Commits:
f5b81d0e by T.J. Townsend at 2024-03-13T12:48:00-04:00
add checksum

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,6 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=htop
-_tag='68c970c7ef4a0682760ed570b3d82388ae7ccf54' # git rev-parse ${pkgver}
 pkgver=3.3.0
 pkgrel=1
 pkgdesc='Interactive process viewer'
@@ -20,8 +19,8 @@ optdepends=('lm_sensors: show cpu temperatures'
 options=('!emptydirs')
 validpgpkeys=('F7ABE8761E6FE68638E6283AFE0842EE36DD8C0C'  # Nathan Scott 

   '0D316B6ABE022C7798D0324BF1D35CB9E8E12EAD') # Benny Baumann 

-source=("git+https://github.com/htop-dev/htop.git#tag=${_tag};)
-sha256sums=('SKIP')
+source=("git+https://github.com/htop-dev/htop.git#tag=${pkgver};)
+sha256sums=('a894206ecef4b690b97813d7b1626c98bacc9c82129b372d84680da8f6225761')
 
 prepare() {
   cd "${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/htop/-/commit/f5b81d0e31b563c7bc37b09bbce421e1672b4939

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




[Git][archlinux/packaging/packages/ansible-core][main] upgpkg: 2.16.4-2

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
ansible-core


Commits:
9956be00 by David Runge at 2024-03-13T17:46:46+01:00
upgpkg: 2.16.4-2

Rebuild to remove the unused build dependency on python-straight.plugin.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ansible-core
pkgdesc = Radically simple IT automation platform
pkgver = 2.16.4
-   pkgrel = 1
+   pkgrel = 2
url = https://www.ansible.com
arch = any
license = GPL-3.0-or-later AND BSD-2-Clause AND PSF-2.0 AND MIT AND 
Apache-2.0
@@ -22,7 +22,6 @@ pkgbase = ansible-core
makedepends = python-docutils
makedepends = python-installer
makedepends = python-setuptools
-   makedepends = python-straight.plugin
makedepends = python-wheel
depends = python
depends = python-cryptography


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 pkgname=ansible-core
 _pkgname=ansible
 pkgver=2.16.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='https://www.ansible.com'
@@ -31,7 +31,6 @@ makedepends=(
   'python-docutils'
   'python-installer'
   'python-setuptools'
-  'python-straight.plugin'
   'python-wheel'
 )
 checkdepends=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-core/-/commit/9956be00d91967e9332121e9a5e880afbbb54ae7

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




[Git][archlinux/packaging/packages/ansible-core] Pushed new tag 2.16.4-2

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.16.4-2 at Arch Linux / Packaging / Packages / 
ansible-core

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




[Git][archlinux/packaging/packages/ddclient][main] add checksum

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
ddclient


Commits:
18063bc6 by T.J. Townsend at 2024-03-13T12:45:57-04:00
add checksum

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -17,7 +17,7 @@ makedepends=('git')
 optdepends=('smtp-forwarder: email support requires sendmail binary')
 source=("git+https://github.com/ddclient/ddclient.git?signed#tag=v${pkgver};
  permission.patch)
-sha256sums=('SKIP'
+sha256sums=('12d29dbd3b3407c752a72d39fc2e7be013e92584940717b16af362f61e3d8e82'
 '2e02b1c41a270f20fc3ef5d6e9bf230338be7a371bdf73c9d1eb34db20c8fe00')
 validpgpkeys=('53B26AEDC08246715E15504B236B6291555E8401' # Sandro Jäckel
   'D852004BCC1AEC6F2449631D394799890605C42A' # Lenard Heß



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ddclient/-/commit/18063bc659566f4e8a127ca47581f84707b9abbc

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




[Git][archlinux/packaging/packages/ssh-tpm-agent][main] upgpkg: 0.3.1-1

2024-03-13 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
ssh-tpm-agent


Commits:
a8a965f4 by Morten Linderud at 2024-03-13T17:45:01+01:00
upgpkg: 0.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ssh-tpm-agent
pkgdesc = ssh-agent for TPMs
-   pkgver = 0.3.0
+   pkgver = 0.3.1
pkgrel = 1
url = https://github.com/Foxboron/ssh-tpm-agent
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = ssh-tpm-agent
makedepends = git
makedepends = systemd
depends = glibc
-   source = 
ssh-tpm-agent-0.3.0.tar.gz::https://github.com/Foxboron/ssh-tpm-agent/archive/v0.3.0.tar.gz
-   sha256sums = 
a8aa46d433b370b217ae7fb9ec0873cf39d0e1b15de88dc7204406b008bbb218
+   source = 
ssh-tpm-agent-0.3.1.tar.gz::https://github.com/Foxboron/ssh-tpm-agent/archive/v0.3.1.tar.gz
+   sha256sums = 
7819150b4b4153655f55c4c7eb4daefbf875b53f1aa8f8c15a1a96337ea3095b
 
 pkgname = ssh-tpm-agent


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=ssh-tpm-agent
-pkgver=0.3.0
+pkgver=0.3.1
 pkgrel=1
 pkgdesc="ssh-agent for TPMs"
 arch=("x86_64")
@@ -10,7 +10,7 @@ license=("MIT")
 depends=("glibc")
 makedepends=("go" "git" "systemd")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Foxboron/$pkgname/archive/v${pkgver}.tar.gz;)
-sha256sums=('a8aa46d433b370b217ae7fb9ec0873cf39d0e1b15de88dc7204406b008bbb218')
+sha256sums=('7819150b4b4153655f55c4c7eb4daefbf875b53f1aa8f8c15a1a96337ea3095b')
 
 build(){
 cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ssh-tpm-agent/-/commit/a8a965f40bd2ef64fd03858d391db5195b20c3da

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




[Git][archlinux/packaging/packages/ssh-tpm-agent] Pushed new tag 0.3.1-1

2024-03-13 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 0.3.1-1 at Arch Linux / Packaging / Packages / 
ssh-tpm-agent

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




[Git][archlinux/packaging/packages/qmk][main] upgpkg: 1.1.5-1

2024-03-13 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / qmk


Commits:
41f447ed by Morten Linderud at 2024-03-13T17:44:48+01:00
upgpkg: 1.1.5-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,46 @@
+pkgbase = qmk
+   pkgdesc = CLI tool for customizing supported mechanical keyboards.
+   pkgver = 1.1.5
+   pkgrel = 1
+   url = https://github.com/qmk/qmk_cli
+   arch = any
+   license = MIT
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   depends = python-appdirs
+   depends = python-argcomplete
+   depends = python-colorama
+   depends = python-milc
+   depends = python-dotty-dict
+   depends = python-jsonschema
+   depends = git
+   depends = avr-gcc
+   depends = arm-none-eabi-gcc
+   depends = avr-libc
+   depends = arm-none-eabi-binutils
+   depends = arm-none-eabi-newlib
+   depends = avr-binutils
+   depends = dfu-programmer
+   depends = dfu-util
+   depends = avrdude
+   depends = python-hjson
+   depends = python-pygments
+   depends = python-hid
+   depends = python-pyusb
+   depends = python-pyserial
+   depends = python-pillow
+   optdepends = gcc
+   optdepends = libffi
+   optdepends = libusb-compat
+   optdepends = clang: chibios-upgrader
+   optdepends = zip: some distribution script
+   optdepends = wget: some update scripts
+   optdepends = diffutils: some update scripts
+   source = 
https://files.pythonhosted.org/packages/source/q/qmk/qmk-1.1.5.tar.gz
+   source = 
qmk-udev-0.1.1.tar.gz::https://github.com/qmk/qmk_udev/archive/refs/tags/v0.1.1.tar.gz
+   sha256sums = 
2efe3c752230c6ba24b8719c3b6e85a5644bf8f7d0dd237757eda9b7b7e60b11
+   sha256sums = 
e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920
+
+pkgname = qmk


=
PKGBUILD
=
@@ -3,9 +3,9 @@
 # Contributor: Batuhan Baserdem 
 
 pkgname=qmk
-pkgver=1.1.2
+pkgver=1.1.5
 _qmk_udev_pkgver=0.1.1
-pkgrel=3
+pkgrel=1
 pkgdesc="CLI tool for customizing supported mechanical keyboards."
 arch=('any')
 url="https://github.com/qmk/qmk_cli;
@@ -26,7 +26,7 @@ optdepends=('gcc'
 'diffutils: some update scripts')
 
source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
 
"qmk-udev-${_qmk_udev_pkgver}.tar.gz::https://github.com/qmk/qmk_udev/archive/refs/tags/v${_qmk_udev_pkgver}.tar.gz;)
-sha256sums=('f871f88f1a0ca31ba31a009d716417e46bc538a4f8df8ede6a801c9076c22998'
+sha256sums=('2efe3c752230c6ba24b8719c3b6e85a5644bf8f7d0dd237757eda9b7b7e60b11'
 'e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qmk/-/commit/41f447ed8bb978263af14feefc62a72dbe658491

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




[Git][archlinux/packaging/packages/qmk] Pushed new tag 1.1.5-1

2024-03-13 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 1.1.5-1 at Arch Linux / Packaging / Packages / 
qmk

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




[Git][archlinux/packaging/packages/bibletime][main] add checksum

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
bibletime


Commits:
8959d289 by T.J. Townsend at 2024-03-13T12:44:35-04:00
add checksum

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,6 @@
 # Contributor: Tobias T. 
 
 pkgname=bibletime
-_commit=48ccda7618ad7512ca481fc088dc53a9c692a5d6 # git rev-parse v$pkgver
 pkgver=3.0.3
 pkgrel=2
 pkgdesc='Bible study tool'
@@ -15,8 +14,8 @@ url='https://www.bibletime.info/'
 license=('GPL2')
 depends=('sword' 'clucene' 'qt5-webengine' 'qt5-svg')
 makedepends=('cmake' 'docbook-xsl' 'expac' 'fop' 'git' 'ninja' 'po4a' 
'qt5-tools')
-source=("git+https://github.com/bibletime/bibletime.git?signed#tag=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://github.com/bibletime/bibletime.git?signed#tag=v${pkgver};)
+sha256sums=('a4332cc4e6221f1a514200174a091a3eb55e63afdfa432e8410ccf08e67a95d2')
 validpgpkeys=('6C0462117260CA4934F7B3E049D76194699FD9A4') # Jaak Ristioja
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bibletime/-/commit/8959d2898feb1a9c0ba2e9634f30b83e578a602b

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




[Git][archlinux/packaging/packages/alacritty][main] add checksum

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
alacritty


Commits:
363a3607 by T.J. Townsend at 2024-03-13T12:41:54-04:00
add checksum

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -19,7 +19,7 @@ optdepends=('ncurses: for alacritty terminfo database')
 source=("git+$url.git#tag=v$pkgver?signed")
 validpgpkeys=('4DAA67A9EA8B91FCC15B699C85CDAE3C164BA7B4'  # Christian Dürr 

   'A56EF308A9F1256C25ACA3807EA8F8B94622A6A9') # Kirill Chibisov 

-sha256sums=('SKIP')
+sha256sums=('07f331d1863f902e156cb4cccbbb94efc8c207ca873cad4580f933ac7f7705c7')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/alacritty/-/commit/363a36077d90b468917ea7f79ce7332a11b967ed

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




[Git][archlinux/packaging/packages/vbam][main] add checksum

2024-03-13 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / vbam


Commits:
364d1dc4 by T.J. Townsend at 2024-03-13T12:41:08-04:00
add checksum

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -12,7 +12,7 @@ pkgver=2.1.9
 pkgrel=1
 pkgdesc='Nintendo GameBoy Advance emulator'
 arch=(x86_64)
-url=https://visualboyadvance-m.org
+url='https://visualboyadvance-m.org'
 license=(GPL2)
 depends=(
   glu
@@ -35,7 +35,7 @@ makedepends=(
   zip
 )
 
source=("git+https://github.com/${_pkgname}/${_pkgname}.git?signed#tag=v${pkgver};)
-b2sums=('SKIP')
+b2sums=('dc81587a63b823217d86274e79d78f764a82c1244965646be41e9bfd382d9b457f695d95ba873c6a5150184dc0555d482d8db1f4aa0917e4342d9baa2c36def1')
 validpgpkeys=(A0C0E526E36FD2138C149D4D08AB596679D86240) # Rafael Kitover 

 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vbam/-/commit/364d1dc45e51e763eab2d288aaef127421b756bc

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




[Git][archlinux/packaging/packages/vigra] Pushed new tag 1.11.2-2

2024-03-13 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.11.2-2 at Arch Linux / Packaging / Packages / vigra

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




[Git][archlinux/packaging/packages/kde-gtk-config][main] Fix update script

2024-03-13 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kde-gtk-config


Commits:
05c2175d by Antonio Rojas at 2024-03-13T17:40:26+01:00
Fix update script

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/kde-gtk-config/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kde-gtk-config
pkgdesc = Syncs KDE settings to GTK applications
pkgver = 6.0.2
-   pkgrel = 3
+   pkgrel = 4
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma
@@ -26,11 +26,13 @@ pkgbase = kde-gtk-config
optdepends = gtk3: GTK3 apps support
source = 
https://download.kde.org/stable/plasma/6.0.2/kde-gtk-config-6.0.2.tar.xz
source = 
https://download.kde.org/stable/plasma/6.0.2/kde-gtk-config-6.0.2.tar.xz.sig
+   source = 
https://invent.kde.org/plasma/kde-gtk-config/-/commit/0760b1fd.patch
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
sha256sums = 
884570500ced842f1e1c545edf6fdd5036673f83a7188644f8b9f761e2682f7e
sha256sums = SKIP
+   sha256sums = 
554291f4c4b8990f09843c7254511251394f98573f34c377a4753bd1d49ed960
 
 pkgname = kde-gtk-config


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=kde-gtk-config
 pkgver=6.0.2
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=3
+pkgrel=4
 pkgdesc='Syncs KDE settings to GTK applications'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
@@ -29,14 +29,20 @@ makedepends=(extra-cmake-modules
  sassc)
 optdepends=('gtk3: GTK3 apps support')
 groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig}
+https://invent.kde.org/plasma/kde-gtk-config/-/commit/0760b1fd.patch)
 sha256sums=('884570500ced842f1e1c545edf6fdd5036673f83a7188644f8b9f761e2682f7e'
-'SKIP')
+'SKIP'
+'554291f4c4b8990f09843c7254511251394f98573f34c377a4753bd1d49ed960')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan 
Esk-Riddell 
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

   '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 0760b1fd.patch # Fix update script
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_LIBEXECDIR=lib \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kde-gtk-config/-/commit/05c2175d43a5351e66bac4d60976134b5f20e833

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kde-gtk-config/-/commit/05c2175d43a5351e66bac4d60976134b5f20e833
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kde-gtk-config] Pushed new tag 6.0.2-4

2024-03-13 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 6.0.2-4 at Arch Linux / Packaging / Packages / 
kde-gtk-config

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kde-gtk-config/-/tree/6.0.2-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/oxyromon][main] upgpkg: 0.18.0-1

2024-03-13 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
oxyromon


Commits:
324e95f1 by Maxime Gauduin at 2024-03-13T17:36:28+01:00
upgpkg: 0.18.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,11 @@
 pkgbase = oxyromon
pkgdesc = Rusty ROM OrgaNizer
-   pkgver = 0.17.0
+   pkgver = 0.18.0
pkgrel = 1
url = https://github.com/alucryd/oxyromon
arch = x86_64
license = GPL3
+   makedepends = bchunk
makedepends = cmake
makedepends = ctrtool
makedepends = dolphin-emu-tool
@@ -13,17 +14,20 @@ pkgbase = oxyromon
makedepends = maxcso
makedepends = p7zip
makedepends = rust
+   makedepends = wit
makedepends = yarn
depends = gcc-libs
depends = glibc
+   optdepends = bchunk: BIN to ISO support
optdepends = cdrtools: IRD support
optdepends = ctrtool: CIA support
optdepends = dolphin-emu-tool: RVZ support
optdepends = mame-tools: CHD support
optdepends = maxcso: CSO support
optdepends = p7zip: 7Z and ZIP support
+   optdepends = wit: WBFS support
options = !lto
-   source = 
git+https://github.com/alucryd/oxyromon.git#tag=bb3bbae6cd326c25def0386f26ad1778c3a17665
+   source = 
git+https://github.com/alucryd/oxyromon.git#tag=8cc4cf355a29d262ed146f1f5ab6193ac8390f5e
validpgpkeys = 95220BE99CE6FF778AE0DC670F65C7D881506130
b2sums = SKIP
 


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=oxyromon
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc='Rusty ROM OrgaNizer'
 arch=(x86_64)
@@ -12,6 +12,7 @@ depends=(
   glibc
 )
 makedepends=(
+  bchunk
   cmake
   ctrtool
   dolphin-emu-tool
@@ -20,17 +21,20 @@ makedepends=(
   maxcso
   p7zip
   rust
+  wit
   yarn
 )
 optdepends=(
+  'bchunk: BIN to ISO support'
   'cdrtools: IRD support'
   'ctrtool: CIA support'
   'dolphin-emu-tool: RVZ support'
   'mame-tools: CHD support'
   'maxcso: CSO support'
   'p7zip: 7Z and ZIP support'
+  'wit: WBFS support'
 )
-_tag=bb3bbae6cd326c25def0386f26ad1778c3a17665
+_tag=8cc4cf355a29d262ed146f1f5ab6193ac8390f5e
 source=(git+https://github.com/alucryd/oxyromon.git#tag=${_tag})
 validpgpkeys=(95220BE99CE6FF778AE0DC670F65C7D881506130) # Maxime Gauduin 

 b2sums=(SKIP)
@@ -53,14 +57,14 @@ build() {
   cd oxyromon
   yarn build
   cargo build \
---features benchmark,server \
+--features server \
 --release \
 --frozen
 }
 
 check() {
   cargo test \
---features benchmark,server \
+--features server \
 --release \
 --frozen \
 --manifest-path oxyromon/Cargo.toml
@@ -68,7 +72,7 @@ check() {
 
 package() {
   cargo install \
---features benchmark,server \
+--features server \
 --frozen \
 --offline \
 --no-track \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/oxyromon/-/commit/324e95f13048a9dc6d1c0f2645d257c8018bed79

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




  1   2   3   4   5   6   7   8   >