[Git][archlinux/packaging/packages/postgresql][main] upgpkg: 15.4-2: switch to llvm15

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
postgresql


Commits:
5ebb5d78 by Evangelos Foutras at 2023-08-19T21:44:34+03:00
upgpkg: 15.4-2: switch to llvm15

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,13 +5,13 @@ pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
 pkgver=15.4
 _majorver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc='Sophisticated object-relational DBMS'
 url='https://www.postgresql.org/'
 arch=('x86_64')
 license=('custom:PostgreSQL')
 makedepends=('krb5' 'libxml2' 'python' 'perl' 'tcl>=8.6.0' 'openssl>=1.0.0'
- 'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm14' 'clang14' 
'libxslt'
+ 'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm15' 'clang15' 
'libxslt'
  'util-linux')
 
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
 postgresql-run-socket.patch
@@ -90,7 +90,7 @@ build() {
   # Fix static libs
   CFLAGS+=" -ffat-lto-objects"
 
-  LLVM_CONFIG=llvm-config-14 CLANG=/usr/lib/llvm14/bin/clang \
+  LLVM_CONFIG=llvm-config-15 CLANG=/usr/lib/llvm15/bin/clang \
   ./configure "${configure_options[@]}"
   make world
 }
@@ -170,7 +170,7 @@ package_postgresql() {
   pkgdesc='Sophisticated object-relational DBMS'
   backup=('etc/pam.d/postgresql' 'etc/logrotate.d/postgresql')
   depends=("postgresql-libs>=${pkgver}" 'krb5' 'libxml2' 'readline>=6.0'
-   'openssl>=1.0.0' 'pam' 'icu' 'systemd-libs' 'libldap' 'llvm14-libs'
+   'openssl>=1.0.0' 'pam' 'icu' 'systemd-libs' 'libldap' 'llvm15-libs'
'libxslt' 'lz4' 'zstd')
   optdepends=('python: for PL/Python 3 support'
   'perl: for PL/Perl support'



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

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




[Git][archlinux/packaging/packages/postgresql-old-upgrade][main] upgpkg: 14.9-2: switch to llvm15

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
postgresql-old-upgrade


Commits:
87dcd62a by Evangelos Foutras at 2023-08-19T21:44:38+03:00
upgpkg: 14.9-2: switch to llvm15

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,14 +4,14 @@
 pkgname=postgresql-old-upgrade
 pkgver=14.9
 _majorver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
 url='https://www.postgresql.org/'
 arch=('x86_64')
 license=('custom:PostgreSQL')
 depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam'
- 'zlib' 'icu' 'systemd-libs' 'libldap' 'krb5' 'llvm14-libs')
-makedepends=('python' 'perl' 'tcl>=8.6.0' 'systemd' 'llvm14' 'clang14')
+ 'zlib' 'icu' 'systemd-libs' 'libldap' 'krb5' 'llvm15-libs')
+makedepends=('python' 'perl' 'tcl>=8.6.0' 'systemd' 'llvm15' 'clang15')
 optdepends=('python: for PL/Python 3 support'
 'perl: for PL/Perl support'
 'tcl: for PL/Tcl support')
@@ -49,7 +49,7 @@ build() {
   # Fix static libs
   CFLAGS+=" -ffat-lto-objects"
 
-  LLVM_CONFIG=llvm-config-14 CLANG=/usr/lib/llvm14/bin/clang \
+  LLVM_CONFIG=llvm-config-15 CLANG=/usr/lib/llvm15/bin/clang \
   ./configure "${configure_options[@]}"
   make -C src all
   make -C contrib all



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql-old-upgrade/-/commit/87dcd62ac0df8e2e30b14604556f76ac3166d835

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql-old-upgrade/-/commit/87dcd62ac0df8e2e30b14604556f76ac3166d835
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/postgresql-old-upgrade] Pushed new tag 14.9-2

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 14.9-2 at Arch Linux / Packaging / Packages / 
postgresql-old-upgrade

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




[Git][archlinux/packaging/packages/postgresql] Pushed new tag 15.4-2

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 15.4-2 at Arch Linux / Packaging / Packages / 
postgresql

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




[Git][archlinux/packaging/packages/ldc][main] upgpkg: 3:1.33.0-4: switch to llvm15

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
ldc


Commits:
ee306ed8 by Evangelos Foutras at 2023-08-19T21:44:28+03:00
upgpkg: 3:1.33.0-4: switch to llvm15

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,14 +7,14 @@ groups=('dlang' 'dlang-ldc')
 pkgver=1.33.0
 _pkgcommit=94edb02a3aff4e8dc64814c20ef325f367672f78
 _dversion=2.103.1
-_clangversion=14.0.6 # related to where ldc2 looks for compiler-rt sanitizers
+_clangversion=15.0.7 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=3
-pkgrel=3
+pkgrel=4
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc;
 license=('BSD')
-makedepends=('git' 'cmake' 'llvm14' 'ldc' 'ninja')
+makedepends=('git' 'cmake' 'llvm15' 'ldc' 'ninja')
 # Disable lto as linking the ldc2 binary fails
 options=(!lto)
 
@@ -52,7 +52,7 @@ build() {
 -DLDC_WITH_LLD=OFF \
 -DD_COMPILER_FLAGS="-link-defaultlib-shared=false -linker=gold 
--flto=thin" \
 -DADDITIONAL_DEFAULT_LDC_SWITCHES="\"-link-defaultlib-shared\"" \
--DCMAKE_PREFIX_PATH=/usr/lib/llvm14 \
+-DCMAKE_PREFIX_PATH=/usr/lib/llvm15 \
 ..
 ninja
 }
