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

2024-05-27 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-pcsclite


Commits:
eb065fcd by Chih-Hsuan Yen at 2024-05-28T11:29:05+08:00
upgpkg: 2.2.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-pcsclite
pkgdesc = PC/SC Architecture smartcard middleware library (32-bit)
-   pkgver = 2.2.2
+   pkgver = 2.2.3
pkgrel = 1
url = https://pcsclite.apdu.fr/
arch = x86_64
@@ -19,11 +19,11 @@ pkgbase = lib32-pcsclite
provides = libpcsclite.so
provides = libpcsclite_real.so
provides = libpcscspy.so
-   source = 
git+https://github.com/LudovicRousseau/PCSC.git#tag=2.2.2?signed
+   source = 
git+https://github.com/LudovicRousseau/PCSC.git#tag=2.2.3?signed
source = program-suffix.patch
source = systemd-unit-conflicts.diff
validpgpkeys = F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E
-   sha256sums = 
0d1be092670c29f85e7272547acc47227d2064a394d6951294208c58b6415b37
+   sha256sums = 
abb405377204fdc21d14f72871acbad50411a5afc740929a4913a17bad777867
sha256sums = 
0ce813943722e17b7c830bc914a33dbf377cbde691a4aac386b0062e85b5f8b3
sha256sums = 
2e6a50707a62f6b476e392ae4157565c45725d00ee86c29cf248adad71e01fe7
 


=
PKGBUILD
=
@@ -8,7 +8,7 @@ _pkgname=pcsclite
 pkgname=lib32-$_pkgname
 # 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcsclite/-/commits/main
 # https://salsa.debian.org/rousseau/PCSC/blob/master/ChangeLog
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc="PC/SC Architecture smartcard middleware library (32-bit)"
 arch=('x86_64')
@@ -43,7 +43,7 @@ source=(
   "program-suffix.patch"
   "systemd-unit-conflicts.diff"
 )
