[Git][archlinux/packaging/packages/fail2ban] Pushed new tag 1.1.0-3

2024-05-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.1.0-3 at Arch Linux / Packaging / Packages / 
fail2ban

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/tree/1.1.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fail2ban][main] upgpkg: 1.1.0-3: re-add some empty directories

2024-05-03 Thread Evangelos Foutras (@foutrelis)


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


Commits:
8ff52234 by Evangelos Foutras at 2024-05-03T20:18:57+03:00
upgpkg: 1.1.0-3: re-add some empty directories

It seems these were lost in fail2ban-1.0.2-6 which switched to PEP 517.

- etc/fail2ban/fail2ban.d/
- etc/fail2ban/jail.d/
- var/lib/fail2ban/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = fail2ban
pkgdesc = Bans IPs after too many failed authentication attempts
pkgver = 1.1.0
-   pkgrel = 2
+   pkgrel = 3
url = https://www.fail2ban.org/
arch = any
license = GPL


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=fail2ban
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Bans IPs after too many failed authentication attempts'
 arch=('any')
 url='https://www.fail2ban.org/'
@@ -74,6 +74,11 @@ package() {
   cp -rl ./"$site_packages"/{etc,usr} .
   rm -r ./"$site_packages"/{etc,usr}
 
+  # PEP 517 workflow doesn't seem to create these empty directories
+  # (avoid "mkdir -p" so these commands fail when the directories are back)
+  mkdir "$pkgdir"/etc/fail2ban/{fail2ban,jail}.d
+  mkdir "$pkgdir"/var{,/lib{,/fail2ban}}
+
   # fix sendmail location
   sed -i 's/sbin/bin/g' etc/fail2ban/action.d/sendmail*.conf
 }



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/commit/8ff5223463d557d1d9746d59e61c93fc93a9b56a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/audacious-plugins][main] upgpkg: 4.3.1-3: fix Last.fm XML response parsing

2024-05-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
audacious-plugins


Commits:
6f7cb957 by Evangelos Foutras at 2024-05-03T10:28:47+03:00
upgpkg: 4.3.1-3: fix Last.fm XML response parsing

Fixes #1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,50 @@
+pkgbase = audacious-plugins
+   pkgdesc = Plugins for Audacious
+   pkgver = 4.3.1
+   pkgrel = 3
+   url = https://audacious-media-player.org/
+   arch = x86_64
+   license = BSD
+   license = GPL
+   makedepends = audacious>=4.3.1
+   makedepends = meson
+   makedepends = python-packaging
+   depends = alsa-lib
+   depends = curl
+   depends = dbus-glib
+   depends = faad2
+   depends = ffmpeg
+   depends = flac
+   depends = fluidsynth
+   depends = jack
+   depends = lame
+   depends = libcdio-paranoia
+   depends = libcue
+   depends = libmms
+   depends = libmodplug
+   depends = libmtp
+   depends = libpulse
+   depends = libnotify
+   depends = libsamplerate
+   depends = libsidplayfp
+   depends = libvorbis
+   depends = lirc
+   depends = mpg123
+   depends = neon
+   depends = wavpack
+   depends = libbs2b
+   depends = libopenmpt
+   depends = libcddb
+   depends = qt5-x11extras
+   depends = opusfile
+   depends = libpipewire
+   source = 
https://distfiles.audacious-media-player.org/audacious-plugins-4.3.1.tar.bz2
+   source = 
audacious-plugins-replace-xmlParseMemory.patch::https://github.com/audacious-media-player/audacious-plugins/commit/c9246b1c8b09.patch
+   source = 
audacious-plugins-fix-xml-parsing.patch::https://github.com/audacious-media-player/audacious-plugins/commit/5103ba0f504f.patch
+   source = sidplay-rom-paths.patch
+   sha256sums = 
2dea26e3af583a2d684df240b27b2b2932bcd653df4db500a85f4fe5d5fdc8a6
+   sha256sums = 
2a412c5eafa9cd982cc281b21e3525dbbaecdedeba6181a2f144832c1c273675
+   sha256sums = 
51e0044dc099fbfd7faff15745ad09bc0e4b4da7be9689495669ff3fc6458ae7
+   sha256sums = 
c32cd36f75dd18db082f9b9447f1c0982279703b9d648f5695295ff25c9b678d
+
+pkgname = audacious-plugins


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=4.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins for Audacious"
 arch=('x86_64')
 url="https://audacious-media-player.org/;
@@ -15,15 +15,25 @@ depends=('alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 
'flac' 'fluidsynth'
  'libmtp' 'libpulse' 'libnotify' 'libsamplerate' 'libsidplayfp'
  'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b' 'libopenmpt'
  'libcddb' 'qt5-x11extras' 'opusfile' 'libpipewire')
-makedepends=("audacious>=$pkgver" 'meson')
+makedepends=("audacious>=$pkgver" 'meson' 'python-packaging')
 source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2
+
$pkgname-replace-xmlParseMemory.patch::https://github.com/audacious-media-player/audacious-plugins/commit/c9246b1c8b09.patch
+
$pkgname-fix-xml-parsing.patch::https://github.com/audacious-media-player/audacious-plugins/commit/5103ba0f504f.patch
 sidplay-rom-paths.patch)
 sha256sums=('2dea26e3af583a2d684df240b27b2b2932bcd653df4db500a85f4fe5d5fdc8a6'
+'2a412c5eafa9cd982cc281b21e3525dbbaecdedeba6181a2f144832c1c273675'
+'51e0044dc099fbfd7faff15745ad09bc0e4b4da7be9689495669ff3fc6458ae7'
 'c32cd36f75dd18db082f9b9447f1c0982279703b9d648f5695295ff25c9b678d')
 
 prepare() {
-  # Set paths for ROM files from vice for sidplay
-  patch -d $pkgname-$pkgver -Np1 -i ../sidplay-rom-paths.patch
+  cd $pkgname-$pkgver
+
+  # 
https://gitlab.archlinux.org/archlinux/packaging/packages/audacious-plugins/-/issues/1
+  patch -Np1 -i ../$pkgname-replace-xmlParseMemory.patch
+  patch -Np1 -i ../$pkgname-fix-xml-parsing.patch
+
+  # set paths for ROM files from vice for sidplay
+  patch -Np1 -i ../sidplay-rom-paths.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/audacious-plugins/-/commit/6f7cb95768cec961ce04da5e77469abcc554dbb8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/audacious-plugins/-/commit/6f7cb95768cec961ce04da5e77469abcc554dbb8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/audacious-plugins] Pushed new tag 4.3.1-3

2024-05-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 4.3.1-3 at Arch Linux / Packaging / Packages / 
audacious-plugins

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/audacious-plugins/-/tree/4.3.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gaupol][main] Remove bundled iso-codes

2024-05-02 Thread Evangelos Foutras (@foutrelis)


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


Commits:
87a47de2 by Evangelos Foutras at 2024-05-02T22:24:06+03:00
Remove bundled iso-codes

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,13 +22,15 @@ 
source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$p
 sha256sums=('fa88d60620796800c4408dfdf7148b1abd3d97483e536dd020e35234885eb90b')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   python -m build --wheel --no-isolation
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
+  # remove bundled iso-codes
+  rm -r "$pkgdir/usr/share/gaupol/iso-codes"
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/87a47de2c73839522d01322d577e03834f4d68e5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/87a47de2c73839522d01322d577e03834f4d68e5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gaupol][main] Change to a PEP 517 based workflow

2024-05-02 Thread Evangelos Foutras (@foutrelis)


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


Commits:
95a7ac5b by loqs at 2024-04-07T13:19:47+00:00
Change to a PEP 517 based workflow

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,16 +14,21 @@ license=('GPL')
 depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
  'gst-plugin-gtk' 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
  'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 optdepends=('mpv: subtitle preview'
 'vlc: subtitle preview'
 'mplayer: subtitle preview')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
 sha256sums=('fa88d60620796800c4408dfdf7148b1abd3d97483e536dd020e35234885eb90b')
 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python -m build --wheel --no-isolation
+}
+
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/95a7ac5b51a164a981846054930b4c3607c4e9e4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/95a7ac5b51a164a981846054930b4c3607c4e9e4
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-05-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-jinja


Commits:
1fd74cd3 by loqs at 2024-04-09T21:03:22+00:00
Change to a PEP 517 based workflow

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -12,7 +12,7 @@ arch=('any')
 url="https://palletsprojects.com/p/jinja/;
 license=('BSD-3-Clause')
 depends=('python' 'python-markupsafe')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 optdepends=('python-babel: for i18n support')
 checkdepends=('python-pytest')
 
