[Git][archlinux/packaging/packages/tensorflow][main] upgpkg: 2.16.1-6: python 3.12 compatibility

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
fc322678 by Sven-Hendrik Haase at 2024-05-24T07:45:22+02:00
upgpkg: 2.16.1-6: python 3.12 compatibility

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tensorflow
pkgdesc = Library for computation using data flow graphs for scalable 
machine learning
pkgver = 2.16.1
-   pkgrel = 5
+   pkgrel = 6
url = https://www.tensorflow.org/
arch = x86_64
license = APACHE
@@ -36,8 +36,10 @@ pkgbase = tensorflow
depends = intel-oneapi-compiler-shared-runtime-libs
optdepends = tensorboard: Tensorflow visualization toolkit
source = 
tensorflow-2.16.1.tar.gz::https://github.com/tensorflow/tensorflow/archive/v2.16.1.tar.gz
+   source = tensorflow-2.16.1-python-distutils-removal.patch
source = 
https://github.com/bazelbuild/bazel/releases/download/6.1.0/bazel_nojdk-6.1.0-linux-x86_64
sha512sums = 
6f02261b3e72b476a3adb8e47efe2bee76b8564315b853e3b16f443193204d363b5fb22ac5c388cebd6a1f326f0daf00586e0ccbf6a305d761a9266534fde13f
+   sha512sums = 
e4c44d2f5314b83d8ed404e5ec14960ef8b7df0c1a2a3e826f913a02c901f9fd0326f9014a602121e0fdb2f928d1459f8b8180455491a1f937ce84e12f6a7d3e
sha512sums = 
b71aed83ae1c3f610df77f7c148703fd3e7aa5901794a2b31c6044c71b3f030831d59f7f3641992105117a422655160fc9b509326b31586c6bca378cbff08762
 
 pkgname = tensorflow


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=2.16.1
 _pkgver=2.16.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/commit/fc32267899343e0ec411c37f924b063351c50dc6

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




[Git][archlinux/packaging/packages/tensorflow] Pushed new tag 2.16.1-6

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.16.1-6 at Arch Linux / Packaging / Packages 
/ tensorflow

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




[Git][archlinux/packaging/packages/python-pypugjs][main] upgpkg: 5.10.1-1; drop landed patch

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


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


Commits:
bc8f7128 by Chih-Hsuan Yen at 2024-05-24T12:49:42+08:00
upgpkg: 5.10.1-1; drop landed patch

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pypugjs
pkgdesc = PugJS syntax adapter for Django, Jinja2 and Mako templates
-   pkgver = 5.9.12
-   pkgrel = 5
+   pkgver = 5.10.1
+   pkgrel = 1
url = https://github.com/kakulukia/pypugjs
arch = any
license = MIT
@@ -23,9 +23,7 @@ pkgbase = python-pypugjs
optdepends = python-tornado
optdepends = python-mako
optdepends = python-markdown
-   source = 
https://github.com/kakulukia/pypugjs/archive/v5.9.12/pypugjs-5.9.12.tar.gz
-   source = 0001-ditching-nose-since-its-not-going-to-be-compatible-t.patch
-   sha256sums = 
a13a78aa26e05613a3d6a7551a08895139a2053978000a3d8a8e3c44f24f3c64
-   sha256sums = 
1be170894b71c512519aec8f6fb3da41d0b7d248b0643afa17d8974dedc1d95e
+   source = 
https://github.com/kakulukia/pypugjs/archive/v5.10.1/pypugjs-5.10.1.tar.gz
+   sha256sums = 
201a2fa2d0298ae81ff8e01405b4e6812061b0e4052169c04a94672376676a3e
 
 pkgname = python-pypugjs


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: zwindl on AUR
 
 pkgname=python-pypugjs
-pkgver=5.9.12
-pkgrel=5
+pkgver=5.10.1
+pkgrel=1
 pkgdesc='PugJS syntax adapter for Django, Jinja2 and Mako templates'
 url='https://github.com/kakulukia/pypugjs'
 depends=(python python-six python-charset-normalizer)