-sha256sums=('0d1be092670c29f85e7272547acc47227d2064a394d6951294208c58b6415b37'
+sha256sums=('abb405377204fdc21d14f72871acbad50411a5afc740929a4913a17bad777867'
 '0ce813943722e17b7c830bc914a33dbf377cbde691a4aac386b0062e85b5f8b3'
 '2e6a50707a62f6b476e392ae4157565c45725d00ee86c29cf248adad71e01fe7')
 



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

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




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

2024-05-27 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.2.3-1 at Arch Linux / Packaging / Packages / 
lib32-pcsclite

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




[Git][archlinux/packaging/packages/lib32-nvidia-utils][main] upgpkg: 550.78-2: Add symlinks for libnvidia-allocator in usr/lib32/gbm

2024-05-27 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-nvidia-utils


Commits:
b6753cc6 by Campbell Jones at 2024-05-27T23:16:37-04:00
upgpkg: 550.78-2: Add symlinks for libnvidia-allocator in usr/lib32/gbm

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-nvidia-utils
pkgver = 550.78
-   pkgrel = 1
+   pkgrel = 2
url = http://www.nvidia.com/
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -6,7 +6,7 @@ _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
 pkgver=550.78
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://www.nvidia.com/;
 #makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
@@ -73,6 +73,7 @@ package_lib32-nvidia-utils() {
 install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
 
 # misc
+mkdir -p "${pkgdir}/usr/lib32/gbm" && ln -sr 
"${pkgdir}/usr/lib32/libnvidia-allocator.so.${pkgver}" 
"${pkgdir}/usr/lib32/gbm/nvidia-drm_gbm.so"
 install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
 install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
 install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"



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

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




[Git][archlinux/packaging/packages/lib32-nvidia-utils] Pushed new tag 550.78-2

2024-05-27 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 550.78-2 at Arch Linux / Packaging / Packages / 
lib32-nvidia-utils

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




[Git][archlinux/packaging/packages/darkman][main] upgpkg: 2.0.1-1

2024-05-27 Thread Daniel M. Capella (@polyzen)


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


Commits:
a762f532 by Daniel M. Capella at 2024-05-27T21:55:55-04:00
upgpkg: 2.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = darkman
pkgdesc = Framework for dark-mode and light-mode transitions on Linux 
desktop
-   pkgver = 1.5.4
-   pkgrel = 2
+   pkgver = 2.0.1
+   pkgrel = 1
url = https://darkman.whynothugo.nl
arch = x86_64
license = ISC
@@ -10,8 +10,8 @@ pkgbase = darkman
makedepends = scdoc
optdepends = geoclue: to automatically determine the system's location
optdepends = xdg-desktop-portal-impl: to expose the current mode via 
the XDG settings portal D-Bus API
-   source = git+https://gitlab.com/WhyNotHugo/darkman.git#tag=v1.5.4?signed
+   source = git+https://gitlab.com/WhyNotHugo/darkman.git#tag=v2.0.1?signed
validpgpkeys = 1204CA9FC2FFADEEDC2961367880733B9D062837
-   b2sums = 
357430de40741fccb5bb775a95651b56be3ec5de6977b9c69d26e9ff16e1528da7cc2c9732f12516b5109cfa178dc34061e888cdbf1149c9a2b9a6951d28470a
+   b2sums = 
dd076c6cbaad5d2f472ce92a56d2ddb568323c8234edc04a8d18821bd44d870766060951e1d4fd3901c51ac8b864b3cd195fcb669b4f1e0d1fa386c7ae034feb
 
 pkgname = darkman


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Hugo Osvaldo Barrera 
 
 pkgname=darkman
-pkgver=1.5.4
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='Framework for dark-mode and light-mode transitions on Linux desktop'
 arch=('x86_64')
 url=https://darkman.whynothugo.nl
@@ -14,7 +14,7 @@ optdepends=(
   'xdg-desktop-portal-impl: to expose the current mode via the XDG settings 
portal D-Bus API'
 )
 source=("git+https://gitlab.com/WhyNotHugo/darkman.git#tag=v$pkgver?signed;)
-b2sums=('357430de40741fccb5bb775a95651b56be3ec5de6977b9c69d26e9ff16e1528da7cc2c9732f12516b5109cfa178dc34061e888cdbf1149c9a2b9a6951d28470a')
+b2sums=('dd076c6cbaad5d2f472ce92a56d2ddb568323c8234edc04a8d18821bd44d870766060951e1d4fd3901c51ac8b864b3cd195fcb669b4f1e0d1fa386c7ae034feb')
 validpgpkeys=("1204CA9FC2FFADEEDC2961367880733B9D062837") # Hugo Osvaldo 
Barrera 
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/darkman/-/commit/a762f53291311a83127997fa49c507d19aa030e5

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




[Git][archlinux/packaging/packages/darkman] Pushed new tag 2.0.1-1

2024-05-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 2.0.1-1 at Arch Linux / Packaging / Packages / 
darkman

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




[Git][archlinux/packaging/packages/python-prompt_toolkit][main] upgpkg: 3.0.44-1

2024-05-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-prompt_toolkit


Commits:
46f35fa9 by Daniel M. Capella at 2024-05-27T21:14:27-04:00
upgpkg: 3.0.44-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-prompt_toolkit
pkgdesc = Library for building powerful interactive command lines in 
Python
-   pkgver = 3.0.43
-   pkgrel = 2
+   pkgver = 3.0.44
+   pkgrel = 1
url = https://github.com/prompt-toolkit/python-prompt-toolkit
arch = any
license = BSD
@@ -14,7 +14,7 @@ pkgbase = python-prompt_toolkit
depends = python
depends = python-pygments
depends = python-wcwidth
-   source = 
python-prompt_toolkit::git+https://github.com/prompt-toolkit/python-prompt-toolkit#tag=3.0.43
-   b2sums = 
563ab76470af512362ba4bfa2372d48cd24000eb6d67ccd1b0824ba4e3099485ea587a0b2983b57fb24fa82a62b02409e1d7b88c06cee6b225c5c2a46d4b5d3b
+   source = 
python-prompt_toolkit::git+https://github.com/prompt-toolkit/python-prompt-toolkit#tag=3.0.44
+   b2sums = 
904d6868b46cbf9b9d7b96078d05db9d2feb0703059936ea8ffdd1837e41657e084fe8b4cb420b7b4588328c485f5d870cce8bb46bc2771adb2944e46192c30f
 
 pkgname = python-prompt_toolkit


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=python-prompt_toolkit
-pkgver=3.0.43
-pkgrel=2
+pkgver=3.0.44
+pkgrel=1
 pkgdesc='Library for building powerful interactive command lines in Python'
 arch=('any')
 url='https://github.com/prompt-toolkit/python-prompt-toolkit'
@@ -25,7 +25,7 @@ makedepends=(
 )
 checkdepends=('python-pytest')
 source=("$pkgname::git+$url#tag=$pkgver")
-b2sums=('563ab76470af512362ba4bfa2372d48cd24000eb6d67ccd1b0824ba4e3099485ea587a0b2983b57fb24fa82a62b02409e1d7b88c06cee6b225c5c2a46d4b5d3b')
+b2sums=('904d6868b46cbf9b9d7b96078d05db9d2feb0703059936ea8ffdd1837e41657e084fe8b4cb420b7b4588328c485f5d870cce8bb46bc2771adb2944e46192c30f')
 
 pkgver() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prompt_toolkit/-/commit/46f35fa9b11e4566d87760ffb81d8437f309a482

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




[Git][archlinux/packaging/packages/python-prompt_toolkit] Pushed new tag 3.0.44-1

2024-05-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 3.0.44-1 at Arch Linux / Packaging / Packages 
/ python-prompt_toolkit

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




[Git][archlinux/packaging/packages/luajit][main] upgpkg: 2.1.1716656478-1

2024-05-27 Thread Daurnimator (@daurnimator)


Daurnimator pushed to branch main at Arch Linux / Packaging / Packages / luajit


Commits:
31f492f0 by Daurnimator at 2024-05-28T10:53:27+10:00
upgpkg: 2.1.1716656478-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,13 @@
 pkgbase = luajit
pkgdesc = Just-in-time compiler and drop-in replacement for Lua 5.1
-   pkgver = 2.1.1713773202
+   pkgver = 2.1.1716656478
pkgrel = 1
url = https://luajit.org/
arch = x86_64
license = MIT
depends = gcc-libs
-   source = 
LuaJIT-5790d253972c9d78a0c2aece527eda5b134bbbf7.tar.gz::https://github.com/LuaJIT/LuaJIT/archive/5790d253972c9d78a0c2aece527eda5b134bbbf7.tar.gz
-   md5sums = 54b57aa99e3ec1c96dc51711a31c1be1
-   sha256sums = 
a299cd389c4568cff4c900e9e86fb56b1f422bf38497a695f6a96e37607a6645
-   b2sums = 
9b10b382146a0b83358c847d4233fa4ccf23e431a6cedaf59d5c09e628a3c575e3c5bbdfd2081cdcc736db4ea369defdc018b3121b91048f8e8d490fa7534717
+   source = 
LuaJIT-93e87998b24021b94de8d1c8db24c46fb6e9.tar.gz::https://github.com/LuaJIT/LuaJIT/archive/93e87998b24021b94de8d1c8db24c46fb6e9.tar.gz
+   sha256sums = 
026eb4531cddff20acc72ec97378ccfc30326173c491d6c01834b48b42a80518
+   b2sums = 
42807910aa81e705ff39c382e98e479d46d31453fd6fc1857220c7d4cb66d0801e2ffd813ea3c55ab2bcde8e64275d0fec2044514d7b0ef5287714ec8061bf7a
 
 pkgname = luajit


=
PKGBUILD
=
@@ -8,9 +8,9 @@
 
 pkgname=luajit
 # LuaJIT has a "rolling release" where you should follow git HEAD
-_commit=5790d253972c9d78a0c2aece527eda5b134bbbf7
+_commit=93e87998b24021b94de8d1c8db24c46fb6e9
 # The patch version is the timestamp of the above git commit, obtain via `git 
show -s --format=%ct`
-_ct=1713773202
+_ct=1716656478
 pkgver="2.1.${_ct}"
 pkgrel=1
 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
@@ -19,9 +19,8 @@ url='https://luajit.org/'
 license=('MIT')
 depends=('gcc-libs')
 
source=("LuaJIT-${_commit}.tar.gz::https://github.com/LuaJIT/LuaJIT/archive/${_commit}.tar.gz;)
-md5sums=('54b57aa99e3ec1c96dc51711a31c1be1')
-sha256sums=('a299cd389c4568cff4c900e9e86fb56b1f422bf38497a695f6a96e37607a6645')
-b2sums=('9b10b382146a0b83358c847d4233fa4ccf23e431a6cedaf59d5c09e628a3c575e3c5bbdfd2081cdcc736db4ea369defdc018b3121b91048f8e8d490fa7534717')
+sha256sums=('026eb4531cddff20acc72ec97378ccfc30326173c491d6c01834b48b42a80518')
+b2sums=('42807910aa81e705ff39c382e98e479d46d31453fd6fc1857220c7d4cb66d0801e2ffd813ea3c55ab2bcde8e64275d0fec2044514d7b0ef5287714ec8061bf7a')
 
 build() {
   cd "LuaJIT-${_commit}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/luajit/-/commit/31f492f03795cb43a4084a920db4d6ae1f21a570

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




[Git][archlinux/packaging/packages/luajit] Pushed new tag 2.1.1716656478-1

2024-05-27 Thread Daurnimator (@daurnimator)


Daurnimator pushed new tag 2.1.1716656478-1 at Arch Linux / Packaging / 
Packages / luajit

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




[Git][archlinux/packaging/packages/kitty] Pushed new tag 0.35.0-2

2024-05-27 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 0.35.0-2 at Arch Linux / Packaging / Packages / 
kitty

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




[Git][archlinux/packaging/packages/kitty][main] upgpkg: 0.35.0-2: Update license, disable LTO for reproducibility

2024-05-27 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
kitty


Commits:
9a56e2db by Campbell Jones at 2024-05-27T19:14:44-04:00
upgpkg: 0.35.0-2: Update license, disable LTO for reproducibility

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = kitty
pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
pkgver = 0.35.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/kovidgoyal/kitty
arch = x86_64
-   license = GPL3
+   license = GPL-3.0-only
makedepends = libxinerama
makedepends = libxrandr
makedepends = wayland-protocols
@@ -24,6 +24,7 @@ pkgbase = kitty
depends = lcms2
depends = librsync
depends = xxhash
+   options = !lto
source = 
kitty-0.35.0.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.35.0/kitty-0.35.0.tar.xz
source = 
kitty-0.35.0.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.35.0/kitty-0.35.0.tar.xz.sig
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C


=
PKGBUILD
=
@@ -6,14 +6,15 @@
 pkgbase=kitty
 pkgname=(kitty kitty-terminfo kitty-shell-integration)
 pkgver=0.35.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
 arch=('x86_64')
 url="https://github.com/kovidgoyal/kitty;
-license=('GPL3')
+license=('GPL-3.0-only')
 depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'libxcursor' 'libxi'
  'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2' 'librsync' 'xxhash')
 makedepends=('libxinerama' 'libxrandr' 'wayland-protocols' 'go' 'simde')
+options=("!lto")
 
source=("${pkgname}-${pkgver}.tar.xz::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz.sig;)
 
b2sums=('1c03ed7f3bde0c67790cc47da8afc14d31d21513456004042c48451f4b5fc0891de85e467a16029a1f49b90ba6652f4e356d5101c8d773852b614da3f153692d'



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

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




[Git][archlinux/packaging/packages/firefox] Pushed new tag 126.0.1-1

2024-05-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/firefox][main] 126.0.1-1

2024-05-27 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / firefox


Commits:
c57bb84c by Jan Alexander Steffens (heftig) at 2024-05-28T00:50:50+02:00
126.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = firefox
pkgdesc = Standalone web browser from mozilla.org
-   pkgver = 126.0
+   pkgver = 126.0.1
pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = x86_64
@@ -63,18 +63,18 @@ pkgbase = firefox
options = !emptydirs
options = !lto
options = !makeflags
-   source = 
https://archive.mozilla.org/pub/firefox/releases/126.0/source/firefox-126.0.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/126.0/source/firefox-126.0.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/126.0.1/source/firefox-126.0.1.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/126.0.1/source/firefox-126.0.1.source.tar.xz.asc
source = firefox.desktop
source = identity-icons-brand.svg
source = 0001-Bug-1882209-Update-encoding_rs-to-0.8.34-to-deal-wit.patch
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
910e82a1999ec229e5bc5090a39cec9c575e8bafcac2c54f9bb5c699bd868526
+   sha256sums = 
f63026359f678a5d45cea4c7744fcef512abbb58a5b0161c6ace723a263b
sha256sums = SKIP
sha256sums = 
1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044
sha256sums = 
a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
sha256sums = 
22c030ef8a047802ae56d20b1c2a6a3830e9a5ac4e5399163a2b57a1c09a20b2
-   b2sums = 
9f40424502ccf7516b8b1142372ff816986c07646e88b3e69ca1a6a5173166a3b6c37696c99fbbaece23d01af51a76e56c19df3babc7af4e5d13e5821262ad1b
+   b2sums = 
b5d381bbf3ac7d63561dc4c8f8955faeb08fe41e57a05b39585f01054a5348d68d6fc50d9c00d151c211d26ba2d0fb21843868e4cfc1445e4c637ac5756af161
b2sums = SKIP
b2sums = 
d07557840097dd48a60c51cc5111950781e1c6ce27693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628
b2sums = 
63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=126.0
+pkgver=126.0.1
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 url="https://www.mozilla.org/firefox/;
@@ -86,12 +86,12 @@ validpgpkeys=(
   # 
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
   14F26682D0916CDD81E37B6D61B7B526D98F0353
 )
-sha256sums=('910e82a1999ec229e5bc5090a39cec9c575e8bafcac2c54f9bb5c699bd868526'
+sha256sums=('f63026359f678a5d45cea4c7744fcef512abbb58a5b0161c6ace723a263b'
 'SKIP'
 '1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044'
 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9'
 '22c030ef8a047802ae56d20b1c2a6a3830e9a5ac4e5399163a2b57a1c09a20b2')
-b2sums=('9f40424502ccf7516b8b1142372ff816986c07646e88b3e69ca1a6a5173166a3b6c37696c99fbbaece23d01af51a76e56c19df3babc7af4e5d13e5821262ad1b'
+b2sums=('b5d381bbf3ac7d63561dc4c8f8955faeb08fe41e57a05b39585f01054a5348d68d6fc50d9c00d151c211d26ba2d0fb21843868e4cfc1445e4c637ac5756af161'
 'SKIP'
 
'd07557840097dd48a60c51cc5111950781e1c6ce27693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628'
 
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/commit/c57bb84cd3eed81c90f59df1eb1797e3be7ce9d6

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




[Git][archlinux/packaging/packages/firefox-i18n] Pushed new tag 126.0.1-1

2024-05-27 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 126.0.1-1 at Arch Linux / 
Packaging / Packages / firefox-i18n

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




[Git][archlinux/packaging/packages/cobalt] Pushed new tag 0.19.3-1

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 0.19.3-1 at Arch Linux / Packaging / Packages / 
cobalt

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




[Git][archlinux/packaging/packages/cobalt][main] upgpkg: 0.19.3-1

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
cobalt


Commits:
8220e370 by Levente Polyak at 2024-05-28T00:12:49+02:00
upgpkg: 0.19.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,18 @@
 pkgbase = cobalt
pkgdesc = Static site generator written in Rust
-   pkgver = 0.19.2
+   pkgver = 0.19.3
pkgrel = 1
url = https://cobalt-org.github.io/
arch = x86_64
license = MIT
makedepends = rust
makedepends = cargo
-   depends = openssl
-   depends = libsass
-   depends = glibc
depends = gcc-libs
-   source = 
https://github.com/cobalt-org/cobalt.rs/archive/v0.19.2/cobalt.rs-v0.19.2.tar.gz
-   sha512sums = 
c5a1667bf22130fcaf7d5f6e0efb122065c322652dbe1c5a8fd8235522652f6bedac6a68bf910a5f93284749d2bc1e5f378ac48518abad29faf12d22f70e490a
-   b2sums = 
6ba716fb1db352ec3caed1043878673301cece412bc4aabcf0a7b2686f12e6cc1fdcac43c7df89ab85cc8fa9564ea5305323adbbac9c139c4643cf9b282645f6
+   depends = glibc
+   depends = libsass
+   depends = openssl
+   source = 
https://github.com/cobalt-org/cobalt.rs/archive/v0.19.3/cobalt.rs-v0.19.3.tar.gz
+   sha512sums = 
151018933caa7686e589937c0c00db4df39b192437d7789bc5e2a7e8883ae686c55bf1aaf7686de4902725cce67fd6bc409bdb15069bf37e02a1a545e6dff280
+   b2sums = 
b7b39dd9e05f8cf6849ccb277ab45227ed9e735d405b09d703646eb5ca9c17965e89150e628ae6c44abaf7809f14ca87c4164f9e700356da4540f2cf1878d760
 
 pkgname = cobalt


=
PKGBUILD
=
@@ -3,26 +3,43 @@
 # Contributor: Stas Rudakou 
 
 pkgname=cobalt
-pkgver=0.19.2
+pkgver=0.19.3
 pkgrel=1
 pkgdesc='Static site generator written in Rust'
 url='https://cobalt-org.github.io/'
-arch=('x86_64')
-license=('MIT')
-depends=('openssl' 'libsass' 'glibc' 'gcc-libs')
-makedepends=('rust' 'cargo')
+arch=(x86_64)
+license=(MIT)
+depends=(
+  gcc-libs
+  glibc
+  libsass
+  openssl
+)
+makedepends=(
+  rust
+  cargo
+)
 
source=(https://github.com/cobalt-org/cobalt.rs/archive/v${pkgver}/${pkgname}.rs-v${pkgver}.tar.gz)
-sha512sums=('c5a1667bf22130fcaf7d5f6e0efb122065c322652dbe1c5a8fd8235522652f6bedac6a68bf910a5f93284749d2bc1e5f378ac48518abad29faf12d22f70e490a')
-b2sums=('6ba716fb1db352ec3caed1043878673301cece412bc4aabcf0a7b2686f12e6cc1fdcac43c7df89ab85cc8fa9564ea5305323adbbac9c139c4643cf9b282645f6')
+sha512sums=('151018933caa7686e589937c0c00db4df39b192437d7789bc5e2a7e8883ae686c55bf1aaf7686de4902725cce67fd6bc409bdb15069bf37e02a1a545e6dff280')
+b2sums=('b7b39dd9e05f8cf6849ccb277ab45227ed9e735d405b09d703646eb5ca9c17965e89150e628ae6c44abaf7809f14ca87c4164f9e700356da4540f2cf1878d760')
+
+prepare() {
+  cd ${pkgname}.rs-${pkgver}
+  export RUSTUP_TOOLCHAIN=stable
+  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
+}
 
 build() {
   cd ${pkgname}.rs-${pkgver}
-  cargo build --release --locked
+  export RUSTUP_TOOLCHAIN=stable
+  export CARGO_TARGET_DIR=target
+  cargo build --frozen --release
 }
 
 check() {
   cd ${pkgname}.rs-${pkgver}
-  cargo test --release --locked
+  export RUSTUP_TOOLCHAIN=stable
+  cargo test --frozen
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cobalt/-/commit/8220e3709b792d50b4eece78e58def27d4da13cd

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




[Git][archlinux/packaging/packages/python-playwright] Pushed new tag 1.44.0-1

2024-05-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.44.0-1 at Arch Linux / Packaging / Packages / 
python-playwright

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




[Git][archlinux/packaging/packages/python-playwright] Pushed new branch main

2024-05-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new branch main at Arch Linux / Packaging / Packages / 
python-playwright

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




[Git][archlinux/packaging/packages/python-pytest-playwright][main] upgpkg: 0.5.0-2: Add python-slugity dependency

2024-05-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-playwright


Commits:
b715a621 by Antonio Rojas at 2024-05-27T23:40:45+02:00
upgpkg: 0.5.0-2: Add python-slugity dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pytest-playwright
pkgdesc = Pytest plugin to write end-to-end browser tests with 
Playwright
pkgver = 0.5.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/microsoft/playwright-pytest
arch = any
license = Apache-2.0
@@ -12,6 +12,7 @@ pkgbase = python-pytest-playwright
makedepends = python-wheel
depends = python
depends = python-pytest
+   depends = python-slugify
source = git+https://github.com/microsoft/playwright-pytest#tag=v0.5.0
sha256sums = 
dbda7f4c0b14330e42956719c938e26fd0f3b29b46661597b71eb91cc14eda78
 


=
PKGBUILD
=
@@ -3,13 +3,14 @@
 _name=playwright-pytest
 pkgname=python-pytest-playwright
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Pytest plugin to write end-to-end browser tests with Playwright'
 arch=(any)
 url='https://github.com/microsoft/playwright-pytest'
 license=(Apache-2.0)
 depends=(python
- python-pytest)
+ python-pytest
+ python-slugify)
 makedepends=(git
  python-build
  python-installer



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-playwright/-/commit/b715a6212a6952c963e309d4c5c2a2ee63b724d6

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




[Git][archlinux/packaging/packages/python-pytest-playwright] Pushed new tag 0.5.0-2

2024-05-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.5.0-2 at Arch Linux / Packaging / Packages / 
python-pytest-playwright

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




[Git][archlinux/packaging/packages/python-pytest-playwright] Pushed new tag 0.5.0-1

2024-05-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.5.0-1 at Arch Linux / Packaging / Packages / 
python-pytest-playwright

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




[Git][archlinux/packaging/packages/python-pytest-playwright] Pushed new branch main

2024-05-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new branch main at Arch Linux / Packaging / Packages / 
python-pytest-playwright

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




[Git][archlinux/packaging/packages/python-ytmusicapi][main] upgpkg: 1.7.3-1: Update to 1.7.3

2024-05-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-ytmusicapi


Commits:
526bb2f0 by Antonio Rojas at 2024-05-27T23:20:07+02:00
upgpkg: 1.7.3-1: Update to 1.7.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music
-   pkgver = 1.7.2
+   pkgver = 1.7.3
pkgrel = 1
url = https://github.com/sigma67/ytmusicapi
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-ytmusicapi
makedepends = python-wheel
depends = python
depends = python-requests
-   source = git+https://github.com/sigma67/ytmusicapi#tag=1.7.2
-   sha256sums = 
36d5c30b0529b97763c1f7ebdd032266dfb32c0733f02b5475d31fd292d219be
+   source = git+https://github.com/sigma67/ytmusicapi#tag=1.7.3
+   sha256sums = 
298ddcb311c7faf69a6ea6b360d150fa2509b97bf5b899a42789faeb24b8a40e
 
 pkgname = python-ytmusicapi


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 _pyname=ytmusicapi
 pkgname=python-$_pyname
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc='Unofficial API for YouTube Music'
 arch=(any)
@@ -19,7 +19,7 @@ makedepends=(git
  python-sphinx
  python-wheel)
 source=(git+https://github.com/sigma67/ytmusicapi#tag=$pkgver)
-sha256sums=('36d5c30b0529b97763c1f7ebdd032266dfb32c0733f02b5475d31fd292d219be')
+sha256sums=('298ddcb311c7faf69a6ea6b360d150fa2509b97bf5b899a42789faeb24b8a40e')
 
 build() {
   cd $_pyname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ytmusicapi/-/commit/526bb2f0b68e24ca6a5d6ad884b1c38356b09591

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




[Git][archlinux/packaging/packages/python-ytmusicapi] Pushed new tag 1.7.3-1

2024-05-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.7.3-1 at Arch Linux / Packaging / Packages / 
python-ytmusicapi

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




[Git][archlinux/packaging/packages/geogebra][main] upgpkg: 1:5.2.843.0-1: Update to 5.2.843.0

2024-05-27 Thread Antonio Rojas (@arojas)


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


Commits:
1d2b57e5 by Antonio Rojas at 2024-05-27T23:18:29+02:00
upgpkg: 1:5.2.843.0-1: Update to 5.2.843.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,19 @@
 pkgbase = geogebra
pkgdesc = Dynamic mathematics software with interactive graphics, 
algebra and spreadsheet
-   pkgver = 5.2.841.0
-   pkgrel = 3
+   pkgver = 5.2.843.0
+   pkgrel = 1
epoch = 1
url = https://www.geogebra.org/
arch = any
license = LicenseRef-GeoGebra
depends = java-runtime
depends = sh
-   source = 
https://download.geogebra.org/installers/5.2/GeoGebra-Linux-Portable-5-2-841-0.tar.bz2
+   source = 
https://download.geogebra.org/installers/5.2/GeoGebra-Linux-Portable-5-2-843-0.tar.bz2
source = geogebra
source = geogebra.svg
source = geogebra.desktop
source = geogebra-mime.xml
-   sha256sums = 
705a08c213b517d29170a4fdc6b4449c34c1589b1ec390f64e60259056c41f1d
+   sha256sums = 
09107309802cf37f904d76aea14d78fdaab4b34ac37daf911c968c27c6f688b1
sha256sums = 
990b826d7c1d038747bac6803d5e48b6c13247ba838f826f9a23b81198c4a39d
sha256sums = 
d81270ac2a7702246633fe11f448bd809e9250e2057077195eeabdc32b64ac46
sha256sums = 
e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=5.2.841.0
-pkgrel=3
+pkgver=5.2.843.0
+pkgrel=1
 epoch=1
 pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
 arch=(any)
@@ -19,7 +19,7 @@ 
source=(https://download.geogebra.org/installers/5.2/GeoGebra-Linux-Portable-${p
 geogebra.svg
 geogebra.desktop
 geogebra-mime.xml)
-sha256sums=('705a08c213b517d29170a4fdc6b4449c34c1589b1ec390f64e60259056c41f1d'
+sha256sums=('09107309802cf37f904d76aea14d78fdaab4b34ac37daf911c968c27c6f688b1'
 '990b826d7c1d038747bac6803d5e48b6c13247ba838f826f9a23b81198c4a39d'
 'd81270ac2a7702246633fe11f448bd809e9250e2057077195eeabdc32b64ac46'
 'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'



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

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




[Git][archlinux/packaging/packages/geogebra] Pushed new tag 1-5.2.843.0-1

2024-05-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1-5.2.843.0-1 at Arch Linux / Packaging / Packages 
/ geogebra

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




[Git][archlinux/packaging/packages/cobalt][main] nvchecker: use git source without api rate limit

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
cobalt


Commits:
1298cd11 by Levente Polyak at 2024-05-27T23:14:22+02:00
nvchecker: use git source without api rate limit

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,5 +1,4 @@
 [cobalt]
-source = "github"
-github = "cobalt-org/cobalt.rs"
+source = "git"
+git = "https://github.com/cobalt-org/cobalt.rs.git;
 prefix = "v"
-use_latest_release = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cobalt/-/commit/1298cd11328994359dd04f371ddbcf827b7ec862

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




[Git][archlinux/packaging/packages/python-pixelmatch] Pushed new tag 0.3.0-1

2024-05-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.3.0-1 at Arch Linux / Packaging / Packages / 
python-pixelmatch

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




[Git][archlinux/packaging/packages/python-pixelmatch] Pushed new branch main

2024-05-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new branch main at Arch Linux / Packaging / Packages / 
python-pixelmatch

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




[Git][archlinux/packaging/packages/bully] Pushed new tag 1.4.00-1

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 1.4.00-1 at Arch Linux / Packaging / Packages / 
bully

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




[Git][archlinux/packaging/packages/bully][main] 2 commits: nvchecker: add config

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
bully


Commits:
74e48f16 by Levente Polyak at 2024-05-27T23:07:52+02:00
nvchecker: add config

- - - - -
49272de7 by Levente Polyak at 2024-05-27T23:08:22+02:00
upgpkg: 1.4.00-1: switch to modern fork

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,19 @@
 pkgbase = bully
pkgdesc = Retrieve WPA/WPA2 passphrase from a WPS enabled access point
-   pkgver = 1.2
+   pkgver = 1.4.00
pkgrel = 1
-   url = https://github.com/aanarchyy/bully
+   url = https://github.com/kimocoder/bully
arch = x86_64
license = GPL-3.0-or-later
depends = aircrack-ng
depends = glibc
depends = libpcap
optdepends = pixiewps: pixiewps support
-   source = 
bully-1.2.tar.gz::https://github.com/aanarchyy/bully/archive/1.2.tar.gz
-   sha256sums = 
e0b325650060086bd8ea02c436db42050eb2ec07ac5c6cb674033b5dbe600897
-   b2sums = 
c1057adda408b81b285cf4fd1febee34d85bd126ac8e5f1a78f4090ad644fc940d907bcff85d29b65f51e71e8b4689540eb29ef6881d9d814795f35e28c4c0ca
+   source = 
https://github.com/kimocoder/bully/archive/refs/tags/1.4-00/bully-1.4-00.tar.gz
+   source = 
bully-fix-unassigned-use-of-result.patch::https://github.com/kimocoder/bully/commit/9e60df0ea0ad99aaf0d19d1ff4749cdc68838e88.patch
+   sha256sums = 
7da8f588caed1cbcce70e5ecf4b90588a2647ee0f7582ba05e88ced3e245d539
+   sha256sums = 
06e884b46e55b59041474dea0364ca7afbbb10df69a759043cf0d17a5f77820d
+   b2sums = 
03689f47185cd2fdb8085a3760f271406b635feeda1eb52fa904a50d64ab65bf6922ed1466948fac6fbf7515f57a215ee363d486ddfedfb6aa495adea7a00602
+   b2sums = 
4e646dc1c56e9903b791761d68e47ef4a624d333516aa4570d469ff4f44afcfb1c7ce209c7cc51de5cd617a30e94fa6b9384604355d3687a37654cb1de2ba73a
 
 pkgname = bully


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[bully]
+source = "git"
+git = "https://github.com/kimocoder/bully.git;
+prefix = "v"
+from_pattern = "-"
+to_pattern = "."


=
PKGBUILD
=
@@ -2,30 +2,39 @@
 # Contributor: Ľubomír 'The_K' Kučera 

 
 pkgname=bully
-pkgver=1.2
+pkgver=1.4.00
+_pkgver=${pkgver%.*}-${pkgver##*.}
 pkgrel=1
 pkgdesc='Retrieve WPA/WPA2 passphrase from a WPS enabled access point'
-url='https://github.com/aanarchyy/bully'
-arch=('x86_64')
-license=('GPL-3.0-or-later')
+url='https://github.com/kimocoder/bully'
+arch=(x86_64)
+license=(GPL-3.0-or-later)
 depends=(
-  'aircrack-ng'
-  'glibc'
-  'libpcap'
+  aircrack-ng
+  glibc
+  libpcap
 )
-optdepends=('pixiewps: pixiewps support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aanarchyy/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('e0b325650060086bd8ea02c436db42050eb2ec07ac5c6cb674033b5dbe600897')
-b2sums=('c1057adda408b81b285cf4fd1febee34d85bd126ac8e5f1a78f4090ad644fc940d907bcff85d29b65f51e71e8b4689540eb29ef6881d9d814795f35e28c4c0ca')
+optdepends=(
+  'pixiewps: pixiewps support'
+)
+source=(
+  ${url}/archive/refs/tags/${_pkgver}/${pkgname}-${_pkgver}.tar.gz
+  
bully-fix-unassigned-use-of-result.patch::https://github.com/kimocoder/bully/commit/9e60df0ea0ad99aaf0d19d1ff4749cdc68838e88.patch
+)
+sha256sums=('7da8f588caed1cbcce70e5ecf4b90588a2647ee0f7582ba05e88ced3e245d539'
+'06e884b46e55b59041474dea0364ca7afbbb10df69a759043cf0d17a5f77820d')
+b2sums=('03689f47185cd2fdb8085a3760f271406b635feeda1eb52fa904a50d64ab65bf6922ed1466948fac6fbf7515f57a215ee363d486ddfedfb6aa495adea7a00602'
+
'4e646dc1c56e9903b791761d68e47ef4a624d333516aa4570d469ff4f44afcfb1c7ce209c7cc51de5cd617a30e94fa6b9384604355d3687a37654cb1de2ba73a')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
   make -C src
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
   make -C src install DESTDIR="${pkgdir}" prefix=/usr
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bully/-/compare/b68ed7e50c53c73c8f71204eda16fc58a2ff...49272de7a1504bd745b1259d80ff889709fbeafd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bully/-/compare/b68ed7e50c53c73c8f71204eda16fc58a2ff...49272de7a1504bd745b1259d80ff889709fbeafd
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-fonttools][main] upgpkg: 4.52.4-1

2024-05-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-fonttools


Commits:
1498fc19 by Caleb Maclennan at 2024-05-28T00:02:40+03:00
upgpkg: 4.52.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-fonttools
pkgdesc = A library to manipulate font files from Python
-   pkgver = 4.52.3
+   pkgver = 4.52.4
pkgrel = 1
url = https://github.com/fonttools/fonttools
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = python-fonttools
optdepends = python-uharfbuzz: to use the Harfbuzz Repacker for packing 
GSUB/GPOS tables
optdepends = python-unicodedata2: for displaying the Unicode character 
names when dumping the cmap table with ttx
optdepends = python-zopfli: faster backend fom WOFF 1.0 web fonts 
compression
-   source = 
https://github.com/fonttools/fonttools/archive/4.52.3/fonttools-4.52.3.tar.gz
-   sha256sums = 
4caa436a184cabf633126691667fb633bb609c5ae74cc32e8f8b9ff7598219f5
+   source = 
https://github.com/fonttools/fonttools/archive/4.52.4/fonttools-4.52.4.tar.gz
+   sha256sums = 
06b50877534910977f091637ae660baa2f8d929d87dacf002b0d964abe78a0e0
 
 pkgname = python-fonttools


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=python-fonttools
 _pyname=${pkgname#python-}
-pkgver=4.52.3
+pkgver=4.52.4
 pkgrel=1
 pkgdesc='A library to manipulate font files from Python'
 url="https://github.com/fonttools/$_pyname;
@@ -34,7 +34,7 @@ optdepends=('python-brotli: to compress/decompress WOFF 2.0 
web fonts'
 'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
 _archive="$_pyname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('4caa436a184cabf633126691667fb633bb609c5ae74cc32e8f8b9ff7598219f5')
+sha256sums=('06b50877534910977f091637ae660baa2f8d929d87dacf002b0d964abe78a0e0')
 
 build() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fonttools/-/commit/1498fc193ddc16c6a4a20b344964e896506d2e43

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




[Git][archlinux/packaging/packages/python-fonttools] Pushed new tag 4.52.4-1

2024-05-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 4.52.4-1 at Arch Linux / Packaging / Packages / 
python-fonttools

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




[Git][archlinux/packaging/packages/adwaita-icon-theme] Pushed new tag 46.2-1

2024-05-27 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 46.2-1 at Arch Linux / Packaging 
/ Packages / adwaita-icon-theme

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




[Git][archlinux/packaging/packages/adwaita-icon-theme][main] 46.2-1

2024-05-27 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / adwaita-icon-theme


Commits:
fbebe557 by Jan Alexander Steffens (heftig) at 2024-05-27T22:49:24+02:00
46.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = adwaita-icon-theme
pkgdesc = GNOME standard icons
-   pkgver = 46.0
+   pkgver = 46.2
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/adwaita-icon-theme
arch = any
@@ -8,11 +8,13 @@ pkgbase = adwaita-icon-theme
makedepends = git
makedepends = gtk-update-icon-cache
makedepends = meson
+   depends = adwaita-icon-theme-legacy
depends = hicolor-icon-theme
-   source = 
git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#tag=46.0
-   b2sums = 
83aa51edbe09cf021c33411687ddaae421b96f3356960947d29491f52147a94d9a8b3976a9a020e8de0eda536cc40b32d1912a17adbf2949d6abb234299673d3
+   source = 
git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#tag=46.2
+   b2sums = 
566e62a532aa3ce27ca940d327f6e07896dda385a65904a972a29cd3bd2a3fdb39f046d24130abe7f923165f414f660cf6ea84ff233ca45da2f91e5953a113a6
 
 pkgname = adwaita-icon-theme
+   depends = adwaita-icon-theme-legacy
depends = hicolor-icon-theme
depends = adwaita-cursors
 


=
PKGBUILD
=
@@ -8,20 +8,23 @@ pkgname=(
   adwaita-icon-theme
   adwaita-cursors
 )
-pkgver=46.0
+pkgver=46.2
 pkgrel=1
 pkgdesc="GNOME standard icons"
 url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme;
 arch=(any)
 license=("CC-BY-SA-3.0 OR LGPL-3.0-only")
-depends=(hicolor-icon-theme)
+depends=(
+  adwaita-icon-theme-legacy
+  hicolor-icon-theme
+)
 makedepends=(
   git
   gtk-update-icon-cache
   meson
 )
 
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#tag=${pkgver/[a-z]/.&};)
-b2sums=('83aa51edbe09cf021c33411687ddaae421b96f3356960947d29491f52147a94d9a8b3976a9a020e8de0eda536cc40b32d1912a17adbf2949d6abb234299673d3')
+b2sums=('566e62a532aa3ce27ca940d327f6e07896dda385a65904a972a29cd3bd2a3fdb39f046d24130abe7f923165f414f660cf6ea84ff233ca45da2f91e5953a113a6')
 
 prepare() {
   cd $pkgbase



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adwaita-icon-theme/-/commit/fbebe5579a56e79021260286e902f156df2e1766

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




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

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 2.4.1-1 at Arch Linux / Packaging / Packages / 
binwalk

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




[Git][archlinux/packaging/packages/qqc2-breeze-style][main] Fix package description

2024-05-27 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
qqc2-breeze-style


Commits:
b9dc0ba6 by Balló György at 2024-05-27T22:15:50+02:00
Fix package description

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@ pkgname=qqc2-breeze-style
 pkgver=6.0.5
 _dirver=$(echo $pkgver | cut -d. -f1-3)
 pkgrel=1
-pkgdesc='Applications useful for Plasma development'
+pkgdesc='Breeze inspired QQC2 Style'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL-2.0-or-later)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qqc2-breeze-style/-/commit/b9dc0ba61b71362ce4c420632034a5321c2b8d69

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




[Git][archlinux/packaging/packages/pixi] Pushed new tag 0.23.0-1

2024-05-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.23.0-1 at Arch Linux / Packaging / Packages / 
pixi

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




[Git][archlinux/packaging/packages/pixi][main] upgpkg: 0.23.0-1

2024-05-27 Thread Caleb Maclennan (@alerque)


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


Commits:
4eb8eaeb by Caleb Maclennan at 2024-05-27T23:08:15+03:00
upgpkg: 0.23.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pixi
pkgdesc = A package management and workflow tool
-   pkgver = 0.22.0
+   pkgver = 0.23.0
pkgrel = 1
url = https://github.com/prefix-dev/pixi
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = pixi
depends = openssl
depends = bzip2
options = !lto
-   source = 
pixi-0.22.0.tar.gz::https://github.com/prefix-dev/pixi/archive/v0.22.0.tar.gz
-   sha512sums = 
4c46946b6501cbc2f1044e451b416ba61da296001626b47c2b5fee464a1b752ca4fb95b0506ce8eef8ea7aa1bce22972f9463b0b483386bfb91cb4d492fde01a
+   source = 
pixi-0.23.0.tar.gz::https://github.com/prefix-dev/pixi/archive/v0.23.0.tar.gz
+   sha512sums = 
c176d921d08d6a602c04832727b5453871a5666051725b955cfb518b364ee27c4ea2635396aae197b389a73fb5be6bdd2179889d51811ec9f30b49d7260ed0cc
 
 pkgname = pixi


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=pixi
-pkgver=0.22.0
+pkgver=0.23.0
 pkgrel=1
 pkgdesc="A package management and workflow tool"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD-3-Clause')
 depends=('gcc-libs' 'openssl' 'bzip2')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('4c46946b6501cbc2f1044e451b416ba61da296001626b47c2b5fee464a1b752ca4fb95b0506ce8eef8ea7aa1bce22972f9463b0b483386bfb91cb4d492fde01a')
+sha512sums=('c176d921d08d6a602c04832727b5453871a5666051725b955cfb518b364ee27c4ea2635396aae197b389a73fb5be6bdd2179889d51811ec9f30b49d7260ed0cc')
 options=('!lto')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/python-fonttools] Pushed new tag 4.52.3-1

2024-05-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 4.52.3-1 at Arch Linux / Packaging / Packages / 
python-fonttools

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




[Git][archlinux/packaging/packages/python-fonttools][main] upgpkg: 4.52.3-1

2024-05-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-fonttools


Commits:
06d7c940 by Caleb Maclennan at 2024-05-27T23:08:02+03:00
upgpkg: 4.52.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-fonttools
pkgdesc = A library to manipulate font files from Python
-   pkgver = 4.52.2
+   pkgver = 4.52.3
pkgrel = 1
url = https://github.com/fonttools/fonttools
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = python-fonttools
optdepends = python-uharfbuzz: to use the Harfbuzz Repacker for packing 
GSUB/GPOS tables
optdepends = python-unicodedata2: for displaying the Unicode character 
names when dumping the cmap table with ttx
optdepends = python-zopfli: faster backend fom WOFF 1.0 web fonts 
compression
-   source = 
https://github.com/fonttools/fonttools/archive/4.52.2/fonttools-4.52.2.tar.gz
-   sha256sums = 
246440de949ba54bab498023ec1b68702d48f1256fadab2b5a45720fa084a642
+   source = 
https://github.com/fonttools/fonttools/archive/4.52.3/fonttools-4.52.3.tar.gz
+   sha256sums = 
4caa436a184cabf633126691667fb633bb609c5ae74cc32e8f8b9ff7598219f5
 
 pkgname = python-fonttools


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=python-fonttools
 _pyname=${pkgname#python-}
-pkgver=4.52.2
+pkgver=4.52.3
 pkgrel=1
 pkgdesc='A library to manipulate font files from Python'
 url="https://github.com/fonttools/$_pyname;
@@ -34,7 +34,7 @@ optdepends=('python-brotli: to compress/decompress WOFF 2.0 
web fonts'
 'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
 _archive="$_pyname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('246440de949ba54bab498023ec1b68702d48f1256fadab2b5a45720fa084a642')
+sha256sums=('4caa436a184cabf633126691667fb633bb609c5ae74cc32e8f8b9ff7598219f5')
 
 build() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fonttools/-/commit/06d7c9400b3ee20ed55d7ee3f3e1729e0f391590

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




[Git][archlinux/packaging/packages/bash-completion][main] nvchecker: add config

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
bash-completion


Commits:
61349741 by Levente Polyak at 2024-05-27T21:47:20+02:00
nvchecker: add config

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[bash-completion]
+source = "git"
+git = "https://github.com/scop/bash-completion.git;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bash-completion/-/commit/6134974108cbb676bfa9443d5c915498569f6479

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




[Git][archlinux/packaging/packages/adwaita-icon-theme-legacy] Pushed new tag 46.2-1

2024-05-27 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 46.2-1 at Arch Linux / Packaging 
/ Packages / adwaita-icon-theme-legacy

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adwaita-icon-theme-legacy/-/tree/46.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-control-center][main] 46.2-1

2024-05-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
7791a541 by Jan Alexander Steffens (heftig) at 2024-05-27T21:47:00+02:00
46.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gnome-control-center
pkgdesc = GNOME's main interface to configure various aspects of the 
desktop
-   pkgver = 46.1
-   pkgrel = 3
+   pkgver = 46.2
+   pkgrel = 1
url = https://gitlab.gnome.org/GNOME/gnome-control-center
arch = x86_64
license = GPL-2.0-or-later
@@ -67,10 +67,10 @@ pkgbase = gnome-control-center
depends = tecla
depends = udisks2
depends = upower
-   source = 
git+https://gitlab.gnome.org/GNOME/gnome-control-center.git?signed#tag=46.1
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-control-center.git?signed#tag=46.2
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
validpgpkeys = 9B60FE7947F0A3C58136817F2C2A218742E016BE
-   b2sums = 
f066316f436f7d58b9341daa346bb173fbeee2a302a7b3f1b0db878aabd2deb20c736b5a08beef7612f4366bbc84a82a2fee12dc1ff39344cc5f493e2b099677
+   b2sums = 
28366d2ed77825b80e5956791a5ac375ed6d1b9dcddac5683f00645294279cfcab46648fe0efb7c3062bff1d82471fd323c3e3101ece1c7d74ed11551178167e
b2sums = SKIP
 
 pkgname = gnome-control-center


=
PKGBUILD
=
@@ -7,8 +7,8 @@ pkgname=(
   gnome-control-center
   gnome-keybindings
 )
-pkgver=46.1
-pkgrel=3
+pkgver=46.2
+pkgrel=1
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center;
 license=(GPL-2.0-or-later)
@@ -85,7 +85,7 @@ source=(
   
"git+https://gitlab.gnome.org/GNOME/gnome-control-center.git?signed#tag=$pkgver;
   "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
 )
-b2sums=('f066316f436f7d58b9341daa346bb173fbeee2a302a7b3f1b0db878aabd2deb20c736b5a08beef7612f4366bbc84a82a2fee12dc1ff39344cc5f493e2b099677'
+b2sums=('28366d2ed77825b80e5956791a5ac375ed6d1b9dcddac5683f00645294279cfcab46648fe0efb7c3062bff1d82471fd323c3e3101ece1c7d74ed11551178167e'
 'SKIP')
 validpgpkeys=(
   9B60FE7947F0A3C58136817F2C2A218742E016BE # Felipe Borges (GNOME) 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-control-center/-/commit/7791a541d83833ecb6408564b9becd30027d9306

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-control-center/-/commit/7791a541d83833ecb6408564b9becd30027d9306
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-control-center] Pushed new tag 46.2-1

2024-05-27 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 46.2-1 at Arch Linux / Packaging 
/ Packages / gnome-control-center

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




[Git][archlinux/packaging/packages/python-fonttools][main] upgpkg: 4.52.2-1

2024-05-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-fonttools


Commits:
fd8b8dcc by Caleb Maclennan at 2024-05-27T22:30:34+03:00
upgpkg: 4.52.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-fonttools
pkgdesc = A library to manipulate font files from Python
-   pkgver = 4.52.1
+   pkgver = 4.52.2
pkgrel = 1
url = https://github.com/fonttools/fonttools
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = python-fonttools
optdepends = python-uharfbuzz: to use the Harfbuzz Repacker for packing 
GSUB/GPOS tables
optdepends = python-unicodedata2: for displaying the Unicode character 
names when dumping the cmap table with ttx
optdepends = python-zopfli: faster backend fom WOFF 1.0 web fonts 
compression
-   source = 
https://github.com/fonttools/fonttools/archive/4.52.1/fonttools-4.52.1.tar.gz
-   sha256sums = 
91f965e97b5e06b146354b15298534c4bc593e8a0b030187376d516c9846ff3c
+   source = 
https://github.com/fonttools/fonttools/archive/4.52.2/fonttools-4.52.2.tar.gz
+   sha256sums = 
246440de949ba54bab498023ec1b68702d48f1256fadab2b5a45720fa084a642
 
 pkgname = python-fonttools


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=python-fonttools
 _pyname=${pkgname#python-}
-pkgver=4.52.1
+pkgver=4.52.2
 pkgrel=1
 pkgdesc='A library to manipulate font files from Python'
 url="https://github.com/fonttools/$_pyname;
@@ -34,7 +34,7 @@ optdepends=('python-brotli: to compress/decompress WOFF 2.0 
web fonts'
 'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
 _archive="$_pyname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('91f965e97b5e06b146354b15298534c4bc593e8a0b030187376d516c9846ff3c')
+sha256sums=('246440de949ba54bab498023ec1b68702d48f1256fadab2b5a45720fa084a642')
 
 build() {
cd "$_archive"



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

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




[Git][archlinux/packaging/packages/python-fonttools] Pushed new tag 4.52.2-1

2024-05-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 4.52.2-1 at Arch Linux / Packaging / Packages / 
python-fonttools

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




[Git][archlinux/packaging/packages/python-agate][main] upgpkg: 1.11.0-1

2024-05-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-agate


Commits:
0dd601fe by Caleb Maclennan at 2024-05-27T22:30:21+03:00
upgpkg: 1.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-agate
pkgdesc = A data analysis library that is optimized for humans instead 
of machines
-   pkgver = 1.10.2
+   pkgver = 1.11.0
pkgrel = 1
url = https://agate.readthedocs.org/
arch = any
@@ -21,7 +21,7 @@ pkgbase = python-agate
depends = python-slugify
depends = python-sphinx_rtd_theme
depends = python-sphinx-furo
-   source = 
https://files.pythonhosted.org/packages/source/a/agate/agate-1.10.2.tar.gz
-   sha256sums = 
336b1e3e98a1127afbac6e26cc06f369b43ab00b7c63079ab06f0971dc389f68
+   source = 
https://files.pythonhosted.org/packages/source/a/agate/agate-1.11.0.tar.gz
+   sha256sums = 
57d9655bdebbfd61a71768202e1fb4847d6bba51f1800582da5c64c958952f4b
 
 pkgname = python-agate


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 _pyname=agate
 pkgname=python-$_pyname
-pkgver=1.10.2
+pkgver=1.11.0
 pkgrel=1
 pkgdesc='A data analysis library that is optimized for humans instead of 
machines'
 arch=(any)
@@ -28,7 +28,7 @@ checkdepends=(python-cssselect
   python-nose)
 _archive="$_pyname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz;)
-sha256sums=('336b1e3e98a1127afbac6e26cc06f369b43ab00b7c63079ab06f0971dc389f68')
+sha256sums=('57d9655bdebbfd61a71768202e1fb4847d6bba51f1800582da5c64c958952f4b')
 
 prepare() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-agate/-/commit/0dd601febd759efadf21e4fe011740e32fe30c78

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




[Git][archlinux/packaging/packages/python-agate] Pushed new tag 1.11.0-1

2024-05-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 1.11.0-1 at Arch Linux / Packaging / Packages / 
python-agate

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




[Git][archlinux/packaging/packages/python-smbprotocol][main] Build with PEP517

2024-05-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-smbprotocol


Commits:
a1d5c130 by Jelle van der Waa at 2024-05-27T21:20:59+02:00
Build with PEP517

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -10,6 +10,9 @@ pkgbase = python-smbprotocol
checkdepends = python-gssapi
makedepends = git
makedepends = python-setuptools
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
depends = python-cryptography
depends = python-pyspnego
optdepends = python-gssapi: Kerberos support


=
PKGBUILD
=
@@ -9,7 +9,7 @@ arch=(any)
 url="https://github.com/jborean93/smbprotocol;
 license=(MIT)
 depends=(python-cryptography python-pyspnego)
-makedepends=(git python-setuptools)
+makedepends=(git python-setuptools python-build python-installer python-wheel)
 checkdepends=(python-pytest python-pytest-mock python-gssapi)
 optdepends=('python-gssapi: Kerberos support')
 # tags are not signed, commits only
@@ -22,7 +22,7 @@ validpgpkeys=(A03A0E13C2EFFD384B1EC39A2AAC89085FBBDAB5) # 
Jordan Borean https://gitlab.archlinux.org/archlinux/packaging/packages/python-smbprotocol/-/commit/a1d5c13013ca3bb12db492c7235e98b0f76a1312

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




[Git][archlinux/packaging/packages/pgbouncer][main] update url

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
pgbouncer


Commits:
78c951de by Levente Polyak at 2024-05-27T21:19:21+02:00
update url

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@ pkgname=pgbouncer
 pkgver=1.22.1
 pkgrel=1
 pkgdesc='Lightweight connection pooler for PostgreSQL'
-url='https://pgbouncer.github.io/'
+url='https://www.pgbouncer.org/'
 arch=(x86_64)
 license=(ISC)
 depends=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pgbouncer/-/commit/78c951de17fe0660ec24a13913bf51e1c05da69e

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




[Git][archlinux/packaging/packages/pgbouncer][main] 2 commits: nvchecker: add config

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
pgbouncer


Commits:
2ff4aca0 by Levente Polyak at 2024-05-27T21:14:53+02:00
nvchecker: add config

- - - - -
0e064464 by Levente Polyak at 2024-05-27T21:17:36+02:00
upgpkg: 1.22.1-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,31 +1,31 @@
 pkgbase = pgbouncer
pkgdesc = Lightweight connection pooler for PostgreSQL
-   pkgver = 1.21.0
+   pkgver = 1.22.1
pkgrel = 1
url = https://pgbouncer.github.io/
arch = x86_64
-   license = BSD
-   checkdepends = postgresql-libs
+   license = ISC
checkdepends = postgresql
+   checkdepends = postgresql-libs
makedepends = asciidoc
makedepends = xmlto
-   depends = glibc
-   depends = libevent
depends = c-ares
+   depends = glibc
depends = libcares.so
-   depends = systemd
-   depends = pam
+   depends = libevent
depends = libpam.so
depends = openssl
+   depends = pam
+   depends = systemd
backup = etc/pgbouncer/pgbouncer.ini
backup = etc/logrotate.d/pgbouncer
-   source = 
https://pgbouncer.github.io/downloads/files/1.21.0/pgbouncer-1.21.0.tar.gz
+   source = 
https://pgbouncer.github.io/downloads/files/1.22.1/pgbouncer-1.22.1.tar.gz
source = pgbouncer.ini
source = pgbouncer.logrotate
source = pgbouncer.service
source = pgbouncer.tmpfiles.conf
source = pgbouncer.sysusers
-   sha512sums = 
881701deae508e8e664402c0da533b25027259443551cda2974867453ad033ec5cfe8027ca3dac96a5134c57faff385c3c1e5711539e1acd6815761c9e3caee8
+   sha512sums = 
ac63fe877f68745f1faab096ee9d9e185de9cab97d4fef121c2c551fa0e69ea22342dc8b5ce75cadff755314e5493a5440f0748b5ee9f524f71d871ec1861530
sha512sums = 
39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f
sha512sums = 
1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a
sha512sums = 
2b4b7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[pgbouncer]
+source = "git"
+git = "https://github.com/pgbouncer/pgbouncer.git;
+prefix = "pgbouncer_"
+from_pattern = "_"
+to_pattern = "."


=
PKGBUILD
=
@@ -2,24 +2,43 @@
 # Contributor: Dan McGee 
 
 pkgname=pgbouncer
-pkgver=1.21.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc='Lightweight connection pooler for PostgreSQL'
 url='https://pgbouncer.github.io/'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc' 'libevent' 'c-ares' 'libcares.so' 'systemd' 'pam' 'libpam.so' 
'openssl')
-makedepends=('asciidoc' 'xmlto')
-checkdepends=('postgresql-libs' 'postgresql')
-backup=('etc/pgbouncer/pgbouncer.ini'
-'etc/logrotate.d/pgbouncer')
-source=(https://pgbouncer.github.io/downloads/files/${pkgver}/pgbouncer-${pkgver}.tar.gz
-pgbouncer.ini
-pgbouncer.logrotate
-pgbouncer.service
-pgbouncer.tmpfiles.conf
-pgbouncer.sysusers)
-sha512sums=('881701deae508e8e664402c0da533b25027259443551cda2974867453ad033ec5cfe8027ca3dac96a5134c57faff385c3c1e5711539e1acd6815761c9e3caee8'
+arch=(x86_64)
+license=(ISC)
+depends=(
+  c-ares
+  glibc
+  libcares.so
+  libevent
+  libpam.so
+  openssl
+  pam
+  systemd
+)
+makedepends=(
+  asciidoc
+  xmlto
+)
+checkdepends=(
+  postgresql
+  postgresql-libs
+)
+backup=(
+  etc/pgbouncer/pgbouncer.ini
+  etc/logrotate.d/pgbouncer
+)
+source=(
+  
https://pgbouncer.github.io/downloads/files/${pkgver}/pgbouncer-${pkgver}.tar.gz
+  pgbouncer.ini
+  pgbouncer.logrotate
+  pgbouncer.service
+  pgbouncer.tmpfiles.conf
+  pgbouncer.sysusers
+)
+sha512sums=('ac63fe877f68745f1faab096ee9d9e185de9cab97d4fef121c2c551fa0e69ea22342dc8b5ce75cadff755314e5493a5440f0748b5ee9f524f71d871ec1861530'
 
'39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f'
 
'1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a'
 
'2b4b7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pgbouncer/-/compare/d4f6e06be0ffbac820826c70e9d8963194e108d8...0e0644645df69c65bcc1c377d9ced8d0e81ad205

-- 
View it on GitLab: 

[Git][archlinux/packaging/packages/pgbouncer] Pushed new tag 1.22.1-1

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 1.22.1-1 at Arch Linux / Packaging / Packages / 
pgbouncer

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




[Git][archlinux/packaging/packages/vpnc][main] upgpkg: 1:0.5.3.r539.r239-1

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / vpnc


Commits:
68fd520c by Levente Polyak at 2024-05-27T21:07:40+02:00
upgpkg: 1:0.5.3.r539.r239-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,30 @@
+pkgbase = vpnc
+   pkgdesc = VPN client for cisco3000 VPN Concentrators
+   pkgver = 0.5.3.r539.r239
+   pkgrel = 1
+   epoch = 1
+   url = https://github.com/streambinder/vpnc
+   arch = x86_64
+   license = GPL-2.0-only
+   makedepends = git
+   depends = bash
+   depends = glibc
+   depends = iproute2
+   depends = libgcrypt
+   depends = openssl
+   depends = perl
+   depends = which
+   optdepends = openresolv: Let vpnc manage resolv.conf
+   backup = etc/vpnc/default.conf
+   source = 
vpnc::git+https://github.com/streambinder/vpnc#commit=d0fd23d9432d54e7f354ecf3ced1e35d92d3dbde
+   source = 
vpnc-scripts::git+https://gitlab.com/openconnect/vpnc-scripts.git#commit=4ed41c21e3857f96ab935b45092bbb07c3ccd5be
+   source = git+https://github.com/streambinder/vpnc.wiki.git
+   source = vpnc.conf
+   source = vpnc@.service
+   sha512sums = SKIP
+   sha512sums = SKIP
+   sha512sums = SKIP
+   sha512sums = 
ac70712192c01ff638a9badc5cff7105bee5c4fed5d3a3b728e9597661952d156041c82fe1e544e2bab602d193d4105d3689c79c46d964623f6ce38dd89f0ea7
+   sha512sums = 
cafcab676986c1a2e49441f01d61997f1c6b54bbb68661b9af007d4816f8e76eee6b7ac2dfab55b55965fa407e8331c663cf11aa79384c30b0c9049c1477b791
+
+pkgname = vpnc


=
PKGBUILD
=
@@ -3,25 +3,40 @@
 # Contributor: Thomas Baechler 
 
 pkgname=vpnc
-_vpnc_commit=46b8335b6e0df577fd3c40e87362ed8c5724c8df
-_vpncscripts_commit=22756827315bc875303190abb3756b5b1dd147ce
-pkgver=0.5.3.r526.r213
+_vpnc_commit=d0fd23d9432d54e7f354ecf3ced1e35d92d3dbde
+_vpncscripts_commit=4ed41c21e3857f96ab935b45092bbb07c3ccd5be
+pkgver=0.5.3.r539.r239
 pkgrel=1
 epoch=1
 pkgdesc='VPN client for cisco3000 VPN Concentrators'
 url='https://github.com/streambinder/vpnc'
-arch=('x86_64')
-license=('GPL')
-depends=('libgcrypt' 'openssl' 'iproute2' 'which')
-optdepends=('perl: for pcf2vpnc')
-makedepends=('git')
-optdepends=('openresolv: Let vpnc manage resolv.conf')
-backup=('etc/vpnc/default.conf')
-source=("vpnc::git+https://github.com/streambinder/vpnc#commit=${_vpnc_commit};
-
"vpnc-scripts::git+https://gitlab.com/openconnect/vpnc-scripts.git#commit=${_vpncscripts_commit};
-git+https://github.com/streambinder/vpnc.wiki.git
-vpnc.conf
-vpnc@.service)
+arch=(x86_64)
+license=(GPL-2.0-only)
+depends=(
+  bash
+  glibc
+  iproute2
+  libgcrypt
+  openssl
+  perl
+  which
+)
+makedepends=(
+  git
+)
+optdepends=(
+  'openresolv: Let vpnc manage resolv.conf'
+)
+backup=(
+  etc/vpnc/default.conf
+)
+source=(
+  "vpnc::git+https://github.com/streambinder/vpnc#commit=${_vpnc_commit};
+  
"vpnc-scripts::git+https://gitlab.com/openconnect/vpnc-scripts.git#commit=${_vpncscripts_commit};
+  git+https://github.com/streambinder/vpnc.wiki.git
+  vpnc.conf
+  vpnc@.service
+)
 sha512sums=('SKIP'
 'SKIP'
 'SKIP'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpnc/-/commit/68fd520cc5865b860b051c48457b6ba1c22d7b3c

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




[Git][archlinux/packaging/packages/vpnc] Pushed new tag 1-0.5.3.r539.r239-1

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 1-0.5.3.r539.r239-1 at Arch Linux / Packaging / 
Packages / vpnc

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




[Git][archlinux/packaging/packages/lurk][main] upgpkg: 0.3.5-1: upstream release

2024-05-27 Thread @orhun


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


Commits:
65ff7169 by Orhun Parmaksız at 2024-05-27T21:53:37+03:00
upgpkg: 0.3.5-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = lurk
pkgdesc = A pretty (simple) alternative to strace
-   pkgver = 0.3.4
+   pkgver = 0.3.5
pkgrel = 1
url = https://github.com/JakWai01/lurk
arch = x86_64
license = MIT
-   license = Apache
+   license = Apache-2.0
makedepends = cargo
depends = gcc-libs
-   source = 
lurk-0.3.4.tar.gz::https://github.com/JakWai01/lurk/archive/v0.3.4.tar.gz
-   sha512sums = 
f545b83f5f6fc84399419394c606e3d7c9c4a5ed094ae171f4f226768609ee7c1d364d13f862efd6aa2d21615cd7c14165dc3c4c4a2b2f9148fba4963b62f401
+   source = 
lurk-0.3.5.tar.gz::https://github.com/JakWai01/lurk/archive/v0.3.5.tar.gz
+   sha512sums = 
8d74eca342a61f7a020cc85253e5afc70a81c46c4936b927fd3158c65299a3b1f673a213274cc7d179caf27d0d74fa0a222459beabe4975dc85ad5fbd8c79bac
 
 pkgname = lurk


=
PKGBUILD
=
@@ -2,20 +2,20 @@
 # Contributor: Kyle Manna 
 
 pkgname=lurk
-pkgver=0.3.4
+pkgver=0.3.5
 pkgrel=1
 pkgdesc="A pretty (simple) alternative to strace"
 arch=('x86_64')
 url="https://github.com/JakWai01/lurk;
-license=('MIT' 'Apache')
+license=('MIT' 'Apache-2.0')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f545b83f5f6fc84399419394c606e3d7c9c4a5ed094ae171f4f226768609ee7c1d364d13f862efd6aa2d21615cd7c14165dc3c4c4a2b2f9148fba4963b62f401')
+sha512sums=('8d74eca342a61f7a020cc85253e5afc70a81c46c4936b927fd3158c65299a3b1f673a213274cc7d179caf27d0d74fa0a222459beabe4975dc85ad5fbd8c79bac')
 
 prepare() {
   cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lurk/-/commit/65ff716925fa5216d654eb8ed76db51b831d2962

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




[Git][archlinux/packaging/packages/lurk] Pushed new tag 0.3.5-1

2024-05-27 Thread @orhun


Orhun Parmaksız pushed new tag 0.3.5-1 at Arch Linux / Packaging / Packages / 
lurk

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




[Git][archlinux/packaging/packages/openconnect][main] nvchecker: add config

2024-05-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
openconnect


Commits:
9aaebfc9 by Levente Polyak at 2024-05-27T20:52:46+02:00
nvchecker: add config

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[openconnect]
+source = "regex"
+url = "https://www.infradead.org/openconnect/download/;
+regex = "openconnect-(.+).tar.gz"



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

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




[Git][archlinux/packaging/packages/firefox-developer-edition-i18n] Pushed new tag 127.0b7-1

2024-05-27 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed new tag 127.0b7-1 at Arch Linux / Packaging / Packages / 
firefox-developer-edition-i18n

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition-i18n/-/tree/127.0b7-1
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-05-27 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 3.1.0-1 at Arch Linux / Packaging / Packages / espflash

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




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

2024-05-27 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / espflash


Commits:
1a0e04be by kpcyrd at 2024-05-27T20:45:43+02:00
upgpkg: 3.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = espflash
pkgdesc = Cargo subcommand for flashing Espressif devices over serial
-   pkgver = 3.0.0
+   pkgver = 3.1.0
pkgrel = 1
url = https://github.com/esp-rs/espflash
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = espflash
conflicts = cargo-espflash
replaces = cargo-espflash
options = !lto
-   source = 
https://github.com/esp-rs/espflash/archive/v3.0.0/espflash-3.0.0.tar.gz
-   sha256sums = 
ec24f052345f2ffba0e820ac7b389395f6e54f38545eddc62758079f2b9c7697
-   b2sums = 
4380003d3c97942fc4984c14b9fc1ca4907c793971305178ab1c70a049acad563f4e03a51a00243a0196cfdc467bf5474f0ab785bacf0489196dc32df71008e5
+   source = 
https://github.com/esp-rs/espflash/archive/v3.1.0/espflash-3.1.0.tar.gz
+   sha256sums = 
1a454b5f72aeda00dbea0ebb89b6ccbd39c681a8c11d80c7278b9e7a3e935319
+   b2sums = 
e1a5c203abd810105cb2f2ee6c47a524d3d8f448cb858cece093d4d5bad3c03e6503e9aa0a7da6ab42f55eafd846590c39f6ee9e04563c5ca9d61fc076fa364b
 
 pkgname = espflash


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=espflash
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Cargo subcommand for flashing Espressif devices over serial"
 url='https://github.com/esp-rs/espflash'
@@ -22,8 +22,8 @@ conflicts=('cargo-espflash')
 replaces=('cargo-espflash')
 options=(!lto)
 
source=(https://github.com/esp-rs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ec24f052345f2ffba0e820ac7b389395f6e54f38545eddc62758079f2b9c7697')
-b2sums=('4380003d3c97942fc4984c14b9fc1ca4907c793971305178ab1c70a049acad563f4e03a51a00243a0196cfdc467bf5474f0ab785bacf0489196dc32df71008e5')
+sha256sums=('1a454b5f72aeda00dbea0ebb89b6ccbd39c681a8c11d80c7278b9e7a3e935319')
+b2sums=('e1a5c203abd810105cb2f2ee6c47a524d3d8f448cb858cece093d4d5bad3c03e6503e9aa0a7da6ab42f55eafd846590c39f6ee9e04563c5ca9d61fc076fa364b')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

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




[Git][archlinux/packaging/packages/firefox-developer-edition][main] upgpkg: 127.0b7-1

2024-05-27 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / 
firefox-developer-edition


Commits:
207364c8 by Andrew Crerar at 2024-05-27T14:42:40-04:00
upgpkg: 127.0b7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = firefox-developer-edition
pkgdesc = Developer Edition of the popular Firefox web browser
-   pkgver = 127.0b6
+   pkgver = 127.0b7
pkgrel = 1
url = https://www.mozilla.org/firefox/developer
arch = x86_64
@@ -44,18 +44,18 @@ pkgbase = firefox-developer-edition
options = !emptydirs
options = !lto
options = !makeflags
-   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0b6/source/firefox-127.0b6.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0b6/source/firefox-127.0b6.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0b7/source/firefox-127.0b7.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0b7/source/firefox-127.0b7.source.tar.xz.asc
source = firefox-developer-edition.desktop
source = identity-icons-brand.svg
source = firefox-install-dir.patch
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
288b41c881426dfd27883bc4a3f7f6db575f89fb175bad196bf8db73cbfb196b
+   sha256sums = 
e012db41f0ad38d9ee25abf9d80fe45f0514be9a356f07a15445dd007b3372e0
sha256sums = SKIP
sha256sums = 
6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3
sha256sums = 
a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
sha256sums = 
294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3
-   b2sums = 
e7044f2f46b4e7f6239af8cc2c8059d87d5ad588673c273adc114dd2d1ddd5933372dd1ef7a662ec4e6168f0cb2ae735e75c1c980fb6140596d294aeffae759f
+   b2sums = 
a8d94c56a9bc8acd7b3b1da4c31c19effa5759617cd7d17f780fec67f7afba25a52b618f52af47c6c1de2d162aae567f5349c81607e7f85b435a0c09d37d3ef8
b2sums = SKIP
b2sums = 
d2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d
b2sums = 
63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=127.0b6
+pkgver=127.0b7
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 url="https://www.mozilla.org/firefox/developer;
@@ -66,12 +66,12 @@ validpgpkeys=(
   # 
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
   14F26682D0916CDD81E37B6D61B7B526D98F0353
 )
-sha256sums=('288b41c881426dfd27883bc4a3f7f6db575f89fb175bad196bf8db73cbfb196b'
+sha256sums=('e012db41f0ad38d9ee25abf9d80fe45f0514be9a356f07a15445dd007b3372e0'
 'SKIP'
 '6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3'
 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9'
 '294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3')
-b2sums=('e7044f2f46b4e7f6239af8cc2c8059d87d5ad588673c273adc114dd2d1ddd5933372dd1ef7a662ec4e6168f0cb2ae735e75c1c980fb6140596d294aeffae759f'
+b2sums=('a8d94c56a9bc8acd7b3b1da4c31c19effa5759617cd7d17f780fec67f7afba25a52b618f52af47c6c1de2d162aae567f5349c81607e7f85b435a0c09d37d3ef8'
 'SKIP'
 
'd2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d'
 
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/commit/207364c8ec08eace4684afed137677b237aecef0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/commit/207364c8ec08eace4684afed137677b237aecef0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/firefox-developer-edition] Pushed new tag 127.0b7-1

2024-05-27 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed new tag 127.0b7-1 at Arch Linux / Packaging / Packages / 
firefox-developer-edition

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/tree/127.0b7-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/release-plz][main] upgpkg: 0.3.70-1: upstream release

2024-05-27 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
release-plz


Commits:
fd6cdc0f by Orhun Parmaksız at 2024-05-27T21:42:21+03:00
upgpkg: 0.3.70-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = release-plz
pkgdesc = Release Rust packages without using the command line
-   pkgver = 0.3.69
+   pkgver = 0.3.70
pkgrel = 1
url = https://github.com/MarcoIeni/release-plz
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = release-plz
depends = openssl
optdepends = cargo-semver-checks: check for API breaking changes
options = !lto
-   source = 
release-plz-0.3.69::git+https://github.com/MarcoIeni/release-plz.git#commit=ea6dbdfe4e241784945572be22c18ebe6f89e358
-   sha512sums = 
b45bece835bc026ef8a9e3c1c4ef9458d0ac90d8e5f313e390a5bd172d20a83cf84c1eafdd35732b28ee89800f64f5a636d595ba8ef3a795e578b4403545cf38
+   source = 
release-plz-0.3.70::git+https://github.com/MarcoIeni/release-plz.git#commit=c2afac24f74f982e287fb1302fb5e9e130d22976
+   sha512sums = 
be88d1bb54eee72c25754df8357b71cf1844dc3cb1e750e61949878fe4610663c764c511b757429e5925bd13eeb691a26b99aef0c91b34a31c72cc091cce35b9
 
 pkgname = release-plz


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=release-plz
-pkgver=0.3.69
+pkgver=0.3.70
 pkgrel=1
-_commit=ea6dbdfe4e241784945572be22c18ebe6f89e358
+_commit=c2afac24f74f982e287fb1302fb5e9e130d22976
 pkgdesc="Release Rust packages without using the command line"
 arch=('x86_64')
 url="https://github.com/MarcoIeni/release-plz;
@@ -12,7 +12,7 @@ depends=('gcc-libs' 'curl' 'libgit2' 'openssl')
 makedepends=('cargo' 'git')
 optdepends=('cargo-semver-checks: check for API breaking changes')
 source=("$pkgname-$pkgver::git+$url.git#commit=$_commit")
-sha512sums=('b45bece835bc026ef8a9e3c1c4ef9458d0ac90d8e5f313e390a5bd172d20a83cf84c1eafdd35732b28ee89800f64f5a636d595ba8ef3a795e578b4403545cf38')
+sha512sums=('be88d1bb54eee72c25754df8357b71cf1844dc3cb1e750e61949878fe4610663c764c511b757429e5925bd13eeb691a26b99aef0c91b34a31c72cc091cce35b9')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/fd6cdc0fc6bad1e9d28711ecdab9b8f11f65a293

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




[Git][archlinux/packaging/packages/release-plz] Pushed new tag 0.3.70-1

2024-05-27 Thread @orhun


Orhun Parmaksız pushed new tag 0.3.70-1 at Arch Linux / Packaging / Packages / 
release-plz

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




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

2024-05-27 Thread @orhun


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

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




[Git][archlinux/packaging/packages/slumber][main] upgpkg: 1.3.2-1: upstream release

2024-05-27 Thread @orhun


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


Commits:
4138d442 by Orhun Parmaksız at 2024-05-27T21:39:17+03:00
upgpkg: 1.3.2-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = slumber
pkgdesc = Terminal-based REST client
-   pkgver = 1.3.0
+   pkgver = 1.3.2
pkgrel = 1
url = https://github.com/LucasPickering/slumber
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = slumber
makedepends = cargo
depends = gcc-libs
options = !lto
-   source = 
slumber-1.3.0.tar.gz::https://github.com/LucasPickering/slumber/archive/v1.3.0.tar.gz
-   sha256sums = 
50b6b2c6578caa52bef86fca7bc15258c5cb2473ae546ff5301504e1525cb5bf
+   source = 
slumber-1.3.2.tar.gz::https://github.com/LucasPickering/slumber/archive/v1.3.2.tar.gz
+   sha256sums = 
841ddd408548b0f68eca31ac7adfc5e07b0605330fe87eda7caaee1aca3ad75a
 
 pkgname = slumber


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=slumber
-pkgver=1.3.0
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="Terminal-based REST client"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('50b6b2c6578caa52bef86fca7bc15258c5cb2473ae546ff5301504e1525cb5bf')
+sha256sums=('841ddd408548b0f68eca31ac7adfc5e07b0605330fe87eda7caaee1aca3ad75a')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/slumber/-/commit/4138d4424ec2ae2327bfa18938778f7ceefe7dce

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




[Git][archlinux/packaging/packages/lib32-mangohud][main] upgpkg: 0.7.2-1: Update to v0.7.2

2024-05-27 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-mangohud


Commits:
4162018a by Campbell Jones at 2024-05-27T13:22:15-04:00
upgpkg: 0.7.2-1: Update to v0.7.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-mangohud
pkgdesc = 32-bit libraries for MangoHud and MangoApp
-   pkgver = 0.7.1
+   pkgver = 0.7.2
pkgrel = 1
url = https://github.com/flightlessmango/MangoHud
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = lib32-mangohud
makedepends = lib32-cmocka
makedepends = lib32-libglvnd
makedepends = libxnvctrl
+   makedepends = lib32-libxrandr
makedepends = meson
makedepends = nlohmann-json
makedepends = python-mako
@@ -19,10 +20,12 @@ pkgbase = lib32-mangohud
depends = lib32-gcc-libs
depends = lib32-glew
depends = lib32-libx11
+   depends = lib32-libxkbcommon
depends = lib32-vulkan-icd-loader
+   depends = lib32-wayland
conflicts = lib32-mangoapp
replaces = lib32-mangoapp
-   source = 
lib32-mangohud-0.7.1.tar.xz::https://github.com/flightlessmango/MangoHud/releases/download/v0.7.1/MangoHud-v0.7.1-1-Source.tar.xz
-   b2sums = 
d7f7103d180c6e48f2ef36969dae5e04c46ba4cc9dcbcfae27c24029ae97753b4b5af8554df29f70510e24285a7c11583482697bc8f9ef82fb7550308f5e54d0
+   source = 
lib32-mangohud-0.7.2.tar.xz::https://github.com/flightlessmango/MangoHud/releases/download/v0.7.2/MangoHud-v0.7.2-Source.tar.xz
+   b2sums = 
774bdc33a7d58fadf1323da16c81f22eea39c1f101a6753be3cbf888e18b45fc1060e39c3f5191f5a3e71aa8ad11cde3f0c86eed50d7164afa518c282701996d
 
 pkgname = lib32-mangohud


=
PKGBUILD
=
@@ -4,19 +4,19 @@
 # Contributor: Ranieri Althoff 
 _pkgname=MangoHud
 pkgname=lib32-mangohud
-_pkgver=0.7.1-1
+_pkgver=0.7.2
 pkgver="${_pkgver%-*}"
 pkgrel=1
 pkgdesc="32-bit libraries for MangoHud and MangoApp"
 arch=('x86_64')
 url="https://github.com/flightlessmango/MangoHud;
 license=('MIT')
-makedepends=('git' 'glfw-x11' 'glslang' 'lib32-cmocka' 'lib32-libglvnd' 
'libxnvctrl' 'meson' 'nlohmann-json' 'python-mako' 'vulkan-headers')
-depends=('lib32-dbus' 'lib32-gcc-libs' 'lib32-glew' 'lib32-libx11' 
'lib32-vulkan-icd-loader')
+makedepends=('git' 'glfw-x11' 'glslang' 'lib32-cmocka' 'lib32-libglvnd' 
'libxnvctrl' 'lib32-libxrandr' 'meson' 'nlohmann-json' 'python-mako' 
'vulkan-headers')
+depends=('lib32-dbus' 'lib32-gcc-libs' 'lib32-glew' 'lib32-libx11' 
'lib32-libxkbcommon' 'lib32-vulkan-icd-loader' 'lib32-wayland')
 conflicts=('lib32-mangoapp')
 replaces=('lib32-mangoapp')
 
source=("$pkgname-$pkgver.tar.xz::https://github.com/flightlessmango/MangoHud/releases/download/v$pkgver/$_pkgname-v$_pkgver-Source.tar.xz;)
-b2sums=('d7f7103d180c6e48f2ef36969dae5e04c46ba4cc9dcbcfae27c24029ae97753b4b5af8554df29f70510e24285a7c11583482697bc8f9ef82fb7550308f5e54d0')
+b2sums=('774bdc33a7d58fadf1323da16c81f22eea39c1f101a6753be3cbf888e18b45fc1060e39c3f5191f5a3e71aa8ad11cde3f0c86eed50d7164afa518c282701996d')
 
 prepare() {
 cd "$_pkgname-v$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-mangohud/-/commit/4162018a7732cd0cc10292b2a752fa263864e957

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




[Git][archlinux/packaging/packages/lib32-mangohud] Pushed new tag 0.7.2-1

2024-05-27 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 0.7.2-1 at Arch Linux / Packaging / Packages / 
lib32-mangohud

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




[Git][archlinux/packaging/packages/prometheus-unbound-exporter] Pushed new tag 0.4.6-2

2024-05-27 Thread hashworks (@hashworks)


hashworks pushed new tag 0.4.6-2 at Arch Linux / Packaging / Packages / 
prometheus-unbound-exporter

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




[Git][archlinux/packaging/packages/prometheus-unbound-exporter][main] upgpkg: 0.4.6-2: Move arguments to /etc/conf.d/prometheus-unbound-exporter to...

2024-05-27 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
prometheus-unbound-exporter


Commits:
aac246a5 by Justin Kromlinger at 2024-05-27T19:19:48+02:00
upgpkg: 0.4.6-2: Move arguments to /etc/conf.d/prometheus-unbound-exporter to 
adhere to our standard and enable backup=()

- - - - -


4 changed files:

- .SRCINFO
- PKGBUILD
- + prometheus-unbound-exporter.conf
- prometheus-unbound-exporter.service


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = prometheus-unbound-exporter
pkgdesc = Prometheus exporter for Unbound
pkgver = 0.4.6
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/letsencrypt/unbound_exporter
arch = x86_64
license = Apache-2.0
@@ -10,9 +10,12 @@ pkgbase = prometheus-unbound-exporter
depends = glibc
optdepends = unbound: for local instance
options = !lto
+   backup = etc/conf.d/prometheus-unbound-exporter
source = 
https://github.com/letsencrypt/unbound_exporter/archive/v0.4.6/unbound_exporter-v0.4.6.tar.gz
+   source = prometheus-unbound-exporter.conf
source = prometheus-unbound-exporter.service
sha256sums = 
6ab5933f67a87025fb744dec4a3ae328a4c9fada623222aa28df8b85105e5311
-   sha256sums = 
ab4bfb97e16db7dd389a29e6b7d32b05748af7bf78c2a3ae18f75f0c5645a5aa
+   sha256sums = 
b3e9168cd536abda5d85f05df795ef9baa76f0155295eee18098f3e16e6eb58e
+   sha256sums = 
03922c9ba954f4f7e0661e8a13bdd64c37e610028956d0a1df5a972ea492abf6
 
 pkgname = prometheus-unbound-exporter


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=prometheus-unbound-exporter
 pkgver=0.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Prometheus exporter for Unbound'
 arch=('x86_64')
 url='https://github.com/letsencrypt/unbound_exporter'
@@ -14,10 +14,14 @@ depends=('glibc')
 makedepends=('git' 'go')
 optdepends=('unbound: for local instance')
 options=('!lto')
-source=("${url}/archive/v${pkgver}/unbound_exporter-v${pkgver}.tar.gz" 
'prometheus-unbound-exporter.service')
+backup=('etc/conf.d/prometheus-unbound-exporter')
+source=("${url}/archive/v${pkgver}/unbound_exporter-v${pkgver}.tar.gz"
+'prometheus-unbound-exporter.conf'
+'prometheus-unbound-exporter.service')
 
 sha256sums=('6ab5933f67a87025fb744dec4a3ae328a4c9fada623222aa28df8b85105e5311'
-'ab4bfb97e16db7dd389a29e6b7d32b05748af7bf78c2a3ae18f75f0c5645a5aa')
+'b3e9168cd536abda5d85f05df795ef9baa76f0155295eee18098f3e16e6eb58e'
+'03922c9ba954f4f7e0661e8a13bdd64c37e610028956d0a1df5a972ea492abf6')
 
 prepare() {
   cd "unbound_exporter-${pkgver}"
@@ -39,7 +43,7 @@ build() {
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
 
-  go build -v\
+  go build -v \
 -trimpath \
 -buildmode=pie \
 -mod=readonly \
@@ -61,6 +65,9 @@ package() {
   # binary
   install -vDm755 -t "${pkgdir}/usr/bin" "build/${pkgname}"
 
+  # configuration
+  install -Dm644 "${srcdir}/prometheus-unbound-exporter.conf" 
"${pkgdir}/etc/conf.d/prometheus-unbound-exporter"
+
   # service
   install -vDm0644 "${srcdir}/prometheus-unbound-exporter.service" 
"${pkgdir}/usr/lib/systemd/system/prometheus-unbound-exporter.service"
 


=
prometheus-unbound-exporter.conf
=
@@ -0,0 +1 @@
+UNBOUND_EXPORTER_ARGS="-unbound.ca /etc/unbound/unbound_server.pem 
-unbound.cert /etc/unbound/unbound_control.pem -unbound.key 
/etc/unbound/unbound_control.key -unbound.host tcp://localhost:8953"


=
prometheus-unbound-exporter.service
=
@@ -7,11 +7,8 @@ Wants=network.target
 Type=simple
 Restart=on-failure
 RestartSec=1s
-ExecStart=/usr/bin/prometheus-unbound-exporter \
-  -unbound.ca /etc/unbound/unbound_server.pem \
-  -unbound.cert /etc/unbound/unbound_control.pem \
-  -unbound.key /etc/unbound/unbound_control.key \
-  -unbound.host tcp://localhost:8953
+EnvironmentFile=-/etc/conf.d/prometheus-unbound-exporter
+ExecStart=/usr/bin/prometheus-unbound-exporter $UNBOUND_EXPORTER_ARGS
 NoNewPrivileges=true
 ProtectHome=true
 ProtectSystem=strict



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-unbound-exporter/-/commit/aac246a570f4f8154bfa08890f443aa4198faa8e

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




[Git][archlinux/packaging/packages/mangohud][main] upgpkg: 0.7.2-1: Update to v0.7.2

2024-05-27 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
mangohud


Commits:
84f3a327 by Campbell Jones at 2024-05-27T13:13:48-04:00
upgpkg: 0.7.2-1: Update to v0.7.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = mangohud
pkgdesc = A Vulkan overlay layer for monitoring FPS, temperatures, 
CPU/GPU load and more.
-   pkgver = 0.7.1
+   pkgver = 0.7.2
pkgrel = 1
url = https://github.com/flightlessmango/MangoHud
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = mangohud
makedepends = appstream
makedepends = cmocka
makedepends = git
-   makedepends = glfw-x11
makedepends = glslang
makedepends = libxnvctrl
+   makedepends = libxrandr
makedepends = meson
makedepends = nlohmann-json
makedepends = python-mako
@@ -19,15 +19,17 @@ pkgbase = mangohud
depends = fmt
depends = gcc-libs
depends = glew
+   depends = glfw
depends = hicolor-icon-theme
depends = libglvnd
depends = libx11
+   depends = libxkbcommon
depends = python
depends = python-matplotlib
depends = python-numpy
depends = vulkan-icd-loader
+   depends = wayland
optdepends = libxnvctrl: NVIDIA GPU stats by XNVCtrl
-   optdepends = glfw-x11: Required for MangoApp
optdepends = gamescope: Use MangoApp as an overlay within gamescope
conflicts = mangohud-common
conflicts = mangohud-common-wayland
@@ -41,20 +43,7 @@ pkgbase = mangohud
replaces = mangoapp
replaces = mangohud-x11
replaces = mangohud-wayland
-   source = 
mangohud-0.7.1.tar.xz::https://github.com/flightlessmango/MangoHud/releases/download/v0.7.1/MangoHud-v0.7.1-1-Source.tar.xz
-   b2sums = 
d7f7103d180c6e48f2ef36969dae5e04c46ba4cc9dcbcfae27c24029ae97753b4b5af8554df29f70510e24285a7c11583482697bc8f9ef82fb7550308f5e54d0
+   source = 
mangohud-0.7.2.tar.xz::https://github.com/flightlessmango/MangoHud/releases/download/v0.7.2/MangoHud-v0.7.2-Source.tar.xz
+   b2sums = 
774bdc33a7d58fadf1323da16c81f22eea39c1f101a6753be3cbf888e18b45fc1060e39c3f5191f5a3e71aa8ad11cde3f0c86eed50d7164afa518c282701996d
 
 pkgname = mangohud
-   depends = dbus
-   depends = fmt
-   depends = gcc-libs
-   depends = glew
-   depends = hicolor-icon-theme
-   depends = libglvnd
-   depends = libx11
-   depends = python
-   depends = python-matplotlib
-   depends = python-numpy
-   depends = vulkan-icd-loader
-   depends = vulkan-icd-loader
-   depends = libvulkan.so


=
PKGBUILD
=
@@ -4,22 +4,21 @@
 # Contributor: Mark Wagie 
 _pkgname=MangoHud
 pkgname=mangohud
-_pkgver=0.7.1-1
+_pkgver=0.7.2
 pkgver="${_pkgver%-*}"
 pkgrel=1
 pkgdesc="A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load 
and more."
 arch=('x86_64')
 url="https://github.com/flightlessmango/MangoHud;
 license=('MIT')
-makedepends=('appstream' 'cmocka' 'git' 'glfw-x11' 'glslang' 'libxnvctrl' 
'meson' 'nlohmann-json' 'python-mako' 'vulkan-headers')
-depends=('dbus' 'fmt' 'gcc-libs' 'glew' 'hicolor-icon-theme' 'libglvnd' 
'libx11' 'python' 'python-matplotlib' 'python-numpy' 'vulkan-icd-loader')
+makedepends=('appstream' 'cmocka' 'git' 'glslang' 'libxnvctrl' 'libxrandr' 
'meson' 'nlohmann-json' 'python-mako' 'vulkan-headers')
+depends=('dbus' 'fmt' 'gcc-libs' 'glew' 'glfw' 'hicolor-icon-theme' 'libglvnd' 
'libx11' 'libxkbcommon' 'python' 'python-matplotlib' 'python-numpy' 
'vulkan-icd-loader' 'wayland')
 optdepends=('libxnvctrl: NVIDIA GPU stats by XNVCtrl'
-'glfw-x11: Required for MangoApp'
 'gamescope: Use MangoApp as an overlay within gamescope')
 replaces=("$pkgname-common" "$pkgname-common-wayland" "$pkgname-common-x11" 
"mangoapp" "$pkgname-x11" "$pkgname-wayland")
 conflicts=("$pkgname-common" "$pkgname-common-wayland" "$pkgname-common-x11" 
"mangoapp" "$pkgname-x11" "$pkgname-wayland")
 
source=("$pkgname-$pkgver.tar.xz::https://github.com/flightlessmango/MangoHud/releases/download/v$pkgver/$_pkgname-v$_pkgver-Source.tar.xz;)
-b2sums=('d7f7103d180c6e48f2ef36969dae5e04c46ba4cc9dcbcfae27c24029ae97753b4b5af8554df29f70510e24285a7c11583482697bc8f9ef82fb7550308f5e54d0')
+b2sums=('774bdc33a7d58fadf1323da16c81f22eea39c1f101a6753be3cbf888e18b45fc1060e39c3f5191f5a3e71aa8ad11cde3f0c86eed50d7164afa518c282701996d')
 
 prepare() {
 cd "$_pkgname-v$pkgver"
@@ -39,9 +38,6 @@ build() {
 }
 
 package() {
-depends+=(
-vulkan-icd-loader libvulkan.so
-)
 meson install -C build --destdir "$pkgdir"
 
 install -Dm 0644 "$srcdir/$_pkgname-v$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"



View it on GitLab: 

[Git][archlinux/packaging/packages/mangohud] Pushed new tag 0.7.2-1

2024-05-27 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 0.7.2-1 at Arch Linux / Packaging / Packages / 
mangohud

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




[Git][archlinux/packaging/packages/mysql-workbench][main] convert is deprecated, use magick instead

2024-05-27 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
mysql-workbench


Commits:
af423c64 by Christian Hesse at 2024-05-27T17:45:28+02:00
convert is deprecated, use magick instead

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -186,8 +186,9 @@ package() {
# icons
for SIZE in 16 24 32 48 64 96 128; do
# set modify/create for reproducible builds
-   convert -scale ${SIZE} +set date:create +set date:modify \
+   magick \

"${srcdir}/mysql-workbench-community-${pkgver}-src/images/icons/MySQLWorkbench-128.png"
 \
+   -scale ${SIZE} +set date:create +set date:modify \
"${srcdir}/mysql-workbench.png"
install -D -m0644 "${srcdir}/mysql-workbench.png" 
"${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/mysql-workbench.png"
done



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mysql-workbench/-/commit/af423c64a96cc9e8389ee65990dbea7185c11a62

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




[Git][archlinux/packaging/packages/lib32-systemd][main] upgpkg: 255.7-1: new upstream release

2024-05-27 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-systemd


Commits:
cf1b45ee by Christian Hesse at 2024-05-27T17:23:28+02:00
upgpkg: 255.7-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-systemd
pkgdesc = system and service manager (32-bit)
-   pkgver = 255.6
+   pkgver = 255.7
pkgrel = 1
url = https://www.github.com/systemd/systemd
arch = x86_64
@@ -31,13 +31,13 @@ pkgbase = lib32-systemd
depends = lib32-zstd
provides = libsystemd.so
provides = libudev.so
-   source = git+https://github.com/systemd/systemd-stable#tag=v255.6?signed
+   source = git+https://github.com/systemd/systemd-stable#tag=v255.7?signed
source = git+https://github.com/systemd/systemd#tag=v255?signed
validpgpkeys = 63CDA1E5D3FC22B998D20DD6327F26951A015CC4
validpgpkeys = A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E
validpgpkeys = 9A774DB5DB996C154EBBFBFDA0099A18E29326E1
validpgpkeys = 5C251B5FC54EB2F80F407AAAC54CA336CFEB557E
-   sha512sums = 
c1de1eb0d0ef6d8da81a105cdfcb86634bed6f46ab1038de9ab786fd85f59524e7eb30fe1d02dbf2c3b3a29dc66d04a102b2274a09ad3d2c18953c380099aa0e
+   sha512sums = 
224648e176fe48d0cb96ac740b4f239e7ddbbb6aed6299976f1df2d5825757021c7be243d187446c274715214c8175bf925ebb27eece18a02ce1884bac2c1f20
sha512sums = 
d430427987309483c99062adb02741d25239ba5fbb97053ef817c0c5a0a935328af9c8b651de2b119b0e851dcf6623f01343859735ff81d7013ab0133e67c7ea
 
 pkgname = lib32-systemd


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='255.6'
+_tag='255.7'
 # Upstream versioning is incompatible with pacman's version comparisons so we
 # replace tildes with the empty string to make sure pacman's version comparing
 # does the right thing for rc versions:
@@ -30,7 +30,7 @@ validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # 
Lennart Poettering <
   '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
 source=("git+https://github.com/systemd/systemd-stable#tag=v${_tag}?signed;
 "git+https://github.com/systemd/systemd#tag=v${_tag%.*}?signed;)
-sha512sums=('c1de1eb0d0ef6d8da81a105cdfcb86634bed6f46ab1038de9ab786fd85f59524e7eb30fe1d02dbf2c3b3a29dc66d04a102b2274a09ad3d2c18953c380099aa0e'
+sha512sums=('224648e176fe48d0cb96ac740b4f239e7ddbbb6aed6299976f1df2d5825757021c7be243d187446c274715214c8175bf925ebb27eece18a02ce1884bac2c1f20'
 
'd430427987309483c99062adb02741d25239ba5fbb97053ef817c0c5a0a935328af9c8b651de2b119b0e851dcf6623f01343859735ff81d7013ab0133e67c7ea')
 
 _backports=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-systemd/-/commit/cf1b45ee1d5b13487297e7943c691887e8b3008c

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




[Git][archlinux/packaging/packages/systemd][main] upgpkg: 255.7-1: new upstream release

2024-05-27 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
systemd


Commits:
dc6c099e by Christian Hesse at 2024-05-27T17:23:22+02:00
upgpkg: 255.7-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = systemd
-   pkgver = 255.6
-   pkgrel = 2
+   pkgver = 255.7
+   pkgrel = 1
url = https://www.github.com/systemd/systemd
arch = x86_64
license = LGPL-2.1-or-later
@@ -52,7 +52,7 @@ pkgbase = systemd
makedepends = lib32-gcc-libs
makedepends = python-pefile
conflicts = mkinitcpio<38-1
-   source = git+https://github.com/systemd/systemd-stable#tag=v255.6?signed
+   source = git+https://github.com/systemd/systemd-stable#tag=v255.7?signed
source = git+https://github.com/systemd/systemd#tag=v255?signed
source = 0001-Use-Arch-Linux-device-access-groups.patch
source = arch.conf
@@ -74,7 +74,7 @@ pkgbase = systemd
validpgpkeys = A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E
validpgpkeys = 9A774DB5DB996C154EBBFBFDA0099A18E29326E1
validpgpkeys = 5C251B5FC54EB2F80F407AAAC54CA336CFEB557E
-   sha512sums = 
c1de1eb0d0ef6d8da81a105cdfcb86634bed6f46ab1038de9ab786fd85f59524e7eb30fe1d02dbf2c3b3a29dc66d04a102b2274a09ad3d2c18953c380099aa0e
+   sha512sums = 
224648e176fe48d0cb96ac740b4f239e7ddbbb6aed6299976f1df2d5825757021c7be243d187446c274715214c8175bf925ebb27eece18a02ce1884bac2c1f20
sha512sums = 
d430427987309483c99062adb02741d25239ba5fbb97053ef817c0c5a0a935328af9c8b651de2b119b0e851dcf6623f01343859735ff81d7013ab0133e67c7ea
sha512sums = 
3ccf783c28f7a1c857120abac4002ca91ae1f92205dcd5a84aff515d57e706a3f9240d75a0a67cff5085716885e06e62597baa86897f298662ec36a940cf410e
sha512sums = 
61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648
@@ -100,7 +100,7 @@ pkgname = systemd
license = CC0-1.0
license = GPL-2.0-or-later
license = MIT-0
-   depends = systemd-libs=255.6
+   depends = systemd-libs=255.7
depends = acl
depends = libacl.so
depends = bash
@@ -148,8 +148,8 @@ pkgname = systemd
optdepends = libp11-kit: support PKCS#11
optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2
provides = nss-myhostname
-   provides = systemd-tools=255.6
-   provides = udev=255.6
+   provides = systemd-tools=255.7
+   provides = udev=255.7
conflicts = nss-myhostname
conflicts = systemd-tools
conflicts = udev
@@ -194,19 +194,19 @@ pkgname = systemd-libs
 
 pkgname = systemd-resolvconf
pkgdesc = systemd resolvconf replacement (for use with systemd-resolved)
-   depends = systemd=255.6
+   depends = systemd=255.7
provides = openresolv
provides = resolvconf
conflicts = resolvconf
 
 pkgname = systemd-sysvcompat
pkgdesc = sysvinit compat for systemd
-   depends = systemd=255.6
+   depends = systemd=255.7
conflicts = sysvinit
 
 pkgname = systemd-ukify
pkgdesc = Combine kernel and initrd into a signed Unified Kernel Image
-   depends = systemd=255.6
+   depends = systemd=255.7
depends = binutils
depends = python-cryptography
depends = python-pefile


=
PKGBUILD
=
@@ -6,12 +6,12 @@ pkgname=('systemd'
  'systemd-resolvconf'
  'systemd-sysvcompat'
  'systemd-ukify')
-_tag='255.6'
+_tag='255.7'
 # Upstream versioning is incompatible with pacman's version comparisons, one
 # way or another. So we replace dashes and tildes with the empty string to
 # make sure pacman's version comparing does the right thing for rc versions:
 pkgver="${_tag/[-~]/}"
-pkgrel=2
+pkgrel=1
 arch=('x86_64')
 license=('LGPL-2.1-or-later')
 url='https://www.github.com/systemd/systemd'
@@ -49,7 +49,7 @@ 
source=("git+https://github.com/systemd/systemd-stable#tag=v${_tag}?signed;
 '30-systemd-tmpfiles.hook'
 '30-systemd-udev-reload.hook'
 '30-systemd-update.hook')
-sha512sums=('c1de1eb0d0ef6d8da81a105cdfcb86634bed6f46ab1038de9ab786fd85f59524e7eb30fe1d02dbf2c3b3a29dc66d04a102b2274a09ad3d2c18953c380099aa0e'
+sha512sums=('224648e176fe48d0cb96ac740b4f239e7ddbbb6aed6299976f1df2d5825757021c7be243d187446c274715214c8175bf925ebb27eece18a02ce1884bac2c1f20'
 
'd430427987309483c99062adb02741d25239ba5fbb97053ef817c0c5a0a935328af9c8b651de2b119b0e851dcf6623f01343859735ff81d7013ab0133e67c7ea'
 
'3ccf783c28f7a1c857120abac4002ca91ae1f92205dcd5a84aff515d57e706a3f9240d75a0a67cff5085716885e06e62597baa86897f298662ec36a940cf410e'
 

[Git][archlinux/packaging/packages/lib32-systemd] Pushed new tag 255.7-1

2024-05-27 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 255.7-1 at Arch Linux / Packaging / Packages / 
lib32-systemd

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




[Git][archlinux/packaging/packages/systemd] Pushed new tag 255.7-1

2024-05-27 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 255.7-1 at Arch Linux / Packaging / Packages / 
systemd

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




[Git][archlinux/packaging/packages/jupyter-nbconvert][main] Also drop pyppeteer from checkdeps

2024-05-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
jupyter-nbconvert


Commits:
4ba45a2e by Daniel M. Capella at 2024-05-27T11:19:34-04:00
Also drop pyppeteer from checkdeps

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -7,7 +7,6 @@ pkgbase = jupyter-nbconvert
license = BSD-3-Clause
checkdepends = python-flaky
checkdepends = python-ipywidgets
-   checkdepends = python-pyppeteer
checkdepends = python-pytest
makedepends = git
makedepends = python-build


=
PKGBUILD
=
@@ -35,7 +35,6 @@ makedepends=(git
  python-installer)
 checkdepends=(python-flaky
   python-ipywidgets
-  python-pyppeteer
   python-pytest)
 optdepends=('pandoc: non-html conversion output')
 source=(git+https://github.com/jupyter/nbconvert#tag=v$pkgver)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/4ba45a2ebe392c5f3d7a1ebaa01ff77b1cd75eb3

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




[Git][archlinux/packaging/packages/jupyter-nbconvert] Pushed new tag 7.16.4-2

2024-05-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 7.16.4-2 at Arch Linux / Packaging / Packages 
/ jupyter-nbconvert

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




[Git][archlinux/packaging/packages/jupyter-nbconvert][main] upgpkg: 7.16.4-2: Upstream switched to Playright

2024-05-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
jupyter-nbconvert


Commits:
c6a6468a by Daniel M. Capella at 2024-05-27T11:09:53-04:00
upgpkg: 7.16.4-2: Upstream switched to Playright

Which is not yet packaged.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = jupyter-nbconvert
pkgdesc = Jupyter Notebook Conversion
pkgver = 7.16.4
-   pkgrel = 1
+   pkgrel = 2
url = https://pypi.python.org/pypi/nbconvert
arch = any
license = BSD-3-Clause
@@ -34,7 +34,6 @@ pkgbase = jupyter-nbconvert
depends = python-tornado
depends = python-traitlets
optdepends = pandoc: non-html conversion output
-   optdepends = python-pyppeteer: for webPDF conversion support
source = git+https://github.com/jupyter/nbconvert#tag=v7.16.4
sha256sums = 
fee1c568bf62ab23616d7e8f0388a8a56500725484e2fd1cb38b99db1d8091a9
 


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=jupyter-nbconvert
 _name=nbconvert
 pkgver=7.16.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Jupyter Notebook Conversion'
 arch=(any)
 url='https://pypi.python.org/pypi/nbconvert'
@@ -37,8 +37,7 @@ checkdepends=(python-flaky
   python-ipywidgets
   python-pyppeteer
   python-pytest)
-optdepends=('pandoc: non-html conversion output'
-'python-pyppeteer: for webPDF conversion support')
+optdepends=('pandoc: non-html conversion output')
 source=(git+https://github.com/jupyter/nbconvert#tag=v$pkgver)
 sha256sums=('fee1c568bf62ab23616d7e8f0388a8a56500725484e2fd1cb38b99db1d8091a9')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/c6a6468ae94502829cc60452dcbcaa5c5eddc498

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




[Git][archlinux/packaging/packages/python-jq] Pushed new tag 1.7.0-3

2024-05-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 1.7.0-3 at Arch Linux / Packaging / Packages / 
python-jq

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




[Git][archlinux/packaging/packages/python-jq][main] upgpkg: 1.7.0-3: Rebuild with cython

2024-05-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-jq


Commits:
99c946e7 by Daniel M. Capella at 2024-05-27T11:04:44-04:00
upgpkg: 1.7.0-3: Rebuild with cython

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = python-jq
pkgdesc = Python bindings for jq
pkgver = 1.7.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/mwilliamson/jq.py
arch = x86_64
license = BSD-2-Clause
checkdepends = python-pytest
-   makedepends = cython0
+   makedepends = cython
makedepends = git
makedepends = python-build
makedepends = python-installer


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=jq.py
 pkgname=python-jq
 pkgver=1.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings for jq'
 arch=('x86_64')
 url=https://github.com/mwilliamson/jq.py



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jq/-/commit/99c946e7259b38fbe7e409f5fcbaa3c2233a81f5

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




[Git][archlinux/packaging/packages/ipython][main] upgpkg: 8.24.0-2

2024-05-27 Thread Daniel M. Capella (@polyzen)


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


Commits:
1e186523 by Daniel M. Capella at 2024-05-27T10:43:47-04:00
upgpkg: 8.24.0-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ipython
pkgdesc = Enhanced Interactive Python shell
pkgver = 8.24.0
-   pkgrel = 1
+   pkgrel = 2
url = https://ipython.org
arch = any
license = BSD-3-Clause
@@ -12,7 +12,7 @@ pkgbase = ipython
checkdepends = python-numpy
checkdepends = python-pandas
checkdepends = python-pickleshare
-   checkdepends = python-pytest7
+   checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-testpath
checkdepends = python-trio


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=ipython
 pkgver=8.24.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Enhanced Interactive Python shell'
 arch=('any')
 url=https://ipython.org
@@ -38,7 +38,7 @@ checkdepends=(
   'python-numpy'
   'python-pandas'
   'python-pickleshare'
-  'python-pytest7'
+  'python-pytest'
   'python-pytest-asyncio'
   'python-testpath'
   'python-trio'
@@ -59,6 +59,12 @@ 
b2sums=('8d34732f3a603b9f4142059748e33e4cf9281a0a3fd7e07f04594884b62402dc03dd825
 
'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2')
 validpgpkeys=('99B17F64FD5C94692E9EF8064968B2CC0208DCC8') # Matthias 
Bussonnier 
 
+# pytest 8.1+ support
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 7df70a3cd79068be6f98596e427d60a5d0cfe5b3
+}
+
 build() {
   cd $pkgname
   python -m build --wheel --skip-dependency-check --no-isolation



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

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




[Git][archlinux/packaging/packages/ipython] Pushed new tag 8.24.0-2

2024-05-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 8.24.0-2 at Arch Linux / Packaging / Packages 
/ ipython

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




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

2024-05-27 Thread Daniel M. Capella (@polyzen)


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


Commits:
1eb5b9ec by Daniel M. Capella at 2024-05-27T10:43:12-04:00
upgpkg: 9.1.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pnpm
pkgdesc = Fast, disk space efficient package manager
-   pkgver = 9.1.2
+   pkgver = 9.1.3
pkgrel = 1
url = https://pnpm.io
arch = any
@@ -8,8 +8,8 @@ pkgbase = pnpm
makedepends = git
makedepends = pnpm
depends = node-gyp
-   source = git+https://github.com/pnpm/pnpm.git#tag=v9.1.2?signed
+   source = git+https://github.com/pnpm/pnpm.git#tag=v9.1.3?signed
validpgpkeys = 7B74D1299568B586BA9962B5649E4D4AF74E7DEC
-   b2sums = 
73b7ca8d0bd344a7bd215af64c55aa7491844876b9fa9f268b685fd27156c8c6d52f2a31bcf5e6aa3ea1c46bbef06033b3eafcffe3ce1306a82533aef52f0aaa
+   b2sums = 
e68a77618f553380f03ea37ae63c6b9fd254e8fd6d25a65f137fa135bc94637221466b2b94bf068ffded289e207ad58c2d30c6480cc7c839c9f13b55c5ae35e3
 
 pkgname = pnpm


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Tomasz Jakub Rup 
 
 pkgname=pnpm
-pkgver=9.1.2
+pkgver=9.1.3
 pkgrel=1
 pkgdesc='Fast, disk space efficient package manager'
 arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
 depends=('node-gyp')
 makedepends=('git' 'pnpm')
 source=("git+https://github.com/$pkgname/$pkgname.git#tag=v$pkgver?signed;)
-b2sums=('73b7ca8d0bd344a7bd215af64c55aa7491844876b9fa9f268b685fd27156c8c6d52f2a31bcf5e6aa3ea1c46bbef06033b3eafcffe3ce1306a82533aef52f0aaa')
+b2sums=('e68a77618f553380f03ea37ae63c6b9fd254e8fd6d25a65f137fa135bc94637221466b2b94bf068ffded289e207ad58c2d30c6480cc7c839c9f13b55c5ae35e3')
 validpgpkeys=('7B74D1299568B586BA9962B5649E4D4AF74E7DEC') # Zoltan Kochan 

 
 prepare() {



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

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




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

2024-05-27 Thread Daniel M. Capella (@polyzen)


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

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




[Git][archlinux/packaging/packages/kup] Pushed new tag 0.10.0-1

2024-05-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.10.0-1 at Arch Linux / Packaging / Packages / kup

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




[Git][archlinux/packaging/packages/kup][main] upgpkg: 0.10.0-1: Update to 0.10.0

2024-05-27 Thread Antonio Rojas (@arojas)


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


Commits:
eb89cc4d by Antonio Rojas at 2024-05-27T16:23:09+02:00
upgpkg: 0.10.0-1: Update to 0.10.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kup
pkgdesc = A backup software for helping people to keep up-to-date 
backups
-   pkgver = 0.9.1.20240317
-   pkgrel = 2
+   pkgver = 0.10.0
+   pkgrel = 1
url = https://apps.kde.org/kup/
arch = x86_64
license = GPL-2.0-only
@@ -33,8 +33,10 @@ pkgbase = kup
depends = solid
optdepends = bup: bup backend
optdepends = rsync: support for synced backups
-   source = 
git+https://invent.kde.org/system/kup#commit=f705664ce437ca2a40b4a91dadc4c3fe1e700dfd
+   source = https://download.kde.org/stable/kup/kup-0.10.0.tar.xz
+   source = https://download.kde.org/stable/kup/kup-0.10.0.tar.xz.sig
validpgpkeys = CBA1DCD0B06A2B2E9B133E5C5C7D83CE9812E291
+   sha256sums = 
ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
sha256sums = SKIP
 
 pkgname = kup


=
PKGBUILD
=
@@ -4,13 +4,14 @@
 # PKGBUILD base; Simper < simonpersson1 AT gmail DOT com >
 
 pkgname=kup
-pkgver=0.9.1.20240317
-pkgrel=2
-_commit=f705664ce437ca2a40b4a91dadc4c3fe1e700dfd
+pkgver=0.10.0
+pkgrel=1
 pkgdesc='A backup software for helping people to keep up-to-date backups'
 arch=(x86_64)
 url='https://apps.kde.org/kup/'
-license=(GPL-2.0-only GPL-2.0-or-later GPL-3.0-only)
+license=(GPL-2.0-only
+ GPL-2.0-or-later
+ GPL-3.0-only)
 depends=(gcc-libs
  glibc
  kcmutils
@@ -37,13 +38,13 @@ makedepends=(extra-cmake-modules
  git)
 optdepends=('bup: bup backend'
 'rsync: support for synced backups')
-# source=(https://download.kde.org/stable/kup/kup-$pkgver.tar.xz{,.sig})
-source=(git+https://invent.kde.org/system/kup#commit=$_commit)
-sha256sums=('SKIP')
+source=(https://download.kde.org/stable/kup/kup-$pkgver.tar.xz{,.sig})
+sha256sums=('ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a'
+'SKIP')
 validpgpkeys=(CBA1DCD0B06A2B2E9B133E5C5C7D83CE9812E291)
 
 build() {
-  cmake -B build -S $pkgname \
+  cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF \
 -DQT_MAJOR_VERSION=6
   cmake --build build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kup/-/commit/eb89cc4d5eea7dd87d4556406125d3de24a04ec5

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




[Git][archlinux/packaging/packages/electron30] Pushed new tag 30.0.8-2

2024-05-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 30.0.8-2 at Arch Linux / Packaging / Packages / 
electron30

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




[Git][archlinux/packaging/packages/electron30][main] 2 commits: Export env vars to keep Electron from reverting to dev mode

2024-05-27 Thread Caleb Maclennan (@alerque)


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


Commits:
4ff9ed2e by Caleb Maclennan at 2024-05-27T14:56:25+03:00
Export env vars to keep Electron from reverting to dev mode

- - - - -
0672c94c by Caleb Maclennan at 2024-05-27T15:41:01+03:00
upgpkg: 30.0.8-2: Rebuild with wrapper script hacks to avoid dev mode, closes #1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- electron-launcher.sh


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = electron30
pkgdesc = Build cross platform desktop apps with web technologies
pkgver = 30.0.8
-   pkgrel = 1
+   pkgrel = 2
url = https://electronjs.org
arch = x86_64
license = MIT
@@ -250,7 +250,7 @@ pkgbase = electron30
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
sha256sums = 
dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4
-   sha256sums = 
b406bc9adb7fadcfbd26f204f3e0ef8c31a41fa09181edb28626167ac58fe038
+   sha256sums = 
13fcf26193f4417fd5dfbc82a3f24e5c7a1cce82f729f6a73f1b1d3a7b580b34
sha256sums = 
4484200d90b76830b69eea3a471c103999a3ce86bb2c29e6c14c945bf4102bae
sha256sums = 
55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e
sha256sums = 
ff588a8a4fd2f79eb8a4f11cf1aa151298ffb895be566c57cc355d47f161f53f


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 
 pkgver=30.0.8
 _gcc_patches=124
-pkgrel=1
+pkgrel=2
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'
@@ -237,7 +237,7 @@ 
sha256sums=('b17a84a19fd4209dd14cacbdef6ecc1dd08c9adc1720ace03f13a580a881853b'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'
 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
 'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
-'b406bc9adb7fadcfbd26f204f3e0ef8c31a41fa09181edb28626167ac58fe038'
+'13fcf26193f4417fd5dfbc82a3f24e5c7a1cce82f729f6a73f1b1d3a7b580b34'
 '4484200d90b76830b69eea3a471c103999a3ce86bb2c29e6c14c945bf4102bae'
 '55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e'
 'ff588a8a4fd2f79eb8a4f11cf1aa151298ffb895be566c57cc355d47f161f53f'


=
electron-launcher.sh
=
@@ -20,4 +20,9 @@ for line in "${lines[@]}"; do
 fi
 done
 
+: ${ELECTRON_IS_DEV:=0}
+export ELECTRON_IS_DEV
+: ${ELECTRON_FORCE_IS_PACKAGED:=true}
+export ELECTRON_FORCE_IS_PACKAGED
+
 exec /usr/lib/${name}/electron "${flags[@]}" "$@"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron30/-/compare/7a5d5a9098e3607e33d94b30edc9bc3eac60f8eb...0672c94c8fb13a738c1f19da1975c9895249b8ba

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron30/-/compare/7a5d5a9098e3607e33d94b30edc9bc3eac60f8eb...0672c94c8fb13a738c1f19da1975c9895249b8ba
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-05-27 Thread Caleb Maclennan (@alerque)


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


Commits:
210726c8 by Caleb Maclennan at 2024-05-27T15:31:43+03:00
upgpkg: 0.7.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = git-warp-time
pkgdesc = reset timestamps of Git repository files to the time of the 
last modifying commit
-   pkgver = 0.7.6
-   pkgrel = 4
+   pkgver = 0.7.7
+   pkgrel = 1
url = https://github.com/alerque/git-warp-time
arch = x86_64
license = GPL-3.0-only
@@ -11,10 +11,10 @@ pkgbase = git-warp-time
depends = gcc-libs
depends = glibc
depends = libgit2
-   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.6/git-warp-time-0.7.6.tar.zst
-   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.6/git-warp-time-0.7.6.tar.zst.asc
+   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.7/git-warp-time-0.7.7.tar.zst
+   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.7/git-warp-time-0.7.7.tar.zst.asc
validpgpkeys = 9F377DDB6D3153A48EB3EB1E63CC496475267693
-   sha256sums = 
5d4d1f6abaad6af76fcad356cc5882e5ca3583e916e50dbbff2d2a5acede4b0f
+   sha256sums = 
f83747671235113d0140a27e622ba1cb42590bec9de868851903a66148ed961b
sha256sums = SKIP
 
 pkgname = git-warp-time


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=git-warp-time
-pkgver=0.7.6
-pkgrel=4
+pkgver=0.7.7
+pkgrel=1
 pkgdesc='reset timestamps of Git repository files to the time of the last 
modifying commit'
 arch=(x86_64)
 url="https://github.com/alerque/$pkgname;
@@ -15,20 +15,18 @@ makedepends=(cargo
  jq)
 _archive="$pkgname-$pkgver"
 source=("$url/releases/download/v$pkgver/$_archive.tar.zst"{,.asc})
-sha256sums=('5d4d1f6abaad6af76fcad356cc5882e5ca3583e916e50dbbff2d2a5acede4b0f'
+sha256sums=('f83747671235113d0140a27e622ba1cb42590bec9de868851903a66148ed961b'
 'SKIP')
 validpgpkeys=('9F377DDB6D3153A48EB3EB1E63CC496475267693') # Caleb Maclennan 
 (@alerque)
 
 prepare() {
cd "$_archive"
-   sed Makefile.am -i \
-   -e 's/cargo \(build\|install\|test\)/cargo --offline \1/'
-   autoreconf
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {
cd "$_archive"
+   export CARGO_FEATURE_FLAGS==--offline
CFLAGS+=' -ffat-lto-objects'
./configure --prefix /usr --enable-shared
make
@@ -36,6 +34,7 @@ build() {
 
 check() {
cd "$_archive"
+   export CARGO_FEATURE_FLAGS==--offline
make check
 }
 



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

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




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

2024-05-27 Thread Caleb Maclennan (@alerque)


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

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




[Git][archlinux/packaging/packages/goimapnotify][main] upgpkg: 2.3.15-1

2024-05-27 Thread Maxim Baz (@maximbaz)


Maxim Baz pushed to branch main at Arch Linux / Packaging / Packages / 
goimapnotify


Commits:
90f1b648 by Maxim Baz at 2024-05-27T14:12:38+02:00
upgpkg: 2.3.15-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = goimapnotify
pkgdesc = Execute scripts on IMAP mailbox changes (new/deleted/updated 
messages) using IDLE, golang version.
-   pkgver = 2.3.10
+   pkgver = 2.3.15
pkgrel = 1
url = https://gitlab.com/shackra/goimapnotify
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = goimapnotify
makedepends = go
depends = glibc
options = !lto
-   source = 
goimapnotify-2.3.10.tar.gz::https://gitlab.com/shackra/goimapnotify/-/archive/2.3.10/goimapnotify-2.3.10.tar.gz
-   b2sums = 
41e6e64f9bf41d08c12e5d59812bcd9e15fafed235e47a10c651399929d11382777ea0e51f57b284e12bd10924e35b23984267647524395416cd76b353fa8864
+   source = 
goimapnotify-2.3.15.tar.gz::https://gitlab.com/shackra/goimapnotify/-/archive/2.3.15/goimapnotify-2.3.15.tar.gz
+   b2sums = 
a14a20861c148357edd82569aeefed61bf2aae6bb2308c20b9cc0f55a6a4a4ef22f2d87376033b1f6b8e351200d50cbf96456f14e715ff54ce9c8f81fc120b9f
 
 pkgname = goimapnotify


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jorge Araya Navarro 
 
 pkgname=goimapnotify
-pkgver=2.3.10
+pkgver=2.3.15
 pkgrel=1
 pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated 
messages) using IDLE, golang version."
 url="https://gitlab.com/shackra/goimapnotify;
@@ -11,7 +11,7 @@ arch=('x86_64')
 depends=('glibc')
 makedepends=('git' 'go')
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('41e6e64f9bf41d08c12e5d59812bcd9e15fafed235e47a10c651399929d11382777ea0e51f57b284e12bd10924e35b23984267647524395416cd76b353fa8864')
+b2sums=('a14a20861c148357edd82569aeefed61bf2aae6bb2308c20b9cc0f55a6a4a4ef22f2d87376033b1f6b8e351200d50cbf96456f14e715ff54ce9c8f81fc120b9f')
 options=(!lto)
 
 build() {
@@ -21,8 +21,8 @@ build() {
 export CGO_CFLAGS="${CFLAGS}"
 export CGO_CXXFLAGS="${CXXFLAGS}"
 export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-go build -ldflags "-linkmode=external -extldflags=$LDFLAGS"
+export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+go build
 }
 
 check() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/goimapnotify/-/commit/90f1b64897e451235856cd3e3bdd2b30e4ccaf49

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




[Git][archlinux/packaging/packages/goimapnotify] Pushed new tag 2.3.15-1

2024-05-27 Thread Maxim Baz (@maximbaz)


Maxim Baz pushed new tag 2.3.15-1 at Arch Linux / Packaging / Packages / 
goimapnotify

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




[Git][archlinux/packaging/packages/python-black][main] upgpkg: 24.4.2-1

2024-05-27 Thread Maxim Baz (@maximbaz)


Maxim Baz pushed to branch main at Arch Linux / Packaging / Packages / 
python-black


Commits:
59fa6e73 by Maxim Baz at 2024-05-27T14:06:36+02:00
upgpkg: 24.4.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-black
pkgdesc = Uncompromising Python code formatter
-   pkgver = 24.3.0
-   pkgrel = 3
+   pkgver = 24.4.2
+   pkgrel = 1
url = https://github.com/psf/black
arch = any
license = MIT
@@ -26,7 +26,7 @@ pkgbase = python-black
optdepends = python-tokenize-rt: for Jupyter notebook support
optdepends = python-aiohttp: for the blackd HTTP server
optdepends = python-colorama: for colored diffs
-   source = 
https://files.pythonhosted.org/packages/source/b/black/black-24.3.0.tar.gz
-   b2sums = 
9a853a0943ba081ecb7a4c22913b060607ac47fb90b70a9645358d681f3eab55707ad6fe9ad9928ba0d39a8adf5dfde0168598a8abcc24b823b407287cefaf82
+   source = 
https://files.pythonhosted.org/packages/source/b/black/black-24.4.2.tar.gz
+   b2sums = 
aa62394dc4a14fd6dd49502a86e46e7f707d6342127e2fb3b5cb7365ab392f5a0514df548d30219e9b6ed1f9d8ca80241ea206a06011ef8dc3d770191d3328ce
 
 pkgname = python-black


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: James Zhu 
 
 pkgname=python-black
-pkgver=24.3.0
-pkgrel=3
+pkgver=24.4.2
+pkgrel=1
 pkgdesc='Uncompromising Python code formatter'
 arch=('any')
 url=https://github.com/psf/black
@@ -20,7 +20,7 @@ optdepends=('ipython: for Jupyter notebook support'
 'python-aiohttp: for the blackd HTTP server'
 'python-colorama: for colored diffs')
 
source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;)
-b2sums=('9a853a0943ba081ecb7a4c22913b060607ac47fb90b70a9645358d681f3eab55707ad6fe9ad9928ba0d39a8adf5dfde0168598a8abcc24b823b407287cefaf82')
+b2sums=('aa62394dc4a14fd6dd49502a86e46e7f707d6342127e2fb3b5cb7365ab392f5a0514df548d30219e9b6ed1f9d8ca80241ea206a06011ef8dc3d770191d3328ce')
 
 build() {
   cd "black-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-black/-/commit/59fa6e7367920a68a84235c59a6484dcc9a2cc5b

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




[Git][archlinux/packaging/packages/python-black] Pushed new tag 24.4.2-1

2024-05-27 Thread Maxim Baz (@maximbaz)


Maxim Baz pushed new tag 24.4.2-1 at Arch Linux / Packaging / Packages / 
python-black

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




[Git][archlinux/packaging/packages/kakoune-lsp][main] upgpkg: 17.0.1-1

2024-05-27 Thread Maxim Baz (@maximbaz)


Maxim Baz pushed to branch main at Arch Linux / Packaging / Packages / 
kakoune-lsp


Commits:
d0f1ddeb by Maxim Baz at 2024-05-27T14:02:17+02:00
upgpkg: 17.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kakoune-lsp
pkgdesc = Kakoune Language Server Protocol Client
-   pkgver = 16.0.0
+   pkgver = 17.0.1
pkgrel = 1
url = https://github.com/kakoune-lsp/kakoune-lsp
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = kakoune-lsp
provides = kak-lsp
conflicts = kak-lsp
replaces = kak-lsp
-   source = 
kakoune-lsp-16.0.0.tar.gz::https://github.com/kakoune-lsp/kakoune-lsp/archive/v16.0.0.tar.gz
-   b2sums = 
45e47279797dd1a4a14d45c3d9a438b8b4c59cbbd181c09360f8a74596392ca6988936096d94113b1224fcd4702ccb9aacfbb65156b8b66c0e1904f3d95e021b
+   source = 
kakoune-lsp-17.0.1.tar.gz::https://github.com/kakoune-lsp/kakoune-lsp/archive/v17.0.1.tar.gz
+   b2sums = 
f11927473f2efbc109f8b6db46fb03b0bb29e108ed12d324c590e9b3b4c55f8c3b3020d6caf37ddf05ee3b0cdba8a132144e44f9a7a174b6065d0bd910d8dad0
 
 pkgname = kakoune-lsp


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxim Baz 
 
 pkgname=kakoune-lsp
-pkgver=16.0.0
+pkgver=17.0.1
 pkgrel=1
 pkgdesc='Kakoune Language Server Protocol Client'
 arch=('x86_64')
@@ -21,7 +21,7 @@ optdepends=(
 'rust-analyzer: language server for Rust'
 )
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-b2sums=('45e47279797dd1a4a14d45c3d9a438b8b4c59cbbd181c09360f8a74596392ca6988936096d94113b1224fcd4702ccb9aacfbb65156b8b66c0e1904f3d95e021b')
+b2sums=('f11927473f2efbc109f8b6db46fb03b0bb29e108ed12d324c590e9b3b4c55f8c3b3020d6caf37ddf05ee3b0cdba8a132144e44f9a7a174b6065d0bd910d8dad0')
 
 build() {
 cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kakoune-lsp/-/commit/d0f1ddeb3fd5534578a2a95e7c7b8ad15e229fe9

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




[Git][archlinux/packaging/packages/kakoune-lsp] Pushed new tag 17.0.1-1

2024-05-27 Thread Maxim Baz (@maximbaz)


Maxim Baz pushed new tag 17.0.1-1 at Arch Linux / Packaging / Packages / 
kakoune-lsp

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




  1   2   >