source=($_name-$pkgver.tar.gz::https://github.com/pallets/jinja/archive/refs/tags/$pkgver.tar.gz)
@@ -24,7 +24,7 @@ prepare() {
 
 build() {
   cd $_name-$pkgver
-  python3 setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
@@ -42,7 +42,7 @@ check() {
 
 package() {
   cd $_name-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  python -m installer -d "$pkgdir" dist/*.whl
   install -Dm644 LICENSE.rst -t "$pkgdir/usr/share/licenses/$pkgname"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jinja/-/commit/1fd74cd35062c61b4b42692d845635e8cb3e99c7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jinja/-/commit/1fd74cd35062c61b4b42692d845635e8cb3e99c7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/compiler-rt14][main] upgpkg: 14.0.6-4: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
compiler-rt14


Commits:
d316207d by Evangelos Foutras at 2024-05-01T23:27:52+03:00
upgpkg: 14.0.6-4: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,23 @@
+pkgbase = compiler-rt14
+   pkgdesc = Compiler runtime libraries for clang 14
+   pkgver = 14.0.6
+   pkgrel = 4
+   url = https://compiler-rt.llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   makedepends = llvm14
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = python
+   depends = gcc-libs
+   options = staticlibs
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/compiler-rt-14.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/compiler-rt-14.0.6.src.tar.xz.sig
+   source = remove-include-linux-fs.h.patch
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   sha256sums = 
88df303840ca8fbff944e15e61c141226fe79f5d2b8e89fb024264d77841a02e
+   sha256sums = SKIP
+   sha256sums = 
34ed866e313e4580130a50118a4410d36fa0159123982521b6ef049439fc32ad
+   makedepends_x86_64 = lib32-gcc-libs
+
+pkgname = compiler-rt14


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=compiler-rt14
 pkgver=14.0.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Compiler runtime libraries for clang 14"
 arch=('x86_64')
 url="https://compiler-rt.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt14/-/commit/d316207d63f59e68466d3e1212c1770147c1cc8b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt14/-/commit/d316207d63f59e68466d3e1212c1770147c1cc8b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/compiler-rt14] Pushed new tag 14.0.6-4

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 14.0.6-4 at Arch Linux / Packaging / Packages 
/ compiler-rt14

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt14/-/tree/14.0.6-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/llvm14][main] upgpkg: 14.0.6-4: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


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


Commits:
e9eae2fb by Evangelos Foutras at 2024-05-01T23:25:37+03:00
upgpkg: 14.0.6-4: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,37 @@
+pkgbase = llvm14
+   pkgver = 14.0.6
+   pkgrel = 4
+   url = https://llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   checkdepends = python-psutil
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = libffi
+   makedepends = libedit
+   makedepends = ncurses
+   makedepends = libxml2
+   makedepends = python
+   options = staticlibs
+   options = !lto
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-14.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-14.0.6.src.tar.xz.sig
+   source = llvm-coroutines-ubsan.patch
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   sha256sums = 
050922ecaaca5781fdf6631ea92bc715183f202f9d2f15147226f023414f619a
+   sha256sums = SKIP
+   sha256sums = 
ee9baf6df05474083857044d92f26f59d3ee709cdf82ba3bdb2792e6645f71d9
+
+pkgname = llvm14
+   pkgdesc = Compiler infrastructure (LLVM 14)
+   depends = llvm14-libs
+   depends = perl
+
+pkgname = llvm14-libs
+   pkgdesc = LLVM 14 runtime libraries
+   depends = gcc-libs
+   depends = zlib
+   depends = libffi
+   depends = libedit
+   depends = ncurses
+   depends = libxml2


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=('llvm14' 'llvm14-libs')
 pkgver=14.0.6
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm14/-/commit/e9eae2fb0a7f3f871638dc1f58b976664797fbc7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm14/-/commit/e9eae2fb0a7f3f871638dc1f58b976664797fbc7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/llvm14] Pushed new tag 14.0.6-4

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 14.0.6-4 at Arch Linux / Packaging / Packages 
/ llvm14

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm14/-/tree/14.0.6-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openmp][main] upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


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


Commits:
a81103b3 by Evangelos Foutras at 2024-05-01T23:15:55+03:00
upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = openmp
pkgdesc = LLVM OpenMP Runtime Library
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://openmp.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=openmp
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="LLVM OpenMP Runtime Library"
 arch=('x86_64')
 url="https://openmp.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openmp/-/commit/a81103b38decdb2576fa074fad542d74258f37b9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openmp/-/commit/a81103b38decdb2576fa074fad542d74258f37b9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openmp] Pushed new tag 17.0.6-2

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ openmp

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openmp/-/tree/17.0.6-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/polly][main] upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


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


Commits:
bee2a95d by Evangelos Foutras at 2024-05-01T23:14:22+03:00
upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = polly
pkgdesc = High-level loop and data-locality optimizer and optimization 
infrastructure for LLVM
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://polly.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=polly
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="High-level loop and data-locality optimizer and optimization 
infrastructure for LLVM"
 arch=('x86_64')
 url="https://polly.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/polly/-/commit/bee2a95dbb4779c5f2fb3f0642947845dfec71bd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/polly/-/commit/bee2a95dbb4779c5f2fb3f0642947845dfec71bd
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/polly] Pushed new tag 17.0.6-2

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ polly

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/polly/-/tree/17.0.6-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/compiler-rt] Pushed new tag 17.0.6-2

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ compiler-rt

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt/-/tree/17.0.6-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/compiler-rt][main] upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
compiler-rt


Commits:
e059a6cb by Evangelos Foutras at 2024-05-01T23:12:05+03:00
upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = compiler-rt
pkgdesc = Compiler runtime libraries for clang
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://compiler-rt.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=compiler-rt
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Compiler runtime libraries for clang"
 arch=('x86_64')
 url="https://compiler-rt.llvm.org/;



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt/-/commit/e059a6cbc7bcd7421afc707366cee258f04d4e7a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/llvm][main] upgpkg: 17.0.6-4: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


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


Commits:
b1244d54 by Evangelos Foutras at 2024-05-01T23:09:33+03:00
upgpkg: 17.0.6-4: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = llvm
pkgver = 17.0.6
-   pkgrel = 3
+   pkgrel = 4
url = https://llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=('llvm' 'llvm-libs')
 pkgver=17.0.6
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/b1244d54da87c7fdadf6f95de1f0e3034349910a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/b1244d54da87c7fdadf6f95de1f0e3034349910a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/llvm] Pushed new tag 17.0.6-4

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-4 at Arch Linux / Packaging / Packages 
/ llvm

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/tree/17.0.6-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libmemcached-awesome] Pushed new tag 1.1.4-3

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.1.4-3 at Arch Linux / Packaging / Packages / 
libmemcached-awesome

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmemcached-awesome/-/tree/1.1.4-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libmemcached-awesome][main] upgpkg: 1.1.4-3: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
libmemcached-awesome


Commits:
870ccc3f by Evangelos Foutras at 2024-05-01T22:59:44+03:00
upgpkg: 1.1.4-3: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = libmemcached-awesome
+   pkgdesc = C/C++ client library and tools for the memcached server
+   pkgver = 1.1.4
+   pkgrel = 3
+   url = https://awesomized.github.io/libmemcached/
+   arch = x86_64
+   license = BSD
+   makedepends = cmake
+   makedepends = memcached
+   makedepends = python-sphinx
+   makedepends = python-sphinx_rtd_theme
+   depends = gcc-libs
+   depends = libsasl
+   depends = libevent
+   provides = libmemcached
+   conflicts = libmemcached
+   replaces = libmemcached
+   options = !debug
+   source = 
https://github.com/awesomized/libmemcached/archive/1.1.4/libmemcached-awesome-1.1.4.tar.gz
+   sha256sums = 
c477e1f6510e1dc698e84f3717ce690a8f65b94c616ecaa62306cce0f5e3116a
+
+pkgname = libmemcached-awesome


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libmemcached-awesome
 pkgver=1.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="C/C++ client library and tools for the memcached server"
 arch=('x86_64')
 url="https://awesomized.github.io/libmemcached/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmemcached-awesome/-/commit/870ccc3fb245f442897aadde97106de42139d53a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmemcached-awesome/-/commit/870ccc3fb245f442897aadde97106de42139d53a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 124.0.6367.118-1

2024-05-01 Thread Evangelos Foutras (@foutrelis)


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


Commits:
b2937572 by Evangelos Foutras at 2024-05-01T11:02:27+03:00
upgpkg: 124.0.6367.118-1

Fixes #8

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + fix-a-missing-build-dependency.patch


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 124.0.6367.91
+   pkgver = 124.0.6367.118
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,16 +53,18 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.91.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.118.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
+   source = fix-a-missing-build-dependency.patch
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = qt-6.7.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
376cdcdb46b23eca7f3e6cdb933f27e73968ffb537258d70be503850bbbf1787
+   sha256sums = 
8aa5a14aad1234b48b568da9ef23d6e0b1b72d7f4ca5c4039462e54e6ad45d96
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
+   sha256sums = 
75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
sha256sums = 
e30623f36c54f4af3a8aa7d9400f7d2bed6ef560f15d665d2aa8fd777cb2565f


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=124.0.6367.91
+pkgver=124.0.6367.118
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -27,13 +27,15 @@ options=('!lto') # Chromium adds its own flags for ThinLTO
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
 
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/${pkgver%%.*}/chromium-patches-${pkgver%%.*}.tar.bz2
+fix-a-missing-build-dependency.patch
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 qt-6.7.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('376cdcdb46b23eca7f3e6cdb933f27e73968ffb537258d70be503850bbbf1787'
+sha256sums=('8aa5a14aad1234b48b568da9ef23d6e0b1b72d7f4ca5c4039462e54e6ad45d96'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
+'75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'
 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
 'e30623f36c54f4af3a8aa7d9400f7d2bed6ef560f15d665d2aa8fd777cb2565f'
@@ -107,6 +109,7 @@ prepare() {
   patch -Np1 -i ../use-oauth2-client-switches-as-default.patch
 
   # Upstream fixes
+  patch -Np1 -i ../fix-a-missing-build-dependency.patch
 
   # Drop compiler flag that needs newer clang
   patch -Np1 -i ../drop-flag-unsupported-by-clang17.patch


=
fix-a-missing-build-dependency.patch
=
@@ -0,0 +1,29 @@
+From a976cb05b4024b7a6452d1541378d718cdfe33e6 Mon Sep 17 00:00:00 2001
+From: Takuto Ikuta 
+Date: Thu, 25 Apr 2024 07:25:32 +
+Subject: [PATCH] [devtools] fix a missing build dependency to a generated file
+
+Bug: 336911498
+Change-Id: I6e6d3afaf33ace53a68271b70165b8c3ab596340
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5487538
+Auto-Submit: Takuto Ikuta 
+Commit-Queue: Takuto Ikuta 
+Reviewed-by: Danil Somsikov 
+Commit-Queue: Danil Somsikov 
+Cr-Commit-Position: refs/heads/main@{#1292300}
+---
+ chrome/browser/devtools/BUILD.gn | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/chrome/browser/devtools/BUILD.gn 
b/chrome/browser/devtools/BUILD.gn
+index f0c07cad8cfb..053199e462f5 100644
+--- a/chrome/browser/devtools/BUILD.gn
 b/chrome/browser

[Git][archlinux/packaging/packages/chromium] Pushed new tag 124.0.6367.118-1

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 124.0.6367.118-1 at Arch Linux / Packaging / 
Packages / chromium

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/tree/124.0.6367.118-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gn][main] upgpkg: 0.2165.f284b6b4-1

2024-05-01 Thread Evangelos Foutras (@foutrelis)


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


Commits:
93ccd7e7 by Evangelos Foutras at 2024-05-01T10:01:55+03:00
upgpkg: 0.2165.f284b6b4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gn
pkgdesc = Meta-build system that generates build files for Ninja
-   pkgver = 0.2157.22581fb4
+   pkgver = 0.2165.f284b6b4
pkgrel = 1
url = https://gn.googlesource.com/gn/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = gn
makedepends = python
makedepends = git
depends = gcc-libs
-   source = 
git+https://gn.googlesource.com/gn#commit=22581fb46c0c0c9530caa67149ee4dd8811063cf
+   source = 
git+https://gn.googlesource.com/gn#commit=f284b6b47039a2d7edfcbfc51f52664f82b5a789
sha256sums = SKIP
 
 pkgname = gn


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=gn
-pkgver=0.2157.22581fb4
-_commit=22581fb46c0c0c9530caa67149ee4dd8811063cf
+pkgver=0.2165.f284b6b4
+_commit=f284b6b47039a2d7edfcbfc51f52664f82b5a789
 pkgrel=1
 pkgdesc="Meta-build system that generates build files for Ninja"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gn/-/commit/93ccd7e70840488050828312c9c1a377559a9409

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gn/-/commit/93ccd7e70840488050828312c9c1a377559a9409
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gn] Pushed new tag 0.2165.f284b6b4-1

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.2165.f284b6b4-1 at Arch Linux / Packaging / 
Packages / gn

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gn/-/tree/0.2165.f284b6b4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/boost][main] upgpkg: 1.83.0-7: openmpi 5.0.3 rebuild

2024-04-28 Thread Evangelos Foutras (@foutrelis)


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


Commits:
ff5ec15a by Evangelos Foutras at 2024-04-28T20:34:13+03:00
upgpkg: 1.83.0-7: openmpi 5.0.3 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = boost
pkgdesc = Free peer-reviewed portable C++ source libraries
pkgver = 1.83.0
-   pkgrel = 6
+   pkgrel = 7
url = https://www.boost.org/
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -11,7 +11,7 @@
 
 pkgname=('boost' 'boost-libs')
 pkgver=1.83.0
-pkgrel=6
+pkgrel=7
 _srcname=boost_${pkgver//./_}
 pkgdesc="Free peer-reviewed portable C++ source libraries"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/commit/ff5ec15a3c9513160bc813b900566f2e045d0553

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/commit/ff5ec15a3c9513160bc813b900566f2e045d0553
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/boost] Pushed new tag 1.83.0-7

2024-04-28 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.83.0-7 at Arch Linux / Packaging / Packages 
/ boost

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/tree/1.83.0-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium] Pushed new tag 124.0.6367.91-1

2024-04-25 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 124.0.6367.91-1 at Arch Linux / Packaging / 
Packages / chromium

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/tree/124.0.6367.91-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 124.0.6367.91-1

2024-04-25 Thread Evangelos Foutras (@foutrelis)


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


Commits:
2967a193 by Evangelos Foutras at 2024-04-26T02:06:29+03:00
upgpkg: 124.0.6367.91-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 124.0.6367.78
+   pkgver = 124.0.6367.91
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,14 +53,14 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.78.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.91.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = qt-6.7.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
697ea9e8591e0a74deea260a50441711b1ea499ca19e91d6012c5b4d200d1acf
+   sha256sums = 
376cdcdb46b23eca7f3e6cdb933f27e73968ffb537258d70be503850bbbf1787
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=124.0.6367.78
+pkgver=124.0.6367.91
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 compiler-rt-adjust-paths.patch
 qt-6.7.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('697ea9e8591e0a74deea260a50441711b1ea499ca19e91d6012c5b4d200d1acf'
+sha256sums=('376cdcdb46b23eca7f3e6cdb933f27e73968ffb537258d70be503850bbbf1787'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/2967a193ff90d55912b511094847377006e0ffa5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/2967a193ff90d55912b511094847377006e0ffa5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 124.0.6367.78-1

2024-04-24 Thread Evangelos Foutras (@foutrelis)


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


Commits:
31c25e62 by Evangelos Foutras at 2024-04-24T11:01:49+03:00
upgpkg: 124.0.6367.78-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 124.0.6367.60
+   pkgver = 124.0.6367.78
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -49,24 +49,23 @@ pkgbase = chromium
depends = freetype2
optdepends = pipewire: WebRTC desktop sharing under Wayland
optdepends = kdialog: support for native dialogs in Plasma
-   optdepends = qt5-base: enable Qt5 with --enable-features=AllowQt
optdepends = gtk4: for --gtk-version=4 (GTK4 IME might work better on 
Wayland)
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.60.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.78.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
-   source = use-oauth2-client-switches-as-default.patch
source = qt-6.7.patch
-   sha256sums = 
ebd553527149cb8477a522df90acd6cea2388a6f431e2db589a0301df1d0cae2
+   source = use-oauth2-client-switches-as-default.patch
+   sha256sums = 
697ea9e8591e0a74deea260a50441711b1ea499ca19e91d6012c5b4d200d1acf
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
-   sha256sums = 
e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711
sha256sums = 
e30623f36c54f4af3a8aa7d9400f7d2bed6ef560f15d665d2aa8fd777cb2565f
+   sha256sums = 
e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711
 
 pkgname = chromium


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=124.0.6367.60
+pkgver=124.0.6367.78
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 compiler-rt-adjust-paths.patch
 qt-6.7.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('ebd553527149cb8477a522df90acd6cea2388a6f431e2db589a0301df1d0cae2'
+sha256sums=('697ea9e8591e0a74deea260a50441711b1ea499ca19e91d6012c5b4d200d1acf'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/31c25e6231366d4b621c4203cc9d8683fa4ce73e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium] Pushed new tag 124.0.6367.78-1

2024-04-24 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 124.0.6367.78-1 at Arch Linux / Packaging / 
Packages / chromium

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/tree/124.0.6367.78-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium][main] Build Qt6 shim

2024-04-24 Thread Evangelos Foutras (@foutrelis)


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


Commits:
53eba715 by Antonio Rojas at 2024-04-24T07:07:47+00:00
Build Qt6 shim

Makes Chromium work on Plasma with --ozone-platform=wayland without
needing to install Qt5.

Also drop obsolete mention to -enable-features=AllowQt in optdepends,
this is now enabled by default.

Fixes #7

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + qt-6.7.patch


Changes:

=
.SRCINFO
=
@@ -15,6 +15,7 @@ pkgbase = chromium
makedepends = pipewire
makedepends = rust
makedepends = qt5-base
+   makedepends = qt6-base
makedepends = java-runtime-headless
makedepends = git
depends = gtk3
@@ -59,11 +60,13 @@ pkgbase = chromium
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
+   source = qt-6.7.patch
sha256sums = 
ebd553527149cb8477a522df90acd6cea2388a6f431e2db589a0301df1d0cae2
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
sha256sums = 
e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711
+   sha256sums = 
e30623f36c54f4af3a8aa7d9400f7d2bed6ef560f15d665d2aa8fd777cb2565f
 
 pkgname = chromium


=
PKGBUILD
=
@@ -17,10 +17,9 @@ depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 
'libcups' 'libgcrypt'
  'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
  'libffi' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'rust' 'qt5-base' 'java-runtime-headless' 'git')
+ 'rust' 'qt5-base' 'qt6-base' 'java-runtime-headless' 'git')
 optdepends=('pipewire: WebRTC desktop sharing under Wayland'
 'kdialog: support for native dialogs in Plasma'
-'qt5-base: enable Qt5 with --enable-features=AllowQt'
 'gtk4: for --gtk-version=4 (GTK4 IME might work better on Wayland)'
 'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
 'kwallet: support for storing passwords in KWallet on Plasma')
@@ -30,12 +29,14 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/${pkgver%%.*}/chromium-patches-${pkgver%%.*}.tar.bz2
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
+qt-6.7.patch
 use-oauth2-client-switches-as-default.patch)
 sha256sums=('ebd553527149cb8477a522df90acd6cea2388a6f431e2db589a0301df1d0cae2'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'
 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
+'e30623f36c54f4af3a8aa7d9400f7d2bed6ef560f15d665d2aa8fd777cb2565f'
 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
 
 if (( _manual_clone )); then
@@ -113,6 +114,9 @@ prepare() {
   # Allow libclang_rt.builtins from compiler-rt >= 16 to be used
   patch -Np1 -i ../compiler-rt-adjust-paths.patch
 
+  # Fix build with Qt 6.7
+  patch -Np1 -i ../qt-6.7.patch
+
   # Fixes for building with libstdc++ instead of libc++
   patch -Np1 -i ../chromium-patches-*/chromium-117-material-color-include.patch
 
@@ -183,6 +187,8 @@ build() {
 'enable_hangout_services_extension=true'
 'enable_widevine=true'
 'enable_nacl=false'
+'use_qt6=true'
+'moc_qt6_path="/usr/lib/qt6"'
 "google_api_key=\"$_google_api_key\""
   )
 
@@ -279,6 +285,7 @@ package() {
 chrome_200_percent.pak
 chrome_crashpad_handler
 libqt5_shim.so
+libqt6_shim.so
 resources.pak
 v8_context_snapshot.bin
 


=
qt-6.7.patch
=
@@ -0,0 +1,31 @@
+From 3a812de6e7e0b285eda21ebbb670ca809c4db2b5 Mon Sep 17 00:00:00 2001
+From: Matt Jolly 
+Date: Thu, 11 Apr 2024 12:42:17 +1000
+Subject: [PATCH] Add QtGui to the list of Qt modules
+
+Re: https://bugreports.qt.io/browse/QTBUG-124135 - certain versions of QT
+(6.6.3, 6.7.0) produce pkg-config files that no longer emit dependencies.
+This causes Chromium builds to fail as due to not seeing QtGui as a dependency
+of QtWidgets:
+
+`gen/qt6/../../../../ui/qt/qt_shim.h:11:10: fata

[Git][archlinux/packaging/packages/python-pygments][main] upgpkg: 2.17.2-3: Python 3.12 rebuild

2024-04-20 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-pygments


Commits:
b5f294ac by Evangelos Foutras at 2024-04-21T06:17:37+03:00
upgpkg: 2.17.2-3: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,14 @@
 pkgbase = python-pygments
pkgdesc = Python syntax highlighter
pkgver = 2.17.2
-   pkgrel = 2
+   pkgrel = 3
url = https://pygments.org/
arch = any
-   license = BSD
+   license = BSD-2-Clause
checkdepends = python-pytest
checkdepends = python-lxml
makedepends = python-setuptools
+   makedepends = python-sphinx
makedepends = python-wcag-contrast-ratio
makedepends = python-build
makedepends = python-installer


=
PKGBUILD
=
@@ -3,13 +3,13 @@
 
 pkgname=python-pygments
 pkgver=2.17.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Python syntax highlighter"
 arch=('any')
 url="https://pygments.org/;
 license=('BSD-2-Clause')
 depends=('python')
-makedepends=('python-setuptools' 'python-wcag-contrast-ratio'
+makedepends=('python-setuptools' 'python-sphinx' 'python-wcag-contrast-ratio'
  'python-build' 'python-installer' 'python-wheel'
  'python-hatchling')
 checkdepends=('python-pytest' 'python-lxml')
@@ -22,7 +22,7 @@ 
sha256sums=('da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367')
 build() {
   cd pygments-$pkgver
   python -m build --wheel --no-isolation
-  # make -C doc html
+  make -C doc html
 }
 
 check() {
@@ -36,9 +36,9 @@ package() {
   python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
 
-  # mkdir -p "$pkgdir/usr/share/doc"
-  # cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
-  # install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
+  mkdir -p "$pkgdir/usr/share/doc"
+  cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
   install -Dm644 external/pygments.bashcomp \
 "$pkgdir/usr/share/bash-completion/completions/pygmentize"
 }



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygments/-/commit/b5f294ac3ed11fa939a71b39684fdd40b5081207
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pygments] Pushed new tag 2.17.2-3

2024-04-20 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 2.17.2-3 at Arch Linux / Packaging / Packages 
/ python-pygments

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygments/-/tree/2.17.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 124.0.6367.49-1

2024-04-13 Thread Evangelos Foutras (@foutrelis)


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


Commits:
f850bfcd by Evangelos Foutras at 2024-04-13T10:58:29+03:00
upgpkg: 124.0.6367.49-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 123.0.6312.122
+   pkgver = 124.0.6367.49
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -40,7 +40,6 @@ pkgbase = chromium
depends = dav1d
depends = flac
depends = libxml2
-   depends = libwebp
depends = minizip
depends = opus
depends = harfbuzz
@@ -54,15 +53,15 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-123.0.6312.122.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.49.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
-   source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/123/chromium-patches-123.tar.bz2
+   source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
c883f192af7cb76cf46de4044349645b0fb0b5c42a1c0f7950a24c825c17f885
+   sha256sums = 
6670d9c7b306bf9c332fa84696971256f92256d05d2a484b8e0a86cd31a62480
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
-   sha256sums = 
488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19
+   sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
sha256sums = 
e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=123.0.6312.122
+pkgver=124.0.6367.49
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -31,9 +31,9 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('c883f192af7cb76cf46de4044349645b0fb0b5c42a1c0f7950a24c825c17f885'
+sha256sums=('6670d9c7b306bf9c332fa84696971256f92256d05d2a484b8e0a86cd31a62480'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19'
+'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'
 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
@@ -61,7 +61,7 @@ declare -gA _system_libs=(
   [libjpeg]=libjpeg
   [libpng]=libpng
   #[libvpx]=libvpx
-  [libwebp]=libwebp
+  #[libwebp]=libwebp  # //third_party/libavif:libavif_enc needs 
//third_party/libwebp:libwebp_sharpyuv
   [libxml]=libxml2
   [libxslt]=libxslt
   [opus]=opus



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/f850bfcd2a3b013cd9ebe3b6a1a8892dfde73897

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 124.0.6367.49-1

2024-04-13 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 124.0.6367.49-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 123.0.6312.122-1

2024-04-10 Thread Evangelos Foutras (@foutrelis)


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


Commits:
3b891c00 by Evangelos Foutras at 2024-04-11T02:00:26+03:00
upgpkg: 123.0.6312.122-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 123.0.6312.105
+   pkgver = 123.0.6312.122
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -54,13 +54,13 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-123.0.6312.105.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-123.0.6312.122.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/123/chromium-patches-123.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
0a14fba1fb1a288d99b188160e3138295aa8604bdf492e62a94c0ec35a4e229d
+   sha256sums = 
c883f192af7cb76cf46de4044349645b0fb0b5c42a1c0f7950a24c825c17f885
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=123.0.6312.105
+pkgver=123.0.6312.122
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('0a14fba1fb1a288d99b188160e3138295aa8604bdf492e62a94c0ec35a4e229d'
+sha256sums=('c883f192af7cb76cf46de4044349645b0fb0b5c42a1c0f7950a24c825c17f885'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'



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

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 123.0.6312.122-1

2024-04-10 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 123.0.6312.122-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/python-pygments][main] Change to SPDX license identifier

2024-04-09 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-pygments


Commits:
29f75c18 by loqs at 2024-04-09T18:03:04+00:00
Change to SPDX license identifier

https://github.com/pygments/pygments/blob/2.17.2/LICENSE

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgrel=2
 pkgdesc="Python syntax highlighter"
 arch=('any')
 url="https://pygments.org/;
-license=('BSD')
+license=('BSD-2-Clause')
 depends=('python')
 makedepends=('python-setuptools' 'python-wcag-contrast-ratio'
  'python-build' 'python-installer' 'python-wheel'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygments/-/commit/29f75c184b53589f1df7ae257ccd5c8468559073

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




[Git][archlinux/packaging/packages/axel][main] upgpkg: 2.17.14-1

2024-04-08 Thread Evangelos Foutras (@foutrelis)


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


Commits:
4a7d9afd by Evangelos Foutras at 2024-04-08T12:28:45+03:00
upgpkg: 2.17.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = axel
pkgdesc = Light command line download accelerator
-   pkgver = 2.17.13
+   pkgver = 2.17.14
pkgrel = 1
url = https://github.com/axel-download-accelerator/axel
arch = x86_64
license = GPL
depends = glibc
depends = openssl
-   source = 
https://github.com/axel-download-accelerator/axel/releases/download/v2.17.13/axel-2.17.13.tar.xz
-   sha256sums = 
6af9c0238ca4fb850baa17878de0361868e3ff6d9302298d83c6d26931c28723
+   source = 
https://github.com/axel-download-accelerator/axel/releases/download/v2.17.14/axel-2.17.14.tar.xz
+   sha256sums = 
938ee7c8c478bf6fcc82359bbf9576f298033e8b13908e53e3ea9c45c1443693
 
 pkgname = axel


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Roman G 
 
 pkgname=axel
-pkgver=2.17.13
+pkgver=2.17.14
 pkgrel=1
 pkgdesc="Light command line download accelerator"
 arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/axel-download-accelerator/axel;
 license=('GPL')
 depends=('glibc' 'openssl')
 
source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('6af9c0238ca4fb850baa17878de0361868e3ff6d9302298d83c6d26931c28723')
+sha256sums=('938ee7c8c478bf6fcc82359bbf9576f298033e8b13908e53e3ea9c45c1443693')
 
 build() {
   cd $pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/axel] Pushed new tag 2.17.14-1

2024-04-08 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 2.17.14-1 at Arch Linux / Packaging / Packages 
/ axel

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




[Git][archlinux/packaging/packages/lldb] Pushed new tag 17.0.6-2

2024-04-07 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ lldb

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




[Git][archlinux/packaging/packages/lldb][main] upgpkg: 17.0.6-2: Python 3.12 rebuild

2024-04-07 Thread Evangelos Foutras (@foutrelis)


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


Commits:
8618b7f5 by Evangelos Foutras at 2024-04-07T16:48:47+03:00
upgpkg: 17.0.6-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lldb
pkgdesc = Next generation, high-performance debugger
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://lldb.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=lldb
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Next generation, high-performance debugger"
 arch=('x86_64')
 url="https://lldb.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lldb/-/commit/8618b7f592b62cfa44a3921155df134b0bc4c403

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




[Git][archlinux/packaging/packages/clang][main] upgpkg: 17.0.6-2: Python 3.12 rebuild

2024-04-07 Thread Evangelos Foutras (@foutrelis)


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


Commits:
eb1bcb04 by Evangelos Foutras at 2024-04-07T16:42:37+03:00
upgpkg: 17.0.6-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = clang
pkgdesc = C language family frontend for LLVM
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://clang.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=clang
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="C language family frontend for LLVM"
 arch=('x86_64')
 url="https://clang.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/clang/-/commit/eb1bcb04c40b1b02db0fdd4663a1595cae5adca6

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




[Git][archlinux/packaging/packages/clang] Pushed new tag 17.0.6-2

2024-04-07 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ clang

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




[Git][archlinux/packaging/packages/llvm] Pushed new tag 17.0.6-3

2024-04-07 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-3 at Arch Linux / Packaging / Packages 
/ llvm

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




[Git][archlinux/packaging/packages/llvm][main] upgpkg: 17.0.6-3: Python 3.12 rebuild

2024-04-07 Thread Evangelos Foutras (@foutrelis)


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


Commits:
24ea18fd by Evangelos Foutras at 2024-04-07T16:27:29+03:00
upgpkg: 17.0.6-3: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = llvm
pkgver = 17.0.6
-   pkgrel = 2
+   pkgrel = 3
url = https://llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=('llvm' 'llvm-libs')
 pkgver=17.0.6
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/24ea18fd7407aefbe1f5025a4fb30e464c7c1b8f

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




[Git][archlinux/packaging/packages/geoip-database][main] upgpkg: 20240406-1

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
geoip-database


Commits:
80d5937b by Evangelos Foutras at 2024-04-06T21:11:38+03:00
upgpkg: 20240406-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,24 +1,24 @@
 pkgbase = geoip-database
-   pkgver = 20240309
+   pkgver = 20240406
pkgrel = 1
url = https://mailfud.org/geoip-legacy/
arch = any
license = custom:GeoLite2 End User License Agreement
checkdepends = geoip
makedepends = util-linux
-   source = 
GeoIP-20240309.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240309/GeoIP.dat.gz
-   source = 
GeoIPv6-20240309.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240309/GeoIPv6.dat.gz
-   source = 
GeoIPCity-20240309.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240309/GeoIPCity.dat.gz
-   source = 
GeoIPCityv6-20240309.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240309/GeoIPCityv6.dat.gz
-   source = 
GeoIPASNum-20240309.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240309/GeoIPASNum.dat.gz
-   source = 
GeoIPASNumv6-20240309.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240309/GeoIPASNumv6.dat.gz
+   source = 
GeoIP-20240406.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240406/GeoIP.dat.gz
+   source = 
GeoIPv6-20240406.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240406/GeoIPv6.dat.gz
+   source = 
GeoIPCity-20240406.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240406/GeoIPCity.dat.gz
+   source = 
GeoIPCityv6-20240406.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240406/GeoIPCityv6.dat.gz
+   source = 
GeoIPASNum-20240406.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240406/GeoIPASNum.dat.gz
+   source = 
GeoIPASNumv6-20240406.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240406/GeoIPASNumv6.dat.gz
source = GeoLite2-End-User-License-Agreement.pdf
-   sha256sums = 
2c27130234d03bceab44a8d1b5af5f5f7504d329f52422de540f9e8fc70c6c63
-   sha256sums = 
304734e1cf0282b020fb6a2e779b8a5c35dd5aeed005f4e4034aa527bbe60131
-   sha256sums = 
fde8e75f6a0798755b93d511b66e3419f4308cee8f252db42794b68aa2659faf
-   sha256sums = 
30f8e6c6de87c67fb82454def3859e2981c535fd768f2d1d6583c20d76bced0f
-   sha256sums = 
a64bbf5f9c69c39bddad08d00baa2b3e02d22b3a131d0ae1986ac21d3dc691d6
-   sha256sums = 
7582e9aedc628eca5d0abf596d36632b618bb6ee3233b28b367d32254ead501f
+   sha256sums = 
e7c1faffa75ab591d6badc795ce78e504abde0faa2acacd292bf9d5a386bad12
+   sha256sums = 
9cc26c1426ffd7249337b140e8b8f529cf19d6c965e43aa98f99f0afb31e5f79
+   sha256sums = 
3c0040eec0bc264b901278b2f20a67d60c59cd87ec363d309036eeb7232e6c34
+   sha256sums = 
2178c8809332b43419c5165d6195f9d73080b01e7a46e0cecebf2624ac730c86
+   sha256sums = 
04dca95519abfc2fc183710c712559da6cb9f006663fe42cf23b012ef408b30a
+   sha256sums = 
6566543843f24864b966d55b60916283f9af41810a145b1fc7901840c36a41bd
sha256sums = 
b9c7fbfcdd5b682b5635592281d72006df89d73f163308b7ef35a59f293b036e
 
 pkgname = geoip-database


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20240309
+pkgver=20240406
 pkgrel=1
 arch=('any')
 url="https://mailfud.org/geoip-legacy/;
@@ -16,12 +16,12 @@ source=(GeoIP-$pkgver.dat.gz::$_source_base/GeoIP.dat.gz
 GeoIPASNum-$pkgver.dat.gz::$_source_base/GeoIPASNum.dat.gz
 GeoIPASNumv6-$pkgver.dat.gz::$_source_base/GeoIPASNumv6.dat.gz
 GeoLite2-End-User-License-Agreement.pdf)
-sha256sums=('2c27130234d03bceab44a8d1b5af5f5f7504d329f52422de540f9e8fc70c6c63'
-'304734e1cf0282b020fb6a2e779b8a5c35dd5aeed005f4e4034aa527bbe60131'
-'fde8e75f6a0798755b93d511b66e3419f4308cee8f252db42794b68aa2659faf'
-'30f8e6c6de87c67fb82454def3859e2981c535fd768f2d1d6583c20d76bced0f'
-'a64bbf5f9c69c39bddad08d00baa2b3e02d22b3a131d0ae1986ac21d3dc691d6'
-'7582e9aedc628eca5d0abf596d36632b618bb6ee3233b28b367d32254ead501f'
+sha256sums=('e7c1faffa75ab591d6badc795ce78e504abde0faa2acacd292bf9d5a386bad12'
+'9cc26c1426ffd7249337b140e8b8f529cf19d6c965e43aa98f99f0afb31e5f79'
+'3c0040eec0bc264b901278b2f20a67d60c59cd87ec363d309036eeb7232e6c34'
+'2178c8809332b43419c5165d6195f9d73080b01e7a46e0cecebf2624ac730c86'
+'04dca95519abfc2fc183710c712559da6cb9f006663fe42cf23b012ef408b30a'
+'6566543843f24864b966d55b60916283f9af41810a145b1fc7901840c36

[Git][archlinux/packaging/packages/geoip-database] Pushed new tag 20240406-1

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 20240406-1 at Arch Linux / Packaging / 
Packages / geoip-database

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




[Git][archlinux/packaging/packages/python-recommonmark][main] upgpkg: 0.7.1-7: Python 3.12 rebuild

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-recommonmark


Commits:
c825128b by Evangelos Foutras at 2024-04-06T20:49:23+03:00
upgpkg: 0.7.1-7: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-recommonmark
+   pkgdesc = Markdown parser for docutils
+   pkgver = 0.7.1
+   pkgrel = 7
+   url = https://recommonmark.readthedocs.io/
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   makedepends = python-setuptools
+   depends = python
+   depends = python-commonmark
+   depends = python-docutils
+   depends = python-sphinx
+   source = 
https://files.pythonhosted.org/packages/source/r/recommonmark/recommonmark-0.7.1.tar.gz
+   source = autostructify-tab_width-fallback.patch
+   sha256sums = 
bdb4db649fdcd8d2d844f0006b958d627f732415d399791ee436a3686d67
+   sha256sums = 
0672b55c9bd49d24cfe86cd29fa93d1ebde3f757df606e7aea74ba6e58deff26
+
+pkgname = python-recommonmark


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _name=recommonmark
 pkgname=python-$_name
 pkgver=0.7.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Markdown parser for docutils'
 arch=('any')
 url="https://recommonmark.readthedocs.io/;



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

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




[Git][archlinux/packaging/packages/python-recommonmark] Pushed new tag 0.7.1-7

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.7.1-7 at Arch Linux / Packaging / Packages / 
python-recommonmark

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




[Git][archlinux/packaging/packages/python-commonmark][main] upgpkg: 0.9.1-10: Python 3.12 rebuild

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-commonmark


Commits:
82b8e562 by Evangelos Foutras at 2024-04-06T20:48:27+03:00
upgpkg: 0.9.1-10: Python 3.12 rebuild

Also switch to commonmark/tests/run_spec_tests.py for check().

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = python-commonmark
+   pkgdesc = Python parser for the CommonMark Markdown spec
+   pkgver = 0.9.1
+   pkgrel = 10
+   url = https://pypi.org/project/commonmark/
+   arch = any
+   license = BSD
+   checkdepends = python-hypothesis
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   makedepends = python-sphinx
+   makedepends = python-sphinx_rtd_theme
+   depends = python-docutils
+   depends = python-future
+   options = !makeflags
+   source = 
python-commonmark-0.9.1.tar.gz::https://github.com/readthedocs/commonmark.py/archive/0.9.1.tar.gz
+   sha256sums = 
b5d5be6af35a183c3f915d714b31b61e6918894051114419f9ac0bbb715bf4c6
+   sha512sums = 
a6de0b384247ff79fe326012bd1fc71135e6ae5bc7b6a15d5402969a94f81fdd802f1a9d557c504eb74bfb3fea68f55355a70a6e0112a620cc285cf9039892e4
+
+pkgname = python-commonmark


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-commonmark
 pkgver=0.9.1
-pkgrel=9
+pkgrel=10
 pkgdesc='Python parser for the CommonMark Markdown spec'
 url='https://pypi.org/project/commonmark/'
 arch=('any')
@@ -29,8 +29,7 @@ build() {
 check() {
   cd commonmark.py-${pkgver}
   export PYTHONPATH=.
-  python commonmark/tests/unit_tests.py
-  python -m unittest discover
+  python commonmark/tests/run_spec_tests.py
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-commonmark/-/commit/82b8e56274ad3d34f30cc6d72c2911d3e2821e0c

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




[Git][archlinux/packaging/packages/python-commonmark] Pushed new tag 0.9.1-10

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.9.1-10 at Arch Linux / Packaging / Packages 
/ python-commonmark

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




[Git][archlinux/packaging/packages/gaupol][main] upgpkg: 1.14.1-2: Python 3.12 rebuild

2024-04-06 Thread Evangelos Foutras (@foutrelis)


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


Commits:
c28a721e by Evangelos Foutras at 2024-04-06T20:32:05+03:00
upgpkg: 1.14.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,11 @@
 pkgbase = gaupol
pkgdesc = Editor for text-based subtitles
pkgver = 1.14.1
-   pkgrel = 1
+   pkgrel = 2
url = https://otsaloma.io/gaupol/
arch = any
license = GPL
+   makedepends = python-setuptools
depends = python-gobject
depends = gtk3
depends = gst-plugins-base


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=gaupol
 pkgver=1.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Editor for text-based subtitles"
 arch=('any')
 url="https://otsaloma.io/gaupol/;
@@ -14,6 +14,7 @@ license=('GPL')
 depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
  'gst-plugin-gtk' 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
  'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('python-setuptools')
 optdepends=('mpv: subtitle preview'
 'vlc: subtitle preview'
 'mplayer: subtitle preview')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/c28a721e785e073ff4ce465ad02ed4737cc7202d

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




[Git][archlinux/packaging/packages/gaupol] Pushed new tag 1.14.1-2

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.14.1-2 at Arch Linux / Packaging / Packages 
/ gaupol

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




[Git][archlinux/packaging/packages/gaupol][main] upgpkg: 1.14.1-1

2024-04-06 Thread Evangelos Foutras (@foutrelis)


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


Commits:
5340aedb by Evangelos Foutras at 2024-04-06T17:28:20+03:00
upgpkg: 1.14.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gaupol
pkgdesc = Editor for text-based subtitles
-   pkgver = 1.14
+   pkgver = 1.14.1
pkgrel = 1
url = https://otsaloma.io/gaupol/
arch = any
@@ -22,7 +22,7 @@ pkgbase = gaupol
optdepends = mpv: subtitle preview
optdepends = vlc: subtitle preview
optdepends = mplayer: subtitle preview
-   source = 
gaupol-1.14.tar.gz::https://github.com/otsaloma/gaupol/archive/1.14.tar.gz
-   sha256sums = 
616a13b6c45c5749ac51e4bc00125286d2a07a1eb660162a8299f5b1caf928be
+   source = 
gaupol-1.14.1.tar.gz::https://github.com/otsaloma/gaupol/archive/1.14.1.tar.gz
+   sha256sums = 
fa88d60620796800c4408dfdf7148b1abd3d97483e536dd020e35234885eb90b
 
 pkgname = gaupol


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=gaupol
-pkgver=1.14
+pkgver=1.14.1
 pkgrel=1
 pkgdesc="Editor for text-based subtitles"
 arch=('any')
@@ -18,7 +18,7 @@ optdepends=('mpv: subtitle preview'
 'vlc: subtitle preview'
 'mplayer: subtitle preview')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('616a13b6c45c5749ac51e4bc00125286d2a07a1eb660162a8299f5b1caf928be')
+sha256sums=('fa88d60620796800c4408dfdf7148b1abd3d97483e536dd020e35234885eb90b')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/5340aedb6a42ecfb33c4bc4bef32100d0fc15019

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




[Git][archlinux/packaging/packages/gaupol] Pushed new tag 1.14.1-1

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.14.1-1 at Arch Linux / Packaging / Packages 
/ gaupol

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




[Git][archlinux/packaging/packages/python-virtualenvwrapper][main] upgpkg: 6.1.0-3: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-virtualenvwrapper


Commits:
5b621f81 by Evangelos Foutras at 2024-04-04T19:26:08+03:00
upgpkg: 6.1.0-3: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-virtualenvwrapper
pkgdesc = Extensions to Ian Bicking's virtualenv tool
pkgver = 6.1.0
-   pkgrel = 2
+   pkgrel = 3
url = https://virtualenvwrapper.readthedocs.io/
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-virtualenvwrapper
 pkgver=6.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Extensions to Ian Bicking's virtualenv tool"
 arch=('any')
 url="https://virtualenvwrapper.readthedocs.io/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-virtualenvwrapper/-/commit/5b621f81b8cc5b107be30a508dfb4143cb39

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




[Git][archlinux/packaging/packages/python-virtualenvwrapper] Pushed new tag 6.1.0-3

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 6.1.0-3 at Arch Linux / Packaging / Packages / 
python-virtualenvwrapper

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




[Git][archlinux/packaging/packages/python-stevedore] Pushed new tag 5.2.0-2

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 5.2.0-2 at Arch Linux / Packaging / Packages / 
python-stevedore

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




[Git][archlinux/packaging/packages/python-stevedore][main] upgpkg: 5.2.0-2: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-stevedore


Commits:
4f12233f by Evangelos Foutras at 2024-04-04T19:26:05+03:00
upgpkg: 5.2.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-stevedore
pkgdesc = Manage dynamic plugins for Python applications
pkgver = 5.2.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/openstack/stevedore
arch = any
license = Apache


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-stevedore
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage dynamic plugins for Python applications"
 arch=('any')
 url="https://github.com/openstack/stevedore;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-stevedore/-/commit/4f12233f4b859145dd476cb7e46d9e0003398aed

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




[Git][archlinux/packaging/packages/python-sphobjinv] Pushed new tag 2.3.1-3

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 2.3.1-3 at Arch Linux / Packaging / Packages / 
python-sphobjinv

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




[Git][archlinux/packaging/packages/python-sphobjinv][main] upgpkg: 2.3.1-3: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphobjinv


Commits:
f363596d by Evangelos Foutras at 2024-04-04T19:26:02+03:00
upgpkg: 2.3.1-3: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-sphobjinv
+   pkgdesc = Manipulate and inspect Sphinx objects.inv files
+   pkgver = 2.3.1
+   pkgrel = 3
+   url = https://github.com/bskinn/sphobjinv
+   arch = any
+   license = MIT
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   depends = python
+   depends = python-attrs
+   depends = python-certifi
+   depends = python-jsonschema
+   source = 
https://github.com/bskinn/sphobjinv/archive/v2.3.1/sphobjinv-2.3.1.tar.gz
+   sha256sums = 
dab4abb840c8d2a5b3532da4318243c70ab0d18f6a87596eae16c3ef178265b1
+
+pkgname = python-sphobjinv


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-sphobjinv
 _name=${pkgname#python-}
 pkgver=2.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Manipulate and inspect Sphinx objects.inv files"
 arch=('any')
 url="https://github.com/bskinn/sphobjinv;



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

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




[Git][archlinux/packaging/packages/python-sphinxext-opengraph][main] upgpkg: 0.9.1-2: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinxext-opengraph


Commits:
a780a708 by Evangelos Foutras at 2024-04-04T19:25:57+03:00
upgpkg: 0.9.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-sphinxext-opengraph
pkgdesc = Sphinx extension to generate unique OpenGraph metadata
pkgver = 0.9.1
-   pkgrel = 1
+   pkgrel = 2
url = https://sphinxext-opengraph.readthedocs.io/
arch = any
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=sphinxext-opengraph
 pkgname=python-$_name
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Sphinx extension to generate unique OpenGraph metadata"
 arch=('any')
 url="https://sphinxext-opengraph.readthedocs.io/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxext-opengraph/-/commit/a780a70880d42326c0423d69ac21402e455acc3a

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




[Git][archlinux/packaging/packages/python-sphinxext-opengraph] Pushed new tag 0.9.1-2

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.9.1-2 at Arch Linux / Packaging / Packages / 
python-sphinxext-opengraph

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




[Git][archlinux/packaging/packages/python-sphinx-copybutton][main] upgpkg: 0.5.2-2: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinx-copybutton


Commits:
eb4d9e78 by Evangelos Foutras at 2024-04-04T19:25:54+03:00
upgpkg: 0.5.2-2: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = python-sphinx-copybutton
+   pkgdesc = Sphinx extension to add a "copy" button to code blocks
+   pkgver = 0.5.2
+   pkgrel = 2
+   url = https://github.com/executablebooks/sphinx-copybutton
+   arch = any
+   license = MIT
+   makedepends = python-setuptools
+   depends = python-sphinx
+   source = 
https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-0.5.2.tar.gz
+   sha256sums = 
4cf17c82fb9646d1bc9ca92ac280813a3b605d8c421225fd9913154103ee1fbd
+
+pkgname = python-sphinx-copybutton


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=sphinx-copybutton
 pkgname=python-$_name
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Sphinx extension to add a \"copy\" button to code blocks"
 arch=('any')
 url="https://github.com/executablebooks/sphinx-copybutton;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-copybutton/-/commit/eb4d9e78096169e14c5a48e0a0a3c9d80b0afc00

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




[Git][archlinux/packaging/packages/python-sphinxcontrib-spelling][main] upgpkg: 8.0.0-3: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinxcontrib-spelling


Commits:
eb16a194 by Evangelos Foutras at 2024-04-04T19:25:51+03:00
upgpkg: 8.0.0-3: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = python-sphinxcontrib-spelling
+   pkgdesc = Spelling checker for Sphinx
+   pkgver = 8.0.0
+   pkgrel = 3
+   url = https://sphinxcontrib-spelling.readthedocs.io/
+   arch = any
+   license = BSD
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   makedepends = python-setuptools-scm
+   depends = python-sphinx
+   depends = python-pyenchant
+   source = 
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-spelling/sphinxcontrib-spelling-8.0.0.tar.gz
+   sha256sums = 
199d0a16902ad80c387c2966dc9eb10f565b1fb15ccce17210402db7c2443e5c
+
+pkgname = python-sphinxcontrib-spelling


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=sphinxcontrib-spelling
 pkgname=python-$_name
 pkgver=8.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Spelling checker for Sphinx"
 arch=('any')
 url="https://sphinxcontrib-spelling.readthedocs.io/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-spelling/-/commit/eb16a1941912a131af0d2d08766ca39b92b24e68

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




[Git][archlinux/packaging/packages/python-sphinx-copybutton] Pushed new tag 0.5.2-2

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.5.2-2 at Arch Linux / Packaging / Packages / 
python-sphinx-copybutton

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




[Git][archlinux/packaging/packages/python-sphinxcontrib-spelling] Pushed new tag 8.0.0-3

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 8.0.0-3 at Arch Linux / Packaging / Packages / 
python-sphinxcontrib-spelling

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




[Git][archlinux/packaging/packages/python-re-assert] Pushed new tag 1.1.0-6

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.1.0-6 at Arch Linux / Packaging / Packages / 
python-re-assert

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




[Git][archlinux/packaging/packages/python-re-assert][main] upgpkg: 1.1.0-6: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-re-assert


Commits:
3c10f98b by Evangelos Foutras at 2024-04-04T19:25:45+03:00
upgpkg: 1.1.0-6: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-re-assert
+   pkgdesc = Provides a helper class to make assertions of regexes simpler
+   pkgver = 1.1.0
+   pkgrel = 6
+   url = https://github.com/asottile/re-assert
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   makedepends = python-setuptools
+   depends = python
+   depends = python-regex
+   source = 
python-re-assert-1.1.0.tar.gz::https://github.com/asottile/re-assert/archive/v1.1.0.tar.gz
+   sha256sums = 
01c4a849ed520923e4bab9afdf73b5f2698c4f92ad7f580ccb3f68ea79c69c0c
+
+pkgname = python-re-assert


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-re-assert
 _name=${pkgname#python-}
 pkgver=1.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Provides a helper class to make assertions of regexes simpler"
 arch=('any')
 url="https://github.com/asottile/re-assert;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-re-assert/-/commit/3c10f98bd653eb7c9eff98d919f431e65c0df6a0

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




[Git][archlinux/packaging/packages/boost][main] upgpkg: 1.83.0-6: Python 3.12 rebuild

2024-04-03 Thread Evangelos Foutras (@foutrelis)


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


Commits:
870d2727 by Evangelos Foutras at 2024-04-03T21:46:11+03:00
upgpkg: 1.83.0-6: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = boost
pkgdesc = Free peer-reviewed portable C++ source libraries
pkgver = 1.83.0
-   pkgrel = 5
+   pkgrel = 6
url = https://www.boost.org/
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -11,7 +11,7 @@
 
 pkgname=('boost' 'boost-libs')
 pkgver=1.83.0
-pkgrel=5
+pkgrel=6
 _srcname=boost_${pkgver//./_}
 pkgdesc="Free peer-reviewed portable C++ source libraries"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/commit/870d27272ce8b3fa76ac0d462f6effbe093b6612

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




[Git][archlinux/packaging/packages/boost] Pushed new tag 1.83.0-6

2024-04-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.83.0-6 at Arch Linux / Packaging / Packages 
/ boost

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




[Git][archlinux/packaging/packages/python-numpy] Pushed new tag 1.26.4-2

2024-04-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.26.4-2 at Arch Linux / Packaging / Packages 
/ python-numpy

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




[Git][archlinux/packaging/packages/python-numpy][main] upgpkg: 1.26.4-2: Python 3.12 rebuild

2024-04-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-numpy


Commits:
d8b52ecf by Evangelos Foutras at 2024-04-03T21:39:46+03:00
upgpkg: 1.26.4-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-numpy
pkgdesc = Scientific tools for Python
pkgver = 1.26.4
-   pkgrel = 1
+   pkgrel = 2
url = https://www.numpy.org/
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -1,11 +1,11 @@
 # Maintainer: Felix Yan 
 # Contributor: Jan de Groot 
 # Contributor: Douglas Soares de Andrade 
-# Contributor: Angel 'angvp' Velasquez  
+# Contributor: Angel 'angvp' Velasquez 
 
 pkgname=python-numpy
 pkgver=1.26.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific tools for Python"
 arch=('x86_64')
 license=('custom')



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

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




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

2024-04-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.15.0-2 at Arch Linux / Packaging / Packages 
/ meson-python

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




[Git][archlinux/packaging/packages/meson-python][main] upgpkg: 0.15.0-2: Python 3.12 rebuild

2024-04-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
meson-python


Commits:
4e6138e1 by Evangelos Foutras at 2024-04-03T21:33:05+03:00
upgpkg: 0.15.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = meson-python
pkgdesc = Meson PEP 517 Python build backend
pkgver = 0.15.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/mesonbuild/meson-python
arch = any
license = MIT


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=meson-python
 pkgver=0.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Meson PEP 517 Python build backend'
 arch=(any)
 url='https://github.com/mesonbuild/meson-python'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/meson-python/-/commit/4e6138e1702a9c13e20eaeb117bb26a2918d765a

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




[Git][archlinux/packaging/packages/meson][main] upgpkg: 1.4.0-3: Python 3.12 rebuild (--nocheck)

2024-04-03 Thread Evangelos Foutras (@foutrelis)


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


Commits:
8cba2ab9 by Evangelos Foutras at 2024-04-03T21:24:26+03:00
upgpkg: 1.4.0-3: Python 3.12 rebuild (--nocheck)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = meson
pkgdesc = High productivity build system
pkgver = 1.4.0
-   pkgrel = 2
+   pkgrel = 3
url = https://mesonbuild.com/
arch = any
license = Apache


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=meson
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="High productivity build system"
 url="https://mesonbuild.com/;
 arch=(any)



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

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




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

2024-04-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.4.0-3 at Arch Linux / Packaging / Packages / 
meson

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




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

2024-04-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 2.0.1-1 at Arch Linux / Packaging / Packages / 
splix

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 123.0.6312.105-1

2024-04-03 Thread Evangelos Foutras (@foutrelis)


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


Commits:
e21fe997 by Evangelos Foutras at 2024-04-03T10:09:52+03:00
upgpkg: 123.0.6312.105-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 123.0.6312.86
-   pkgrel = 2
+   pkgver = 123.0.6312.105
+   pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause
@@ -54,13 +54,13 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-123.0.6312.86.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-123.0.6312.105.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/123/chromium-patches-123.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
f4a78c1955dac4354d57ab45e93051fcda50fc5fccd681457f8116630746dffe
+   sha256sums = 
0a14fba1fb1a288d99b188160e3138295aa8604bdf492e62a94c0ec35a4e229d
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=123.0.6312.86
-pkgrel=2
+pkgver=123.0.6312.105
+pkgrel=1
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('f4a78c1955dac4354d57ab45e93051fcda50fc5fccd681457f8116630746dffe'
+sha256sums=('0a14fba1fb1a288d99b188160e3138295aa8604bdf492e62a94c0ec35a4e229d'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/e21fe9973e429e1b616e88de5e6ce379cb77db6e

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 123.0.6312.105-1

2024-04-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 123.0.6312.105-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/gaupol][main] upgpkg: 1.14-1

2024-04-01 Thread Evangelos Foutras (@foutrelis)


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


Commits:
5d716c64 by Evangelos Foutras at 2024-04-01T23:28:42+03:00
upgpkg: 1.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gaupol
pkgdesc = Editor for text-based subtitles
-   pkgver = 1.13
+   pkgver = 1.14
pkgrel = 1
url = https://otsaloma.io/gaupol/
arch = any
@@ -22,7 +22,7 @@ pkgbase = gaupol
optdepends = mpv: subtitle preview
optdepends = vlc: subtitle preview
optdepends = mplayer: subtitle preview
-   source = 
gaupol-1.13.tar.gz::https://github.com/otsaloma/gaupol/archive/1.13.tar.gz
-   sha256sums = 
2cf77a0133f1dc022b6548e1a8604c40dcbd87e0bcfd2b12465c0008253d3193
+   source = 
gaupol-1.14.tar.gz::https://github.com/otsaloma/gaupol/archive/1.14.tar.gz
+   sha256sums = 
616a13b6c45c5749ac51e4bc00125286d2a07a1eb660162a8299f5b1caf928be
 
 pkgname = gaupol


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=gaupol
-pkgver=1.13
+pkgver=1.14
 pkgrel=1
 pkgdesc="Editor for text-based subtitles"
 arch=('any')
@@ -18,7 +18,7 @@ optdepends=('mpv: subtitle preview'
 'vlc: subtitle preview'
 'mplayer: subtitle preview')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('2cf77a0133f1dc022b6548e1a8604c40dcbd87e0bcfd2b12465c0008253d3193')
+sha256sums=('616a13b6c45c5749ac51e4bc00125286d2a07a1eb660162a8299f5b1caf928be')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



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

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




[Git][archlinux/packaging/packages/gaupol] Pushed new tag 1.14-1

2024-04-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.14-1 at Arch Linux / Packaging / Packages / 
gaupol

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




[Git][archlinux/packaging/packages/whois] Pushed new tag 5.5.22-1

2024-04-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 5.5.22-1 at Arch Linux / Packaging / Packages 
/ whois

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




[Git][archlinux/packaging/packages/whois][main] upgpkg: 5.5.22-1

2024-04-01 Thread Evangelos Foutras (@foutrelis)


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


Commits:
58031f58 by Evangelos Foutras at 2024-04-01T23:26:49+03:00
upgpkg: 5.5.22-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = whois
pkgdesc = Intelligent WHOIS client
-   pkgver = 5.5.21
+   pkgver = 5.5.22
pkgrel = 1
url = https://github.com/rfc1036/whois
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = whois
depends = libidn2
depends = libxcrypt
backup = etc/whois.conf
-   source = git+https://github.com/rfc1036/whois.git#tag=v5.5.21?signed
+   source = git+https://github.com/rfc1036/whois.git#tag=v5.5.22?signed
validpgpkeys = 6791403B68AE2690517C42EAE6FFF1E38DC968B0
-   sha256sums = SKIP
+   sha256sums = 
d4f465d8c72eb0f482c7e0e99b18e14a8b1af68de98df6e5076d63fdcf925c8c
 
 pkgname = whois


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=whois
-pkgver=5.5.21
+pkgver=5.5.22
 pkgrel=1
 pkgdesc="Intelligent WHOIS client"
 arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('libidn2' 'libxcrypt')
 makedepends=('perl' 'git' 'bash-completion')
 backup=('etc/whois.conf')
 source=(git+https://github.com/rfc1036/whois.git#tag=v$pkgver?signed)
-sha256sums=('SKIP')
+sha256sums=('d4f465d8c72eb0f482c7e0e99b18e14a8b1af68de98df6e5076d63fdcf925c8c')
 validpgpkeys=('6791403B68AE2690517C42EAE6FFF1E38DC968B0') # Marco d'Itri 

 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/whois/-/commit/58031f5896886727519a232613106f6f1c99c3bb

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




[Git][archlinux/packaging/packages/re2][main] upgpkg: 1:20240401-1

2024-04-01 Thread Evangelos Foutras (@foutrelis)


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


Commits:
24fbca91 by Evangelos Foutras at 2024-04-01T17:11:50+03:00
upgpkg: 1:20240401-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = re2
pkgdesc = Fast, safe, thread-friendly regular expression engine
-   pkgver = 20240301
-   pkgrel = 2
+   pkgver = 20240401
+   pkgrel = 1
epoch = 1
url = https://github.com/google/re2
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = re2
depends = gcc-libs
depends = abseil-cpp
provides = libre2.so
-   source = 
re2-20240301.tar.gz::https://github.com/google/re2/archive/2024-03-01.tar.gz
-   sha256sums = 
7b2b3aa8241eac25f674e5b5b2e23d4ac4f0a8891418a2661869f736f03f57f4
+   source = 
re2-20240401.tar.gz::https://github.com/google/re2/archive/2024-04-01.tar.gz
+   sha256sums = 
3f6690c3393a613c3a0b566309cf04dc381d61470079b653afc47c67fb898198
 
 pkgname = re2


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Alexandre Bique 
 
 pkgname=re2
-_re2ver=2024-03-01
-pkgrel=2
+_re2ver=2024-04-01
+pkgrel=1
 epoch=1
 pkgver=${_re2ver//-}
 pkgdesc="Fast, safe, thread-friendly regular expression engine"
@@ -16,7 +16,7 @@ depends=('gcc-libs' 'abseil-cpp')
 checkdepends=('gtest')
 provides=('libre2.so')
 
source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('7b2b3aa8241eac25f674e5b5b2e23d4ac4f0a8891418a2661869f736f03f57f4')
+sha256sums=('3f6690c3393a613c3a0b566309cf04dc381d61470079b653afc47c67fb898198')
 
 build() {
   cd $pkgname-$_re2ver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/re2/-/commit/24fbca91e00f2e4b1667e0b60dcad1e3a4ed9284

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




[Git][archlinux/packaging/packages/re2] Pushed new tag 1-20240401-1

2024-04-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1-20240401-1 at Arch Linux / Packaging / 
Packages / re2

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 123.0.6312.86-2: rebuild for signature in db

2024-04-01 Thread Evangelos Foutras (@foutrelis)


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


Commits:
db3e9f46 by Evangelos Foutras at 2024-04-01T16:07:57+03:00
upgpkg: 123.0.6312.86-2: rebuild for signature in db

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
pkgver = 123.0.6312.86
-   pkgrel = 1
+   pkgrel = 2
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=123.0.6312.86
-pkgrel=1
+pkgrel=2
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/db3e9f46214340fa33665f9ee9e855fdf74e6d10

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 123.0.6312.86-2

2024-04-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 123.0.6312.86-2 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/dialog] Pushed new tag 1-1.3_20240307-2

2024-04-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1-1.3_20240307-2 at Arch Linux / Packaging / 
Packages / dialog

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




[Git][archlinux/packaging/packages/dialog][main] upgpkg: 1:1.3_20240307-2: rebuild for signature in db

2024-04-01 Thread Evangelos Foutras (@foutrelis)


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


Commits:
be778fa0 by Evangelos Foutras at 2024-04-01T14:59:40+03:00
upgpkg: 1:1.3_20240307-2: rebuild for signature in db

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = dialog
pkgdesc = A tool to display dialog boxes from shell scripts
pkgver = 1.3_20240307
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://invisible-island.net/dialog/
arch = x86_64


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=dialog
 pkgver=1.3_20240307
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dialog/-/commit/be778fa092ee3fa76a3026c05fac2a81cb0465eb

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 123.0.6312.86-1

2024-03-26 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 123.0.6312.86-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 123.0.6312.86-1

2024-03-26 Thread Evangelos Foutras (@foutrelis)


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


Commits:
e79a1979 by Evangelos Foutras at 2024-03-27T02:44:12+02:00
upgpkg: 123.0.6312.86-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 123.0.6312.58
+   pkgver = 123.0.6312.86
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -54,13 +54,13 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-123.0.6312.58.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-123.0.6312.86.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/123/chromium-patches-123.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
f8dae4a2ff7b00bb44fa136c2101638fea4f232e4819be3f73381ddc0d3bf718
+   sha256sums = 
f4a78c1955dac4354d57ab45e93051fcda50fc5fccd681457f8116630746dffe
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=123.0.6312.58
+pkgver=123.0.6312.86
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('f8dae4a2ff7b00bb44fa136c2101638fea4f232e4819be3f73381ddc0d3bf718'
+sha256sums=('f4a78c1955dac4354d57ab45e93051fcda50fc5fccd681457f8116630746dffe'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/e79a1979ed58cf5edd476fc705172d6e9b387ffb

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




[Git][archlinux/packaging/packages/dialog][main] upgpkg: 1:1.3_20240307-1

2024-03-25 Thread Evangelos Foutras (@foutrelis)


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


Commits:
e31b5ad8 by Evangelos Foutras at 2024-03-25T23:32:08+02:00
upgpkg: 1:1.3_20240307-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dialog
pkgdesc = A tool to display dialog boxes from shell scripts
-   pkgver = 1.3_20240101
+   pkgver = 1.3_20240307
pkgrel = 1
epoch = 1
url = https://invisible-island.net/dialog/
@@ -9,10 +9,10 @@ pkgbase = dialog
depends = sh
depends = ncurses
provides = libdialog.so
-   source = 
https://invisible-mirror.net/archives/dialog/dialog-1.3-20240101.tgz
-   source = 
https://invisible-mirror.net/archives/dialog/dialog-1.3-20240101.tgz.asc
+   source = 
https://invisible-mirror.net/archives/dialog/dialog-1.3-20240307.tgz
+   source = 
https://invisible-mirror.net/archives/dialog/dialog-1.3-20240307.tgz.asc
validpgpkeys = 19882D92DDA4C400C22C0D56CC2AF4472167BE03
-   sha256sums = 
9419eb52b95837312a76ccb26002c5d624fab53abde0859f1c7364179dc0ebad
+   sha256sums = 
339d311c6abb240213426b99ad63565cbcb3e8641ef1989c033e945b754d34ef
sha256sums = SKIP
 
 pkgname = dialog


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=dialog
-pkgver=1.3_20240101
+pkgver=1.3_20240307
 pkgrel=1
 epoch=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
@@ -14,7 +14,7 @@ license=('LGPL2.1')
 depends=('sh' 'ncurses')
 provides=('libdialog.so')
 
source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz{,.asc})
-sha256sums=('9419eb52b95837312a76ccb26002c5d624fab53abde0859f1c7364179dc0ebad'
+sha256sums=('339d311c6abb240213426b99ad63565cbcb3e8641ef1989c033e945b754d34ef'
 'SKIP')
 validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(self-signed w/o SHA1) 
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dialog/-/commit/e31b5ad8e84ee712973ce86d4d49430849f9e7c1

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




[Git][archlinux/packaging/packages/dialog] Pushed new tag 1-1.3_20240307-1

2024-03-25 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1-1.3_20240307-1 at Arch Linux / Packaging / 
Packages / dialog

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




[Git][archlinux/packaging/packages/sudo][main] Update sudo_logsrvd.service checksum

2024-03-22 Thread Evangelos Foutras (@foutrelis)


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


Commits:
7213124d by Evangelos Foutras at 2024-03-22T17:18:37+02:00
Update sudo_logsrvd.service checksum

Fixes: 7756d2101a44 (Remove syslog.target from service file ...)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -21,7 +21,7 @@ 
source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
 sudo.pam)
 sha256sums=('558d10b9a1991fb3b9fa7fa7b07ec4405b7aefb5b3cb0b0871dbc81e3a88e558'
 'SKIP'
-'8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1'
+'bd4bc2f5d85cbe14d7e7acc5008cb4fe62c38de7d42dc6876c87bfaa273c0a6e'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sudo/-/commit/7213124d32b6e5ce7639b3b6c2e9b636a37c8a4e

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 123.0.6312.58-1

2024-03-20 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 123.0.6312.58-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 123.0.6312.58-1

2024-03-20 Thread Evangelos Foutras (@foutrelis)


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


Commits:
d0fc78fa by Evangelos Foutras at 2024-03-20T10:09:33+02:00
upgpkg: 123.0.6312.58-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 123.0.6312.46
+   pkgver = 123.0.6312.58
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -54,13 +54,13 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-123.0.6312.46.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-123.0.6312.58.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/123/chromium-patches-123.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
23f98adabeb040e002fb8aae17efb3e23a3036b2d14a75d03debf8644dab02e7
+   sha256sums = 
f8dae4a2ff7b00bb44fa136c2101638fea4f232e4819be3f73381ddc0d3bf718
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=123.0.6312.46
+pkgver=123.0.6312.58
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('23f98adabeb040e002fb8aae17efb3e23a3036b2d14a75d03debf8644dab02e7'
+sha256sums=('f8dae4a2ff7b00bb44fa136c2101638fea4f232e4819be3f73381ddc0d3bf718'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/d0fc78faad92f4d94a5f32fa5f31e1840f03d930

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 123.0.6312.46-1

2024-03-15 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 123.0.6312.46-1 at Arch Linux / Packaging / 
Packages / chromium

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




  1   2   3   4   5   6   7   8   9   10   >