@@ -63,7 +63,7 @@ check() {
 }
 
 package_ldc() {
-depends=('liblphobos' 'llvm14-libs' 'gcc' 'compiler-rt14')
+depends=('liblphobos' 'llvm15-libs' 'gcc' 'compiler-rt15')
 backup=('etc/ldc2.conf')
 provides=("d-compiler=$_dversion")
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ldc/-/commit/ee306ed81191e03bcb9813905b213cc8f965b607

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




[Git][archlinux/packaging/packages/ldc] Pushed new tag 3-1.33.0-4

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 3-1.33.0-4 at Arch Linux / Packaging / 
Packages / ldc

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




[Git][archlinux/packaging/packages/clang15] Pushed new tag 15.0.7-1

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 15.0.7-1 at Arch Linux / Packaging / Packages 
/ clang15

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




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

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new branch main at Arch Linux / Packaging / Packages / 
clang15

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




[Git][archlinux/packaging/packages/broot] Pushed new tag 1.25.0-1

2023-08-19 Thread @orhun


Orhun Parmaksız pushed new tag 1.25.0-1 at Arch Linux / Packaging / Packages / 
broot

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




[Git][archlinux/packaging/packages/broot][main] upgpkg: 1.25.0-1: upstream release

2023-08-19 Thread @orhun


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


Commits:
65ddb85d by Orhun Parmaksız at 2023-08-19T20:57:06+03:00
upgpkg: 1.25.0-1: upstream release

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=broot
-pkgver=1.24.2
+pkgver=1.25.0
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('gcc-libs' 'zlib' 'libgit2' 'libxcb')
 makedepends=('rust')
 options=('!lto')
 
source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('cf223710bd75362d37312ef50b4966d57a79b36e3e645f940fd34569075f3974')
+sha256sums=('5b34f7e975e6bbf954f81f87af720559aa6a5916950275242d43fade906f20b1')
 
 prepare() {
   cd $pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/slirp4netns] Pushed new tag 1.2.1-1

2023-08-19 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.2.1-1 at Arch Linux / Packaging / Packages / 
slirp4netns

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




[Git][archlinux/packaging/packages/slirp4netns][main] upgpkg: 1.2.1-1

2023-08-19 Thread Frederik Schwan (@freswa)


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


Commits:
60ec27f6 by Frederik Schwan at 2023-08-19T19:19:58+02:00
upgpkg: 1.2.1-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,14 +3,14 @@
 
 pkgname=slirp4netns
 pkgdesc='User-mode networking for unprivileged network namespaces'
-pkgver=1.2.0
+pkgver=1.2.1
+_commit=09e31e92fa3d2a1d3ca261adaeb012c8d75a8194   #refs/tags/v1.2.0^{}
 pkgrel=1
 arch=(x86_64)
 url="https://github.com/rootless-containers/slirp4netns;
 license=(GPL2)
 depends=(glibc glib2 libcap libseccomp libslirp)
 makedepends=(git)
-_commit=656041d45cfca7a4176f6b7eed9e4fe6c11e8383   #refs/tags/v1.2.0^{}
 source=("git+$url#commit=$_commit?signed")
 sha256sums=('SKIP')
 validpgpkeys=('C020EA876CE4E06C7AB95AEF49524C6F9F638F1A') # Akihiro Suda 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/slirp4netns/-/commit/60ec27f65b4ede9936eda7818b0bbae3e5b8ed50

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




[Git][archlinux/packaging/packages/compiler-rt15] Pushed new branch main

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new branch main at Arch Linux / Packaging / Packages / 
compiler-rt15

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




[Git][archlinux/packaging/packages/compiler-rt15] Pushed new tag 15.0.7-1

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 15.0.7-1 at Arch Linux / Packaging / Packages 
/ compiler-rt15

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




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

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new branch main at Arch Linux / Packaging / Packages / 
llvm15

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




[Git][archlinux/packaging/packages/llvm15] Pushed new tag 15.0.7-1

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 15.0.7-1 at Arch Linux / Packaging / Packages 
/ llvm15

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




[Git][archlinux/packaging/packages/tp_smapi] Pushed new tag 0.44-2

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/nvidia][main] 535.98-4: linux 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
22735d55 by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:06+02:00
535.98-4: linux 6.4.11.arch2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=535.98
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



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

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




[Git][archlinux/packaging/packages/vhba-module][main] 20211218-146: linux 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
7e46e6a8 by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:06+02:00
20211218-146: linux 6.4.11.arch2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20211218
-pkgrel=145
+pkgrel=146
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vhba-module/-/commit/7e46e6a8622df90b72982a9ee5d59fde79c44c6d

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




[Git][archlinux/packaging/packages/vhba-module] Pushed new tag 20211218-146

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 20211218-146 at Arch Linux / 
Packaging / Packages / vhba-module

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




[Git][archlinux/packaging/packages/bbswitch] Pushed new tag 0.8-619

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 0.8-619 at Arch Linux / 
Packaging / Packages / bbswitch

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




[Git][archlinux/packaging/packages/bbswitch][main] 0.8-619: linux 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
0509d525 by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:06+02:00
0.8-619: linux 6.4.11.arch2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=618
+pkgrel=619
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="https://github.com/Bumblebee-Project/bbswitch;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bbswitch/-/commit/0509d525428dfae69e65b318966201cbad0838ad

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