@@ -12,17 +12,12 @@ makedepends=(python-build python-installer 
python-setuptools python-wheel ${optd
 checkdepends=(python-pytest)
 license=(MIT)
 arch=(any)
-source=("https://github.com/kakulukia/pypugjs/archive/v$pkgver/pypugjs-$pkgver.tar.gz;
-"0001-ditching-nose-since-its-not-going-to-be-compatible-t.patch")
-sha256sums=('a13a78aa26e05613a3d6a7551a08895139a2053978000a3d8a8e3c44f24f3c64'
-'1be170894b71c512519aec8f6fb3da41d0b7d248b0643afa17d8974dedc1d95e')
+source=("https://github.com/kakulukia/pypugjs/archive/v$pkgver/pypugjs-$pkgver.tar.gz;)
+sha256sums=('201a2fa2d0298ae81ff8e01405b4e6812061b0e4052169c04a94672376676a3e')
 
 prepare() {
   cd pypugjs-$pkgver
 
-  # Cherry-picked from 
https://github.com/kakulukia/pypugjs/commit/754308ae6dccdf0fecb034fa5634b996430d8cd7
-  patch -Np1 -i 
../0001-ditching-nose-since-its-not-going-to-be-compatible-t.patch
-
   # avoid using upstream pyproject.toml as it seems unmaintained
   # out-dated version= value, missing metadata fields, excessive dependencies
   rm -v pyproject.toml



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

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




[Git][archlinux/packaging/packages/python-pypugjs] Pushed new tag 5.10.1-1

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


Chih-Hsuan Yen pushed new tag 5.10.1-1 at Arch Linux / Packaging / Packages / 
python-pypugjs

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




[Git][archlinux/packaging/packages/tensorflow][main] Add patch for Python 3.12 distutils removal

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
c8fc7c8f by loqs at 2024-05-24T02:57:13+00:00
Add patch for Python 3.12 distutils removal

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/issues/7

- - - - -


2 changed files:

- PKGBUILD
- + tensorflow-2.16.1-python-distutils-removal.patch


Changes:

=
PKGBUILD
=
@@ -19,8 +19,10 @@ makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils' 
'nccl' 'git' 'cudnn' '
  'python-keras-preprocessing' 'cython' 'patchelf' 
'python-requests' 'libxcrypt-compat' 'clang')
 optdepends=('tensorboard: Tensorflow visualization toolkit')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
+ tensorflow-2.16.1-python-distutils-removal.patch
 
https://github.com/bazelbuild/bazel/releases/download/6.1.0/bazel_nojdk-6.1.0-linux-x86_64)
 
sha512sums=('6f02261b3e72b476a3adb8e47efe2bee76b8564315b853e3b16f443193204d363b5fb22ac5c388cebd6a1f326f0daf00586e0ccbf6a305d761a9266534fde13f'
+
'e4c44d2f5314b83d8ed404e5ec14960ef8b7df0c1a2a3e826f913a02c901f9fd0326f9014a602121e0fdb2f928d1459f8b8180455491a1f937ce84e12f6a7d3e'
 
'b71aed83ae1c3f610df77f7c148703fd3e7aa5901794a2b31c6044c71b3f030831d59f7f3641992105117a422655160fc9b509326b31586c6bca378cbff08762')
 
 # consolidate common dependencies to prevent mishaps
@@ -55,6 +57,10 @@ check_dir() {
 }
 
 prepare() {
+  # Python 3.12 removed the distutils module
+  # 
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/issues/7
+  patch -Np1 -i ../tensorflow-2.16.1-python-distutils-removal.patch -d 
tensorflow-${_pkgver}
+
   # Since Tensorflow is currently imcompatible with our version of Bazel, 
we're going to use
   # their exact version of Bazel to fix that. Stupid problems call for stupid 
solutions.
   install -Dm755 "${srcdir}"/bazel_nojdk-6.1.0-linux-x86_64 bazel/bazel


=
tensorflow-2.16.1-python-distutils-removal.patch
=
@@ -0,0 +1,84 @@
+diff --git a/tensorflow/api_template.__init__.py 
b/tensorflow/api_template.__init__.py
+index a0f88926..9c0bb098 100644
+--- a/tensorflow/api_template.__init__.py
 b/tensorflow/api_template.__init__.py
+@@ -27,7 +27,6 @@ this file with a file generated from 
[`api_template.__init__.py`](https://www.gi
+ """
+ # pylint: disable=g-bad-import-order,protected-access,g-import-not-at-top
+ 
+-import distutils as _distutils
+ import importlib
+ import inspect as _inspect
+ import os as _os
+@@ -95,10 +94,10 @@ _site_packages_dirs = []
+ if _site.ENABLE_USER_SITE and _site.USER_SITE is not None:
+   _site_packages_dirs += [_site.USER_SITE]
+ _site_packages_dirs += [p for p in _sys.path if "site-packages" in p]
+-if "getsitepackages" in dir(_site):
++try:
+   _site_packages_dirs += _site.getsitepackages()
+-
+-if "sysconfig" in dir(_distutils):
++except AttributeError:
++  import distutils as _distutils
+   _site_packages_dirs += [_distutils.sysconfig.get_python_lib()]
+ 
+ _site_packages_dirs = list(set(_site_packages_dirs))
+diff --git a/tensorflow/api_template_v1.__init__.py 
b/tensorflow/api_template_v1.__init__.py
+index 6a4ab4e6..d6f8f2e0 100644
+--- a/tensorflow/api_template_v1.__init__.py
 b/tensorflow/api_template_v1.__init__.py
+@@ -14,7 +14,6 @@
+ # 
==
+ """Bring in all of the public TensorFlow interface into this module."""
+ 
+-import distutils as _distutils
+ import importlib
+ import inspect as _inspect
+ import os as _os
+@@ -144,10 +143,10 @@ from tensorflow.python.lib.io import file_io as _fi
+ _site_packages_dirs = []
+ _site_packages_dirs += [] if _site.USER_SITE is None else [_site.USER_SITE]
+ _site_packages_dirs += [p for p in _sys.path if "site-packages" in p]
+-if "getsitepackages" in dir(_site):
++try:
+   _site_packages_dirs += _site.getsitepackages()
+-
+-if "sysconfig" in dir(_distutils):
++except AttributeError:
++  import distutils as _distutils
+   _site_packages_dirs += [_distutils.sysconfig.get_python_lib()]
+ 
+ _site_packages_dirs = list(set(_site_packages_dirs))
+diff --git a/tensorflow/lite/python/convert.py 
b/tensorflow/lite/python/convert.py
+index cfaff27a..a4eeb02f 100644
+--- a/tensorflow/lite/python/convert.py
 b/tensorflow/lite/python/convert.py
+@@ -14,7 +14,6 @@
+ # 
==
+ """Converts a frozen graph into a TFLite FlatBuffer."""
+ 
+-import distutils.spawn
+ import enum
+ import hashlib
+ import os as _os
+@@ -45,6 +44,10 @@ from tensorflow.python.platform import resource_loader as 
_resource_loader
+ from tensorflow.python.util import deprecation
+ from tensorflow.python.util.tf_export import tf_export as _tf_export
+ 
++try:
++  from shutil import which

[Git][archlinux/packaging/packages/tensorflow][main] upgpkg: 2.16.1-5: cuda 12.5 rebuild

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
9dd47c82 by Sven-Hendrik Haase at 2024-05-24T04:44:12+02:00
upgpkg: 2.16.1-5: cuda 12.5 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tensorflow
pkgdesc = Library for computation using data flow graphs for scalable 
machine learning
pkgver = 2.16.1
-   pkgrel = 4
+   pkgrel = 5
url = https://www.tensorflow.org/
arch = x86_64
license = APACHE


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=2.16.1
 _pkgver=2.16.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -98,9 +98,9 @@ prepare() {
   # https://github.com/tensorflow/tensorflow/issues/60577
   export CC=gcc
   export CXX=g++
-  export GCC_HOST_COMPILER_PATH="$NVCC_CCBIN"
-  export HOST_C_COMPILER=/usr/bin/${CC}
-  export HOST_CXX_COMPILER=/usr/bin/${CXX}
+  export GCC_HOST_COMPILER_PATH="${NVCC_CCBIN/++/cc}"
+  export HOST_C_COMPILER="${NVCC_CCBIN/++/cc}"
+  export HOST_CXX_COMPILER="$NVCC_CCBIN"
   export TF_CUDA_CLANG=0  # Clang currently disabled because it's not 
compatible at the moment.
   export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
   export TF_CUDA_PATHS=/opt/cuda,/usr/lib,/usr



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

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




[Git][archlinux/packaging/packages/tensorflow] Pushed new tag 2.16.1-5

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.16.1-5 at Arch Linux / Packaging / Packages 
/ tensorflow

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




[Git][archlinux/packaging/packages/pavucontrol] Pushed new tag 1-6.0-1

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


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

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




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

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


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

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




[Git][archlinux/packaging/packages/lib32-mesa][main] 1:24.0.8-1

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


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


Commits:
03c55856 by Jan Alexander Steffens (heftig) at 2024-05-24T03:50:40+02:00
1:24.0.8-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lib32-mesa
pkgdesc = Open-source OpenGL drivers - 32-bit
-   pkgver = 24.0.7
-   pkgrel = 3
+   pkgver = 24.0.8
+   pkgrel = 1
epoch = 1
url = https://www.mesa3d.org/
arch = x86_64
@@ -48,8 +48,8 @@ pkgbase = lib32-mesa
makedepends = wayland-protocols
makedepends = xorgproto
options = !lto
-   source = https://mesa.freedesktop.org/archive/mesa-24.0.7.tar.xz
-   source = https://mesa.freedesktop.org/archive/mesa-24.0.7.tar.xz.sig
+   source = https://mesa.freedesktop.org/archive/mesa-24.0.8.tar.xz
+   source = https://mesa.freedesktop.org/archive/mesa-24.0.8.tar.xz.sig
source = 
proc-macro2-1.0.70.tar.gz::https://crates.io/api/v1/crates/proc-macro2/1.0.70/download
source = 
unicode-ident-1.0.12.tar.gz::https://crates.io/api/v1/crates/unicode-ident/1.0.12/download
source = 
quote-1.0.33.tar.gz::https://crates.io/api/v1/crates/quote/1.0.33/download
@@ -60,13 +60,13 @@ pkgbase = lib32-mesa
validpgpkeys = A5CC9FEC93F2F837CB044912336909B6B25FADFA
validpgpkeys = 71C4B75620BC75708B4BDB254C95FAAB3EB073EC
validpgpkeys = 57551DE15B968F6341C248F68D8E31AFC32428A6
-   sha256sums = 
7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a
+   sha256sums = 
d1ed86a266d5b7b8c136ae587ef5618ed1a9837a43440f3713622bf0123bf5c1
sha256sums = SKIP
sha256sums = 
39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b
sha256sums = 
3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b
sha256sums = 
5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae
sha256sums = 
23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a
-   b2sums = 
d9438e533b471445b2403e01e1fd593d83c0013b0991585f718122f1cadc6ac6bb1fb913f0fb257354ae21ddd9fe1f970ad9ac46f05d756c223ed56a11b9c9ce
+   b2sums = 
1919e99e6ccbd51c8e74e55985ea9a3f47bf49c7e4260a195a609ce175eeded9fc5a56970ae35d21bc650e4bb802df484d2088b29ef3861d13942bd495891a9a
b2sums = SKIP
b2sums = 
fff0dec06b21e391783cc136790238acb783780eaedcf14875a350e7ceb46fdc100c8b9e3f09fb7f4c2196c25d4c6b61e574c0dad762d94533b628faab68cf5c
b2sums = 
4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac


=
PKGBUILD
=
@@ -18,8 +18,8 @@ pkgname=(
   'lib32-mesa-vdpau'
   'lib32-mesa'
 )
-pkgver=24.0.7
-pkgrel=3
+pkgver=24.0.8
+pkgrel=1
 epoch=1
 pkgdesc="Open-source OpenGL drivers - 32-bit"
 url="https://www.mesa3d.org/;
@@ -98,13 +98,13 @@ for _crate in "${!_crates[@]}"; do
   
source+=($_crate-${_crates[$_crate]}.tar.gz::https://crates.io/api/v1/crates/$_crate/${_crates[$_crate]}/download)
 done
 
-sha256sums=('7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a'
+sha256sums=('d1ed86a266d5b7b8c136ae587ef5618ed1a9837a43440f3713622bf0123bf5c1'
 'SKIP'
 '39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b'
 '3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b'
 '5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae'
 '23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a')
-b2sums=('d9438e533b471445b2403e01e1fd593d83c0013b0991585f718122f1cadc6ac6bb1fb913f0fb257354ae21ddd9fe1f970ad9ac46f05d756c223ed56a11b9c9ce'
+b2sums=('1919e99e6ccbd51c8e74e55985ea9a3f47bf49c7e4260a195a609ce175eeded9fc5a56970ae35d21bc650e4bb802df484d2088b29ef3861d13942bd495891a9a'
 'SKIP'
 
'fff0dec06b21e391783cc136790238acb783780eaedcf14875a350e7ceb46fdc100c8b9e3f09fb7f4c2196c25d4c6b61e574c0dad762d94533b628faab68cf5c'
 
'4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-mesa/-/commit/03c55856995f5ee6fdbc91b076856b7fcc6c7205

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




[Git][archlinux/packaging/packages/mesa][main] 1:24.0.8-1

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


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


Commits:
5a70b347 by Jan Alexander Steffens (heftig) at 2024-05-24T03:50:38+02:00
1:24.0.8-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mesa
pkgdesc = Open-source OpenGL drivers
-   pkgver = 24.0.7
-   pkgrel = 3
+   pkgver = 24.0.8
+   pkgrel = 1
epoch = 1
url = https://www.mesa3d.org/
arch = x86_64
@@ -51,8 +51,8 @@ pkgbase = mesa
makedepends = directx-headers
makedepends = libomxil-bellagio
options = !lto
-   source = https://mesa.freedesktop.org/archive/mesa-24.0.7.tar.xz
-   source = https://mesa.freedesktop.org/archive/mesa-24.0.7.tar.xz.sig
+   source = https://mesa.freedesktop.org/archive/mesa-24.0.8.tar.xz
+   source = https://mesa.freedesktop.org/archive/mesa-24.0.8.tar.xz.sig
source = 
proc-macro2-1.0.70.tar.gz::https://crates.io/api/v1/crates/proc-macro2/1.0.70/download
source = 
unicode-ident-1.0.12.tar.gz::https://crates.io/api/v1/crates/unicode-ident/1.0.12/download
source = 
quote-1.0.33.tar.gz::https://crates.io/api/v1/crates/quote/1.0.33/download
@@ -63,13 +63,13 @@ pkgbase = mesa
validpgpkeys = A5CC9FEC93F2F837CB044912336909B6B25FADFA
validpgpkeys = 71C4B75620BC75708B4BDB254C95FAAB3EB073EC
validpgpkeys = 57551DE15B968F6341C248F68D8E31AFC32428A6
-   sha256sums = 
7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a
+   sha256sums = 
d1ed86a266d5b7b8c136ae587ef5618ed1a9837a43440f3713622bf0123bf5c1
sha256sums = SKIP
sha256sums = 
39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b
sha256sums = 
3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b
sha256sums = 
5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae
sha256sums = 
23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a
-   b2sums = 
d9438e533b471445b2403e01e1fd593d83c0013b0991585f718122f1cadc6ac6bb1fb913f0fb257354ae21ddd9fe1f970ad9ac46f05d756c223ed56a11b9c9ce
+   b2sums = 
1919e99e6ccbd51c8e74e55985ea9a3f47bf49c7e4260a195a609ce175eeded9fc5a56970ae35d21bc650e4bb802df484d2088b29ef3861d13942bd495891a9a
b2sums = SKIP
b2sums = 
fff0dec06b21e391783cc136790238acb783780eaedcf14875a350e7ceb46fdc100c8b9e3f09fb7f4c2196c25d4c6b61e574c0dad762d94533b628faab68cf5c
b2sums = 
4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac


=
PKGBUILD
=
@@ -18,8 +18,8 @@ pkgname=(
   'mesa-vdpau'
   'mesa'
 )
-pkgver=24.0.7
-pkgrel=3
+pkgver=24.0.8
+pkgrel=1
 epoch=1
 pkgdesc="Open-source OpenGL drivers"
 url="https://www.mesa3d.org/;
@@ -107,13 +107,13 @@ for _crate in "${!_crates[@]}"; do
   
source+=($_crate-${_crates[$_crate]}.tar.gz::https://crates.io/api/v1/crates/$_crate/${_crates[$_crate]}/download)
 done
 
-sha256sums=('7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a'
+sha256sums=('d1ed86a266d5b7b8c136ae587ef5618ed1a9837a43440f3713622bf0123bf5c1'
 'SKIP'
 '39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b'
 '3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b'
 '5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae'
 '23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a')
-b2sums=('d9438e533b471445b2403e01e1fd593d83c0013b0991585f718122f1cadc6ac6bb1fb913f0fb257354ae21ddd9fe1f970ad9ac46f05d756c223ed56a11b9c9ce'
+b2sums=('1919e99e6ccbd51c8e74e55985ea9a3f47bf49c7e4260a195a609ce175eeded9fc5a56970ae35d21bc650e4bb802df484d2088b29ef3861d13942bd495891a9a'
 'SKIP'
 
'fff0dec06b21e391783cc136790238acb783780eaedcf14875a350e7ceb46fdc100c8b9e3f09fb7f4c2196c25d4c6b61e574c0dad762d94533b628faab68cf5c'
 
'4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mesa/-/commit/5a70b34729de4001bec9e01778ab8e96bb6b122f

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




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

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


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

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




[Git][archlinux/packaging/packages/hicolor-icon-theme] Pushed new tag 0.18-1

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


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

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




[Git][archlinux/packaging/packages/blender][main] upgpkg: 17:4.1.1-8

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
d532d5af by Sven-Hendrik Haase at 2024-05-24T03:22:49+02:00
upgpkg: 17:4.1.1-8

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 4.1.1
-   pkgrel = 7
+   pkgrel = 8
epoch = 17
url = https://www.blender.org
arch = x86_64
@@ -105,12 +105,14 @@ pkgbase = blender
source = 
https://developer.download.nvidia.com/redist/optix/v8.0/OptiX-8.0-Include.zip
source = force-draco1.patch
source = force-draco2.patch
+   source = blender-4.11-mantaflow-python-3.12.patch
sha512sums = 
194274ee62c2a3b96e81af92520d424fb7bda24902cffcf2cd9a2e343c0627fe74cdd08d52709c8f181df72f7e36fc64f6144412c459f5a5a0b4497babd2fe07
sha512sums = 
4476c93942e5efc5a8ee7c4ef1caea2e77dc6e40eb825e35c0120f7e9f714ff8bdb873bb83d47ac27f8616eedac8e52f15804ed603c093044490f89e626baa80
sha512sums = 
877ed9ced417c5879b0bc6a7d3d87aa68a3e4015df9c08945c468dfab59a513bdd03523b7593e556fc9d0e22dbad25d980238e25583ea34a77ffcae3693cd0e7
-   sha512sums = 
2eaa05da22d4a304d1db310bd8c04358e70fdd927cbaadd574e179a86bf288c7b4fa1188d15f1928788ce9c5d2b15b512d47743a230e703f44c07cb7bbc39c5b
+   sha512sums = 
cb42cd0024b09f7de7368dc5af0b6b68f853ca6b6ed88e1f141410e6c1799db961d8ef7b695fdc0f805cc1c9f1f6b9e0d67ce8155b966b96b601650b3ab81ae7
sha512sums = 
5502d9df847de12badc702c0444bd4f1f7620460b2235026df2c3133da1e04c148af0f1fc7f345e9a0c009c32f905f66c8d427743445e8864d3a797cdce6a483
sha512sums = 
e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0
sha512sums = 
c162646eba42ea7112cfb615466c2cbaddac8d254d4a9e91cf887c5bffef1325a983701163223a1fdee091310ac5574a400347aab7f52321825b5fa3d5a9036f
+   sha512sums = 
59044954880ce94d7a1da78ccd03e61a9d23382281b2221ca5c9c7eec9caeecf810d10ee07940d5843b7540fa81c00df5a26e8076605410116815e73c60ab9b9
 
 pkgname = blender


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=blender
 pkgver=4.1.1
-pkgrel=7
+pkgrel=8
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -125,7 +125,7 @@ 
source=("git+https://projects.blender.org/blender/blender.git#tag=v$pkgver;
 
sha512sums=('194274ee62c2a3b96e81af92520d424fb7bda24902cffcf2cd9a2e343c0627fe74cdd08d52709c8f181df72f7e36fc64f6144412c459f5a5a0b4497babd2fe07'
 
'4476c93942e5efc5a8ee7c4ef1caea2e77dc6e40eb825e35c0120f7e9f714ff8bdb873bb83d47ac27f8616eedac8e52f15804ed603c093044490f89e626baa80'
 
'877ed9ced417c5879b0bc6a7d3d87aa68a3e4015df9c08945c468dfab59a513bdd03523b7593e556fc9d0e22dbad25d980238e25583ea34a77ffcae3693cd0e7'
-
'2eaa05da22d4a304d1db310bd8c04358e70fdd927cbaadd574e179a86bf288c7b4fa1188d15f1928788ce9c5d2b15b512d47743a230e703f44c07cb7bbc39c5b'
+
'cb42cd0024b09f7de7368dc5af0b6b68f853ca6b6ed88e1f141410e6c1799db961d8ef7b695fdc0f805cc1c9f1f6b9e0d67ce8155b966b96b601650b3ab81ae7'
 
'5502d9df847de12badc702c0444bd4f1f7620460b2235026df2c3133da1e04c148af0f1fc7f345e9a0c009c32f905f66c8d427743445e8864d3a797cdce6a483'
 
'e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0'
 
'c162646eba42ea7112cfb615466c2cbaddac8d254d4a9e91cf887c5bffef1325a983701163223a1fdee091310ac5574a400347aab7f52321825b5fa3d5a9036f'



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

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




[Git][archlinux/packaging/packages/blender] Pushed new tag 17-4.1.1-8

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 17-4.1.1-8 at Arch Linux / Packaging / 
Packages / blender

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




[Git][archlinux/packaging/packages/blender][main] Fix crash on creating fluid domain with python 3.12.

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
44a846df by loqs at 2024-05-23T22:29:21+00:00
Fix crash on creating fluid domain with python 3.12.

Python 3.12 now enforces that `PyImport_AppendInittab` should not be used after 
`Py_Initialize` has been called. See 
https://github.com/python/cpython/commit/7f3a4b967cfb1596a3fda6c34f900f8586b16700.
Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/issues/18.

- - - - -


2 changed files:

- PKGBUILD
- + blender-4.11-mantaflow-python-3.12.patch


Changes:

=
PKGBUILD
=
@@ -120,14 +120,16 @@ 
source=("git+https://projects.blender.org/blender/blender.git#tag=v$pkgver;
 "git+https://projects.blender.org/blender/blender-assets#tag=v$pkgver;
 
https://developer.download.nvidia.com/redist/optix/v8.0/OptiX-8.0-Include.zip
 force-draco1.patch
-force-draco2.patch)
+force-draco2.patch
+blender-4.11-mantaflow-python-3.12.patch)
 
sha512sums=('194274ee62c2a3b96e81af92520d424fb7bda24902cffcf2cd9a2e343c0627fe74cdd08d52709c8f181df72f7e36fc64f6144412c459f5a5a0b4497babd2fe07'
 
'4476c93942e5efc5a8ee7c4ef1caea2e77dc6e40eb825e35c0120f7e9f714ff8bdb873bb83d47ac27f8616eedac8e52f15804ed603c093044490f89e626baa80'
 
'877ed9ced417c5879b0bc6a7d3d87aa68a3e4015df9c08945c468dfab59a513bdd03523b7593e556fc9d0e22dbad25d980238e25583ea34a77ffcae3693cd0e7'
 
'2eaa05da22d4a304d1db310bd8c04358e70fdd927cbaadd574e179a86bf288c7b4fa1188d15f1928788ce9c5d2b15b512d47743a230e703f44c07cb7bbc39c5b'
 
'5502d9df847de12badc702c0444bd4f1f7620460b2235026df2c3133da1e04c148af0f1fc7f345e9a0c009c32f905f66c8d427743445e8864d3a797cdce6a483'
 
'e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0'
-
'c162646eba42ea7112cfb615466c2cbaddac8d254d4a9e91cf887c5bffef1325a983701163223a1fdee091310ac5574a400347aab7f52321825b5fa3d5a9036f')
+
'c162646eba42ea7112cfb615466c2cbaddac8d254d4a9e91cf887c5bffef1325a983701163223a1fdee091310ac5574a400347aab7f52321825b5fa3d5a9036f'
+
'59044954880ce94d7a1da78ccd03e61a9d23382281b2221ca5c9c7eec9caeecf810d10ee07940d5843b7540fa81c00df5a26e8076605410116815e73c60ab9b9')
 
 prepare() {
   cd "$pkgname"
@@ -149,6 +151,10 @@ prepare() {
   # fix draco
   patch -p1 -i "$srcdir"/force-draco1.patch
   patch -p1 -d scripts/addons -i "$srcdir"/force-draco2.patch
+
+  # fix fluid sim domain with python 3.12
+  # 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/issues/18
+  patch -p1 -i "$srcdir"/blender-4.11-mantaflow-python-3.12.patch
 }
 
 _get_pyver() {


=
blender-4.11-mantaflow-python-3.12.patch
=
@@ -0,0 +1,14 @@
+diff --git a/extern/mantaflow/helper/pwrapper/registry.cpp 
b/extern/mantaflow/helper/pwrapper/registry.cpp
+index b4206a41dea..bd83eb28116 100644
+--- a/extern/mantaflow/helper/pwrapper/registry.cpp
 b/extern/mantaflow/helper/pwrapper/registry.cpp
+@@ -576,7 +576,8 @@ void WrapperRegistry::construct(const string , 
const vector &
+   registerDummyTypes();
+ 
+   // work around for certain gcc versions, cast to char*
+-  PyImport_AppendInittab((char *)gDefaultModuleName.c_str(), 
PyInit_manta_main);
++  if (!Py_IsInitialized())
++  PyImport_AppendInittab((char *)gDefaultModuleName.c_str(), 
PyInit_manta_main);
+ }
+ 
+ inline PyObject *castPy(PyTypeObject *p)



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

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




[Git][archlinux/packaging/packages/opencv][main] upgpkg: 4.9.0-9: cuda 12.5 rebuild

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
9f570a52 by Sven-Hendrik Haase at 2024-05-24T01:20:42+02:00
upgpkg: 4.9.0-9: cuda 12.5 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = opencv
pkgdesc = Open Source Computer Vision Library
pkgver = 4.9.0
-   pkgrel = 8
+   pkgrel = 9
url = https://opencv.org/
arch = x86_64
license = Apache-2.0


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(opencv
  python-opencv
  opencv-cuda)
 pkgver=4.9.0
-pkgrel=8
+pkgrel=9
 pkgdesc='Open Source Computer Vision Library'
 arch=(x86_64)
 license=(Apache-2.0)



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

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




[Git][archlinux/packaging/packages/opencv] Pushed new tag 4.9.0-9

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 4.9.0-9 at Arch Linux / Packaging / Packages 
/ opencv

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




[Git][archlinux/packaging/packages/arti][main] upgpkg: 1.2.3-1

2024-05-23 Thread kpcyrd (@kpcyrd)


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


Commits:
7a2d67a8 by kpcyrd at 2024-05-24T01:01:26+02:00
upgpkg: 1.2.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = arti
pkgdesc = An implementation of Tor in Rust
-   pkgver = 1.2.2
+   pkgver = 1.2.3
pkgrel = 1
url = https://gitlab.torproject.org/tpo/core/arti
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = arti
depends = libssl.so
options = !lto
backup = etc/arti.d/arti.toml
-   source = 
arti-1.2.2.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.2.2/arti-arti-v1.2.2.tar.gz
-   sha256sums = 
a255b3ea11bcdb698ad646db542a02d7db9cfc3c94f05f05db029b4e5da290ea
-   b2sums = 
37c41fdde54a26894e81237cfa4469fb120a941b9a083ec381ebc27c953bfd1ced2e2687890b29ae3612809d65125721ed0d072ae5e23d353dce100390466025
+   source = 
arti-1.2.3.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.2.3/arti-arti-v1.2.3.tar.gz
+   sha256sums = 
2cfbbc6aa203e0203f773158c4994ee0d55f7213c488281febeef9a15e25aec4
+   b2sums = 
f4bb9d139942fee587ab4a80eac2a02744b428b3e900b5bb9331896fa8c06600caa0b92c2e125f90b5a2161b61485c6059a43a4c7623aa1290fe7fe610a8eb17
 
 pkgname = arti


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=arti
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="An implementation of Tor in Rust"
 arch=('x86_64')
@@ -19,8 +19,8 @@ makedepends=('cargo')
 backup=('etc/arti.d/arti.toml')
 options=('!lto')
 
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgname-v$pkgver/$pkgname-$pkgname-v$pkgver.tar.gz")
-sha256sums=('a255b3ea11bcdb698ad646db542a02d7db9cfc3c94f05f05db029b4e5da290ea')
-b2sums=('37c41fdde54a26894e81237cfa4469fb120a941b9a083ec381ebc27c953bfd1ced2e2687890b29ae3612809d65125721ed0d072ae5e23d353dce100390466025')
+sha256sums=('2cfbbc6aa203e0203f773158c4994ee0d55f7213c488281febeef9a15e25aec4')
+b2sums=('f4bb9d139942fee587ab4a80eac2a02744b428b3e900b5bb9331896fa8c06600caa0b92c2e125f90b5a2161b61485c6059a43a4c7623aa1290fe7fe610a8eb17')
 
 prepare() {
   mv "$pkgname-$pkgname-v$pkgver" "$pkgname-$pkgver"



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

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




[Git][archlinux/packaging/packages/arti] Pushed new tag 1.2.3-1

2024-05-23 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 1.2.3-1 at Arch Linux / Packaging / Packages / arti

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




[Git][archlinux/packaging/packages/k3b][main] upgpkg: 1:24.05.0-2: ffmpeg 7 rebuild

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


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


Commits:
7bf3a55b by Antonio Rojas at 2024-05-24T00:33:17+02:00
upgpkg: 1:24.05.0-2: ffmpeg 7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = k3b
pkgdesc = Feature-rich and easy to handle CD burning application
pkgver = 24.05.0
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://apps.kde.org/k3b/
arch = x86_64


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=k3b
 pkgver=24.05.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Feature-rich and easy to handle CD burning application'
 arch=(x86_64)



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

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




[Git][archlinux/packaging/packages/k3b] Pushed new tag 1-24.05.0-2

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


Antonio Rojas pushed new tag 1-24.05.0-2 at Arch Linux / Packaging / Packages / 
k3b

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




[Git][archlinux/packaging/packages/symengine][main] upgpkg: 0.12.0-1: Update to 0.12.0

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


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


Commits:
cd27c047 by Antonio Rojas at 2024-05-24T00:32:06+02:00
upgpkg: 0.12.0-1: Update to 0.12.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,14 @@
 pkgbase = symengine
pkgdesc = Fast symbolic manipulation library, written in C++
-   pkgver = 0.11.2
-   pkgrel = 4
+   pkgver = 0.12.0
+   pkgrel = 1
url = http://sympy.org/
arch = x86_64
license = MIT
makedepends = boost
makedepends = cereal
makedepends = cmake
+   makedepends = git
makedepends = llvm
depends = flint
depends = gcc-libs
@@ -19,9 +20,9 @@ pkgbase = symengine
depends = llvm-libs
depends = mpfr
depends = primesieve
-   source = 
https://github.com/symengine/symengine/releases/download/v0.11.2/symengine-0.11.2.tar.gz
+   source = git+https://github.com/symengine/symengine#tag=v0.12.0
source = llvm-shared.patch
-   sha256sums = 
f6972acd6a65354f6414e69460d2e175729470632bdac05919bc2f7f32e48cbd
+   sha256sums = 
f6eee00ac99118cfce8f647a00a199c61a4d9365bfd0b9da0070a37d5b8d8d2d
sha256sums = 
ef05a806139b35e0336f00cb6960ef6cf483f11b0041e436a99ab1f46bdcb11c
 
 pkgname = symengine


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Michael Schubert 
 
 pkgname=symengine
-pkgver=0.11.2
-pkgrel=4
+pkgver=0.12.0
+pkgrel=1
 pkgdesc='Fast symbolic manipulation library, written in C++'
 url='http://sympy.org/'
 arch=(x86_64)
@@ -21,18 +21,19 @@ depends=(flint
 makedepends=(boost
  cereal
  cmake
+ git
  llvm)
-source=(https://github.com/symengine/symengine/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
+source=(git+https://github.com/symengine/symengine#tag=v$pkgver
 llvm-shared.patch)
-sha256sums=('f6972acd6a65354f6414e69460d2e175729470632bdac05919bc2f7f32e48cbd'
+sha256sums=('f6eee00ac99118cfce8f647a00a199c61a4d9365bfd0b9da0070a37d5b8d8d2d'
 'ef05a806139b35e0336f00cb6960ef6cf483f11b0041e436a99ab1f46bdcb11c')
 
 prepare() {
-  patch -d $pkgname-$pkgver -p1 < llvm-shared.patch # Use shared LLVM (Gentoo)
+  patch -d $pkgname -p1 < llvm-shared.patch # Use shared LLVM (Gentoo)
 }
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_SHARED_LIBS=ON \
 -DWITH_TCMALLOC=ON \
@@ -56,5 +57,5 @@ check() {
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm644 $pkgname/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/symengine/-/commit/cd27c047f94733f64a3e52f3784f569f79c74770

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




[Git][archlinux/packaging/packages/symengine] Pushed new tag 0.12.0-1

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


Antonio Rojas pushed new tag 0.12.0-1 at Arch Linux / Packaging / Packages / 
symengine

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




[Git][archlinux/packaging/packages/qt5-webengine] Pushed new tag 5.15.17-2

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


Antonio Rojas pushed new tag 5.15.17-2 at Arch Linux / Packaging / Packages / 
qt5-webengine

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




[Git][archlinux/packaging/packages/geogebra][main] upgpkg: 1:5.2.841.0-2: Rebuild with fixed icon

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


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


Commits:
dc6468f9 by Antonio Rojas at 2024-05-24T00:27:28+02:00
upgpkg: 1:5.2.841.0-2: Rebuild with fixed icon

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = geogebra
pkgdesc = Dynamic mathematics software with interactive graphics, 
algebra and spreadsheet
pkgver = 5.2.841.0
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://www.geogebra.org/
arch = any


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=geogebra
 pkgver=5.2.841.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
 arch=(any)



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

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




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

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


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

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




[Git][archlinux/packaging/packages/opencv][main] upgpkg: 4.9.0-8: cuda 12.5 rebuild

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
18742517 by Sven-Hendrik Haase at 2024-05-24T00:14:58+02:00
upgpkg: 4.9.0-8: cuda 12.5 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = opencv
pkgdesc = Open Source Computer Vision Library
pkgver = 4.9.0
-   pkgrel = 7
+   pkgrel = 8
url = https://opencv.org/
arch = x86_64
license = Apache-2.0


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(opencv
  python-opencv
  opencv-cuda)
 pkgver=4.9.0
-pkgrel=7
+pkgrel=8
 pkgdesc='Open Source Computer Vision Library'
 arch=(x86_64)
 license=(Apache-2.0)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opencv/-/commit/18742517066b51cb50e69e1fa8e625d5d0df6bd0

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




[Git][archlinux/packaging/packages/opencv] Pushed new tag 4.9.0-8

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 4.9.0-8 at Arch Linux / Packaging / Packages 
/ opencv

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




[Git][archlinux/packaging/packages/glm] Pushed new tag 1.0.1-1

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.0.1-1 at Arch Linux / Packaging / Packages 
/ glm

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




[Git][archlinux/packaging/packages/glm][main] upgpkg: 1.0.1-1

2024-05-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
390d11b4 by Sven-Hendrik Haase at 2024-05-23T23:39:35+02:00
upgpkg: 1.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = glm
pkgdesc = C++ mathematics library for 3D software based on the OpenGL 
Shading Language (GLSL) specification
-   pkgver = 1.0.0
-   pkgrel = 3
+   pkgver = 1.0.1
+   pkgrel = 1
url = http://glm.g-truc.net
arch = x86_64
license = MIT
makedepends = cmake
makedepends = ninja
-   source = 
glm-1.0.0.tar.gz::https://github.com/g-truc/glm/archive/refs/tags/1.0.0.tar.gz
-   sha512sums = 
62e22002a6369a54e1f0ee2885a65f2780af7d2a446573e5387b81518f5dc7e8076053837cb99ae850a0166ce8b0f077bed009e8986d9884d01c456ce467553f
+   source = 
glm-1.0.1.tar.gz::https://github.com/g-truc/glm/archive/refs/tags/1.0.1.tar.gz
+   sha512sums = 
c6c6fa1ea7a7e97820e36ee042a78be248ae828c99c1b080d9bf334a5160c9993a70312351c92a867cd49907c95f9f357c8dfe2bc29946da6e83e27ba20c
 
 pkgname = glm


=
PKGBUILD
=
@@ -1,15 +1,15 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Peter Hatina 
 pkgname=glm
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
 arch=('x86_64')
 license=('MIT')
 url="http://glm.g-truc.net;
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/g-truc/glm/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('62e22002a6369a54e1f0ee2885a65f2780af7d2a446573e5387b81518f5dc7e8076053837cb99ae850a0166ce8b0f077bed009e8986d9884d01c456ce467553f')
+sha512sums=('c6c6fa1ea7a7e97820e36ee042a78be248ae828c99c1b080d9bf334a5160c9993a70312351c92a867cd49907c95f9f357c8dfe2bc29946da6e83e27ba20c')
 
 build() {
   export CXXFLAGS+=" -ffat-lto-objects"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glm/-/commit/390d11b40a2868653e971a765fb18650f12c4a6c

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




[Git][archlinux/packaging/packages/haskell-language-server] Pushed new tag 1.9.1.0-96

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.9.1.0-96 at Arch Linux / Packaging / Packages / 
haskell-language-server

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-language-server/-/tree/1.9.1.0-96
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-language-server][main] upgpkg: 1.9.1.0-96: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-language-server


Commits:
b87892da by Felix Yan at 2024-05-23T21:37:22+00:00
upgpkg: 1.9.1.0-96: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-language-server
pkgdesc = LSP server for GHC
pkgver = 1.9.1.0
-   pkgrel = 95
+   pkgrel = 96
url = https://github.com/haskell/haskell-language-server#readme
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.9.1.0
-pkgrel=95
+pkgrel=96
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-language-server/-/commit/b87892da10cc0df5f17ea8bf05ca3cc6ec67d064

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




[Git][archlinux/packaging/packages/taffybar] Pushed new tag 4.0.2-3

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 4.0.2-3 at Arch Linux / Packaging / Packages / taffybar

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




[Git][archlinux/packaging/packages/taffybar][main] upgpkg: 4.0.2-3: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / taffybar


Commits:
8b8d9141 by Felix Yan at 2024-05-23T21:34:14+00:00
upgpkg: 4.0.2-3: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = taffybar
pkgdesc = A desktop bar similar to xmobar, but with more GUI
pkgver = 4.0.2
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/taffybar/taffybar
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=taffybar
 pkgver=4.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A desktop bar similar to xmobar, but with more GUI"
 url="https://github.com/taffybar/taffybar;
 license=("BSD")



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

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




[Git][archlinux/packaging/packages/haskell-hls-splice-plugin][main] upgpkg: 1.0.3.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-splice-plugin


Commits:
9012fdfd by Felix Yan at 2024-05-23T21:34:03+00:00
upgpkg: 1.0.3.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-splice-plugin
pkgdesc = HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes
pkgver = 1.0.3.0
-   pkgrel = 165
+   pkgrel = 166
url = https://hackage.haskell.org/package/hls-splice-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-splice-plugin
 pkgname=haskell-hls-splice-plugin
 pkgver=1.0.3.0
-pkgrel=165
+pkgrel=166
 pkgdesc="HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes"
 url="https://hackage.haskell.org/package/hls-splice-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-splice-plugin/-/commit/9012fdfd01a61fb627572f0f7ce8532ebb04a946

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-splice-plugin/-/commit/9012fdfd01a61fb627572f0f7ce8532ebb04a946
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-splice-plugin] Pushed new tag 1.0.3.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.3.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-splice-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-splice-plugin/-/tree/1.0.3.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-gadt-plugin][main] upgpkg: 1.0.1.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-gadt-plugin


Commits:
ada1d2a3 by Felix Yan at 2024-05-23T21:33:56+00:00
upgpkg: 1.0.1.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-gadt-plugin
pkgdesc = Convert to GADT syntax plugin
pkgver = 1.0.1.0
-   pkgrel = 165
+   pkgrel = 166
url = https://github.com/haskell/haskell-language-server.git
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-gadt-plugin
 pkgname=haskell-hls-gadt-plugin
 pkgver=1.0.1.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Convert to GADT syntax plugin"
 url="https://github.com/haskell/haskell-language-server.git;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-gadt-plugin/-/commit/ada1d2a3701184666b5380259c53166a414a02d0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-gadt-plugin/-/commit/ada1d2a3701184666b5380259c53166a414a02d0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-gadt-plugin] Pushed new tag 1.0.1.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.1.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-gadt-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-gadt-plugin/-/tree/1.0.1.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-rename-plugin][main] upgpkg: 1.0.2.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-rename-plugin


Commits:
d481c8bf by Felix Yan at 2024-05-23T21:33:54+00:00
upgpkg: 1.0.2.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-rename-plugin
pkgdesc = Rename plugin for Haskell Language Server
pkgver = 1.0.2.0
-   pkgrel = 165
+   pkgrel = 166
url = https://hackage.haskell.org/package/hls-rename-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-rename-plugin
 pkgname=haskell-hls-rename-plugin
 pkgver=1.0.2.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Rename plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-rename-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-rename-plugin/-/commit/d481c8bfb333cd5f284951b5cd43c56ca0c61a8e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-rename-plugin/-/commit/d481c8bfb333cd5f284951b5cd43c56ca0c61a8e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-rename-plugin] Pushed new tag 1.0.2.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.2.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-rename-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-rename-plugin/-/tree/1.0.2.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xmonad-extras][main] upgpkg: 0.17.1-16: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
xmonad-extras


Commits:
858fa0a3 by Felix Yan at 2024-05-23T21:33:50+00:00
upgpkg: 0.17.1-16: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xmonad-extras
pkgdesc = Third party extensions for xmonad with wacky dependencies
pkgver = 0.17.1
-   pkgrel = 15
+   pkgrel = 16
url = https://github.com/xmonad/xmonad-extras
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=xmonad-extras
 pkgver=0.17.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Third party extensions for xmonad with wacky dependencies"
 url="https://github.com/xmonad/xmonad-extras;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmonad-extras/-/commit/858fa0a3ddc680c14d67a81a51d9a5aa71fb0a3a

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




[Git][archlinux/packaging/packages/xmonad-extras] Pushed new tag 0.17.1-16

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.17.1-16 at Arch Linux / Packaging / Packages / 
xmonad-extras

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




[Git][archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin] Pushed new tag 1.0.0.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.0.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-explicit-record-fields-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin/-/tree/1.0.0.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin][main] upgpkg: 1.0.0.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-explicit-record-fields-plugin


Commits:
84a351f4 by Felix Yan at 2024-05-23T21:33:43+00:00
upgpkg: 1.0.0.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-explicit-record-fields-plugin
pkgdesc = Explicit record fields plugin for Haskell Language Server
pkgver = 1.0.0.0
-   pkgrel = 165
+   pkgrel = 166
url = https://github.com/haskell/haskell-language-server
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-explicit-record-fields-plugin
 pkgname=haskell-hls-explicit-record-fields-plugin
 pkgver=1.0.0.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Explicit record fields plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin/-/commit/84a351f4a65aa5f09fb136b580e68cd43b441941

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-record-fields-plugin/-/commit/84a351f4a65aa5f09fb136b580e68cd43b441941
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/passt][main] upgpkg: 2024_05_23.765eb0b-1

2024-05-23 Thread David Runge (@dvzrv)


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


Commits:
17986094 by David Runge at 2024-05-23T23:33:09+02:00
upgpkg: 2024_05_23.765eb0b-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = passt
pkgdesc = Plug A Simple Socket Transport
-   pkgver = 2024_05_10.7288448
+   pkgver = 2024_05_23.765eb0b
pkgrel = 1
url = https://passt.top/passt/about/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = passt
license = GPL-2.0-or-later
depends = glibc
optdepends = sh: for demo script
-   source = 
https://passt.top/passt/snapshot/passt-2024_05_10.7288448.tar.zst
-   sha512sums = 
02d2d13ec525776844e204e31a3bd6bcb993534ecd443e1f6dd6a5c6da02d8ed521e323862fc8484b7ce9d929d3a36821cf6fa2bf10e1f952670513ee77d7458
-   b2sums = 
0fac5e258f1de632b57a6479afd21dae976ae4aade6d2c74178705878834794abbc7009cb5d4c6fed9005928de0359ef4178f2b7eecd49bddc865f809e5d9ab4
+   source = 
https://passt.top/passt/snapshot/passt-2024_05_23.765eb0b.tar.zst
+   sha512sums = 
05bbd99bdff2a69165b596fce01b8d8d8f1bc5c681c60149beca1ec6d04109db0e2ab9a27a6849107ad6cdd76f4366e773807d436d64f3fc751cab1d6dc79a5e
+   b2sums = 
a52689401df31f514c2813347e8b0c0e0c6ea36d4e0722000fe68be8f45e5e9da256e547b21fafa9bcaceee96658729b1b20c8259f80f7d93633e88591fcd505
 
 pkgname = passt


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=passt
-pkgver=2024_05_10.7288448
+pkgver=2024_05_23.765eb0b
 pkgrel=1
 pkgdesc="Plug A Simple Socket Transport"
 arch=(x86_64)
@@ -15,8 +15,8 @@ optdepends=(
   'sh: for demo script'
 )
 source=(https://passt.top/$pkgname/snapshot/$pkgname-$pkgver.tar.zst)
-sha512sums=('02d2d13ec525776844e204e31a3bd6bcb993534ecd443e1f6dd6a5c6da02d8ed521e323862fc8484b7ce9d929d3a36821cf6fa2bf10e1f952670513ee77d7458')
-b2sums=('0fac5e258f1de632b57a6479afd21dae976ae4aade6d2c74178705878834794abbc7009cb5d4c6fed9005928de0359ef4178f2b7eecd49bddc865f809e5d9ab4')
+sha512sums=('05bbd99bdff2a69165b596fce01b8d8d8f1bc5c681c60149beca1ec6d04109db0e2ab9a27a6849107ad6cdd76f4366e773807d436d64f3fc751cab1d6dc79a5e')
+b2sums=('a52689401df31f514c2813347e8b0c0e0c6ea36d4e0722000fe68be8f45e5e9da256e547b21fafa9bcaceee96658729b1b20c8259f80f7d93633e88591fcd505')
 
 build() {
   make VERSION="$pkgver" -C $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/passt/-/commit/17986094bdc717bb75a1cbd763757821530ee8d8

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




[Git][archlinux/packaging/packages/passt] Pushed new tag 2024_05_23.765eb0b-1

2024-05-23 Thread David Runge (@dvzrv)


David Runge pushed new tag 2024_05_23.765eb0b-1 at Arch Linux / Packaging / 
Packages / passt

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/passt/-/tree/2024_05_23.765eb0b-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-refactor-plugin][main] upgpkg: 1.1.0.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-refactor-plugin


Commits:
8152f07b by Felix Yan at 2024-05-23T21:33:00+00:00
upgpkg: 1.1.0.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-refactor-plugin
pkgdesc = Exactprint refactorings for Haskell Language Server
pkgver = 1.1.0.0
-   pkgrel = 165
+   pkgrel = 166
url = https://github.com/haskell/haskell-language-server.git
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-refactor-plugin
 pkgname=haskell-hls-refactor-plugin
 pkgver=1.1.0.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Exactprint refactorings for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server.git;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refactor-plugin/-/commit/8152f07b46e8caf644cb66a8b118d5b3c83d92b8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refactor-plugin/-/commit/8152f07b46e8caf644cb66a8b118d5b3c83d92b8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-refactor-plugin] Pushed new tag 1.1.0.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.0.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-refactor-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refactor-plugin/-/tree/1.1.0.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pymysql] Pushed new tag 1.1.1-1

2024-05-23 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.1.1-1 at Arch Linux / Packaging / Packages / 
python-pymysql

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




[Git][archlinux/packaging/packages/python-pymysql][main] upgpkg: 1.1.1-1

2024-05-23 Thread David Runge (@dvzrv)


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


Commits:
66c3d417 by David Runge at 2024-05-23T23:30:29+02:00
upgpkg: 1.1.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pymysql
pkgdesc = Pure Python MySQL Client
-   pkgver = 1.1.0
-   pkgrel = 3
+   pkgver = 1.1.1
+   pkgrel = 1
url = https://github.com/PyMySQL/PyMySQL/
arch = any
license = MIT
@@ -13,8 +13,8 @@ pkgbase = python-pymysql
optdepends = mariadb: for using a local MariaDB instance
optdepends = python-cryptography: for RSA cryptography
optdepends = python-pynacl: for ed25519 cryptography
-   source = 
python-pymysql-1.1.0.tar.gz::https://github.com/PyMySQL/PyMySQL//archive/refs/tags/v1.1.0.tar.gz
-   sha512sums = 
c5b2cc1716707013d06146f22ff6e36ae1e54deb8864226a65c5325bafd476d7c53076ceb5cb35815c1baeb8e0ba8d0323032f4abc0a304e849d8cb40d34
-   b2sums = 
b1f5d38edc1ec93ddbf9f841b3db6bddb8db13bd7a6100de2104f08152e2ce7813f6ea2d09c4bc301a6b83fb3eeb3e4ce0c3b4faf42cec25b5c157ea71d719a1
+   source = 
python-pymysql-1.1.1.tar.gz::https://github.com/PyMySQL/PyMySQL//archive/refs/tags/v1.1.1.tar.gz
+   sha512sums = 
ef46ab189760b2d68bb7582b20a537bc68c2719241a4939bff9a6311ab64cb2df852d437ab4b8dd41a0fb5ff620a78c67aa96ccd037d44899dc2886d16218e2c
+   b2sums = 
0621a0cdf014418b7eaa7241146a370f91a3163ea9c0f2b5121f979580ae7f960a47aa13c12597c8d2c2ba3c9264914e40a21a96d6473e8ba2d053478a56cf05
 
 pkgname = python-pymysql


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _name=PyMySQL
 pkgname=python-pymysql
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="Pure Python MySQL Client"
 arch=(any)
 url="https://github.com/PyMySQL/PyMySQL/;
@@ -22,8 +22,8 @@ optdepends=(
   'python-pynacl: for ed25519 cryptography'
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('c5b2cc1716707013d06146f22ff6e36ae1e54deb8864226a65c5325bafd476d7c53076ceb5cb35815c1baeb8e0ba8d0323032f4abc0a304e849d8cb40d34')
-b2sums=('b1f5d38edc1ec93ddbf9f841b3db6bddb8db13bd7a6100de2104f08152e2ce7813f6ea2d09c4bc301a6b83fb3eeb3e4ce0c3b4faf42cec25b5c157ea71d719a1')
+sha512sums=('ef46ab189760b2d68bb7582b20a537bc68c2719241a4939bff9a6311ab64cb2df852d437ab4b8dd41a0fb5ff620a78c67aa96ccd037d44899dc2886d16218e2c')
+b2sums=('0621a0cdf014418b7eaa7241146a370f91a3163ea9c0f2b5121f979580ae7f960a47aa13c12597c8d2c2ba3c9264914e40a21a96d6473e8ba2d053478a56cf05')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymysql/-/commit/66c3d4178b644fb0052381f6ab4feb531e67612a

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




[Git][archlinux/packaging/packages/haskell-hls-hlint-plugin][main] upgpkg: 1.1.2.0-55: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-hlint-plugin


Commits:
f8a5cb21 by Felix Yan at 2024-05-23T21:30:01+00:00
upgpkg: 1.1.2.0-55: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-hlint-plugin
pkgdesc = Hlint integration plugin with Haskell Language Server
pkgver = 1.1.2.0
-   pkgrel = 54
+   pkgrel = 55
url = https://hackage.haskell.org/package/hls-hlint-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-hlint-plugin
 pkgname=haskell-hls-hlint-plugin
 pkgver=1.1.2.0
-pkgrel=54
+pkgrel=55
 pkgdesc="Hlint integration plugin with Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-hlint-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-hlint-plugin/-/commit/f8a5cb21f478436f30dee37edd89a8a0ababba5d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-hlint-plugin/-/commit/f8a5cb21f478436f30dee37edd89a8a0ababba5d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-hlint-plugin] Pushed new tag 1.1.2.0-55

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.2.0-55 at Arch Linux / Packaging / Packages / 
haskell-hls-hlint-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-hlint-plugin/-/tree/1.1.2.0-55
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nextcloud-app-spreed][main] upgpkg: 1:19.0.1-1

2024-05-23 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
nextcloud-app-spreed


Commits:
e0a3a80e by David Runge at 2024-05-23T23:28:33+02:00
upgpkg: 1:19.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nextcloud-app-spreed
pkgdesc = Video & audio-conferencing using WebRTC
-   pkgver = 19.0.0
+   pkgver = 19.0.1
pkgrel = 1
epoch = 1
url = https://apps.nextcloud.com/apps/spreed
@@ -9,8 +9,8 @@ pkgbase = nextcloud-app-spreed
license = AGPL-3.0-or-later
checkdepends = yq
makedepends = nextcloud
-   source = 
https://github.com/nextcloud-releases/spreed/releases/download/v19.0.0/spreed-v19.0.0.tar.gz
-   sha512sums = 
48b82e2ce860bfaac4b36b74bf0fcf7ab5dcedb5bd592799ce00b91c3004b3a11cbefe1f705e54e9f38cb19f0c7bde5f13f6e36cd40712941385749c43695204
-   b2sums = 
9f0e075155afe866c80d93587eb8c2c9884f809d4cb1d211daf3260fd8d630502bc3ed3dd2497a21828c337fd20761753d1a8a15d6868cb06fbf76a6e656f182
+   source = 
https://github.com/nextcloud-releases/spreed/releases/download/v19.0.1/spreed-v19.0.1.tar.gz
+   sha512sums = 
b26005d687f4160459fefbca71420e07e252c597d1217e79cd10652bcbc38ae2dd2e876e351d006882425821febf522020b21fbe779487f62df8b42cb9f6
+   b2sums = 
2334de3b26a7e2b7d36d46305326aad911a79361f6bb764d22ca5c85bbaa1854a6e538dd0d1167a9accdf873b088aee6c8f2d3025d4301314fdf3b4f15531da5
 
 pkgname = nextcloud-app-spreed


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name=spreed
 pkgname=nextcloud-app-spreed
-pkgver=19.0.0
+pkgver=19.0.1
 pkgrel=1
 epoch=1
 pkgdesc="Video & audio-conferencing using WebRTC"
@@ -13,8 +13,8 @@ groups=(nextcloud-apps)
 makedepends=(nextcloud)
 checkdepends=(yq)
 
source=(https://github.com/nextcloud-releases/$_name/releases/download/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('48b82e2ce860bfaac4b36b74bf0fcf7ab5dcedb5bd592799ce00b91c3004b3a11cbefe1f705e54e9f38cb19f0c7bde5f13f6e36cd40712941385749c43695204')
-b2sums=('9f0e075155afe866c80d93587eb8c2c9884f809d4cb1d211daf3260fd8d630502bc3ed3dd2497a21828c337fd20761753d1a8a15d6868cb06fbf76a6e656f182')
+sha512sums=('b26005d687f4160459fefbca71420e07e252c597d1217e79cd10652bcbc38ae2dd2e876e351d006882425821febf522020b21fbe779487f62df8b42cb9f6')
+b2sums=('2334de3b26a7e2b7d36d46305326aad911a79361f6bb764d22ca5c85bbaa1854a6e538dd0d1167a9accdf873b088aee6c8f2d3025d4301314fdf3b4f15531da5')
 
 # BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
 # 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-spreed/-/commit/e0a3a80eaac7d823a11e8534effb23cce21f5c94

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




[Git][archlinux/packaging/packages/nextcloud-app-spreed] Pushed new tag 1-19.0.1-1

2024-05-23 Thread David Runge (@dvzrv)


David Runge pushed new tag 1-19.0.1-1 at Arch Linux / Packaging / Packages / 
nextcloud-app-spreed

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




[Git][archlinux/packaging/packages/haskell-hls-call-hierarchy-plugin][main] upgpkg: 1.2.0.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-call-hierarchy-plugin


Commits:
09f8a8fc by Felix Yan at 2024-05-23T21:27:01+00:00
upgpkg: 1.2.0.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-call-hierarchy-plugin
pkgdesc = Call hierarchy plugin for Haskell Language Server
pkgver = 1.2.0.0
-   pkgrel = 165
+   pkgrel = 166
url = https://hackage.haskell.org/package/hls-call-hierarchy-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-call-hierarchy-plugin
 pkgname=haskell-hls-call-hierarchy-plugin
 pkgver=1.2.0.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Call hierarchy plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-call-hierarchy-plugin/-/commit/09f8a8fc0b0f67dabbe758435df075f7dbfd5f37

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-call-hierarchy-plugin/-/commit/09f8a8fc0b0f67dabbe758435df075f7dbfd5f37
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-call-hierarchy-plugin] Pushed new tag 1.2.0.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.2.0.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-call-hierarchy-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-call-hierarchy-plugin/-/tree/1.2.0.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/git-annex][main] upgpkg: 10.20240430-5: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / git-annex


Commits:
3f06a77c by Felix Yan at 2024-05-23T21:26:37+00:00
upgpkg: 10.20240430-5: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = git-annex
pkgdesc = Manage files with git, without checking their contents into 
git
pkgver = 10.20240430
-   pkgrel = 4
+   pkgrel = 5
url = https://git-annex.branchable.com/
arch = x86_64
license = AGPL-3.0-only


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=10.20240430
-pkgrel=4
+pkgrel=5
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL-3.0-only")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-annex/-/commit/3f06a77c6c05e6a9458efaa8b04f3d44afb6d461

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




[Git][archlinux/packaging/packages/git-annex] Pushed new tag 10.20240430-5

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 10.20240430-5 at Arch Linux / Packaging / Packages / 
git-annex

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




[Git][archlinux/packaging/packages/xmonad-contrib][main] upgpkg: 0.18.0-10: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
xmonad-contrib


Commits:
eee05ecb by Felix Yan at 2024-05-23T21:26:36+00:00
upgpkg: 0.18.0-10: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xmonad-contrib
pkgdesc = Community-maintained extensions for xmonad
pkgver = 0.18.0
-   pkgrel = 9
+   pkgrel = 10
url = https://xmonad.org/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=xmonad-contrib
 pkgver=0.18.0
-pkgrel=9
+pkgrel=10
 pkgdesc='Community-maintained extensions for xmonad'
 url='https://xmonad.org/'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmonad-contrib/-/commit/eee05ecbca6f8407bf194dc3780854304a4aaf53

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




[Git][archlinux/packaging/packages/xmonad-contrib] Pushed new tag 0.18.0-10

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.18.0-10 at Arch Linux / Packaging / Packages / 
xmonad-contrib

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




[Git][archlinux/packaging/packages/rt-tests][main] upgpkg: 2.7-1

2024-05-23 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
rt-tests


Commits:
c1ad5bfc by David Runge at 2024-05-23T23:26:02+02:00
upgpkg: 2.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = rt-tests
pkgdesc = A collection of latency testing tools for the linux(-rt) 
kernel
-   pkgver = 2.6
-   pkgrel = 2
+   pkgver = 2.7
+   pkgrel = 1
url = https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/
arch = x86_64
groups = realtime
@@ -12,8 +12,8 @@ pkgbase = rt-tests
optdepends = bash: for determine_maximum_mpps.sh
optdepends = numactl: for cyclictest, oslat and signaltest
optdepends = python: for get_cyclictest_snapshot and hwlatdetect
-   source = 
https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git//snapshot/rt-tests-2.6.tar.gz
-   sha512sums = 
28392b75cf2c9a252c192edb8102a5a371f34daf6d5803a6095fc10747c9401a77c674d6aefac24d8c7e3ca503ff1bb43518dc0292053df40af750da580539bb
-   b2sums = 
51bc726a8e3ce281f965f996322144a0079791aa9585728f55056c4c88dcbfa19fbc98aaa973b71b76e35c6a96cea301b09170eab9f8a126ebdd6e9070b5668f
+   source = 
https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git//snapshot/rt-tests-2.7.tar.gz
+   sha512sums = 
6882f36c45a2fc6b44e9ef590348ac9f8cf1d9005b7a36f2eb68c9fa5f883215c93ca1b36a3072a943b6a47e0c46d9e1b14108845e7b7e9b4382727f4fd00087
+   b2sums = 
062bea20689126571c0758fa16d33cd45f7308b1baf72d06d4daad8d698b44ccd7829418b364f7f1651097fbd2f9d8ed1ad313ee23cd54ac92c674cd181e4ffe
 
 pkgname = rt-tests


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Joakim Hernberg 
 
 pkgname=rt-tests
-pkgver=2.6
-pkgrel=2
+pkgver=2.7
+pkgrel=1
 pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
 arch=(x86_64)
 url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/;
@@ -20,8 +20,8 @@ optdepends=(
   'python: for get_cyclictest_snapshot and hwlatdetect'
 )
 source=($url/snapshot/$pkgname-$pkgver.tar.gz)
-sha512sums=('28392b75cf2c9a252c192edb8102a5a371f34daf6d5803a6095fc10747c9401a77c674d6aefac24d8c7e3ca503ff1bb43518dc0292053df40af750da580539bb')
-b2sums=('51bc726a8e3ce281f965f996322144a0079791aa9585728f55056c4c88dcbfa19fbc98aaa973b71b76e35c6a96cea301b09170eab9f8a126ebdd6e9070b5668f')
+sha512sums=('6882f36c45a2fc6b44e9ef590348ac9f8cf1d9005b7a36f2eb68c9fa5f883215c93ca1b36a3072a943b6a47e0c46d9e1b14108845e7b7e9b4382727f4fd00087')
+b2sums=('062bea20689126571c0758fa16d33cd45f7308b1baf72d06d4daad8d698b44ccd7829418b364f7f1651097fbd2f9d8ed1ad313ee23cd54ac92c674cd181e4ffe')
 
 build() {
   export PYLIB=$(python -c 'import distutils.sysconfig;  
print(distutils.sysconfig.get_python_lib())')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rt-tests/-/commit/c1ad5bfcfb61e48f76aef1d026aca2a13c03f925

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




[Git][archlinux/packaging/packages/rt-tests] Pushed new tag 2.7-1

2024-05-23 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.7-1 at Arch Linux / Packaging / Packages / rt-tests

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




[Git][archlinux/packaging/packages/haskell-ci][main] upgpkg: 0.14.3-15: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-ci


Commits:
07dfddc0 by Felix Yan at 2024-05-23T21:25:55+00:00
upgpkg: 0.14.3-15: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-ci
pkgdesc = Cabal package script generator for Travis-CI
pkgver = 0.14.3
-   pkgrel = 14
+   pkgrel = 15
url = https://haskell-ci.rtfd.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.14.3
-pkgrel=14
+pkgrel=15
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ci/-/commit/07dfddc03947c23eb8b31e5fdc91fc44f352e403

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




[Git][archlinux/packaging/packages/haskell-ci] Pushed new tag 0.14.3-15

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.14.3-15 at Arch Linux / Packaging / Packages / 
haskell-ci

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




[Git][archlinux/packaging/packages/haskell-hls-refine-imports-plugin][main] upgpkg: 1.0.4.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-refine-imports-plugin


Commits:
f5421991 by Felix Yan at 2024-05-23T21:25:17+00:00
upgpkg: 1.0.4.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-refine-imports-plugin
pkgdesc = Refine imports plugin for Haskell Language Server
pkgver = 1.0.4.0
-   pkgrel = 165
+   pkgrel = 166
url = https://hackage.haskell.org/package/hls-refine-imports-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-refine-imports-plugin
 pkgname=haskell-hls-refine-imports-plugin
 pkgver=1.0.4.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Refine imports plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-refine-imports-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refine-imports-plugin/-/commit/f5421991627ce2074dd8e3ce89d04a38fd53fc32

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refine-imports-plugin/-/commit/f5421991627ce2074dd8e3ce89d04a38fd53fc32
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-refine-imports-plugin] Pushed new tag 1.0.4.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.4.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-refine-imports-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-refine-imports-plugin/-/tree/1.0.4.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sane][main] upgpkg: 1.3.1-1

2024-05-23 Thread David Runge (@dvzrv)


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


Commits:
02ce4a9c by David Runge at 2024-05-23T23:24:45+02:00
upgpkg: 1.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sane
pkgdesc = Scanner Access Now Easy
-   pkgver = 1.3.0
-   pkgrel = 2
+   pkgver = 1.3.1
+   pkgrel = 1
url = https://gitlab.com/sane-project/backends
arch = x86_64
license = GPL-2.0-or-later
@@ -29,17 +29,17 @@ pkgbase = sane
depends = v4l-utils
optdepends = sane-airscan: for scanners working in driverless mode
provides = libsane.so
-   source = 
https://gitlab.com/sane-project/backends/-/archive/1.3.0/backends-1.3.0.tar.gz
+   source = 
https://gitlab.com/sane-project/backends/-/archive/1.3.1/backends-1.3.1.tar.gz
source = 66-saned.rules
source = sane.sysusers
source = saned.service
source = saned.socket
-   sha512sums = 
e1b139d2588dee2d4478b4b3001c1d164ef293bf268720c73b001fdfd5b18b0a2052c692b9af55a09c06ec4242de6a0006c7956a7da4253fc5fd1e560d3b528b
+   sha512sums = 
2b6e0ffe64386aa5856a7e4f2b1c536ad9a6376fbf10c954dcc714c1792566a2a8a85a33a947b148ef3d23c1fbfeb5d114e5a99febe0e316ff78e3ab17a4beaf
sha512sums = 
d0d1b6bd6fbb04d610e7186e26d04c2233a620cc7c731ca3acd7fb860dd033fbe99d8974ffa1dd59c8affcc4aa2664d76ab3dfd6f7b2a734b31d7e3832359c41
sha512sums = 
d8cd194b57eff2249df2b8d540a892e518aa3e3bba6387211ed21230dc235e98c49b71f262f0b1007e8c859c59776410840376244e0aec1f06363881b2c81fd8
sha512sums = 
baf2cf2fdff689f776973ac4f69ea02b131f2a1a754a8d52a8e8ad33b0e559ba286649a891723a7ad94b2bcb01ec88155d43c36eaeb35e47fbc8ea80c49c5d47
sha512sums = 
a23ceeeb02bd9e214702003a3165886858ecbdd93df89cd37ad5f00581745454548ccda0ab656f2dc0acbf2896a8781568c786797e64a07014be003d6140a093
-   b2sums = 
f6413f374f2d05bec08c3490c03ff6d69e0b902b5907acd6d96aa6ae255865adb9d3dd68b774795d33a8a19c27b5fe337af29e239e4178e1f3882f302d6bcdd2
+   b2sums = 
5939d8e7df6056b3fd4641dca325c36f8bf01d7edc2d372f920252ecc9dde5da02fa65a47ef2763d8ded00d39056619167d18acb73a475ef902c49d4d1afdcf6
b2sums = 
c9c6ba224b9b27f4ecc6b1ded6621a8abb52b1ded2d9078e4cad31177290b788e286fad74545a5cb09e1f6726515adc22003988eb646dc986e87f1a8061a0e27
b2sums = 
2a4ddc9849562e3a0adcaec1859391e3f37a63f25c27dbc140cabd697bd65b89a0fc812c4516cbdfb36d1f30844df34934b3c1c59650101f54fc1ac0acb3f5d9
b2sums = 
272b4860dbd3f2b69eedfed4532cf8a388629c003c9a0e0ee98defbc2023e07edc26275a17f56ea9fd4d90e9b3b6532c5b10d1e2b91e6ab4df242ac44101d802


=
PKGBUILD
=
@@ -6,8 +6,8 @@
 
 _name=backends
 pkgname=sane
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="Scanner Access Now Easy"
 arch=(x86_64)
 url="https://gitlab.com/sane-project/backends;
@@ -51,12 +51,12 @@ source=(
   ${pkgname}d.service
   ${pkgname}d.socket
 )
-sha512sums=('e1b139d2588dee2d4478b4b3001c1d164ef293bf268720c73b001fdfd5b18b0a2052c692b9af55a09c06ec4242de6a0006c7956a7da4253fc5fd1e560d3b528b'
+sha512sums=('2b6e0ffe64386aa5856a7e4f2b1c536ad9a6376fbf10c954dcc714c1792566a2a8a85a33a947b148ef3d23c1fbfeb5d114e5a99febe0e316ff78e3ab17a4beaf'
 
'd0d1b6bd6fbb04d610e7186e26d04c2233a620cc7c731ca3acd7fb860dd033fbe99d8974ffa1dd59c8affcc4aa2664d76ab3dfd6f7b2a734b31d7e3832359c41'
 
'd8cd194b57eff2249df2b8d540a892e518aa3e3bba6387211ed21230dc235e98c49b71f262f0b1007e8c859c59776410840376244e0aec1f06363881b2c81fd8'
 
'baf2cf2fdff689f776973ac4f69ea02b131f2a1a754a8d52a8e8ad33b0e559ba286649a891723a7ad94b2bcb01ec88155d43c36eaeb35e47fbc8ea80c49c5d47'
 
'a23ceeeb02bd9e214702003a3165886858ecbdd93df89cd37ad5f00581745454548ccda0ab656f2dc0acbf2896a8781568c786797e64a07014be003d6140a093')
-b2sums=('f6413f374f2d05bec08c3490c03ff6d69e0b902b5907acd6d96aa6ae255865adb9d3dd68b774795d33a8a19c27b5fe337af29e239e4178e1f3882f302d6bcdd2'
+b2sums=('5939d8e7df6056b3fd4641dca325c36f8bf01d7edc2d372f920252ecc9dde5da02fa65a47ef2763d8ded00d39056619167d18acb73a475ef902c49d4d1afdcf6'
 
'c9c6ba224b9b27f4ecc6b1ded6621a8abb52b1ded2d9078e4cad31177290b788e286fad74545a5cb09e1f6726515adc22003988eb646dc986e87f1a8061a0e27'
 
'2a4ddc9849562e3a0adcaec1859391e3f37a63f25c27dbc140cabd697bd65b89a0fc812c4516cbdfb36d1f30844df34934b3c1c59650101f54fc1ac0acb3f5d9'
 
'272b4860dbd3f2b69eedfed4532cf8a388629c003c9a0e0ee98defbc2023e07edc26275a17f56ea9fd4d90e9b3b6532c5b10d1e2b91e6ab4df242ac44101d802'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sane/-/commit/02ce4a9ce9ee820722fc00d107c5ef28faf5e722

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




[Git][archlinux/packaging/packages/sane] Pushed new tag 1.3.1-1

2024-05-23 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.3.1-1 at Arch Linux / Packaging / Packages / sane

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




[Git][archlinux/packaging/packages/haskell-gtk-sni-tray] Pushed new tag 0.1.8.1-164

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.1.8.1-164 at Arch Linux / Packaging / Packages / 
haskell-gtk-sni-tray

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gtk-sni-tray/-/tree/0.1.8.1-164
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-gtk-sni-tray][main] upgpkg: 0.1.8.1-164: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-gtk-sni-tray


Commits:
fc2ce8a3 by Felix Yan at 2024-05-23T21:24:52+00:00
upgpkg: 0.1.8.1-164: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-gtk-sni-tray
pkgdesc = A standalone StatusNotifierItem/AppIndicator tray
pkgver = 0.1.8.1
-   pkgrel = 163
+   pkgrel = 164
url = https://github.com/IvanMalison/gtk-sni-tray#readme
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=gtk-sni-tray
 pkgname=haskell-gtk-sni-tray
 pkgver=0.1.8.1
-pkgrel=163
+pkgrel=164
 pkgdesc="A standalone StatusNotifierItem/AppIndicator tray"
 url="https://github.com/IvanMalison/gtk-sni-tray#readme;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gtk-sni-tray/-/commit/fc2ce8a312b896ca29114e058385c94d90eb6ae4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gtk-sni-tray/-/commit/fc2ce8a312b896ca29114e058385c94d90eb6ae4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-pragmas-plugin][main] upgpkg: 1.0.4.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-pragmas-plugin


Commits:
76e74e37 by Felix Yan at 2024-05-23T21:24:39+00:00
upgpkg: 1.0.4.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-pragmas-plugin
pkgdesc = Pragmas plugin for Haskell Language Server
pkgver = 1.0.4.0
-   pkgrel = 165
+   pkgrel = 166
url = https://hackage.haskell.org/package/hls-pragmas-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-pragmas-plugin
 pkgname=haskell-hls-pragmas-plugin
 pkgver=1.0.4.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Pragmas plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-pragmas-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-pragmas-plugin/-/commit/76e74e37bfd2eb4c103ad79dec65fc407a8dbe9c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-pragmas-plugin/-/commit/76e74e37bfd2eb4c103ad79dec65fc407a8dbe9c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-pragmas-plugin] Pushed new tag 1.0.4.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.4.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-pragmas-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-pragmas-plugin/-/tree/1.0.4.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hledger-web] Pushed new tag 1.32.1-56

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.32.1-56 at Arch Linux / Packaging / Packages / 
hledger-web

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




[Git][archlinux/packaging/packages/hledger-web][main] upgpkg: 1.32.1-56: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
hledger-web


Commits:
bfe2c66e by Felix Yan at 2024-05-23T21:24:19+00:00
upgpkg: 1.32.1-56: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hledger-web
pkgdesc = Web-based user interface for the hledger accounting system
pkgver = 1.32.1
-   pkgrel = 55
+   pkgrel = 56
url = http://hledger.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.32.1
-pkgrel=55
+pkgrel=56
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger-web/-/commit/bfe2c66e3839ff2bf744418827f7b75ff168a66d

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




[Git][archlinux/packaging/packages/haskell-hls-class-plugin][main] upgpkg: 1.1.1.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-class-plugin


Commits:
da60b6f0 by Felix Yan at 2024-05-23T21:24:00+00:00
upgpkg: 1.1.1.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-class-plugin
pkgdesc = Class/instance management plugin for Haskell Language Server
pkgver = 1.1.1.0
-   pkgrel = 165
+   pkgrel = 166
url = https://github.com/haskell/haskell-language-server#readme
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-class-plugin
 pkgname=haskell-hls-class-plugin
 pkgver=1.1.1.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Class/instance management plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-class-plugin/-/commit/da60b6f0beef19e4991744f86534af958aa0919c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-class-plugin/-/commit/da60b6f0beef19e4991744f86534af958aa0919c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-class-plugin] Pushed new tag 1.1.1.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.1.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-class-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-class-plugin/-/tree/1.1.1.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tamarin-prover] Pushed new tag 1.8.0-84

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.8.0-84 at Arch Linux / Packaging / Packages / 
tamarin-prover

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




[Git][archlinux/packaging/packages/tamarin-prover][main] upgpkg: 1.8.0-84: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
tamarin-prover


Commits:
8a6cf8ca by Felix Yan at 2024-05-23T21:23:50+00:00
upgpkg: 1.8.0-84: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tamarin-prover
pkgdesc = The Tamarin prover for security protocol analysis
pkgver = 1.8.0
-   pkgrel = 83
+   pkgrel = 84
url = https://tamarin-prover.github.io
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.8.0
-pkgrel=83
+pkgrel=84
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tamarin-prover/-/commit/8a6cf8ca965963b1657ff7919307770e417c5657

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




[Git][archlinux/packaging/packages/haskell-hls-explicit-imports-plugin] Pushed new tag 1.2.0.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.2.0.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-explicit-imports-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-imports-plugin/-/tree/1.2.0.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-stylish-haskell-plugin][main] upgpkg: 1.0.1.2-168: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-stylish-haskell-plugin


Commits:
11752ef2 by Felix Yan at 2024-05-23T21:23:35+00:00
upgpkg: 1.0.1.2-168: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-stylish-haskell-plugin
pkgdesc = Integration with the Stylish Haskell code formatter
pkgver = 1.0.1.2
-   pkgrel = 167
+   pkgrel = 168
url = https://hackage.haskell.org/package/hls-stylish-haskell-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-stylish-haskell-plugin
 pkgname=haskell-hls-stylish-haskell-plugin
 pkgver=1.0.1.2
-pkgrel=167
+pkgrel=168
 pkgdesc="Integration with the Stylish Haskell code formatter"
 url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-stylish-haskell-plugin/-/commit/11752ef21ba14510b6b6623649cce3a381a10ce5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-stylish-haskell-plugin/-/commit/11752ef21ba14510b6b6623649cce3a381a10ce5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-explicit-imports-plugin][main] upgpkg: 1.2.0.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-explicit-imports-plugin


Commits:
084152d1 by Felix Yan at 2024-05-23T21:23:41+00:00
upgpkg: 1.2.0.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-explicit-imports-plugin
pkgdesc = Explicit imports plugin for Haskell Language Server
pkgver = 1.2.0.0
-   pkgrel = 165
+   pkgrel = 166
url = https://hackage.haskell.org/package/hls-explicit-imports-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-explicit-imports-plugin
 pkgname=haskell-hls-explicit-imports-plugin
 pkgver=1.2.0.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Explicit imports plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-explicit-imports-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-imports-plugin/-/commit/084152d185a3bf8f04820f581ea82d5a9231f367

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-imports-plugin/-/commit/084152d185a3bf8f04820f581ea82d5a9231f367
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-stylish-haskell-plugin] Pushed new tag 1.0.1.2-168

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.1.2-168 at Arch Linux / Packaging / Packages / 
haskell-hls-stylish-haskell-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-stylish-haskell-plugin/-/tree/1.0.1.2-168
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-fourmolu-plugin][main] upgpkg: 1.1.1.0-176: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-fourmolu-plugin


Commits:
8752818c by Felix Yan at 2024-05-23T21:23:20+00:00
upgpkg: 1.1.1.0-176: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-fourmolu-plugin
pkgdesc = Integration with the Fourmolu code formatter
pkgver = 1.1.1.0
-   pkgrel = 175
+   pkgrel = 176
url = https://hackage.haskell.org/package/hls-fourmolu-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-fourmolu-plugin
 pkgname=haskell-hls-fourmolu-plugin
 pkgver=1.1.1.0
-pkgrel=175
+pkgrel=176
 pkgdesc="Integration with the Fourmolu code formatter"
 url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-fourmolu-plugin/-/commit/8752818c67df4f3536ecc741fec665e8c2337355

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-fourmolu-plugin/-/commit/8752818c67df4f3536ecc741fec665e8c2337355
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-fourmolu-plugin] Pushed new tag 1.1.1.0-176

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.1.0-176 at Arch Linux / Packaging / Packages / 
haskell-hls-fourmolu-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-fourmolu-plugin/-/tree/1.1.1.0-176
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-qualify-imported-names-plugin] Pushed new tag 1.0.2.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.2.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-qualify-imported-names-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-qualify-imported-names-plugin/-/tree/1.0.2.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-qualify-imported-names-plugin][main] upgpkg: 1.0.2.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-qualify-imported-names-plugin


Commits:
cdd62a2f by Felix Yan at 2024-05-23T21:23:13+00:00
upgpkg: 1.0.2.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-qualify-imported-names-plugin
pkgdesc = A Haskell Language Server plugin that qualifies imported names
pkgver = 1.0.2.0
-   pkgrel = 165
+   pkgrel = 166
url = https://github.com/haskell/haskell-language-server
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-qualify-imported-names-plugin
 pkgname=haskell-hls-qualify-imported-names-plugin
 pkgver=1.0.2.0
-pkgrel=165
+pkgrel=166
 pkgdesc="A Haskell Language Server plugin that qualifies imported names"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-qualify-imported-names-plugin/-/commit/cdd62a2f828f7e27e5c0f224a1c5ae59be860be3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-qualify-imported-names-plugin/-/commit/cdd62a2f828f7e27e5c0f224a1c5ae59be860be3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-alternate-number-format-plugin] Pushed new tag 1.3.0.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.3.0.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-alternate-number-format-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-alternate-number-format-plugin/-/tree/1.3.0.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-ormolu-plugin] Pushed new tag 1.0.4.0-58

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.4.0-58 at Arch Linux / Packaging / Packages / 
haskell-hls-ormolu-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-ormolu-plugin/-/tree/1.0.4.0-58
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-alternate-number-format-plugin][main] upgpkg: 1.3.0.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-alternate-number-format-plugin


Commits:
45a84bd3 by Felix Yan at 2024-05-23T21:22:29+00:00
upgpkg: 1.3.0.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-alternate-number-format-plugin
pkgdesc = Provide Alternate Number Formats plugin for Haskell Language 
Server
pkgver = 1.3.0.0
-   pkgrel = 165
+   pkgrel = 166
url = https://github.com/haskell/haskell-language-server
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-alternate-number-format-plugin
 pkgname=haskell-hls-alternate-number-format-plugin
 pkgver=1.3.0.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Provide Alternate Number Formats plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-alternate-number-format-plugin/-/commit/45a84bd3fcd7e4bc1705a95991f639e15993e320

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-alternate-number-format-plugin/-/commit/45a84bd3fcd7e4bc1705a95991f639e15993e320
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-ormolu-plugin][main] upgpkg: 1.0.4.0-58: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-ormolu-plugin


Commits:
288cbc26 by Felix Yan at 2024-05-23T21:22:25+00:00
upgpkg: 1.0.4.0-58: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-ormolu-plugin
pkgdesc = Integration with the Ormolu code formatter
pkgver = 1.0.4.0
-   pkgrel = 57
+   pkgrel = 58
url = https://hackage.haskell.org/package/hls-ormolu-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-ormolu-plugin
 pkgname=haskell-hls-ormolu-plugin
 pkgver=1.0.4.0
-pkgrel=57
+pkgrel=58
 pkgdesc="Integration with the Ormolu code formatter"
 url="https://hackage.haskell.org/package/hls-ormolu-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-ormolu-plugin/-/commit/288cbc26f68f661985d3db82c4d24b61df3c8dd7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-ormolu-plugin/-/commit/288cbc26f68f661985d3db82c4d24b61df3c8dd7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-module-name-plugin][main] upgpkg: 1.1.1.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-module-name-plugin


Commits:
cf0279c3 by Felix Yan at 2024-05-23T21:22:19+00:00
upgpkg: 1.1.1.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-module-name-plugin
pkgdesc = Module name plugin for Haskell Language Server
pkgver = 1.1.1.0
-   pkgrel = 165
+   pkgrel = 166
url = https://hackage.haskell.org/package/hls-module-name-plugin
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-module-name-plugin
 pkgname=haskell-hls-module-name-plugin
 pkgver=1.1.1.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Module name plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-module-name-plugin;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-module-name-plugin/-/commit/cf0279c32e451fb940e91e08f310e603f2774395

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-module-name-plugin/-/commit/cf0279c32e451fb940e91e08f310e603f2774395
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-module-name-plugin] Pushed new tag 1.1.1.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.1.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-module-name-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-module-name-plugin/-/tree/1.1.1.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-eval-plugin] Pushed new tag 1.4.0.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.4.0.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-eval-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-eval-plugin/-/tree/1.4.0.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-change-type-signature-plugin][main] upgpkg: 1.1.0.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-change-type-signature-plugin


Commits:
23a2346d by Felix Yan at 2024-05-23T21:22:05+00:00
upgpkg: 1.1.0.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-change-type-signature-plugin
pkgdesc = Change a declarations type signature with a Code Action
pkgver = 1.1.0.0
-   pkgrel = 165
+   pkgrel = 166
url = https://github.com/haskell/haskell-language-server.git
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-change-type-signature-plugin
 pkgname=haskell-hls-change-type-signature-plugin
 pkgver=1.1.0.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Change a declarations type signature with a Code Action"
 url="https://github.com/haskell/haskell-language-server.git;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-change-type-signature-plugin/-/commit/23a2346dcd0cb6de62316a93f02771b78d9fcc65

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-change-type-signature-plugin/-/commit/23a2346dcd0cb6de62316a93f02771b78d9fcc65
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-eval-plugin][main] upgpkg: 1.4.0.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-eval-plugin


Commits:
86b9c8d9 by Felix Yan at 2024-05-23T21:22:07+00:00
upgpkg: 1.4.0.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-eval-plugin
pkgdesc = Eval plugin for Haskell Language Server
pkgver = 1.4.0.0
-   pkgrel = 165
+   pkgrel = 166
url = https://github.com/haskell/haskell-language-server
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-eval-plugin
 pkgname=haskell-hls-eval-plugin
 pkgver=1.4.0.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Eval plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-eval-plugin/-/commit/86b9c8d9bc7dd7cc7f3414c479a18c42f7e07040

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-eval-plugin/-/commit/86b9c8d9bc7dd7cc7f3414c479a18c42f7e07040
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-change-type-signature-plugin] Pushed new tag 1.1.0.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.0.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-change-type-signature-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-change-type-signature-plugin/-/tree/1.1.0.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-cabal-plugin][main] upgpkg: 0.1.0.0-166: rebuild with type-equality 1.0.1

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hls-cabal-plugin


Commits:
ae165c1d by Felix Yan at 2024-05-23T21:21:49+00:00
upgpkg: 0.1.0.0-166: rebuild with type-equality 1.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hls-cabal-plugin
pkgdesc = Cabal integration plugin with Haskell Language Server
pkgver = 0.1.0.0
-   pkgrel = 165
+   pkgrel = 166
url = https://hackage.haskell.org/package/hls-cabal-plugin
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-cabal-plugin
 pkgname=haskell-hls-cabal-plugin
 pkgver=0.1.0.0
-pkgrel=165
+pkgrel=166
 pkgdesc="Cabal integration plugin with Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-cabal-plugin;
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-cabal-plugin/-/commit/ae165c1d39de396961d25756ab813d796657a337

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-cabal-plugin/-/commit/ae165c1d39de396961d25756ab813d796657a337
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-cabal-plugin] Pushed new tag 0.1.0.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.1.0.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-cabal-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-cabal-plugin/-/tree/0.1.0.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hls-explicit-fixity-plugin] Pushed new tag 1.1.0.0-166

2024-05-23 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.0.0-166 at Arch Linux / Packaging / Packages / 
haskell-hls-explicit-fixity-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-explicit-fixity-plugin/-/tree/1.1.0.0-166
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   4   5   6   7   8   9   10   >