summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azuredatastudio-bin/PKGBUILD73
-rw-r--r--azuredatastudio-bin/azuredatastudio.desktop18
-rw-r--r--collectd/PKGBUILD4
-rw-r--r--dnsdist/PKGBUILD4
-rw-r--r--freeminer-git/PKGBUILD6
-rw-r--r--google-chrome/PKGBUILD6
-rwxr-xr-xhardlinked-backups/PKGBUILD4
-rw-r--r--jupyterhub/PKGBUILD6
m---------nginx-mod-ipscrub0
-rwxr-xr-xopenage-git/PKGBUILD4
-rw-r--r--openlens-bin/PKGBUILD6
-rw-r--r--openttd-git/PKGBUILD4
-rw-r--r--pssh-git/PKGBUILD6
-rw-r--r--python-azure-cli-core/PKGBUILD6
-rw-r--r--python-azure-cli-telemetry/PKGBUILD6
-rw-r--r--python-azure-common/PKGBUILD6
-rw-r--r--python-azure-core/PKGBUILD6
-rw-r--r--python-bash_kernel/PKGBUILD6
-rw-r--r--python-certipy/PKGBUILD6
-rw-r--r--python-courier-pythonfilter/PKGBUILD6
-rw-r--r--python-fabio/PKGBUILD6
-rw-r--r--python-fisx/PKGBUILD6
-rw-r--r--python-hpilo/PKGBUILD6
-rw-r--r--python-imageio/PKGBUILD6
-rw-r--r--python-jira/PKGBUILD6
-rw-r--r--python-jupyter_telemetry/PKGBUILD6
-rw-r--r--python-jwcrypto/PKGBUILD6
-rw-r--r--python-msal-extensions/PKGBUILD6
-rw-r--r--python-oauth2/PKGBUILD6
-rw-r--r--python-openfoodfacts/PKGBUILD6
-rw-r--r--python-pamela/PKGBUILD6
-rw-r--r--python-peakutils/PKGBUILD6
-rw-r--r--python-portalocker/PKGBUILD6
m---------python-postpic0
-rwxr-xr-xpython-pyepics/PKGBUILD6
-rw-r--r--python-pyfftw/PKGBUILD6
-rw-r--r--python-pyinstrument/PKGBUILD4
-rw-r--r--python-scikit-image/PKGBUILD6
-rw-r--r--python-silx/PKGBUILD6
-rw-r--r--python-simplepam/PKGBUILD6
-rw-r--r--python-sphinx-better-theme/PKGBUILD6
-rw-r--r--python-sphinxcontrib-programoutput/PKGBUILD6
-rw-r--r--python-svg.path/PKGBUILD4
-rw-r--r--python-tifffile/PKGBUILD6
-rw-r--r--python-xraydb/PKGBUILD6
-rw-r--r--slack-desktop/PKGBUILD6
-rw-r--r--teams-for-linux/PKGBUILD6
-rw-r--r--vysor-bin/PKGBUILD53
-rw-r--r--wolkenwelten-git/PKGBUILD4
-rw-r--r--xcrysden/PKGBUILD4
-rw-r--r--zoom/PKGBUILD6
51 files changed, 273 insertions, 129 deletions
diff --git a/azuredatastudio-bin/PKGBUILD b/azuredatastudio-bin/PKGBUILD
new file mode 100644
index 000000000..3cc6346df
--- /dev/null
+++ b/azuredatastudio-bin/PKGBUILD
@@ -0,0 +1,73 @@
+# Maintainer: Erich Eckner <arch at eckner dot net>
+# Contributor: William Turner <willtur.will@gmail.com>
+
+pkgname=azuredatastudio-bin
+_pkgname=azuredatastudio
+pkgver=1.48.0
+pkgrel=1
+pkgdesc="A data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW. (official prebuilt version)"
+arch=('x86_64')
+url="https://github.com/Microsoft/azuredatastudio"
+license=('custom: microsoft')
+_pinned_dependencies=(
+ 'gcc-libs=13.2.1'
+ 'glibc>=2.39'
+ 'libasound.so=2'
+ 'libatk-1.0.so=0'
+ 'libatk-bridge-2.0.so=0'
+ 'libatspi.so=0'
+ 'libcairo.so=2'
+ 'libcrypto.so=3'
+ 'libcurl.so=4'
+ 'libdbus-1.so=3'
+ 'libdrm=2.4.120'
+ 'libexpat.so=1'
+ 'libgio-2.0.so=0'
+ 'libglib-2.0.so=0'
+ 'libgobject-2.0.so=0'
+ 'libgssapi_krb5.so=2'
+ 'libgtk-3.so=0'
+ 'libkrb5.so=3'
+ 'libpango-1.0.so=0'
+ 'libsecret-1.so=0'
+ 'libssl.so=3'
+ 'libx11=1.8.9'
+ 'libxcb=1.17.0'
+ 'libxcomposite=0.4.6'
+ 'libxdamage=1.1.6'
+ 'libxext=1.3.6'
+ 'libxfixes=6.0.1'
+ 'libxkbcommon.so=0'
+ 'libxkbfile=1.1.3'
+ 'libxrandr=1.5.4'
+ 'libz.so=1'
+ 'mesa=1:24.0.6'
+ 'nspr=4.35'
+ 'nss=3.99'
+)
+depends=("${_pinned_dependencies[@]}")
+makedepends=('sed')
+optdepends=('krb5: Windows authentication support'
+ 'xdg-utils: Desktop integration')
+conflicts=('azuredatastudio')
+options=('staticlibs')
+source=("$pkgname-$pkgver.tar.gz::https://azuredatastudio-update.azurewebsites.net/$pkgver/linux-x64/stable"
+ "${_pkgname}.desktop")
+sha256sums=('f99fe0d75103e3aaa535d8a6e99cbc3530f603b0c6d85fa8f5a8a41821b9890e'
+ 'ff4b8d7d1648e7552017c103308aef2d291509a73b7b4ed6083501ea55a1b541')
+
+package() {
+ install -d "${pkgdir}/opt/${_pkgname}"
+ cp -a "azuredatastudio-linux-x64/"* "${pkgdir}/opt/${_pkgname}"
+
+ # Symlink the startup script in /usr/bin
+ install -d "${pkgdir}/usr/bin"
+ ln -s "/opt/${_pkgname}/bin/azuredatastudio" "${pkgdir}/usr/bin/${_pkgname}"
+
+ # Add the icon and desktop file
+ install -D -m644 "azuredatastudio-linux-x64/resources/app/resources/linux/code.png" "${pkgdir}/usr/share/icons/${_pkgname}.png"
+ install -D -m644 "${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
+
+ # Install the license file
+ install -D -m644 "azuredatastudio-linux-x64/resources/app/LICENSE.txt" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
diff --git a/azuredatastudio-bin/azuredatastudio.desktop b/azuredatastudio-bin/azuredatastudio.desktop
new file mode 100644
index 000000000..ee8643fc9
--- /dev/null
+++ b/azuredatastudio-bin/azuredatastudio.desktop
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Azure Data Studio
+Comment=Data Management Tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
+GenericName=Text Editor
+Exec=/opt/azuredatastudio/bin/azuredatastudio --unity-launch %F
+Icon=azuredatastudio
+Type=Application
+StartupNotify=false
+StartupWMClass=azuredatastudio
+Categories=TextEditor;Development;IDE;
+MimeType=text/plain;application/x-azuredatastudio-workspace;
+Actions=new-empty-window;
+Keywords=azuredatastudio;
+
+[Desktop Action new-empty-window]
+Name=New Empty Window
+Exec=/opt/azuredatastudio/bin/azuredatastudio --new-window %F
+Icon=azuredatastudio
diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD
index 57c729c1c..2f9a14824 100644
--- a/collectd/PKGBUILD
+++ b/collectd/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=collectd
pkgver=5.12.0
-pkgrel=39
+pkgrel=40
pkgdesc='Daemon which collects system performance statistics periodically'
url='https://collectd.org/'
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -58,7 +58,7 @@ _pinned_dependencies=(
'libgio-2.0.so=0'
'libglib-2.0.so=0'
'libgobject-2.0.so=0'
- 'libgpg-error=1.48'
+ 'libgpg-error=1.49'
'libldap=2.6.7'
'libmariadb.so=3'
'libmemcached-awesome=1.1.4'
diff --git a/dnsdist/PKGBUILD b/dnsdist/PKGBUILD
index ea2a52d93..7e83b71db 100644
--- a/dnsdist/PKGBUILD
+++ b/dnsdist/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=dnsdist
pkgver=1.8.0
_pkgver=${pkgver#*_}
_pkgver=${_pkgver//_/-}
-pkgrel=26
+pkgrel=27
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('x86_64')
url='https://dnsdist.org/'
@@ -32,7 +32,7 @@ _pinned_dependencies=(
'libssl.so=3'
'libsystemd.so=0'
'lmdb=0.9.32'
- 'luajit=2.1.1710088188'
+ 'luajit=2.1.1713773202'
'net-snmp=5.9.4'
)
depends=('h2o' 'openssl' 'tinycdb' "${_pinned_dependencies[@]}")
diff --git a/freeminer-git/PKGBUILD b/freeminer-git/PKGBUILD
index 3b1ab3b10..19d984f27 100644
--- a/freeminer-git/PKGBUILD
+++ b/freeminer-git/PKGBUILD
@@ -10,7 +10,7 @@ _pkgbase=freeminer
pkgbase="${_pkgbase}-git"
pkgname=("${_pkgbase}-git" "${_pkgbase}-server-git" "${_pkgbase}-common-git")
pkgver=0.4.14.8.r6042.g356205cd5
-pkgrel=5
+pkgrel=6
arch=('i686' 'pentium4' 'x86_64')
url='https://freeminer.org/'
license=('GPL3' 'CCPL:cc-by-sa-3.0')
@@ -78,7 +78,7 @@ package_freeminer-git() {
'libxi=1.8.1'
'libz.so=1'
'libzstd.so=1'
- 'luajit=2.1.1710088188'
+ 'luajit=2.1.1713773202'
)
depends=(
"${_pkgbase}-common-git" 'leveldb' 'curl' 'hiredis' 'sqlite'
@@ -116,7 +116,7 @@ package_freeminer-server-git() {
'libsqlite3.so=0'
'libz.so=1'
'libzstd.so=1'
- 'luajit=2.1.1710088188'
+ 'luajit=2.1.1713773202'
)
depends=(
"${_pkgbase}-common-git" 'leveldb' 'curl' 'hiredis' 'sqlite'
diff --git a/google-chrome/PKGBUILD b/google-chrome/PKGBUILD
index 85b837ed2..6006115bb 100644
--- a/google-chrome/PKGBUILD
+++ b/google-chrome/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=google-chrome
pkgver=114.0.5735.90
-pkgrel=63
+pkgrel=65
pkgdesc="The popular and trusted web browser by Google (Stable Channel)"
arch=('x86_64')
url="https://www.google.com/chrome"
@@ -21,7 +21,7 @@ _pinned_dependencies=(
'libatk-bridge-2.0.so=0'
'libatspi.so=0'
'libcairo.so=2'
- 'libcups=1:2.4.7'
+ 'libcups=1:2.4.8'
'libdbus-1.so=3'
'libdrm=2.4.120'
'libexpat.so=1'
@@ -37,7 +37,7 @@ _pinned_dependencies=(
'libxfixes=6.0.1'
'libxkbcommon.so=0'
'libxrandr=1.5.4'
- 'mesa=1:24.0.5'
+ 'mesa=1:24.0.6'
'nspr=4.35'
'nss=3.99'
)
diff --git a/hardlinked-backups/PKGBUILD b/hardlinked-backups/PKGBUILD
index 3c75244b2..2712fe4eb 100755
--- a/hardlinked-backups/PKGBUILD
+++ b/hardlinked-backups/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
_pkgname='hardlinkedBackups'
pkgname=hardlinked-backups
-pkgver=2.0.2
+pkgver=2.1
pkgrel=1
pkgdesc='Generate hardlinked incremental backups via rsync (and possibly through a SOCKS-tunnel via ssh)'
arch=('any')
@@ -20,7 +20,7 @@ options=()
source=(
"https://git.eckner.net/Erich/${_pkgname}/snapshot/${_pkgname}-${pkgver}.tar.xz"
)
-sha512sums=('e2c96fe03e4862d3712d21c8daf83580e7f1781a4aa95a461e6f2827cc443130808707c3580717e81c8dccb8abc84d92f5c165f2153c350555d4e9a6e78d52ea')
+sha512sums=('20a33297ac9c37f3f95289328ee16746e63c921af208248728bea3fd4d0833cde5d90462d59002bd4aa2e3c90b4e91c371fa0ed2c7c737378e715e8bf7e16eba')
build() {
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD
index 6dbb4ac79..d857d1bfc 100644
--- a/jupyterhub/PKGBUILD
+++ b/jupyterhub/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=jupyterhub
pkgver=1.4.2
-pkgrel=63
+pkgrel=66
pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
arch=(any)
license=('BSD')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-alembic'
'python-async_generator>=1.8'
'python-certipy'
diff --git a/nginx-mod-ipscrub b/nginx-mod-ipscrub
-Subproject ecbf3783fec80bcdf9cdc3eadd2742569a96802
+Subproject ab99d80835b431878af1e11790c5b1c62d004eb
diff --git a/openage-git/PKGBUILD b/openage-git/PKGBUILD
index da65c6adb..4ee9ae367 100755
--- a/openage-git/PKGBUILD
+++ b/openage-git/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=openage-git
pkgver=0.4.1.r1109.gaada07d18
-pkgrel=21
+pkgrel=22
pkgdesc="A free (as in freedom) clone of the Age of Empires II engine"
arch=(x86_64 i486 i686 pentium4 arm armv6h armv7h aarch64)
url="https://openage.sft.mx/"
@@ -28,7 +28,7 @@ _pinned_dependencies=(
'opusfile=0.12'
'qt6-base=6.7.0'
'qt6-declarative=6.7.0'
- 'sdl2=2.30.2'
+ 'sdl2=2.30.3'
)
depends=(ftgl sdl2_image eigen xdg-utils python-pillow python-numpy python-toml python-pygments python-jinja python-lz4 "${_pinned_dependencies[@]}")
makedepends=(git cmake cython doxygen vulkan-headers python-graphviz python-mako)
diff --git a/openlens-bin/PKGBUILD b/openlens-bin/PKGBUILD
index 0163473ce..ef2d93a88 100644
--- a/openlens-bin/PKGBUILD
+++ b/openlens-bin/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=OpenLens
pkgname=openlens-bin
pkgver=6.5.2
-pkgrel=51
+pkgrel=53
pkgdesc='The Kubernetes IDE (fork lens-bin without lenscloud-lens-extension). Read more - https://github.com/lensapp/lens/issues/5444'
arch=('x86_64' 'aarch64')
license=('MIT')
@@ -18,7 +18,7 @@ _pinned_dependencies=(
'libatk-bridge-2.0.so=0'
'libatspi.so=0'
'libcairo.so=2'
- 'libcups=1:2.4.7'
+ 'libcups=1:2.4.8'
'libdbus-1.so=3'
'libdrm=2.4.120'
'libexpat.so=1'
@@ -35,7 +35,7 @@ _pinned_dependencies=(
'libxfixes=6.0.1'
'libxkbcommon.so=0'
'libxrandr=1.5.4'
- 'mesa=1:24.0.5'
+ 'mesa=1:24.0.6'
'nspr=4.35'
'nss=3.99'
)
diff --git a/openttd-git/PKGBUILD b/openttd-git/PKGBUILD
index 614f675c2..a4bc26687 100644
--- a/openttd-git/PKGBUILD
+++ b/openttd-git/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=openttd-git
pkgver=32086.f12498b63
_commit=${pkgver#*.}
-pkgrel=30
+pkgrel=31
pkgdesc="A FOSS clone of Transport Tycoon Deluxe."
arch=('x86_64' 'i686' 'pentium4')
url="http://www.openttd.org"
@@ -20,7 +20,7 @@ _pinned_dependencies=(
'liblzo2.so=2'
'libpng16.so=16'
'libz.so=1'
- 'sdl2=2.30.2'
+ 'sdl2=2.30.3'
)
depends=(
'hicolor-icon-theme'
diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD
index 71c518304..16f1ea5da 100644
--- a/pssh-git/PKGBUILD
+++ b/pssh-git/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=pssh-git
pkgver=2.3.4+15+g1399527
_commit="${pkgver##*+g}"
-pkgrel=4
+pkgrel=7
pkgdesc="Parallel versions of the openssh tools ssh, scp, rsync, nuke, slurp"
arch=('any')
url="http://code.google.com/p/parallel-ssh/"
license=('BSD')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'openssh'
)
makedepends=('git' 'python-setuptools')
diff --git a/python-azure-cli-core/PKGBUILD b/python-azure-cli-core/PKGBUILD
index 762a62622..8948dc670 100644
--- a/python-azure-cli-core/PKGBUILD
+++ b/python-azure-cli-core/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=azure-cli-core
pkgname=python-$_pkgname
pkgver=2.59.0
-pkgrel=1
+pkgrel=4
pkgdesc='Microsoft Azure Command-Line Tools Core Module'
url='https://pypi.org/project/azure-cli-core/'
depends=(
- 'python>=3.11'
- 'python<3.12')
+ 'python>=3.12'
+ 'python<3.13')
makedepends=(
'python-setuptools')
license=('BSD')
diff --git a/python-azure-cli-telemetry/PKGBUILD b/python-azure-cli-telemetry/PKGBUILD
index dc4980869..68284bc93 100644
--- a/python-azure-cli-telemetry/PKGBUILD
+++ b/python-azure-cli-telemetry/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=azure-cli-telemetry
pkgname=python-$_pkgname
pkgver=1.0.8
-pkgrel=4
+pkgrel=7
pkgdesc='Microsoft Azure CLI Telemetry Package'
url='https://pypi.org/project/azure-cli-telemetry/'
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-knack'
'python-portalocker')
makedepends=(
diff --git a/python-azure-common/PKGBUILD b/python-azure-common/PKGBUILD
index 254dd698b..eb43c585b 100644
--- a/python-azure-common/PKGBUILD
+++ b/python-azure-common/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=azure-common
pkgname=python-$_pkgname
pkgver=1.1.28
-pkgrel=4
+pkgrel=7
pkgdesc='Microsoft Azure Client Library for Python (Common)'
url='https://pypi.org/project/azure-common/'
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-humanfriendly'
'python-knack'
'python-pkginfo')
diff --git a/python-azure-core/PKGBUILD b/python-azure-core/PKGBUILD
index e0d81121b..7a02f70b7 100644
--- a/python-azure-core/PKGBUILD
+++ b/python-azure-core/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=azure-core
pkgname=python-$_pkgname
pkgver=1.26.1
-pkgrel=4
+pkgrel=7
pkgdesc='Microsoft Azure Core Library for Python'
url='https://pypi.org/project/azure-core/'
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-azure-common'
)
makedepends=(
diff --git a/python-bash_kernel/PKGBUILD b/python-bash_kernel/PKGBUILD
index 6b75f124b..0655483ea 100644
--- a/python-bash_kernel/PKGBUILD
+++ b/python-bash_kernel/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-bash_kernel
_pkgname=bash_kernel
pkgver=0.9.1
-pkgrel=1
+pkgrel=4
pkgdesc='A Jupyter kernel for bash.'
arch=('any')
url='https://github.com/takluyver/bash_kernel'
license=('BSD')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
)
makedepends=(
'python-jupyter_client'
diff --git a/python-certipy/PKGBUILD b/python-certipy/PKGBUILD
index 27d1cd7b2..1fdc7599c 100644
--- a/python-certipy/PKGBUILD
+++ b/python-certipy/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-certipy
_pkgname="${pkgname#*-}"
pkgver=0.1.3
-pkgrel=67
+pkgrel=70
pkgdesc="A simple python tool for creating certificate authorities and certificates on the fly"
arch=(any)
url="https://github.com/LLNL/certipy"
license=('BSD')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-pyopenssl'
)
makedepends=(
diff --git a/python-courier-pythonfilter/PKGBUILD b/python-courier-pythonfilter/PKGBUILD
index 879008027..754d42ef9 100644
--- a/python-courier-pythonfilter/PKGBUILD
+++ b/python-courier-pythonfilter/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-courier-pythonfilter
_pkgname="${pkgname#*-}"
pkgver=3.0.3
-pkgrel=63
+pkgrel=66
pkgdesc='collection of useful filters for the Courier MTA, and a framework for developing new filters in Python'
arch=('any')
url='https://bitbucket.org/gordonmessmer/courier-pythonfilter'
license=('GPL')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
)
makedepends=(
'python-setuptools')
diff --git a/python-fabio/PKGBUILD b/python-fabio/PKGBUILD
index 8709e69b0..040269f98 100644
--- a/python-fabio/PKGBUILD
+++ b/python-fabio/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-fabio
_pkgname=fabio
pkgver=0.14.0
-pkgrel=4
+pkgrel=7
pkgdesc="I/O library for images produced by 2D X-ray detectors."
arch=('i686' 'pentium4' 'x86_64')
url="http://www.silx.org"
@@ -15,8 +15,8 @@ _pinned_dependencies=(
depends=(
"${_pinned_dependencies[@]}"
'cython'
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-h5py'
'python-lxml>=4.6.3'
'python-numpy'
diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD
index 073f874c5..c1bd9da73 100644
--- a/python-fisx/PKGBUILD
+++ b/python-fisx/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fisx
_pkgname="${pkgname#*-}"
pkgver=1.3.1
-pkgrel=2
+pkgrel=5
pkgdesc='Enhanced C++ port of the Physics routines used by PyMca'
arch=('i686' 'pentium4' 'x86_64')
url='https://github.com/vasole/fisx'
@@ -13,8 +13,8 @@ _pinned_dependencies=(
)
depends=(
"${_pinned_dependencies[@]}"
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-numpy')
makedepends=(
'cython>=0.17'
diff --git a/python-hpilo/PKGBUILD b/python-hpilo/PKGBUILD
index a8b5d8353..b7d748d38 100644
--- a/python-hpilo/PKGBUILD
+++ b/python-hpilo/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=python-hpilo
pkgver=4.4.3
-pkgrel=63
+pkgrel=66
pkgdesc='Accessing the HP iLO XML interface from python'
arch=('any')
url='http://seveas.github.io/python-hpilo/'
license=('GPL3')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
)
makedepends=(
'python-setuptools'
diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD
index 65357ba7b..26ff36f91 100644
--- a/python-imageio/PKGBUILD
+++ b/python-imageio/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-imageio'
_pkgname="${pkgname#*-}"
pkgver=2.34.0
-pkgrel=1
+pkgrel=4
arch=('any')
url='https://github.com/xraypy/XrayDB'
license=('BSD')
@@ -11,8 +11,8 @@ pkgdesc='Python library that provides an easy interface to read and write a wide
source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v$pkgver.tar.gz")
sha512sums=('d28b5b849a8d7fc90c4c4a82b2056431e5351ecce709cd48ccb9aaf58a50964a1b77faf4663d3fdeb4757951fb8a03b5bf632e57f78ddd59d5a9acdb62b78f48')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
)
makedepends=(
'python-setuptools'
diff --git a/python-jira/PKGBUILD b/python-jira/PKGBUILD
index da81915e4..5c76c1034 100644
--- a/python-jira/PKGBUILD
+++ b/python-jira/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-jira
_pkgname="${pkgname#*-}"
pkgver=3.4.1
-pkgrel=5
+pkgrel=8
pkgdesc="Python library to work with Jira APIs"
arch=(any)
url="https://github.com/pycontribs/jira"
license=('BSD')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-requests-toolbelt')
makedepends=(
'python-pip'
diff --git a/python-jupyter_telemetry/PKGBUILD b/python-jupyter_telemetry/PKGBUILD
index 50dc3a3d3..3a27c3531 100644
--- a/python-jupyter_telemetry/PKGBUILD
+++ b/python-jupyter_telemetry/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-jupyter_telemetry
pkgver=0.0.5
-pkgrel=63
+pkgrel=66
pkgdesc="Configurable event-logging for Jupyter applications and extensions"
url="https://github.com/jupyter/telemetry"
arch=('any')
license=('BSD')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-json-logger'
'python-jsonschema'
'python-ruamel-yaml'
diff --git a/python-jwcrypto/PKGBUILD b/python-jwcrypto/PKGBUILD
index bcefc8eec..936e5ba6b 100644
--- a/python-jwcrypto/PKGBUILD
+++ b/python-jwcrypto/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=python-jwcrypto
_pkgname=${pkgname#*-}
pkgver=1.4.2
-pkgrel=4
+pkgrel=7
pkgdesc="Python implementation of JWK, JWS, JWE specifications"
arch=("any")
url="https://github.com/latchset/jwcrypto"
license=("LGPL3")
depends=(
- 'python<3.12'
- 'python>=3.11')
+ 'python<3.13'
+ 'python>=3.12')
makedepends=(
'python-setuptools')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/latchset/$_pkgname/archive/v$pkgver.tar.gz")
diff --git a/python-msal-extensions/PKGBUILD b/python-msal-extensions/PKGBUILD
index 569d73a24..fe4566e63 100644
--- a/python-msal-extensions/PKGBUILD
+++ b/python-msal-extensions/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=msal-extensions
pkgname=python-$_pkgname
pkgver=1.0.0
-pkgrel=4
+pkgrel=7
pkgdesc='Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS and Linux. Concurrent data access will be coordinated by a file lock mechanism.'
url='https://pypi.org/project/msal-extensions/'
depends=(
- 'python>=3.11'
- 'python<3.12')
+ 'python>=3.12'
+ 'python<3.13')
makedepends=(
'python-pip'
'python-setuptools')
diff --git a/python-oauth2/PKGBUILD b/python-oauth2/PKGBUILD
index 1b4d752e9..488f06673 100644
--- a/python-oauth2/PKGBUILD
+++ b/python-oauth2/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=python-oauth2
pkgver=1.1.1
-pkgrel=66
+pkgrel=69
pkgdesc='framework that aims at making it easy to provide authentication via OAuth 2.0 within an application stack/'
url='https://github.com/wndhydrnt/python-oauth2/'
arch=('any')
license=('MIT')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-mock'
'python-mysql-connector'
'python-nose'
diff --git a/python-openfoodfacts/PKGBUILD b/python-openfoodfacts/PKGBUILD
index 88bfb3163..a2718e8e9 100644
--- a/python-openfoodfacts/PKGBUILD
+++ b/python-openfoodfacts/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-openfoodfacts'
pkgver=0.1.3
-pkgrel=4
+pkgrel=7
arch=('any')
url='https://github.com/openfoodfacts/openfoodfacts-python'
license=('MIT')
@@ -11,8 +11,8 @@ _pkgname="${pkgname#*-}"
source=("$_pkgname-$pkgver.tar.gz::https://github.com/openfoodfacts/openfoodfacts-python/archive/refs/tags/v$pkgver.tar.gz")
sha512sums=('8b7e274ec435cd8d8839591ffbb078a3a0a8c8a7d57db9bfce1fe9360f9b4a5095a7f8373208ccbf4738e7e54b51f48a0791fdc2906b8539594ea6e1d05eca7f')
depends=(
- 'python>=3.11'
- 'python<3.12')
+ 'python>=3.12'
+ 'python<3.13')
makedepends=(
'python-setuptools')
checkdepends=(
diff --git a/python-pamela/PKGBUILD b/python-pamela/PKGBUILD
index 868251b40..acf8593f1 100644
--- a/python-pamela/PKGBUILD
+++ b/python-pamela/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-pamela
_pkgname=pamela
pkgver=1.0.0
-pkgrel=66
+pkgrel=69
pkgdesc="Python PAM interface"
arch=('any')
url="https://github.com/minrk/pamela"
license=('MIT')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'pam'
)
makedepends=(
diff --git a/python-peakutils/PKGBUILD b/python-peakutils/PKGBUILD
index 17f513340..c8c6ede56 100644
--- a/python-peakutils/PKGBUILD
+++ b/python-peakutils/PKGBUILD
@@ -4,14 +4,14 @@
pkgname='python-peakutils'
_pkgname='PeakUtils'
pkgver=1.3.4
-pkgrel=4
+pkgrel=7
pkgdesc="Peak detection utilities for 1D data"
arch=('any')
url="https://pypi.python.org/pypi/PeakUtils"
license=('MIT')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-sphinx-better-theme')
makedepends=(
'python-setuptools')
diff --git a/python-portalocker/PKGBUILD b/python-portalocker/PKGBUILD
index 9056b36cc..9f64f59e6 100644
--- a/python-portalocker/PKGBUILD
+++ b/python-portalocker/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-portalocker
pkgname=('python-portalocker')
_pkgname=portalocker
pkgver=2.7.0
-pkgrel=4
+pkgrel=7
pkgdesc='Easy, portable file locking API.'
arch=('any')
url="https://github.com/WoLpH/${_pkgname}"
@@ -14,8 +14,8 @@ optdepends=('python-redis' 'redis')
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha512sums=('9f6dc31fda36f2fcc7088134b5249c6ec4a92a1fa2e85bf55c700469f183d29ed1a1bd522b65909844c85dfe6872d83809d21b78dc89886533db2692cc709ed2')
depends=(
- 'python>=3.11'
- 'python<3.12')
+ 'python>=3.12'
+ 'python<3.13')
build() {
cp -a "${_pkgname}-${pkgver}" "py2-${_pkgname}-${pkgver}"
diff --git a/python-postpic b/python-postpic
-Subproject 95cf625346ebaa544181c533ffedd9255f5477e
+Subproject 5a53c5198761cf298c2f0d926b9e215baefbc59
diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD
index aa44ef3ae..dde3ee1b8 100755
--- a/python-pyepics/PKGBUILD
+++ b/python-pyepics/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyepics
_pkgname="${pkgname#*-}"
pkgver=3.5.1
-pkgrel=13
+pkgrel=16
pkgdesc='Python Interface to the Epics Channel Access protocol of the Epics control system'
arch=('i686' 'pentium4' 'x86_64')
url='https://pypi.python.org/pypi/pyepics'
@@ -16,8 +16,8 @@ makedepends=(
'python-setuptools')
depends=(
"${_pinned_dependencies[@]}"
- 'python>=3.11'
- 'python<3.12')
+ 'python>=3.12'
+ 'python<3.13')
source=(
"https://pypi.python.org/packages/6c/cd/f97b676b6903e6f88bfced3817964559c20a1e3c6cd5244fa188f76fff75/${_pkgname}-${pkgver}.tar.gz"
)
diff --git a/python-pyfftw/PKGBUILD b/python-pyfftw/PKGBUILD
index 5c39cee20..58b97f1fe 100644
--- a/python-pyfftw/PKGBUILD
+++ b/python-pyfftw/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=pyFFTW
pkgname='python-pyfftw'
pkgver=0.13.0
-pkgrel=4
+pkgrel=7
pkgdesc='A pythonic wrapper around FFTW.'
url='http://hgomersall.github.io/pyFFTW/'
_pinned_dependencies=(
@@ -20,8 +20,8 @@ depends=(
"${_pinned_dependencies[@]}"
'cython>=0.29.18'
'fftw'
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-dask>=1.0.0'
'python-numpy>=1.16'
'python-scipy>=1.2.0')
diff --git a/python-pyinstrument/PKGBUILD b/python-pyinstrument/PKGBUILD
index 95c127672..f419cbbec 100644
--- a/python-pyinstrument/PKGBUILD
+++ b/python-pyinstrument/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-pyinstrument
_pkg="${pkgname#python-}"
pkgver=4.1.1
-pkgrel=4
+pkgrel=7
pkgdesc="Call stack profiler for Python"
arch=('x86_64')
url="https://github.com/joerick/pyinstrument"
@@ -13,7 +13,7 @@ license=('BSD')
_pinned_dependencies=(
'glibc>=2.36'
)
-depends=('python>=3.11' 'python<3.12' "${_pinned_dependencies[@]}")
+depends=('python>=3.12' 'python<3.13' "${_pinned_dependencies[@]}")
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
# checkdepends=(
# 'python-pytest'
diff --git a/python-scikit-image/PKGBUILD b/python-scikit-image/PKGBUILD
index 89b6d1326..df25e1db3 100644
--- a/python-scikit-image/PKGBUILD
+++ b/python-scikit-image/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='python-scikit-image'
_pkgname="${pkgname#*-}"
pkgver=0.19.3
-pkgrel=9
+pkgrel=12
pkgdesc="Image processing routines for SciPy"
arch=('i686' 'pentium4' 'x86_64')
url="http://scikit-image.org/"
@@ -17,8 +17,8 @@ _pinned_dependencies=(
depends=(
"${_pinned_dependencies[@]}"
'cython>=0.29.13'
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-cloudpickle>=0.2.1'
'python-dask>=0.15.0'
'python-pandas>=0.23.0'
diff --git a/python-silx/PKGBUILD b/python-silx/PKGBUILD
index 9770b32bd..191d3991f 100644
--- a/python-silx/PKGBUILD
+++ b/python-silx/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-silx
_pkgname=silx
pkgver=1.1.1
-pkgrel=9
+pkgrel=12
pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities."
arch=('i686' 'pentium4' 'x86_64')
url="http://www.silx.org"
@@ -16,8 +16,8 @@ _pinned_dependencies=(
depends=(
"${_pinned_dependencies[@]}"
'cython>=0.21.1'
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-dateutil'
'python-fabio>=0.9'
'python-h5py'
diff --git a/python-simplepam/PKGBUILD b/python-simplepam/PKGBUILD
index f4682dae0..9d0192015 100644
--- a/python-simplepam/PKGBUILD
+++ b/python-simplepam/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-simplepam
_pkgname=python3-simplepam
pkgver=0.1.5
-pkgrel=67
+pkgrel=70
pkgdesc="Pure Python interface to the Pluggable Authentication Modules system on Linux"
arch=('any')
url="https://github.com/leonnnn/python3-simplepam"
license=('MIT')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'pam'
)
source=("$_pkgname-$pkgver.tar.gz::https://github.com/leonnnn/python3-simplepam/archive/$pkgver.tar.gz")
diff --git a/python-sphinx-better-theme/PKGBUILD b/python-sphinx-better-theme/PKGBUILD
index c4c7319c8..2fd150f24 100644
--- a/python-sphinx-better-theme/PKGBUILD
+++ b/python-sphinx-better-theme/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-sphinx-better-theme
_pkgname=sphinx-better-theme
pkgver=0.13
-pkgrel=66
+pkgrel=69
pkgdesc='theme for Sphinx that looks nice'
arch=('any')
url='https://sphinx-better-theme.readthedocs.io/'
license=('custom')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/irskep/${_pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('ad9b52205b29a410c918f789e5b4d110ca6bb654da18203206504efef7f16228b93b764cf14d9cca1a89d1850a4327b51f1f6fe7219d5968b5e51e5cf1935f42')
diff --git a/python-sphinxcontrib-programoutput/PKGBUILD b/python-sphinxcontrib-programoutput/PKGBUILD
index f193ba8dd..a4e0228fd 100644
--- a/python-sphinxcontrib-programoutput/PKGBUILD
+++ b/python-sphinxcontrib-programoutput/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=python-sphinxcontrib-programoutput
_pkgname=sphinxcontrib-programoutput
pkgver=0.17
-pkgrel=63
+pkgrel=66
pkgdesc="Sphinx extension to include program output"
arch=('any')
url="https://bitbucket.org/birkenfeld/sphinx-contrib"
license=('BSD')
depends=(
- 'python>=3.11'
- 'python<3.12')
+ 'python>=3.12'
+ 'python<3.13')
makedepends=(
'python-setuptools')
provides=('sphinxcontrib-programoutput')
diff --git a/python-svg.path/PKGBUILD b/python-svg.path/PKGBUILD
index faa649acc..334810ab0 100644
--- a/python-svg.path/PKGBUILD
+++ b/python-svg.path/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python-svg.path
pkgver=6.2
-pkgrel=5
+pkgrel=8
pkgdesc="SVG path objects and parser"
url="https://github.com/regebro/svg.path"
license=('MIT')
checkdepends=(python-pillow python-pytest)
-depends=('python>=3.11' 'python<3.12')
+depends=('python>=3.12' 'python<3.13')
makedepends=(python-setuptools)
arch=(any)
source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD
index 8411ad47b..3397379eb 100644
--- a/python-tifffile/PKGBUILD
+++ b/python-tifffile/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=python-tifffile
pkgver=2024.2.12
_pkgname=${pkgname#python-}
-pkgrel=1
+pkgrel=4
pkgdesc="Read and write image data from and to TIFF files"
arch=('any')
url="https://github.com/cgohlke/tifffile"
license=('BSD')
depends=(
- 'python<3.12'
- 'python>=3.11')
+ 'python<3.13'
+ 'python>=3.12')
makedepends=(
'python-setuptools')
optdepends=('python-matplotlib>=3.1: required only for plotting'
diff --git a/python-xraydb/PKGBUILD b/python-xraydb/PKGBUILD
index dbeff0310..2c26200da 100644
--- a/python-xraydb/PKGBUILD
+++ b/python-xraydb/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-xraydb'
pkgver=4.5.0
-pkgrel=4
+pkgrel=7
arch=('any')
url='https://github.com/xraypy/XrayDB'
license=('Unlicense')
@@ -11,8 +11,8 @@ _pkgname="XrayDB"
source=("$_pkgname-$pkgver.tar.gz::https://github.com/xraypy/XrayDB/archive/$pkgver.tar.gz")
sha512sums=('3a13e5bfef4d92eb58d44752171fc7c83be26402047b5b3aaee11e1a4cbf1eb5b8a4eb3d32f1cb98690b0ed5fd78191451c9659b1c90ed28b4bb4378679e1bac')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-numpy>=1.10'
'python-scipy>=0.17'
'python-sqlalchemy>1.4')
diff --git a/slack-desktop/PKGBUILD b/slack-desktop/PKGBUILD
index 3ec728f88..36f92adac 100644
--- a/slack-desktop/PKGBUILD
+++ b/slack-desktop/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=slack-desktop
pkgver=4.34.121
-pkgrel=32
+pkgrel=34
pkgdesc="Slack Desktop (Beta) for Linux"
arch=('x86_64')
url="https://slack.com/downloads"
@@ -18,7 +18,7 @@ _pinned_dependencies=(
'libatk-bridge-2.0.so=0'
'libatspi.so=0'
'libcairo.so=2'
- 'libcups=1:2.4.7'
+ 'libcups=1:2.4.8'
'libdbus-1.so=3'
'libdrm=2.4.120'
'libexpat.so=1'
@@ -35,7 +35,7 @@ _pinned_dependencies=(
'libxfixes=6.0.1'
'libxkbcommon.so=0'
'libxrandr=1.5.4'
- 'mesa=1:24.0.5'
+ 'mesa=1:24.0.6'
'nspr=4.35'
'nss=3.99'
)
diff --git a/teams-for-linux/PKGBUILD b/teams-for-linux/PKGBUILD
index b24294e19..0dc835a57 100644
--- a/teams-for-linux/PKGBUILD
+++ b/teams-for-linux/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=teams-for-linux
pkgver=1.4.17
-pkgrel=6
+pkgrel=8
pkgdesc="Unofficial Microsoft Teams client for Linux using Electron."
arch=("aarch64" "armv7h" "i686" "x86_64")
url="https://github.com/IsmaelMartinez/${pkgname}"
@@ -16,7 +16,7 @@ _pinned_dependencies=(
'libatk-bridge-2.0.so=0'
'libatspi.so=0'
'libcairo.so=2'
- 'libcups=1:2.4.7'
+ 'libcups=1:2.4.8'
'libdbus-1.so=3'
'libdrm=2.4.120'
'libexpat.so=1'
@@ -33,7 +33,7 @@ _pinned_dependencies=(
'libxfixes=6.0.1'
'libxkbcommon.so=0'
'libxrandr=1.5.4'
- 'mesa=1:24.0.5'
+ 'mesa=1:24.0.6'
'nspr=4.35'
'nss=3.99'
)
diff --git a/vysor-bin/PKGBUILD b/vysor-bin/PKGBUILD
new file mode 100644
index 000000000..fc2dced45
--- /dev/null
+++ b/vysor-bin/PKGBUILD
@@ -0,0 +1,53 @@
+# Maintainer: Erich Eckner <arch at eckner dot net>
+# Contributor: Axel Navarro <navarroaxel at gmail dot com>
+
+_pkgname=vysor
+pkgname=${_pkgname}-bin
+pkgver=5.0.7
+pkgrel=1
+pkgdesc="Mirror and control your Android device"
+arch=('x86_64')
+url="https://vysor.io"
+license=('custom')
+provides=('vysor')
+conflicts=('vysor')
+_pinned_dependencies=(
+ 'gcc-libs=13.2.1'
+ 'glibc>=2.39'
+ 'libasound.so=2'
+ 'libatk-1.0.so=0'
+ 'libatk-bridge-2.0.so=0'
+ 'libatspi.so=0'
+ 'libcairo.so=2'
+ 'libcups=1:2.4.8'
+ 'libdbus-1.so=3'
+ 'libdrm=2.4.120'
+ 'libexpat.so=1'
+ 'libgio-2.0.so=0'
+ 'libglib-2.0.so=0'
+ 'libgobject-2.0.so=0'
+ 'libgtk-3.so=0'
+ 'libpango-1.0.so=0'
+ 'libx11=1.8.9'
+ 'libxcb=1.17.0'
+ 'libxcomposite=0.4.6'
+ 'libxdamage=1.1.6'
+ 'libxext=1.3.6'
+ 'libxfixes=6.0.1'
+ 'libxkbcommon.so=0'
+ 'libxrandr=1.5.4'
+ 'mesa=1:24.0.6'
+ 'nspr=4.35'
+ 'nss=3.99'
+)
+depends=("${_pinned_dependencies[@]}")
+source=("https://github.com/koush/vysor.io/releases/download/v$pkgver/Vysor-linux-$pkgver.deb")
+sha256sums=('adf4a88c8d87d25d2e0ca6382afeea69712336668909250e2bb9a40d733cec77')
+
+package() {
+ msg2 "Extracting the data.tar.xz..."
+ bsdtar -xf data.tar.xz -C "$pkgdir/"
+
+ install -d -m 755 "${pkgdir}/usr/bin"
+ ln -s "/opt/Vysor/vysorapp" "${pkgdir}/usr/bin/vysorapp"
+}
diff --git a/wolkenwelten-git/PKGBUILD b/wolkenwelten-git/PKGBUILD
index c2ad8a513..e405c7567 100644
--- a/wolkenwelten-git/PKGBUILD
+++ b/wolkenwelten-git/PKGBUILD
@@ -5,7 +5,7 @@ _pkgbase=WolkenWelten
_pkgname=${_pkgbase,,}
pkgname=${_pkgname}-git
pkgver=r2022.bc445319
-pkgrel=8
+pkgrel=9
pkgdesc='Gamemix between Minecraft, Quake ]I[ and Emacs in C99'
arch=('i686' 'pentium4' 'x86_64' 'aarch64')
url="https://wolkenwelten.net/"
@@ -14,7 +14,7 @@ _pinned_dependencies=(
'glibc>=2.38'
'libGL.so=1'
'libvorbis.so=0'
- 'sdl2=2.30.2'
+ 'sdl2=2.30.3'
)
depends=('ffmpeg' 'sdl2' 'sdl2_mixer' "${_pinned_dependencies[@]}")
makedepends=('clang' 'git' 'nasm')
diff --git a/xcrysden/PKGBUILD b/xcrysden/PKGBUILD
index 634251ca0..01d071e5a 100644
--- a/xcrysden/PKGBUILD
+++ b/xcrysden/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=xcrysden
pkgver=1.6.2
-pkgrel=56
+pkgrel=57
epoch=
pkgdesc="crystalline and molecular structure visualisation program"
arch=('i686' 'pentium4' 'x86_64')
@@ -19,7 +19,7 @@ _pinned_dependencies=(
'libgfortran.so=5'
'libGL.so=1'
'libx11=1.8.9'
- 'libxmu=1.2.0'
+ 'libxmu=1.2.1'
'tcl=8.6.14'
'tk=8.6.14'
)
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD
index 076400580..65a379a88 100644
--- a/zoom/PKGBUILD
+++ b/zoom/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=zoom
pkgver=5.14.7.2928
_build=${pkgver#*.*.*.}
_pkgver=${pkgver%.${_build}}
-pkgrel=65
+pkgrel=67
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
license=('custom')
@@ -19,7 +19,7 @@ _pinned_dependencies=(
'libatspi.so=0'
'libcairo-gobject.so=2'
'libcairo.so=2'
- 'libcups=1:2.4.7'
+ 'libcups=1:2.4.8'
'libdbus-1.so=3'
'libdrm=2.4.120'
'libEGL.so=1'
@@ -57,7 +57,7 @@ _pinned_dependencies=(
'libxrandr=1.5.4'
'libxtst=1.2.4'
'libz.so=1'
- 'mesa=1:24.0.5'
+ 'mesa=1:24.0.6'
'nspr=4.35'
'nss=3.99'
'xcb-util-image=0.4.1'