[Git][archlinux/packaging/packages/nvidia] Pushed new tag 535.98-4

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 535.98-4 at Arch Linux / 
Packaging / Packages / nvidia

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




[Git][archlinux/packaging/packages/acpi_call][main] 1.2.2-151: linux 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
cce59a0e by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:06+02:00
1.2.2-151: linux 6.4.11.arch2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=150
+pkgrel=151
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/acpi_call/-/commit/cce59a0e69be69b60719a2b1c6b726cd47bb4f86

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




[Git][archlinux/packaging/packages/linux][main] 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
dca72643 by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:06+02:00
6.4.11.arch2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=6.4.11.arch1
+pkgver=6.4.11.arch2
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -19,12 +19,6 @@ makedepends=(
   python
   tar
   xz
-
-  # htmldocs
-  graphviz
-  imagemagick
-  python-sphinx
-  texlive-latexextra
 )
 options=('!strip')
 _srcname=archlinux-linux
@@ -80,7 +74,6 @@ prepare() {
 build() {
   cd $_srcname
   _make all
-  _make htmldocs
 }
 
 _package() {



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

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




[Git][archlinux/packaging/packages/nvidia-open][main] 535.98-4: linux 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
ddeb7cc7 by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:06+02:00
535.98-4: linux 6.4.11.arch2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=535.98
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;



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

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




[Git][archlinux/packaging/packages/r8168][main] 8.051.02-64: linux 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
703b647f by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:06+02:00
8.051.02-64: linux 6.4.11.arch2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.051.02
-pkgrel=63
+pkgrel=64
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168/-/commit/703b647fb0bbe9dffdba79beaef6d46ed22bc73e

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




[Git][archlinux/packaging/packages/nvidia-open] Pushed new tag 535.98-4

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 535.98-4 at Arch Linux / 
Packaging / Packages / nvidia-open

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




[Git][archlinux/packaging/packages/netfilter-fullconenat] Pushed new tag r73.0cf3b48-316

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag r73.0cf3b48-316 at Arch Linux / 
Packaging / Packages / netfilter-fullconenat

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netfilter-fullconenat/-/tree/r73.0cf3b48-316
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-zen] Pushed new tag 6.4.11.zen2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 6.4.11.zen2-1 at Arch Linux / 
Packaging / Packages / linux-zen

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




[Git][archlinux/packaging/packages/acpi_call] Pushed new tag 1.2.2-151

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.2.2-151 at Arch Linux / 
Packaging / Packages / acpi_call

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




[Git][archlinux/packaging/packages/linux-zen][main] 6.4.11.zen2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
f047d75a by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:07+02:00
6.4.11.zen2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=6.4.11.zen1
+pkgver=6.4.11.zen2
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -19,12 +19,6 @@ makedepends=(
   python
   tar
   xz
-
-  # htmldocs
-  graphviz
-  imagemagick
-  python-sphinx
-  texlive-latexextra
 )
 options=('!strip')
 _srcname=zen-kernel
@@ -80,7 +74,6 @@ prepare() {
 build() {
   cd $_srcname
   _make all
-  _make htmldocs
 }
 
 _package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-zen/-/commit/f047d75a31e1b7b9f1249afe79a07d5e872d746b

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




[Git][archlinux/packaging/packages/broadcom-wl][main] 6.30.223.271-495: linux 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
bb9ec43d by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:07+02:00
6.30.223.271-495: linux 6.4.11.arch2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@ _kernelname=  # Build against stock -ARCH kernel
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=494
+pkgrel=495
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/broadcom-wl/-/commit/bb9ec43d1fb10474d680ff04b69253415a535b9f

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




[Git][archlinux/packaging/packages/linux] Pushed new tag 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 6.4.11.arch2-1 at Arch Linux / 
Packaging / Packages / linux

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




[Git][archlinux/packaging/packages/broadcom-wl] Pushed new tag 6.30.223.271-495

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 6.30.223.271-495 at Arch Linux / 
Packaging / Packages / broadcom-wl

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




[Git][archlinux/packaging/packages/deepin-anything-arch][main] 6.1.2-17: linux 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / deepin-anything-arch


Commits:
a12b430d by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:07+02:00
6.1.2-17: linux 6.4.11.arch2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=6.1.2
-pkgrel=16
+pkgrel=17
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-anything-arch/-/commit/a12b430d2c55617511b669ba90970e6867847004

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




[Git][archlinux/packaging/packages/deepin-anything-arch] Pushed new tag 6.1.2-17

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 6.1.2-17 at Arch Linux / 
Packaging / Packages / deepin-anything-arch

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-anything-arch/-/tree/6.1.2-17
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/netfilter-fullconenat][main] r73.0cf3b48-316: linux 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
f5815957 by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:06+02:00
r73.0cf3b48-316: linux 6.4.11.arch2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=315
+pkgrel=316
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netfilter-fullconenat/-/commit/f581595768cd10a5b40a1a56f110c5791f09aaf4

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




[Git][archlinux/packaging/packages/tp_smapi][main] 0.44-2: linux 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
37f13a44 by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:06+02:00
0.44-2: linux 6.4.11.arch2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.44
-pkgrel=1
+pkgrel=2
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 url='https://github.com/evgeni/tp_smapi'
 arch=(x86_64)



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

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




[Git][archlinux/packaging/packages/virtualbox-host-modules-arch][main] 7.0.10-12: linux 6.4.11.arch2-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / virtualbox-host-modules-arch


Commits:
96619d51 by Jan Alexander Steffens (heftig) at 2023-08-19T18:25:06+02:00
7.0.10-12: linux 6.4.11.arch2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=7.0.10
-pkgrel=11
+pkgrel=12
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox-host-modules-arch/-/commit/96619d51d556ec149174b8877f5df1afee275597

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox-host-modules-arch/-/commit/96619d51d556ec149174b8877f5df1afee275597
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/virtualbox-host-modules-arch] Pushed new tag 7.0.10-12

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 7.0.10-12 at Arch Linux / 
Packaging / Packages / virtualbox-host-modules-arch

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox-host-modules-arch/-/tree/7.0.10-12
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/r8168] Pushed new tag 8.051.02-64

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 8.051.02-64 at Arch Linux / 
Packaging / Packages / r8168

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




[Git][archlinux/packaging/packages/vala][main] 0.56.12-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
ac2c73ca by Jan Alexander Steffens (heftig) at 2023-08-19T17:38:44+02:00
0.56.12-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.56.11
+pkgver=0.56.12
 pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
@@ -36,7 +36,7 @@ provides=(
 )
 conflicts=(valadoc)
 replaces=(valadoc)
-_commit=0a4a679270bdb413b4f7d3e759e129ec65597d29  # tags/0.56.11^0
+_commit=2a0ae432b97f6594f859b6fb5b859565457388a7  # tags/0.56.12^0
 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vala/-/commit/ac2c73cafe3252fa419175a0d1710ecd47f193f7

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




[Git][archlinux/packaging/packages/vala] Pushed new tag 0.56.12-1

2023-08-19 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/symengine][main] upgpkg: 0.10.1-2: LLVM 16 rebuild

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
symengine


Commits:
213948d4 by Evangelos Foutras at 2023-08-19T18:31:13+03:00
upgpkg: 0.10.1-2: LLVM 16 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=symengine
 pkgver=0.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast symbolic manipulation library, written in C++'
 url='http://sympy.org/'
 arch=(x86_64)



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

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




[Git][archlinux/packaging/packages/symengine] Pushed new tag 0.10.1-2

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.10.1-2 at Arch Linux / Packaging / Packages 
/ symengine

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




[Git][archlinux/packaging/packages/qt5-tools][main] upgpkg: 5.15.10+kde+r3-2: LLVM 16 rebuild

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
qt5-tools


Commits:
515c5df5 by Evangelos Foutras at 2023-08-19T18:26:53+03:00
upgpkg: 5.15.10+kde+r3-2: LLVM 16 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,14 +4,14 @@
 pkgname=qt5-tools
 _basever=5.15.10
 pkgver=5.15.10+kde+r3
-pkgrel=1
+pkgrel=2
 _commit=9f7af2d08eea7c2a2a2bfe7e6a9b73d1b99f5123
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
 depends=('qt5-base' 'hicolor-icon-theme')
-makedepends=('qt5-declarative' 'vulkan-headers' 'clang' 'git')
+makedepends=('qt5-declarative' 'vulkan-headers' 'llvm' 'clang' 'git')
 optdepends=('clang: for qdoc')
 groups=('qt' 'qt5')
 conflicts=('qtchooser')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-tools/-/commit/515c5df5b4abdbc50514923ced96a9d64800eced

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




[Git][archlinux/packaging/packages/qt5-tools] Pushed new tag 5.15.10+kde+r3-2

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 5.15.10+kde+r3-2 at Arch Linux / Packaging / 
Packages / qt5-tools

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-tools/-/tree/5.15.10+kde+r3-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qt6-tools] Pushed new tag 6.5.2-2

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 6.5.2-2 at Arch Linux / Packaging / Packages / 
qt6-tools

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




[Git][archlinux/packaging/packages/qt6-tools][main] upgpkg: 6.5.2-2: LLVM 16 rebuild

2023-08-19 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
qt6-tools


Commits:
b2d2ae6c by Evangelos Foutras at 2023-08-19T17:48:52+03:00
upgpkg: 6.5.2-2: LLVM 16 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=qt6-tools
 _qtver=6.5.2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)



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

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




[Git][archlinux/packaging/packages/limine][main] upgpkg: 5.20230819.0-1: New upstream release

2023-08-19 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine


Commits:
485d4084 by Robin Candau at 2023-08-19T16:21:24+02:00
upgpkg: 5.20230819.0-1: New upstream release

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mintsuki 
 
 pkgname=limine
-pkgver=5.20230811.0
+pkgver=5.20230819.0
 pkgrel=1
 pkgdesc="An advanced, portable, multiprotocol bootloader"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
 depends=('glibc')
 makedepends=('nasm' 'mtools' 'llvm' 'lld' 'clang')
 
source=("https://github.com/limine-bootloader/limine/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('644b3725efb864176e176c2beae2c7e83cfe38b50b570b03ef9dde42279a0b7a')
+sha256sums=('d81c3082f5cbd6bd19ab69ebe8ea96fe9f66833ee86e06728047000404a43b5e')
 
 build() {
cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/485d4084dc2cb85e4b18bdb72b941a94d9e6c50b

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




[Git][archlinux/packaging/packages/limine] Pushed new tag 5.20230819.0-1

2023-08-19 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 5.20230819.0-1 at Arch Linux / Packaging / Packages 
/ limine

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




[Git][archlinux/packaging/packages/vnstat][main] upgpkg: 2.11-1: update to 2.11

2023-08-19 Thread T.J. Townsend (@blakkheim)


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


Commits:
edf1828e by T.J. Townsend at 2023-08-19T10:01:07-04:00
upgpkg: 2.11-1: update to 2.11

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Thorsten Töpper 
 
 pkgname=vnstat
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
 pkgdesc="A console-based network traffic monitor"
 arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('gd')
 optdepends=('gd: image output')
 backup=(etc/vnstat.conf)
 source=(https://humdi.net/vnstat/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('a9c61744e5cd8c366e2db4d282badc74021ddb614bd65b41240937997e457d25'
+sha256sums=('babc3f1583cc40e4e8ffb2f53296d93d308cb5a5043e85054f6eaf7b4ae57856'
 'SKIP')
 validpgpkeys=(23EF1DD76E65248FB055201ADAFE84E63D140114) # Teemu Toivola
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vnstat/-/commit/edf1828e7ae6ac8b027b5da4b74b14b79ce805c4

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




[Git][archlinux/packaging/packages/vnstat] Pushed new tag 2.11-1

2023-08-19 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 2.11-1 at Arch Linux / Packaging / Packages / 
vnstat

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




[Git][archlinux/packaging/packages/mgba] Pushed new tag 0.10.2-2

2023-08-19 Thread Jonathan Steel (@jsteel)


Jonathan Steel pushed new tag 0.10.2-2 at Arch Linux / Packaging / Packages / 
mgba

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




[Git][archlinux/packaging/packages/mgba][main] upgpkg: 0.10.2-2: scripting support

2023-08-19 Thread Jonathan Steel (@jsteel)


Jonathan Steel pushed to branch main at Arch Linux / Packaging / Packages / mgba


Commits:
2ec629d4 by Jonathan Steel at 2023-08-19T14:58:23+01:00
upgpkg: 0.10.2-2: scripting support

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,12 +5,13 @@
 pkgbase=mgba
 pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
 pkgver=0.10.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://mgba.io'
 license=('custom:MPL2')
 makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
- 'ffmpeg' 'desktop-file-utils' 'qt5-tools')
+ 'ffmpeg' 'desktop-file-utils' 'qt5-tools' 'lua')
+optdepends=('lua: scripting support')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
 sha256sums=('60afef8fb79ba1f7be565b737bae73c6604a790391c737f291482a7422d675ae')
 



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

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




[Git][archlinux/packaging/packages/ispc] Pushed new tag 1.21.0-1

2023-08-19 Thread @tpkessler


Torsten Keßler pushed new tag 1.21.0-1 at Arch Linux / Packaging / Packages / 
ispc

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




[Git][archlinux/packaging/packages/ispc][main] upgpkg: 1.21.0-1

2023-08-19 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / ispc


Commits:
e340f808 by Torsten Keßler at 2023-08-19T15:45:04+02:00
upgpkg: 1.21.0-1

New upstream release with LLVM 16

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,15 +1,16 @@
 # Maintainer: Lukas Jirkovsky 
 # Maintainer: Bruno Pagani 
+# Maintainer: Torsten Keßler 
 
 pkgname=ispc
-_commit=41549e2786f056c69a5a9d09f44ccc958bba2660  # refs/tags/v1.19.0
-pkgver=1.19.0
-pkgrel=2
+_commit=f925f2563441a36eff1cb7a617934253dc9c100c  # refs/tags/v1.21.0
+pkgver=1.21.0
+pkgrel=1
 pkgdesc="Compiler for high-performance SIMD programming on the CPU"
 arch=(x86_64)
 url="https://ispc.github.io/;
 license=(BSD)
-depends=(clang gcc-libs glibc llvm-libs spirv-llvm-translator)
+depends=(clang gcc-libs glibc llvm-libs spirv-llvm-translator onetbb)
 makedepends=(cmake git level-zero-headers level-zero-loader lib32-glibc llvm 
openmp python vc-intrinsics)
 checkdepends=(intel-compute-runtime)
 optdepends=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ispc/-/commit/e340f808fea35f47e2c55649fdeeb5b1146c27c5

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




[Git][archlinux/packaging/packages/onetbb][main] upgpkg: 2021.10.0-1

2023-08-19 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
onetbb


Commits:
71f358c5 by Torsten Keßler at 2023-08-19T15:40:11+02:00
upgpkg: 2021.10.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Bogdan Burlacu 
 
 pkgname=onetbb
-pkgver=2021.9.0
+pkgver=2021.10.0
 pkgrel=1
 pkgdesc='High level abstract threading library (oneAPI Threading Building 
Blocks)'
 arch=('x86_64')
@@ -17,15 +17,8 @@ makedepends=('cmake' 'inetutils' 'ninja' 'python' 'swig')
 conflicts=('intel-tbb' 'tbb')
 provides=("intel-tbb=$pkgver" "tbb=$pkgver")
 replaces=('intel-tbb' 'tbb')
-source=(https://github.com/oneapi-src/oneTBB/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-
$pkgname-gcc13.patch::https://github.com/oneapi-src/oneTBB/commit/154cc73ca4d359621202399cc0c3c91058e56e79.patch)
-sha512sums=('2ece7f678ad7c8968c0ad5cda9f987e4b318c6d9735169e1039beb0ff8dfca18815835875211acc6c7068913d9b0bdd4c9ded22962b0bb48f4a0ce0f7b78f31c'
-
'31feea5ede2df7d09062435abbfa923be0bbe5b5e05a2a819ccd29cf00486d60b5e0775f29c933fea7df1df4412da8586fa12ce4bfa8a332bc6ac03b051bae23')
-
-prepare() {
-  cd oneTBB-$pkgver
-  patch -Np1 -i ../$pkgname-gcc13.patch
-}
+source=(https://github.com/oneapi-src/oneTBB/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('d71cf317e7f78948c1ea20977cfcfba1eff72cb20c457c87e624cb3aaa3215a1c24c11ed6ed99cf118c577d956234202458bb5e0215c9c317099d9c3b732')
 
 build() {
   cd oneTBB-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onetbb/-/commit/71f358c52eb26570f76c79b515a757da6f745d52

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




[Git][archlinux/packaging/packages/onetbb] Pushed new tag 2021.10.0-1

2023-08-19 Thread @tpkessler


Torsten Keßler pushed new tag 2021.10.0-1 at Arch Linux / Packaging / Packages 
/ onetbb

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




[Git][archlinux/packaging/packages/stack][main] upgpkg: 2.7.5-326: rebuild with filelock 0.1.1.6

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
f2dfaa74 by Felix Yan at 2023-08-19T16:38:31+03:00
upgpkg: 2.7.5-326: rebuild with filelock 0.1.1.6

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.7.5
-pkgrel=325
+pkgrel=326
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stack/-/commit/f2dfaa741097eb7ac5241e9c1c79ce6552b01e82

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




[Git][archlinux/packaging/packages/stack] Pushed new tag 2.7.5-326

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 2.7.5-326 at Arch Linux / Packaging / Packages / stack

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




[Git][archlinux/packaging/packages/haskell-pantry][main] upgpkg: 0.5.7-137: rebuild with filelock 0.1.1.6

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
359c4ca5 by Felix Yan at 2023-08-19T16:33:10+03:00
upgpkg: 0.5.7-137: rebuild with filelock 0.1.1.6

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.7
-pkgrel=136
+pkgrel=137
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry;
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pantry/-/commit/359c4ca5863758ae6f3edfad7a3e8488a6619660

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




[Git][archlinux/packaging/packages/haskell-pantry] Pushed new tag 0.5.7-137

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.5.7-137 at Arch Linux / Packaging / Packages / 
haskell-pantry

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




[Git][archlinux/packaging/packages/haskell-filelock][main] upgpkg: 0.1.1.6-1: rebuild with filelock 0.1.1.6

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
2dba3461 by Felix Yan at 2023-08-19T16:29:01+03:00
upgpkg: 0.1.1.6-1: rebuild with filelock 0.1.1.6

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,16 +3,16 @@
 
 _hkgname=filelock
 pkgname=haskell-filelock
-pkgver=0.1.1.5
-pkgrel=172
+pkgver=0.1.1.6
+pkgrel=1
 pkgdesc="Portable interface to file locking (flock / LockFileEx)"
-url="https://github.com/takano-akio/filelock;
+url="http://github.com/haskell-pkg-janitors/filelock;
 license=("custom:PublicDomain")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-async')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('6ccd0b671cec8d1c2daa3115a5b2d8cd10a31db0a1dc1c15e6cb80d679bd2e09208be8bebc0f4bb64d7cdd0fad2e7e170e8283b6be61edd5017b788f94a41048')
+sha512sums=('859a054d28c6ca915067c36d6764c4c6094aefb359e7082db64a2662f297f5a6c746b911fcdab182691932d58315dccaa5c0f39bb31f95a818c21633b6a88c2c')
 
 build() {
 cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-filelock/-/commit/2dba34614320728a70e8f846bdcfd88ab3065bdc

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




[Git][archlinux/packaging/packages/haskell-filelock] Pushed new tag 0.1.1.6-1

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.1.1.6-1 at Arch Linux / Packaging / Packages / 
haskell-filelock

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




[Git][archlinux/packaging/packages/onevpl-intel-gpu][main] upgpkg: 23.3.1-1

2023-08-19 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
onevpl-intel-gpu


Commits:
f56388be by Daniel Bermond at 2023-08-19T10:16:08-03:00
upgpkg: 23.3.1-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=onevpl-intel-gpu
-pkgver=23.3.0
+pkgver=23.3.1
 pkgrel=1
 pkgdesc='oneVPL runtime implementation for Intel GPUs (Tiger Lake and newer)'
 arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('intel-media-driver' 'libdrm' 'libva')
 makedepends=('cmake')
 
source=("https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-${pkgver}/${pkgname}-${pkgver}.tar.gz;
 '010-onevpl-intel-gpu-disable-verbose-makefile.patch')
-sha256sums=('1cf613b0d3c500962a299fc5b688789f3150d70016f4f735fc73d95f22e2e96e'
+sha256sums=('51052b2cb0c1d0e628aa1e04b19ffdcd5098993c6c368045a79d87d21ca4ebe5'
 'c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onevpl-intel-gpu/-/commit/f56388beff92ba0ee4c9cfe2a9e7917013c7209e

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




[Git][archlinux/packaging/packages/onevpl-intel-gpu] Pushed new tag 23.3.1-1

2023-08-19 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 23.3.1-1 at Arch Linux / Packaging / Packages / 
onevpl-intel-gpu

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




[Git][archlinux/packaging/packages/vc-intrinsics] Pushed new tag 0.13.0.r2+g910db48-1

2023-08-19 Thread @tpkessler


Torsten Keßler pushed new tag 0.13.0.r2+g910db48-1 at Arch Linux / Packaging / 
Packages / vc-intrinsics

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vc-intrinsics/-/tree/0.13.0.r2+g910db48-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vc-intrinsics][main] upgpkg: 0.13.0.r2+g910db48-1

2023-08-19 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
vc-intrinsics


Commits:
6ebc31a4 by Torsten Keßler at 2023-08-19T15:15:17+02:00
upgpkg: 0.13.0.r2+g910db48-1

New upstream release, LLVM 16 build

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=vc-intrinsics
-pkgver=0.12.3
+pkgver=0.13.0.r2+g910db48
 pkgrel=1
 pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that 
represent SIMD semantics of a program targeting GPU"
 arch=(x86_64)
@@ -10,7 +10,7 @@ url="https://github.com/intel/vc-intrinsics;
 license=(MIT)
 makedepends=(cmake python llvm git)
 # From IGC release notes or latest release
-_commit=cd3aecca329ecd41deab45e8a715fa555fc61bac
+_commit=910db4801d4a029834606e3e42a8d60358e74fdf
 source=(git+${url}.git#commit=$_commit)
 sha256sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vc-intrinsics/-/commit/6ebc31a45e342db01a2fb106453064d24288d2ea

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




[Git][archlinux/packaging/packages/intel-media-driver] Pushed new tag 23.3.1-1

2023-08-19 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 23.3.1-1 at Arch Linux / Packaging / Packages / 
intel-media-driver

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




[Git][archlinux/packaging/packages/intel-media-driver][main] upgpkg: 23.3.1-1

2023-08-19 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-media-driver


Commits:
06674b0e by Daniel Bermond at 2023-08-19T10:14:29-03:00
upgpkg: 23.3.1-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-media-driver
-pkgver=23.3.0
+pkgver=23.3.1
 pkgrel=1
 pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT BSD)
 depends=(gcc-libs intel-gmmlib libva)
 makedepends=(cmake)
 source=(${url}/archive/${pkgname%-*}-${pkgver}.tar.gz)
-sha256sums=('2d0e8892199f1f2365fd8729776bdfd9968a97a63ce1e759b3724bff57e9fc08')
+sha256sums=('ce929da08ea917e4bb133ae67b5de42dce9c459b06a2670358a6ada00c48db58')
 
 build() {
   cmake -B build -S ${pkgname#*-}-${pkgname%-*}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/06674b0e39838a0805100032e0858e293269b436

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/06674b0e39838a0805100032e0858e293269b436
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/git-annex][main] upgpkg: 10.20230626-17: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
f3f1fb90 by Felix Yan at 2023-08-19T16:10:17+03:00
upgpkg: 10.20230626-17: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=10.20230626
-pkgrel=16
+pkgrel=17
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")



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

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




[Git][archlinux/packaging/packages/git-annex] Pushed new tag 10.20230626-17

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 10.20230626-17 at Arch Linux / Packaging / Packages / 
git-annex

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




[Git][archlinux/packaging/packages/hledger-web][main] upgpkg: 1.29-33: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
9c931ce8 by Felix Yan at 2023-08-19T16:08:53+03:00
upgpkg: 1.29-33: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.29
-pkgrel=32
+pkgrel=33
 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/9c931ce83c645abf5fb03c931d91588174c7941e

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




[Git][archlinux/packaging/packages/hledger-web] Pushed new tag 1.29-33

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.29-33 at Arch Linux / Packaging / Packages / 
hledger-web

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




[Git][archlinux/packaging/packages/tamarin-prover][main] upgpkg: 1.6.1-344: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
6086eee5 by Felix Yan at 2023-08-19T16:08:47+03:00
upgpkg: 1.6.1-344: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.6.1
-pkgrel=343
+pkgrel=344
 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/6086eee5fa76c5b30934fbdd3d70b24f70193732

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




[Git][archlinux/packaging/packages/tamarin-prover] Pushed new tag 1.6.1-344

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.6.1-344 at Arch Linux / Packaging / Packages / 
tamarin-prover

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




[Git][archlinux/packaging/packages/haskell-esqueleto][main] upgpkg: 3.5.7.1-51: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
e71abbd2 by Felix Yan at 2023-08-19T16:08:17+03:00
upgpkg: 3.5.7.1-51: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=3.5.7.1
-pkgrel=50
+pkgrel=51
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-esqueleto/-/commit/e71abbd221e51525f904d3c8bd53509df0430951

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




[Git][archlinux/packaging/packages/haskell-esqueleto] Pushed new tag 3.5.7.1-51

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 3.5.7.1-51 at Arch Linux / Packaging / Packages / 
haskell-esqueleto

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




[Git][archlinux/packaging/packages/idris][main] upgpkg: 1.3.4-129: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
9cbc619f by Felix Yan at 2023-08-19T16:07:47+03:00
upgpkg: 1.3.4-129: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.4
-pkgrel=128
+pkgrel=129
 pkgdesc="Functional Programming Language with Dependent Types"
 url="https://www.idris-lang.org/;
 license=("BSD")



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

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




[Git][archlinux/packaging/packages/idris] Pushed new tag 1.3.4-129

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.3.4-129 at Arch Linux / Packaging / Packages / idris

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




[Git][archlinux/packaging/packages/haskell-yesod-static] Pushed new tag 1.6.1.0-631

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.6.1.0-631 at Arch Linux / Packaging / Packages / 
haskell-yesod-static

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-static/-/tree/1.6.1.0-631
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-yesod-static][main] upgpkg: 1.6.1.0-631: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
974498b0 by Felix Yan at 2023-08-19T16:07:28+03:00
upgpkg: 1.6.1.0-631: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.1.0
-pkgrel=630
+pkgrel=631
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-static/-/commit/974498b04f0b5df3d56a226b727d48f9e313b57d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-static/-/commit/974498b04f0b5df3d56a226b727d48f9e313b57d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/stack][main] upgpkg: 2.7.5-325: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
e07a5518 by Felix Yan at 2023-08-19T16:05:55+03:00
upgpkg: 2.7.5-325: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.7.5
-pkgrel=324
+pkgrel=325
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stack/-/commit/e07a55183a716a55512c336265c869349676d0b0

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




[Git][archlinux/packaging/packages/stack] Pushed new tag 2.7.5-325

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 2.7.5-325 at Arch Linux / Packaging / Packages / stack

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




[Git][archlinux/packaging/packages/arch-hs] Pushed new tag 0.11.1.0-33

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.11.1.0-33 at Arch Linux / Packaging / Packages / 
arch-hs

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




[Git][archlinux/packaging/packages/arch-hs][main] upgpkg: 0.11.1.0-33: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / arch-hs


Commits:
ca5c9e37 by Felix Yan at 2023-08-19T16:05:13+03:00
upgpkg: 0.11.1.0-33: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.11.1.0
-pkgrel=32
+pkgrel=33
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-hs/-/commit/ca5c9e377c4a884609a9caf68c30507fff29500e

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




[Git][archlinux/packaging/packages/haskell-yesod][main] upgpkg: 1.6.2.1-121: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
6d1d1226 by Felix Yan at 2023-08-19T16:04:13+03:00
upgpkg: 1.6.2.1-121: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.2.1
-pkgrel=120
+pkgrel=121
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod/-/commit/6d1d122616a8ffab510f9cee27962706fa83b228

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




[Git][archlinux/packaging/packages/haskell-yesod] Pushed new tag 1.6.2.1-121

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.6.2.1-121 at Arch Linux / Packaging / Packages / 
haskell-yesod

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




[Git][archlinux/packaging/packages/haskell-yesod-test][main] upgpkg: 1.6.15-112: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
3f2b5e04 by Felix Yan at 2023-08-19T16:04:13+03:00
upgpkg: 1.6.15-112: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.15
-pkgrel=111
+pkgrel=112
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="https://www.yesodweb.com;
 license=('MIT')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-test/-/commit/3f2b5e045af8490b966c459c90bcb951f45c7133

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




[Git][archlinux/packaging/packages/haskell-yesod-test] Pushed new tag 1.6.15-112

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.6.15-112 at Arch Linux / Packaging / Packages / 
haskell-yesod-test

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-test/-/tree/1.6.15-112
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-yesod-auth][main] upgpkg: 1.6.11.1-49: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
105ced53 by Felix Yan at 2023-08-19T16:03:28+03:00
upgpkg: 1.6.11.1-49: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.11.1
-pkgrel=48
+pkgrel=49
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-auth/-/commit/105ced5316f0212e9d9b3ba6ecbfdd7220c3fbab

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-auth/-/commit/105ced5316f0212e9d9b3ba6ecbfdd7220c3fbab
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/postgrest][main] upgpkg: 10.0.0-128: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
146ff5cd by Felix Yan at 2023-08-19T16:03:28+03:00
upgpkg: 10.0.0-128: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=10.0.0
-pkgrel=127
+pkgrel=128
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgrest/-/commit/146ff5cde2233a379e3eafe09ef82c342ed3c026

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




[Git][archlinux/packaging/packages/postgrest] Pushed new tag 10.0.0-128

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 10.0.0-128 at Arch Linux / Packaging / Packages / 
postgrest

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




[Git][archlinux/packaging/packages/haskell-yesod-auth] Pushed new tag 1.6.11.1-49

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.6.11.1-49 at Arch Linux / Packaging / Packages / 
haskell-yesod-auth

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-auth/-/tree/1.6.11.1-49
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-pantry][main] upgpkg: 0.5.7-136: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
df2715e3 by Felix Yan at 2023-08-19T16:02:09+03:00
upgpkg: 0.5.7-136: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.7
-pkgrel=135
+pkgrel=136
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry;
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pantry/-/commit/df2715e38e0bb2f92c6352850866707f6d12ee7f

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




[Git][archlinux/packaging/packages/haskell-pantry] Pushed new tag 0.5.7-136

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.5.7-136 at Arch Linux / Packaging / Packages / 
haskell-pantry

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




[Git][archlinux/packaging/packages/haskell-arch-web][main] upgpkg: 0.2-25: rebuild with easy-file 0.2.5

2023-08-19 Thread Felix Yan (@felixonmars)


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


Commits:
5dae3766 by Felix Yan at 2023-08-19T16:01:10+03:00
upgpkg: 0.2-25: rebuild with easy-file 0.2.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=arch-web
 pkgname=haskell-arch-web
 pkgver=0.2
-pkgrel=24
+pkgrel=25
 pkgdesc="Arch Linux official and AUR web interface binding"
 url="https://github.com/berberman/arch-web;
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-arch-web/-/commit/5dae3766bea7a2b87128c9ed0409a88c42efba73

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




[Git][archlinux/packaging/packages/haskell-arch-web] Pushed new tag 0.2-25

2023-08-19 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.2-25 at Arch Linux / Packaging / Packages / 
haskell-arch-web

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-arch-web/-/tree/0.2-25
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   >