[Git][archlinux/packaging/packages/pyright] Pushed new tag 1.1.323-1

2023-08-15 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 1.1.323-1 at Arch Linux / Packaging / Packages 
/ pyright

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




[Git][archlinux/packaging/packages/pyright][main] upgpkg: 1.1.323-1

2023-08-15 Thread Daniel M. Capella (@polyzen)


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


Commits:
e82748d6 by Daniel M. Capella at 2023-08-16T00:48:27-04:00
upgpkg: 1.1.323-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.322
+pkgver=1.1.323
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
 depends=('nodejs')
 makedepends=('npm')
 
source=("https://github.com/microsoft/pyright/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-b2sums=('6f09a4a970a332474c9604f4f506c2448f0e4cb8f0af7242e97ecd86e8f893871984a4edc24050fd5e9d1e61e7e0660e190dd4dce9e001526679116802e5b14f')
+b2sums=('70feeeaf9b230b37efac9b27b33de49e095f1511d5f84c0307ec63113205e3737d104efd3ac00c5c53791664d3c7b04f1b5135ebca208ee5d668ebe0e6ac2b2b')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/e82748d69893aa7b3c8ca1f8c706f7852ff379b9

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




[Git][archlinux/packaging/packages/python-cloudflare][main] upgpkg: 2.11.4-1

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-cloudflare


Commits:
4884b922 by Felix Yan at 2023-08-16T05:52:31+03:00
upgpkg: 2.11.4-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-cloudflare
-pkgver=2.11.3
+pkgver=2.11.4
 pkgrel=1
 pkgdesc='Python wrapper for the Cloudflare v4 API'
 arch=('any')
@@ -11,7 +11,7 @@ depends=('python-requests' 'python-future' 'python-yaml' 
'python-jsonlines' 'pyt
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://github.com/cloudflare/python-cloudflare/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('d57d414c36157474bb04ce04b132133853b7c93e0a217f0345d36287b7dd05909209551edc389b816c081fc41b4567d08e191108dedfcde5b2400ae8d168fe3c')
+sha512sums=('74cdb5924d484e2b2c7a79e1a2e664cc8119ead99d01ef2ab29a5e5d55ff3909887b32a0ca33e81ba6c2b84683c96971e8a5424be38aca96f49bab259322cc28')
 
 build() {
   cd python-cloudflare-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cloudflare/-/commit/4884b922b57bd2bd02ce5aebb03801305d0add6d

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




[Git][archlinux/packaging/packages/python-cloudflare] Pushed new tag 2.11.4-1

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


Felix Yan pushed new tag 2.11.4-1 at Arch Linux / Packaging / Packages / 
python-cloudflare

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




[Git][archlinux/packaging/packages/npm-check-updates] Pushed new tag 16.11.0-1

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


Felix Yan pushed new tag 16.11.0-1 at Arch Linux / Packaging / Packages / 
npm-check-updates

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




[Git][archlinux/packaging/packages/npm-check-updates][main] upgpkg: 16.11.0-1

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
npm-check-updates


Commits:
daa2c6fc by Felix Yan at 2023-08-16T05:48:52+03:00
upgpkg: 16.11.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=16.10.19
+pkgver=16.11.0
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@ depends=('nodejs-nopt' 'npm' 'semver')
 makedepends=('git')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('6869d582c5db1b8d6fe37cf920bc529a43b524687ef58865506a70cdc6311c24a0e52cd3f1e8f40682367a00fb2c511d261812be29acf2b135d0caeea4e08138')
+sha512sums=('72b4997d89f64c037cfe27f348e642add8fca931834e55ce2234360c99bbad6380e06b6cf70b618ca8466a55595ddd981e3dafe2d4f52760001d624c110fdc06')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/daa2c6fc8e95325c51399a9082611b88b72ee255

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




[Git][archlinux/packaging/packages/octave] Pushed new tag 8.3.0-1

2023-08-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 8.3.0-1 at Arch Linux / Packaging / Packages / 
octave

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




[Git][archlinux/packaging/packages/gotosocial] Pushed new tag 0.11.0-1

2023-08-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.11.0-1 at Arch Linux / Packaging / Packages / 
gotosocial

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




[Git][archlinux/packaging/packages/gotosocial][main] upgpkg: 0.11.0-1

2023-08-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
gotosocial


Commits:
f18216a9 by George Rawlinson at 2023-08-16T12:44:22+12:00
upgpkg: 0.11.0-1

* New upstream release.
* Add new file to backup array.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=gotosocial
-pkgver=0.10.0
+pkgver=0.11.0
 pkgrel=1
 pkgdesc='ActivityPub social network server written in Golang'
 arch=('x86_64')
@@ -34,9 +34,10 @@ backup=(
   'etc/gotosocial/template/profile.tmpl'
   'etc/gotosocial/template/sign-in.tmpl'
   'etc/gotosocial/template/status.tmpl'
+  'etc/gotosocial/template/tag.tmpl'
   'etc/gotosocial/template/thread.tmpl'
 )
-_commit='89ee9d50047bd5b3ab1bd3c140a8c97d26050094'
+_commit='815b5291e034864052771cd3561fea479027e00f'
 source=(
   
"$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit;
   'sysusers.conf'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gotosocial/-/commit/f18216a9c64966c16e44e15b7f01080551bd7dcc

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




[Git][archlinux/packaging/packages/nyxt][main] upgpkg: 3.6.0-1

2023-08-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
nyxt


Commits:
f6979cdb by George Rawlinson at 2023-08-16T12:40:34+12:00
upgpkg: 3.6.0-1

* New upstream release.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Felix Golatofski 
 
 pkgname=nyxt
-pkgver=3.5.0
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='A keyboard-driven web browser designed for power users'
 arch=('x86_64')
@@ -39,8 +39,8 @@ optdepends=(
 )
 options=('!strip' '!makeflags')
 
source=("$pkgname-$pkgver.tar.xz::https://github.com/atlas-engineer/nyxt/releases/download/$pkgver/nyxt-$pkgver-source-with-submodules.tar.xz;)
-sha512sums=('62c0387db5390fab7efd2625ec200c611ba88a1670097db00c04fac2a8d384df131f5f6ae8e27ea1901166cbb9374fa2cbb6ee028ba4bd75fe91806c8eec88fd')
-b2sums=('68adad77864344e55f514bcd251cdc9ee037eccc4a93936f5b9f63c451dbf9257cced59d26187932237e291ea6b8e552b339c4f058074be7c187e848a240a6a3')
+sha512sums=('f8bd0437a8afa275f1c885b35c9c88f55a1f1fe6299e9ecdd9496c09ace7673b80b92511a22b2cb1eef738696847319309883bb3df18e91980b071a16e1b7893')
+b2sums=('8a42263ddd0d000587f934a7dde6074d728bedf267bbf363ab5ab75e0e773fb9c6d506e7218dfa8219e140a0c757125323d4448c720a933952f65d5b6128714f')
 
 build() {
   make all



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nyxt/-/commit/f6979cdb622fcf22170ea9f0b1119adb3bce550a

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




[Git][archlinux/packaging/packages/nyxt] Pushed new tag 3.6.0-1

2023-08-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 3.6.0-1 at Arch Linux / Packaging / Packages / 
nyxt

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




[Git][archlinux/packaging/packages/prettier] Pushed new tag 3.0.2-1

2023-08-15 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 3.0.2-1 at Arch Linux / Packaging / Packages / 
prettier

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




[Git][archlinux/packaging/packages/prettier][main] upgpkg: 3.0.2-1

2023-08-15 Thread Daniel M. Capella (@polyzen)


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


Commits:
6e87b2de by Daniel M. Capella at 2023-08-15T18:50:29-04:00
upgpkg: 3.0.2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=prettier
-pkgver=3.0.0
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
 arch=("any")
@@ -13,7 +13,7 @@ depends=("nodejs")
 makedepends=("yarn")
 checkdepends=("git" "npm")
 
source=("https://github.com/$pkgname/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('0a6384cedb4539330d23480a6aa156c64f9be83a76d3f0138d3c5490975587bb')
+sha256sums=('cebcfabb8793e4fbaaf71d2a2e63cc544ca95007fc8110d3080730c0f8e154b9')
 
 prepare() {
 cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prettier/-/commit/6e87b2deee6b7bc2163c80a25e0fa7527b51738d

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




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

2023-08-15 Thread @orhun


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


Commits:
ebf0f74d by Orhun Parmaksız at 2023-08-15T23:27:44+03:00
upgpkg: 0.3.18-1: upstream release

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=release-plz
-pkgver=0.3.17
+pkgver=0.3.18
 pkgrel=1
 pkgdesc="Release Rust packages without using the command line"
 arch=('x86_64')
@@ -12,7 +12,7 @@ checkdepends=('git')
 makedepends=('cargo')
 optdepends=('cargo-semver-checks: check for API breaking changes')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgname-v$pkgver.tar.gz")
-sha512sums=('49ac51ebb05c7574150327ee43e77b55b3d6a9106be78fc62195d3c047f3ccdfd6c227d84aeec23a67eaa02d895d6fc75cb6e09b6e0da4abe6ba572cff788a9f')
+sha512sums=('c69a24971b147c0f84b4a6026c15ec82cc9a2e4e9edd4cf54badc3f0bed32ef90b1a28f2d355c2218e4e1539d8bab9dfb67257389c53c91ed8c1fa363258d13f')
 options=('!lto')
 
 prepare() {
@@ -33,7 +33,10 @@ build() {
 
 check() {
cd "$pkgname-$pkgver"
-   cargo test --frozen
+   # https://github.com/MarcoIeni/release-plz/issues/911
+   cargo test --frozen -- \
+ --skip "changelog::release_plz_adds_changelog_on_new_project" \
+ --skip "helpers::gitea"
 }
 
 package() {



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

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




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

2023-08-15 Thread @orhun


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

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




[Git][archlinux/packaging/packages/kbd][main] upgpkg: 2.6.2-1: update to latest version

2023-08-15 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
kbd


Commits:
dfa1b722 by Tobias Powalowski at 2023-08-15T21:44:12+02:00
upgpkg: 2.6.2-1: update to latest version

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=kbd
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc="Keytable files and keyboard utilities"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kbd/-/commit/dfa1b72242f99c5fcbae8750d095fec4e5c70315

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




[Git][archlinux/packaging/packages/kbd] Pushed new tag 2.6.2-1

2023-08-15 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2.6.2-1 at Arch Linux / Packaging / Packages / 
kbd

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




[Git][archlinux/packaging/packages/nginx-mainline] Pushed new tag 1.25.2-1

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


T.J. Townsend pushed new tag 1.25.2-1 at Arch Linux / Packaging / Packages / 
nginx-mainline

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




[Git][archlinux/packaging/packages/nginx-mainline][main] upgpkg: 1.25.2-1: update to 1.25.2

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


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
nginx-mainline


Commits:
b8059699 by T.J. Townsend at 2023-08-15T14:48:58-04:00
upgpkg: 1.25.2-1: update to 1.25.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -8,8 +8,7 @@
 _pkgbase=nginx
 pkgbase=nginx-mainline
 pkgname=(nginx-mainline nginx-mainline-src)
-# update tests revision too
-pkgver=1.25.1
+pkgver=1.25.2
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('x86_64')
@@ -30,7 +29,7 @@ backup=('etc/nginx/fastcgi.conf'
 'etc/logrotate.d/nginx')
 install=nginx.install
 source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-hg+https://hg.nginx.org/nginx-tests#revision=2c5ae1e75db4
+hg+https://hg.nginx.org/nginx-tests
 service
 logrotate)
 # https://nginx.org/en/pgp_keys.html
@@ -38,12 +37,12 @@ validpgpkeys=(
   'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin 

   '13C82A63B603576156E30A4EA0EA981B66B0D967' # Konstantin Pavlov 

 )
-sha512sums=('608db15b3b741881a5e67bb847e550eda5e4c45d2991344eb1ba9c835d24c9d839fdba12b9a97df669bbc933463ac6d940ed31389a5ca38e6c75fc9de0c8d55b'
+sha512sums=('47da46d823f336432aca6c4cd54c76660af60620518d5c518504033a9fd6b411fd6d41e4aac2c8200311a53f96159aa3da8920145e8ed85596c9c2c14e20cb27'
 'SKIP'
 'SKIP'
 
'be2858613d9cca85d80e7b894e9d5fa7892cbddd7a677d2d2f68f419d75fdc1f6802de8014f43ce063b116afd4ff17369873a6adea2dd58ac6f94e617de66fec'
 
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
-b2sums=('70716deb2b1982c77bc5e710039c4207bf4d95d719d943d5efe817aa1993b937c110d09e22cdf225ced39d53a15de5c888df28cf71792ecb785f7bfa348fe0c1'
+b2sums=('546a74c633400e51f6afded396fc36013574dd9ddc6b5f321bd5379c3a27613954de93957268213bc9724943515cab3d23b3965a384c4f71dfb4c759bba49912'
 'SKIP'
 'SKIP'
 
'b6414f9917fe62cc57556a2927fb404cc839398dac64a0d60c1d45af11a4e6be71bbee5f9bae17ce3604c31ab9247e8c6aec759f86890b54f86267db1fe7c08a'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mainline/-/commit/b8059699615df10a4edae5187b4169a98c8569b5

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




[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.419-1: New upstream release

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


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


Commits:
3e452a31 by Robin Candau at 2023-08-15T20:04:34+02:00
upgpkg: 2.419-1: New upstream release

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.418
+pkgver=2.419
 pkgrel=1
 _java=17
 pkgdesc='Extendable continuous integration server (latest)'
@@ -25,7 +25,7 @@ 
source=("https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${pkgver
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'skip-failing-test.patch')
-sha512sums=('508531a43032b49d64f53e98162edce5240768481633b16742f15c7389fe48be2e9d61f4b4852c53393b87cd890dfde15ac9b362c4c2a2028c9df953b3217377'
+sha512sums=('a6dcd4620a38fe0064136e64205573f44dc86b740009e0ffbda725d751b2e0170996d37d0e419a04031f9e15512be18390b25c7a10ae0aaa91a53be384fc5506'
 
'482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553'
 
'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'



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

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




[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.419-1

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


Robin Candau pushed new tag 2.419-1 at Arch Linux / Packaging / Packages / 
jenkins

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




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

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


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

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




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

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


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


Commits:
5dc0fb83 by Evangelos Foutras at 2023-08-15T20:51:31+03:00
upgpkg: 116.0.5845.96-1

- - - - -


2 changed files:

- PKGBUILD
- random-build-fixes.patch


Changes:

=
PKGBUILD
=
@@ -4,10 +4,10 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=116.0.5845.82
+pkgver=116.0.5845.96
 pkgrel=1
 _launcher_ver=8
-_gcc_patchset=115-patchset-2
+_gcc_patchset=116-patchset-2
 _manual_clone=0
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -30,11 +30,11 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 REVERT-disable-autoupgrading-debug-info.patch
 random-build-fixes.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('6da04e232fcb3ebffdd4354c4ae382df24db0ddd6cf29eaaa4ed905ae84b47d3'
+sha256sums=('1ec1052a959abced9642b36482549bc2ebefa428ed136289d8e0c54b4ccd1c81'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'4f91bd10a8ae2aa7b040a8b27e01f38910ad33cbe179e39a1ae550c9c1523384'
+'25ad7c1a5e0b7332f80ed15ccf07d7e871d8ffb4af64df7c8fef325a527859b0'
 '1b782b0f6d4f645e4e0daa8a4852d63f0c972aa0473319216ff04613a0592a69'
-'cf8e3db56da0fd45dfd4d4194169067db75b49fd11890f35cf618e6942f3ae43'
+'e938c6ee7087eed8f0de83ffb0ca89e328575808fafa4fe3950aeb1bc58b9411'
 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
 
 if (( _manual_clone )); then
@@ -113,9 +113,11 @@ prepare() {
   patch -Np1 -i ../random-build-fixes.patch
 
   # Fixes for building with libstdc++ instead of libc++
+  patch -Np1 -i ../patches/chromium-114-maldoca-include.patch
   patch -Np1 -i ../patches/chromium-114-ruy-include.patch
   patch -Np1 -i ../patches/chromium-114-vk_mem_alloc-include.patch
-  patch -Np1 -i ../patches/chromium-114-maldoca-include.patch
+  patch -Np1 -i 
../patches/chromium-116-object_paint_properties_sparse-include.patch
+  patch -Np1 -i ../patches/chromium-116-profile_view_utils-include.patch
 
   # Link to system tools required by the build
   mkdir -p third_party/node/linux/node-linux-x64/bin


=
random-build-fixes.patch
=
@@ -40,18 +40,6 @@ index d923cdfa322..36ac59ca7ac 100644
  
if (browser_) {
  auto navigation = chrome::OpenCurrentURL(browser_);
-diff --git a/chrome/browser/ui/profile_view_utils.h 
b/chrome/browser/ui/profile_view_utils.h
-index 4aa53f094c2..5a7250f3876 100644
 a/chrome/browser/ui/profile_view_utils.h
-+++ b/chrome/browser/ui/profile_view_utils.h
-@@ -7,6 +7,7 @@
- 
- #include 
- #include 
-+#include 
- 
- class Profile;
- class ProfileAttributesEntry;
 diff --git a/chrome/test/chromedriver/capabilities.cc 
b/chrome/test/chromedriver/capabilities.cc
 index a29dc8e4818..00aaf9b4067 100644
 --- a/chrome/test/chromedriver/capabilities.cc
@@ -148,14 +136,6 @@ diff --git 
a/third_party/blink/renderer/core/paint/object_paint_properties_spars
 index 8bb1639676c..350bdbd5fde 100644
 --- a/third_party/blink/renderer/core/paint/object_paint_properties_sparse.h
 +++ b/third_party/blink/renderer/core/paint/object_paint_properties_sparse.h
-@@ -8,6 +8,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "base/dcheck_is_on.h"
- #include "base/memory/ptr_util.h"
 @@ -269,8 +270,8 @@ class CORE_EXPORT ObjectPaintPropertiesSparse : public 
ObjectPaintProperties {
NodeList& nodes,
NodeId node_id,
@@ -195,7 +175,7 @@ index 5a0121510ae..0cf45e0b0da 100644
  end_color, percentage, alpha_multiplier);
  
 -FontPalette::FontPaletteOverride result_color_record(i, result_color);
-+FontPalette::FontPaletteOverride result_color_record{(int)i, 
result_color};
++FontPalette::FontPaletteOverride result_color_record{static_cast(i), 
result_color};
  result_color_records.push_back(result_color_record);
}
return result_color_records;



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

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




[Git][archlinux/packaging/packages/openvpn][main] upgpkg: 2.6.6-1: new upstream release

2023-08-15 Thread Christian Hesse (@eworm)


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


Commits:
0140f25e by Christian Hesse at 2023-08-15T17:38:13+02:00
upgpkg: 2.6.6-1: new upstream release

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Christian Hesse 
 
 pkgname=openvpn
-_tag='69166bd4a5e78d1c5de858c3f46d49db2f6220b8' # git rev-parse v${pkgver}
-pkgver=2.6.5
+_tag='29e5246b5b9d048a77e05160d032a91167900fe1' # git rev-parse v${pkgver}
+pkgver=2.6.6
 pkgrel=1
 pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private 
Network)'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openvpn/-/commit/0140f25e49d2c53a287bf72f8e86f6cfe5b6f160

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




[Git][archlinux/packaging/packages/openvpn] Pushed new tag 2.6.6-1

2023-08-15 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 2.6.6-1 at Arch Linux / Packaging / Packages / 
openvpn

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




[Git][archlinux/packaging/packages/xmonad-dbus] Pushed new tag 0.1.0.2-1

2023-08-15 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 0.1.0.2-1 at Arch Linux / Packaging / Packages / 
xmonad-dbus

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




[Git][archlinux/packaging/packages/xmonad-dbus] Pushed new branch main

2023-08-15 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new branch main at Arch Linux / Packaging / Packages / 
xmonad-dbus

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




[Git][archlinux/packaging/packages/redis][main] upgpkg: 7.2.0-1

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


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


Commits:
8f1bb871 by Frederik Schwan at 2023-08-15T13:47:09+02:00
upgpkg: 7.2.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: nofxx .com>
 
 pkgname=redis
-pkgver=7.0.12
+pkgver=7.2.0
 pkgrel=1
 pkgdesc='An in-memory database that persists on disk'
 arch=('x86_64')
@@ -25,7 +25,7 @@ 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/redis/redis/archive/${p
 redis.tmpfiles
 redis.conf-sane-defaults.patch
 redis-5.0-use-system-jemalloc.patch)
-sha512sums=('8cbb4dda73313c571fe643d893bbea4bdcf4cc1ac643fdf7cf7563fadfb28ca4e553120df03277d8429ae3f97a2c7b57db0548ad7c7ce1af380fe8234938471a'
+sha512sums=('3ec6f2a89027d0762534d0a139344367148c3901c76c93005eb5d9dc15442021ab47d5185a49a67ebed3c24ece75b65360cbf7577461a8b5516e449ed56c65cd'
 
'8abf27f173a4532295dafd91b8e6e226e4376f1b2543c911e4fa60466d50523ada4dcfe520a738fd756c5725f4319153a0c0b26f6cdba234775114c72e4e7865'
 
'2314c26920f5f0989fb98622f594b621a0b5035525146263da3fdfe640257118e03fc1903c15a62bcd4fbf260e0dcbf9249088292323739a607a11c9630795bf'
 
'2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'



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

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




[Git][archlinux/packaging/packages/redis] Pushed new tag 7.2.0-1

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


Frederik Schwan pushed new tag 7.2.0-1 at Arch Linux / Packaging / Packages / 
redis

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




[Git][archlinux/packaging/packages/pcre] Pushed new tag 8.45-4

2023-08-15 Thread @seblu


Sébastien Luttringer pushed new tag 8.45-4 at Arch Linux / Packaging / Packages 
/ pcre

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




[Git][archlinux/packaging/packages/skia-sharp] Pushed new tag 2.88.3-2

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 2.88.3-2 at Arch Linux / Packaging / Packages / 
skia-sharp

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




[Git][archlinux/packaging/packages/skia-sharp][main] rebuild for libjpeg-turbo

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
skia-sharp


Commits:
cedcec9e by Maxime Gauduin at 2023-08-15T12:08:29+02:00
rebuild for libjpeg-turbo

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,29 @@
+pkgbase = skia-sharp
+   pkgdesc = The Skia 2D Graphics library from Google exposed to .NET 
languages and runtimes across the board
+   pkgver = 2.88.3
+   pkgrel = 2
+   url = https://github.com/mono/SkiaSharp
+   arch = x86_64
+   license = MIT
+   makedepends = clang
+   makedepends = git
+   makedepends = python
+   depends = expat
+   depends = fontconfig
+   depends = libfreetype.so
+   depends = libjpeg-turbo
+   depends = libheif
+   depends = libpng
+   depends = libwebp
+   depends = zlib
+   provides = libSkiaSharp.so
+   source = 
git+https://github.com/mono/SkiaSharp.git#tag=655cff084fa9365efde6e989004eb818294c9b0f
+   source = 
git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
+   source = git+https://github.com/mono/skia.git
+   source = skia-sharp-missing-include.patch
+   b2sums = SKIP
+   b2sums = SKIP
+   b2sums = SKIP
+   b2sums = 
8b4c33381f5557fceae587fd1b8f7ac6fc75814fbb27db6eb6b0c772825f87d779d8e3d38849603a4f6c7c5ec7cdb88f34ecc58c0e0f83f1890b730b9df7
+
+pkgname = skia-sharp


=
PKGBUILD
=
@@ -5,7 +5,7 @@ pkgver=2.88.3
 _major=88
 _minor=0
 _release=0
-pkgrel=1
+pkgrel=2
 pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages 
and runtimes across the board'
 arch=(x86_64)
 url=https://github.com/mono/SkiaSharp
@@ -48,7 +48,7 @@ prepare() {
   for submodule in externals/{depot_tools,skia}; do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../${submodule#*/}
-git submodule update ${submodule}
+git -c protocol.file.allow=always submodule update ${submodule}
   done
 
   pushd externals/skia



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/skia-sharp/-/commit/cedcec9e5efc839ff4b16905d121a8a9bcc62688

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




[Git][archlinux/packaging/packages/vivaldi][main] upgpkg: 6.1.3035.302-1

2023-08-15 Thread Ike Devolder (@idevolder)


Ike Devolder pushed to branch main at Arch Linux / Packaging / Packages / 
vivaldi


Commits:
d6b9c70d by Ike Devolder at 2023-08-15T11:36:54+02:00
upgpkg: 6.1.3035.302-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: TZ86
 
 pkgname=vivaldi
-_rpmversion=6.1.3035.257-1
-pkgver=6.1.3035.257
+_rpmversion=6.1.3035.302-1
+pkgver=6.1.3035.302
 pkgrel=1
 pkgdesc='An advanced browser made with the power user in mind.'
 url="https://vivaldi.com;
@@ -18,7 +18,7 @@ optdepends=(
 )
 
source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;
 '0001-add-support-for-user-flags.patch')
-sha512sums=('839ad6184915d448986b48fad9463974fd07f7e6da5e11b2eb35047ad52a1f94cb885972d51f73b7a666370d047080dd7811c567c65ba0d5b1dc10b4ce82'
+sha512sums=('ad3c6b1f121241c2ec09d2ee39a5d39568fadbe843bc9c3b09961c5f2804d1f3f0fd4241e6700251b793e915e3180130585bf50b2438875add2331458404d182'
 
'334db2056114fdbf07407b1cee24284f019df7a15acd711ed016bab1a1ab211abf3884ed848f3496486e7c78056108ccf1e88547e22b787bc4f548c6785f64d2')
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vivaldi/-/commit/d6b9c70dbef989e565eea48d5601525a291df249

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




[Git][archlinux/packaging/packages/vivaldi] Pushed new tag 6.1.3035.302-1

2023-08-15 Thread Ike Devolder (@idevolder)


Ike Devolder pushed new tag 6.1.3035.302-1 at Arch Linux / Packaging / Packages 
/ vivaldi

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




[Git][archlinux/packaging/packages/dolphin-emu] Pushed new tag 1-5.0.r19870.032c77b462-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1-5.0.r19870.032c77b462-1 at Arch Linux / 
Packaging / Packages / dolphin-emu

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dolphin-emu/-/tree/1-5.0.r19870.032c77b462-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libretro-shaders-slang] Pushed new tag 1308-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1308-1 at Arch Linux / Packaging / Packages / 
libretro-shaders-slang

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




[Git][archlinux/packaging/packages/libretro-shaders-slang][main] upgpkg: 1308-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-shaders-slang


Commits:
aa9966ab by Maxime Gauduin at 2023-08-15T11:21:03+02:00
upgpkg: 1308-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libretro-shaders-slang
pkgdesc = Collection of shaders for libretro
-   pkgver = 1297
+   pkgver = 1308
pkgrel = 1
url = https://www.libretro.com/
arch = any
@@ -8,7 +8,7 @@ pkgbase = libretro-shaders-slang
license = GPL3
makedepends = git
provides = libretro-shaders
-   source = 
libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=abeaabfb6dcda4f8a36ff85fafe8a37636bc80dd
+   source = 
libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=eef1782313a83bc1af5a7fb0d2962153269166cb
sha256sums = SKIP
 
 pkgname = libretro-shaders-slang


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-shaders-slang
-pkgver=1297
+pkgver=1308
 pkgrel=1
 pkgdesc='Collection of shaders for libretro'
 arch=(any)
@@ -10,7 +10,7 @@ license=(GPL3)
 groups=(libretro)
 provides=(libretro-shaders)
 makedepends=(git)
-_commit=abeaabfb6dcda4f8a36ff85fafe8a37636bc80dd
+_commit=eef1782313a83bc1af5a7fb0d2962153269166cb
 
source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
 sha256sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-shaders-slang/-/commit/aa9966abe1822a62a43bacbef88dd211526db535

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




[Git][archlinux/packaging/packages/libretro-scummvm][main] upgpkg: 143193-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-scummvm


Commits:
5b32342d by Maxime Gauduin at 2023-08-15T11:20:51+02:00
upgpkg: 143193-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libretro-scummvm
pkgdesc = ScummVM core
-   pkgver = 142854
+   pkgver = 143193
pkgrel = 1
url = https://github.com/libretro/scummvm
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libretro-scummvm
license = GPL
makedepends = git
depends = libretro-core-info
-   source = 
libretro-scummvm::git+https://github.com/libretro/scummvm.git#commit=acd638cb4383e9ccc54096ffd214a0032b9bb0a6
+   source = 
libretro-scummvm::git+https://github.com/libretro/scummvm.git#commit=0c3e3aaebcaf23de7175a9df5e5c0e13ad2551fd
sha256sums = SKIP
 
 pkgname = libretro-scummvm


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Oliver Jaksch 
 
 pkgname=libretro-scummvm
-pkgver=142854
+pkgver=143193
 pkgrel=1
 pkgdesc='ScummVM core'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(GPL)
 groups=(libretro)
 depends=(libretro-core-info)
 makedepends=(git)
-_commit=acd638cb4383e9ccc54096ffd214a0032b9bb0a6
+_commit=0c3e3aaebcaf23de7175a9df5e5c0e13ad2551fd
 
source=(libretro-scummvm::git+https://github.com/libretro/scummvm.git#commit=${_commit})
 sha256sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-scummvm/-/commit/5b32342d2d8a4a74b2cd108018076b0806eb0c45

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




[Git][archlinux/packaging/packages/libretro-scummvm] Pushed new tag 143193-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 143193-1 at Arch Linux / Packaging / Packages / 
libretro-scummvm

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




[Git][archlinux/packaging/packages/libretro-ppsspp] Pushed new tag 37801-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 37801-1 at Arch Linux / Packaging / Packages / 
libretro-ppsspp

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




[Git][archlinux/packaging/packages/libretro-play][main] upgpkg: 7863-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-play


Commits:
933a120a by Maxime Gauduin at 2023-08-15T11:19:17+02:00
upgpkg: 7863-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,41 @@
+pkgbase = libretro-play
+   pkgdesc = Sony PlayStation 2 core
+   pkgver = 7863
+   pkgrel = 1
+   url = https://github.com/jpd002/Play-
+   arch = x86_64
+   groups = libretro
+   license = MIT
+   makedepends = cmake
+   makedepends = git
+   makedepends = libglvnd
+   depends = bzip2
+   depends = glew
+   depends = glibc
+   depends = glu
+   depends = icu
+   depends = libgl
+   depends = libretro-core-info
+   depends = zlib
+   source = 
libretro-play::git+https://github.com/jpd002/Play-.git#commit=cdf50b9640da25fa5808f82765e06538889821e2
+   source = play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
+   source = 
play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
+   source = git+https://github.com/gulrak/filesystem.git
+   source = 
play-Framework::git+https://github.com/jpd002/Play--Framework.git
+   source = play-libchdr::git+https://github.com/jpd002/libchdr.git
+   source = play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git
+   source = git+https://github.com/SDWebImage/SDWebImage.git
+   source = git+https://github.com/Cyan4973/xxHash.git
+   source = git+https://github.com/facebook/zstd.git
+   b2sums = SKIP
+   b2sums = SKIP
+   b2sums = SKIP
+   b2sums = SKIP
+   b2sums = SKIP
+   b2sums = SKIP
+   b2sums = SKIP
+   b2sums = SKIP
+   b2sums = SKIP
+   b2sums = SKIP
+
+pkgname = libretro-play


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-play
-pkgver=7657
+pkgver=7863
 pkgrel=1
 pkgdesc='Sony PlayStation 2 core'
 arch=(x86_64)
@@ -23,7 +23,7 @@ makedepends=(
   git
   libglvnd
 )
-_commit=8e1cc18be61f5baac0c78b9eeeb2f75d196217a5
+_commit=cdf50b9640da25fa5808f82765e06538889821e2
 source=(
   libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
   play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
@@ -56,32 +56,22 @@ pkgver() {
 
 prepare() {
   cd libretro-play
-
   git config --global protocol.file.allow always
-
   for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur,libchdr}; do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../play-${submodule#*/}
-git submodule update ${submodule}
   done
-
+  git submodule update
   cd deps/Dependencies
-
   git submodule init SDWebImage
   git config submodule.SDWebImage.url ../../../SDWebImage
-  git submodule update SDWebImage
-
   git submodule init ghc_filesystem
   git config submodule.ghc_filesystem.url ../../../filesystem
-  git submodule update ghc_filesystem
-
   git submodule init xxHash
   git config submodule.xxHash.url ../../../xxHash
-  git submodule update xxHash
-
   git submodule init zstd
   git config submodule.zstd.url ../../../zstd
-  git submodule update zstd
+  git submodule update
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-play/-/commit/933a120a3f559d73af9b83965154557e92b5501a

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




[Git][archlinux/packaging/packages/libretro-play] Pushed new tag 7863-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 7863-1 at Arch Linux / Packaging / Packages / 
libretro-play

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




[Git][archlinux/packaging/packages/libretro-picodrive][main] upgpkg: 2363-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-picodrive


Commits:
c2f1ed2b by Maxime Gauduin at 2023-08-15T11:19:01+02:00
upgpkg: 2363-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libretro-picodrive
pkgdesc = Sega MS/MD/CD/32X core
-   pkgver = 2334
+   pkgver = 2363
pkgrel = 1
url = https://github.com/libretro/picodrive
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = libretro-picodrive
makedepends = git
depends = glibc
depends = libretro-core-info
-   source = 
libretro-picodrive::git+https://github.com/libretro/picodrive.git#commit=8ee2ca91bc26a2e173989e13f639b2f9bcd9c84b
+   source = 
libretro-picodrive::git+https://github.com/libretro/picodrive.git#commit=570319349588288f64c676123244acdb0be33881
source = git+https://github.com/mackron/dr_libs.git
source = git+https://github.com/digital-sound-antiques/emu2413.git
source = git+https://github.com/rtissera/libchdr.git


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-picodrive
-pkgver=2334
+pkgver=2363
 pkgrel=1
 pkgdesc='Sega MS/MD/CD/32X core'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(
   libretro-core-info
 )
 makedepends=(git)
-_commit=8ee2ca91bc26a2e173989e13f639b2f9bcd9c84b
+_commit=570319349588288f64c676123244acdb0be33881
 source=(
   
libretro-picodrive::git+https://github.com/libretro/picodrive.git#commit=${_commit}
   git+https://github.com/mackron/dr_libs.git



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-picodrive/-/commit/c2f1ed2bf1186f6035a10ce0947190b09b9cfffe

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




[Git][archlinux/packaging/packages/libretro-picodrive] Pushed new tag 2363-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 2363-1 at Arch Linux / Packaging / Packages / 
libretro-picodrive

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




[Git][archlinux/packaging/packages/libretro-overlays][main] upgpkg: 256-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-overlays


Commits:
7fef3eaf by Maxime Gauduin at 2023-08-15T11:18:42+02:00
upgpkg: 256-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = libretro-overlays
+   pkgdesc = Collection of overlays for libretro
+   pkgver = 256
+   pkgrel = 1
+   url = https://github.com/libretro/common-overlays
+   arch = any
+   groups = libretro
+   license = CCPL
+   makedepends = git
+   source = 
libretro-overlays::git+https://github.com/libretro/common-overlays.git#commit=0383f61bc4fbaf20eb3ffbdeb7ad29a302c8632d
+   sha256sums = SKIP
+
+pkgname = libretro-overlays


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-overlays
-pkgver=242
+pkgver=256
 pkgrel=1
 pkgdesc='Collection of overlays for libretro'
 arch=(any)
@@ -9,7 +9,7 @@ url=https://github.com/libretro/common-overlays
 license=(CCPL)
 groups=(libretro)
 makedepends=(git)
-_commit=a5497b81560d1d0c3868cebe46305edbecaa3e0f
+_commit=0383f61bc4fbaf20eb3ffbdeb7ad29a302c8632d
 
source=(libretro-overlays::git+https://github.com/libretro/common-overlays.git#commit=${_commit})
 sha256sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-overlays/-/commit/7fef3eaf4b8ca8aa86ee7749f71c2396f702bf98

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




[Git][archlinux/packaging/packages/libretro-overlays] Pushed new tag 256-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 256-1 at Arch Linux / Packaging / Packages / 
libretro-overlays

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




[Git][archlinux/packaging/packages/libretro-mame][main] upgpkg: 87856-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-mame


Commits:
c1722fdc by Maxime Gauduin at 2023-08-15T11:18:24+02:00
upgpkg: 87856-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = libretro-mame
+   pkgdesc = MAME Arcade core
+   pkgver = 87856
+   pkgrel = 1
+   url = https://github.com/libretro/mame
+   arch = x86_64
+   groups = libretro
+   license = custom
+   makedepends = git
+   makedepends = libglvnd
+   makedepends = python
+   depends = alsa-lib
+   depends = glibc
+   depends = libretro-core-info
+   depends = libgl
+   depends = zlib
+   source = libretro-mame::git+https://github.com/libretro/mame.git
+   b2sums = SKIP
+
+pkgname = libretro-mame


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Oliver Jaksch 
 
 pkgname=libretro-mame
-pkgver=85763
+pkgver=87856
 pkgrel=1
 arch=(x86_64)
 pkgdesc='MAME Arcade core'
@@ -31,8 +31,7 @@ pkgver() {
 
 build() {
   cd libretro-mame
-  make -f Makefile.libretro \
-PTR64=1
+  make -f Makefile.libretro
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-mame/-/commit/c1722fdce71308a496784879bb4bd35928b2eb1c

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




[Git][archlinux/packaging/packages/libretro-mame] Pushed new tag 87856-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 87856-1 at Arch Linux / Packaging / Packages / 
libretro-mame

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




[Git][archlinux/packaging/packages/libretro-genesis-plus-gx] Pushed new tag 2059-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 2059-1 at Arch Linux / Packaging / Packages / 
libretro-genesis-plus-gx

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-genesis-plus-gx/-/tree/2059-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libretro-genesis-plus-gx][main] upgpkg: 2059-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-genesis-plus-gx


Commits:
5c14a1be by Maxime Gauduin at 2023-08-15T11:18:09+02:00
upgpkg: 2059-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libretro-genesis-plus-gx
pkgdesc = Sega MS/GG/MD/CD core
-   pkgver = 2046
+   pkgver = 2059
pkgrel = 1
url = https://github.com/libretro/Genesis-Plus-GX
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = libretro-genesis-plus-gx
depends = libretro-core-info
depends = libvorbis
depends = zlib
-   source = 
libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=9f8f5bc44e402e75ce895b8d5259a67d04fed448
+   source = 
libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=fe222d4eca340e37c556502452d9cce4bba016c1
b2sums = SKIP
 
 pkgname = libretro-genesis-plus-gx


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: almostalive 
 
 pkgname=libretro-genesis-plus-gx
-pkgver=2046
+pkgver=2059
 pkgrel=1
 pkgdesc='Sega MS/GG/MD/CD core'
 arch=(x86_64)
@@ -20,7 +20,7 @@ makedepends=(
   clang
   git
 )
-_commit=9f8f5bc44e402e75ce895b8d5259a67d04fed448
+_commit=fe222d4eca340e37c556502452d9cce4bba016c1
 
source=(libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=${_commit})
 b2sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-genesis-plus-gx/-/commit/5c14a1be07739684ad326fc2fb38af155e9b9bd7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-genesis-plus-gx/-/commit/5c14a1be07739684ad326fc2fb38af155e9b9bd7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libretro-gambatte][main] upgpkg: 1000-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-gambatte


Commits:
42613b72 by Maxime Gauduin at 2023-08-15T11:17:54+02:00
upgpkg: 1000-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libretro-gambatte
pkgdesc = Nintendo Game Boy/Game Boy Color core
-   pkgver = 999
+   pkgver = 1000
pkgrel = 1
url = https://github.com/libretro/gambatte-libretro
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libretro-gambatte
license = GPL2
makedepends = git
depends = libretro-core-info
-   source = 
libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=e6bcb9f43c13f44fbf4a30153e3885b3dd174443
+   source = 
libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=8898bdf97ba3099fd408591b76c69e4c114cc27b
sha256sums = SKIP
 
 pkgname = libretro-gambatte


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Lauri Niskanen 
 
 pkgname=libretro-gambatte
-pkgver=999
+pkgver=1000
 pkgrel=1
 pkgdesc='Nintendo Game Boy/Game Boy Color core'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(GPL2)
 groups=(libretro)
 depends=(libretro-core-info)
 makedepends=(git)
-_commit=e6bcb9f43c13f44fbf4a30153e3885b3dd174443
+_commit=8898bdf97ba3099fd408591b76c69e4c114cc27b
 
source=(libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-gambatte/-/commit/42613b7287e69ce9aac68c4d70793ec895c1276c

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




[Git][archlinux/packaging/packages/libretro-gambatte] Pushed new tag 1000-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1000-1 at Arch Linux / Packaging / Packages / 
libretro-gambatte

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




[Git][archlinux/packaging/packages/libretro-flycast] Pushed new tag 5784-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 5784-1 at Arch Linux / Packaging / Packages / 
libretro-flycast

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




[Git][archlinux/packaging/packages/libretro-flycast][main] upgpkg: 5784-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-flycast


Commits:
7c22ef7d by Maxime Gauduin at 2023-08-15T11:17:25+02:00
upgpkg: 5784-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libretro-flycast
pkgdesc = Sega Dreamcast core
-   pkgver = 5775
+   pkgver = 5784
pkgrel = 1
url = https://github.com/flyinghead/flycast
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = libretro-flycast
depends = libgl
depends = libretro-core-info
depends = zlib
-   source = 
git+https://github.com/flyinghead/flycast.git#commit=0070f9abad69c67ea47603c516f4e33490aeae2f
+   source = 
git+https://github.com/flyinghead/flycast.git#commit=92a10ba0f0a5ca0d1ec9498962002f4cdcc8e7f6
source = git+https://github.com/KhronosGroup/glslang.git
source = flycast-libchdr::git+https://github.com/flyinghead/libchdr.git
source = git+https://github.com/KhronosGroup/Vulkan-Headers.git


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-flycast
-pkgver=5775
+pkgver=5784
 pkgrel=1
 pkgdesc='Sega Dreamcast core'
 arch=(x86_64)
@@ -19,7 +19,7 @@ makedepends=(
   mesa
   ninja
 )
-_commit=0070f9abad69c67ea47603c516f4e33490aeae2f
+_commit=92a10ba0f0a5ca0d1ec9498962002f4cdcc8e7f6
 source=(
   git+https://github.com/flyinghead/flycast.git#commit=${_commit}
   git+https://github.com/KhronosGroup/glslang.git



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-flycast/-/commit/7c22ef7d93cf3a866097dcaf74cc762450dbdb5c

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




[Git][archlinux/packaging/packages/libretro-bsnes][main] upgpkg: 1:3102-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-bsnes


Commits:
3f129991 by Maxime Gauduin at 2023-08-15T11:17:13+02:00
upgpkg: 1:3102-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libretro-bsnes
pkgdesc = Super Nintendo Entertainment System cores
-   pkgver = 3093
+   pkgver = 3102
pkgrel = 1
epoch = 1
url = https://github.com/libretro/bsnes-libretro
@@ -10,7 +10,7 @@ pkgbase = libretro-bsnes
makedepends = git
depends = gcc-libs
depends = libretro-core-info
-   source = 
libretro-bsnes::git+https://github.com/libretro/bsnes-libretro.git#commit=4f4e22e83a92e2e3999e5792f52085e1ecd662e2
+   source = 
libretro-bsnes::git+https://github.com/libretro/bsnes-libretro.git#commit=040865291367ce32566c36986d0b182be5948c9d
source = libretro-bsnes-flags.patch
b2sums = SKIP
b2sums = 
d8d87b92fc0f6d4020333230580bb0e63c73e6833365868f8c71fced923dbbf9df4842d1e7b7fb6bd493ba1e22e53757ae6656a3bcc3408220a18b06f41ea81f


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-bsnes
-pkgver=3093
+pkgver=3102
 pkgrel=1
 epoch=1
 pkgdesc='Super Nintendo Entertainment System cores'
@@ -14,7 +14,7 @@ depends=(
   libretro-core-info
 )
 makedepends=(git)
-_commit=4f4e22e83a92e2e3999e5792f52085e1ecd662e2
+_commit=040865291367ce32566c36986d0b182be5948c9d
 source=(
   
libretro-bsnes::git+https://github.com/libretro/bsnes-libretro.git#commit=${_commit}
   libretro-bsnes-flags.patch



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-bsnes/-/commit/3f129991826e5882242b3067c1f6c588b74bd856

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




[Git][archlinux/packaging/packages/libretro-bsnes] Pushed new tag 1-3102-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1-3102-1 at Arch Linux / Packaging / Packages / 
libretro-bsnes

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




[Git][archlinux/packaging/packages/libretro-beetle-psx] Pushed new tag 2682-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 2682-1 at Arch Linux / Packaging / Packages / 
libretro-beetle-psx

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




[Git][archlinux/packaging/packages/libretro-beetle-psx][main] upgpkg: 2682-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-beetle-psx


Commits:
d781d285 by Maxime Gauduin at 2023-08-15T11:17:01+02:00
upgpkg: 2682-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libretro-beetle-psx
pkgdesc = Sony PlayStation core
-   pkgver = 2680
+   pkgver = 2682
pkgrel = 1
url = https://github.com/libretro/beetle-psx-libretro
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = libretro-beetle-psx
makedepends = vulkan-icd-loader
depends = libretro-core-info
depends = zlib
-   source = 
libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=e49c439ef3cbadca2f113a331f822a03b581027e
+   source = 
libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=9d07ee164ce18d5c98a12c1fb48d637306d4e8ee
sha256sums = SKIP
 
 pkgname = libretro-beetle-psx


=
PKGBUILD
=
@@ -5,7 +5,7 @@ pkgname=(
   libretro-beetle-psx
   libretro-beetle-psx-hw
 )
-pkgver=2680
+pkgver=2682
 pkgrel=1
 pkgdesc='Sony PlayStation core'
 arch=(x86_64)
@@ -22,7 +22,7 @@ makedepends=(
   mesa
   vulkan-icd-loader
 )
-_commit=e49c439ef3cbadca2f113a331f822a03b581027e
+_commit=9d07ee164ce18d5c98a12c1fb48d637306d4e8ee
 
source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-beetle-psx/-/commit/d781d285558079c25a6cbdca85acce4a6dc2b8aa

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




[Git][archlinux/packaging/packages/libretro-beetle-pce-fast] Pushed new tag 1228-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1228-1 at Arch Linux / Packaging / Packages / 
libretro-beetle-pce-fast

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-beetle-pce-fast/-/tree/1228-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libretro-beetle-pce-fast][main] upgpkg: 1228-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-beetle-pce-fast


Commits:
b185aaa9 by Maxime Gauduin at 2023-08-15T11:16:48+02:00
upgpkg: 1228-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libretro-beetle-pce-fast
pkgdesc = NEC PC Engine/CD core
-   pkgver = 1226
+   pkgver = 1228
pkgrel = 1
url = https://github.com/libretro/beetle-pce-fast-libretro
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libretro-beetle-pce-fast
depends = glibc
depends = libretro-core-info
depends = zlib
-   source = 
libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=7ff6d867dbde199185f462070c1c1b5b84affe79
+   source = 
libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=ba75096e85758f6b449135492123d014308eb172
sha256sums = SKIP
 
 pkgname = libretro-beetle-pce-fast


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-beetle-pce-fast
-pkgver=1226
+pkgver=1228
 pkgrel=1
 pkgdesc='NEC PC Engine/CD core'
 arch=(x86_64)
@@ -15,7 +15,7 @@ depends=(
   zlib
 )
 makedepends=(git)
-_commit=7ff6d867dbde199185f462070c1c1b5b84affe79
+_commit=ba75096e85758f6b449135492123d014308eb172
 
source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-beetle-pce-fast/-/commit/b185aaa9e2b20593e4fc92cb999fe9f1ff374840

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-beetle-pce-fast/-/commit/b185aaa9e2b20593e4fc92cb999fe9f1ff374840
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libretro-beetle-pce][main] upgpkg: 1189-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
libretro-beetle-pce


Commits:
d0fa66e8 by Maxime Gauduin at 2023-08-15T11:16:31+02:00
upgpkg: 1189-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libretro-beetle-pce
pkgdesc = NEC PC Engine/SuperGrafx/CD core
-   pkgver = 1188
+   pkgver = 1189
pkgrel = 1
url = https://github.com/libretro/beetle-pce-libretro
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libretro-beetle-pce
depends = glibc
depends = libretro-core-info
depends = zlib
-   source = 
libretro-beetle-pce::git+https://github.com/libretro/beetle-pce-libretro.git#commit=69d356663a3092a315ffac10eff1d47e9a967de0
+   source = 
libretro-beetle-pce::git+https://github.com/libretro/beetle-pce-libretro.git#commit=4c7831689d37177596bc97c4cd1b01ce6e997a71
sha256sums = SKIP
 
 pkgname = libretro-beetle-pce


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-beetle-pce
-pkgver=1188
+pkgver=1189
 pkgrel=1
 pkgdesc='NEC PC Engine/SuperGrafx/CD core'
 arch=(x86_64)
@@ -15,7 +15,7 @@ depends=(
   zlib
 )
 makedepends=(git)
-_commit=69d356663a3092a315ffac10eff1d47e9a967de0
+_commit=4c7831689d37177596bc97c4cd1b01ce6e997a71
 
source=(libretro-beetle-pce::git+https://github.com/libretro/beetle-pce-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretro-beetle-pce/-/commit/d0fa66e86e2b9fb904b967f74736b29c0e04775f

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




[Git][archlinux/packaging/packages/libretro-beetle-pce] Pushed new tag 1189-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1189-1 at Arch Linux / Packaging / Packages / 
libretro-beetle-pce

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




[Git][archlinux/packaging/packages/fmt][main] upgpkg: 10.1.0-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / fmt


Commits:
0f6a47a1 by Maxime Gauduin at 2023-08-15T11:13:46+02:00
upgpkg: 10.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fmt
pkgdesc = Open-source formatting library for C++
-   pkgver = 10.0.0
+   pkgver = 10.1.0
pkgrel = 1
url = https://fmt.dev
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = fmt
makedepends = python-wheel
depends = gcc-libs
provides = libfmt.so
-   source = 
git+https://github.com/fmtlib/fmt.git#tag=a0b8a92e3d1532361c2f7feb63babc5c18d00ef2
+   source = 
git+https://github.com/fmtlib/fmt.git#tag=e57ca2e3685b160617d3d95fcd9e789c4e06ca88
source = fmt-no-pip-no-virtualenv.patch
source = fmt-10.0.0-sphinx.patch
b2sums = SKIP


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mihai Bişog 
 
 pkgname=fmt
-pkgver=10.0.0
+pkgver=10.1.0
 pkgrel=1
 pkgdesc='Open-source formatting library for C++'
 arch=(x86_64)
@@ -23,7 +23,7 @@ makedepends=(
   python-wheel
 )
 provides=(libfmt.so)
-_tag=a0b8a92e3d1532361c2f7feb63babc5c18d00ef2
+_tag=e57ca2e3685b160617d3d95fcd9e789c4e06ca88
 source=(
   git+https://github.com/fmtlib/fmt.git#tag=${_tag}
   fmt-no-pip-no-virtualenv.patch
@@ -35,7 +35,6 @@ b2sums=('SKIP'
 
 prepare() {
   cd fmt
-  git cherry-pick -n 0b0f7cfbfcebd021c910078003d413354bd843e2 # hip workaround
   patch -Np1 -i ../fmt-no-pip-no-virtualenv.patch
   patch -Np1 -i ../fmt-10.0.0-sphinx.patch
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fmt/-/commit/0f6a47a174903478dd23ee31ef88a397e0cd4ee5

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




[Git][archlinux/packaging/packages/fmt] Pushed new tag 10.1.0-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 10.1.0-1 at Arch Linux / Packaging / Packages / 
fmt

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




[Git][archlinux/packaging/packages/gzip][main] upgpkg: 1.12-3

2023-08-15 Thread @seblu


Sébastien Luttringer pushed to branch main at Arch Linux / Packaging / Packages 
/ gzip


Commits:
be440e27 by Sébastien Luttringer at 2023-08-15T11:05:00+02:00
upgpkg: 1.12-3

- fix FS#56675

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,12 +4,16 @@
 
 pkgname=gzip
 pkgver=1.12
-pkgrel=2
+pkgrel=3
 pkgdesc='GNU compression utility'
 arch=('x86_64')
 url='https://www.gnu.org/software/gzip/'
 license=('GPL3')
-depends=('glibc' 'bash' 'less')
+depends=('glibc' 'bash' 'coreutils' 'sed' 'grep')
+optdepends=('less: zless support'
+'more: zmore support'
+'diffutils: zdiff/zcmp support'
+   )
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
 source=("https://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig})
 sha256sums=('ce5e03e519f637e1f814011ace35c4f87b33c0bbabeec35baf5fbd3479e91956'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gzip/-/commit/be440e27832741b44bb7c73b14097ad05e80d868

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




[Git][archlinux/packaging/packages/gzip] Pushed new tag 1.12-3

2023-08-15 Thread @seblu


Sébastien Luttringer pushed new tag 1.12-3 at Arch Linux / Packaging / Packages 
/ gzip

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




[Git][archlinux/packaging/packages/home-assistant][main] upgpkg: 1:2023.8.2-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
home-assistant


Commits:
d0186e08 by Maxime Gauduin at 2023-08-15T10:58:55+02:00
upgpkg: 1:2023.8.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = home-assistant
pkgdesc = Open source home automation that puts local control and 
privacy first
-   pkgver = 2023.8.1
+   pkgver = 2023.8.2
pkgrel = 1
epoch = 1
url = https://home-assistant.io/
@@ -22,7 +22,7 @@ pkgbase = home-assistant
depends = python
depends = tzdata
depends = zlib
-   source = 
git+https://github.com/home-assistant/home-assistant.git#tag=489860a28b45d3408080cbbf7bb0501b89dfa37d
+   source = 
git+https://github.com/home-assistant/home-assistant.git#tag=73898daff3f5494e8274294243498a658d76c0f8
source = home-assistant.service
b2sums = SKIP
b2sums = 
3249da47392c3100f556b7037bc3a9abdd168960a67eedb8ff68c49729c502ed8cdead16a78c5d2a1d2184dfa51e4ddc89bc09302e189a22a7482bc7b0c05352


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=2023.8.1
+pkgver=2023.8.2
 pkgrel=1
 epoch=1
 arch=(any)
@@ -33,7 +33,7 @@ makedepends=(
   python-setuptools
   python-wheel
 )
-_tag=489860a28b45d3408080cbbf7bb0501b89dfa37d
+_tag=73898daff3f5494e8274294243498a658d76c0f8
 source=(
   git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
   home-assistant.service



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/home-assistant/-/commit/d0186e084bda84204052023205997043f4c9a81d

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




[Git][archlinux/packaging/packages/home-assistant] Pushed new tag 1-2023.8.2-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1-2023.8.2-1 at Arch Linux / Packaging / Packages 
/ home-assistant

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




[Git][archlinux/packaging/packages/gala][main] upgpkg: 7.1.2-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / gala


Commits:
80c2ce47 by Maxime Gauduin at 2023-08-15T10:58:30+02:00
upgpkg: 7.1.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gala
pkgdesc = The Pantheon Window Manager
-   pkgver = 7.1.1
-   pkgrel = 2
+   pkgver = 7.1.2
+   pkgrel = 1
url = https://github.com/elementary/gala
arch = x86_64
groups = pantheon
@@ -40,7 +40,7 @@ pkgbase = gala
depends = plank
depends = wayland
provides = libgala.so
-   source = 
git+https://github.com/elementary/gala.git#tag=451aea9495c537ac40cd78b4c12f32cbdb45e9ef
+   source = 
git+https://github.com/elementary/gala.git#tag=8de5df730b166b36d67c59cefc8782c4f06b3055
b2sums = SKIP
 
 pkgname = gala


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=gala
-pkgver=7.1.1
-pkgrel=2
+pkgver=7.1.2
+pkgrel=1
 pkgdesc='The Pantheon Window Manager'
 arch=(x86_64)
 url=https://github.com/elementary/gala
@@ -46,7 +46,7 @@ makedepends=(
   vala
 )
 provides=(libgala.so)
-_tag=451aea9495c537ac40cd78b4c12f32cbdb45e9ef
+_tag=8de5df730b166b36d67c59cefc8782c4f06b3055
 source=(git+https://github.com/elementary/gala.git#tag=${_tag})
 b2sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gala/-/commit/80c2ce47bc524482462d7911bbd29b960978c06c

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




[Git][archlinux/packaging/packages/gala] Pushed new tag 7.1.2-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 7.1.2-1 at Arch Linux / Packaging / Packages / 
gala

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




[Git][archlinux/packaging/packages/fluidd][main] upgpkg: 1.25.1-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
fluidd


Commits:
476b9d5a by Maxime Gauduin at 2023-08-15T10:57:45+02:00
upgpkg: 1.25.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fluidd
pkgdesc = A free and open-source Klipper web interface for managing 
your 3d printer
-   pkgver = 1.24.2
+   pkgver = 1.25.1
pkgrel = 1
url = https://docs.fluidd.xyz/
arch = any
@@ -9,7 +9,7 @@ pkgbase = fluidd
makedepends = nodejs-lts-gallium
makedepends = npm
optdepends = ustreamer: webcam streaming support
-   source = 
git+https://github.com/fluidd-core/fluidd.git#tag=79d7554cec54cc73410d10f89c8a3a9e43a99e2c
+   source = 
git+https://github.com/fluidd-core/fluidd.git#tag=513523ff2b0a5b0ed50ec8e51ce6038c0cce6934
validpgpkeys = 4C717BDC0E452F5B13490409AB4C64C58BA9C3ED
b2sums = SKIP
 


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=fluidd
-pkgver=1.24.2
+pkgver=1.25.1
 pkgrel=1
 pkgdesc='A free and open-source Klipper web interface for managing your 3d 
printer'
 arch=(any)
@@ -13,7 +13,7 @@ makedepends=(
   npm
 )
 optdepends=('ustreamer: webcam streaming support')
-_tag=79d7554cec54cc73410d10f89c8a3a9e43a99e2c
+_tag=513523ff2b0a5b0ed50ec8e51ce6038c0cce6934
 source=(git+https://github.com/fluidd-core/fluidd.git#tag=${_tag})
 validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas 

 b2sums=(SKIP)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fluidd/-/commit/476b9d5ac07941d7abf27713a5d76a7a6aebfa60

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




[Git][archlinux/packaging/packages/fluidd] Pushed new tag 1.25.1-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1.25.1-1 at Arch Linux / Packaging / Packages / 
fluidd

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




[Git][archlinux/packaging/packages/elementary-icon-theme][main] upgpkg: 7.3.1-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
elementary-icon-theme


Commits:
bc1d4888 by Maxime Gauduin at 2023-08-15T10:57:22+02:00
upgpkg: 7.3.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = elementary-icon-theme
+   pkgdesc = Named, vector icons for elementary OS
+   pkgver = 7.3.1
+   pkgrel = 1
+   url = https://github.com/elementary/icons
+   arch = any
+   groups = pantheon
+   license = GPL3
+   makedepends = git
+   makedepends = librsvg
+   makedepends = meson
+   makedepends = xorg-xcursorgen
+   depends = hicolor-icon-theme
+   source = 
elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=8598d278c2df21bc3dfb5b5a5a820b31c1845046
+   sha256sums = SKIP
+
+pkgname = elementary-icon-theme


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Josip 
 
 pkgname=elementary-icon-theme
-pkgver=7.3.0
+pkgver=7.3.1
 pkgrel=1
 pkgdesc='Named, vector icons for elementary OS'
 arch=(any)
@@ -18,7 +18,7 @@ makedepends=(
   meson
   xorg-xcursorgen
 )
-_tag=37c08568d8d983540bf2723e33e57b2692c6ffd3
+_tag=8598d278c2df21bc3dfb5b5a5a820b31c1845046
 
source=(elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

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




[Git][archlinux/packaging/packages/elementary-icon-theme] Pushed new tag 7.3.1-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 7.3.1-1 at Arch Linux / Packaging / Packages / 
elementary-icon-theme

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




[Git][archlinux/packaging/packages/dotnet-core-6.0] Pushed new tag 6.0.21.sdk121-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 6.0.21.sdk121-1 at Arch Linux / Packaging / 
Packages / dotnet-core-6.0

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




[Git][archlinux/packaging/packages/dotnet-core-6.0][main] upgpkg: 6.0.21.sdk121-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
dotnet-core-6.0


Commits:
d5aaffce by Maxime Gauduin at 2023-08-15T10:52:48+02:00
upgpkg: 6.0.21.sdk121-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = dotnet-core-6.0
-   pkgver = 6.0.20.sdk120
+   pkgver = 6.0.21.sdk121
pkgrel = 1
url = https://www.microsoft.com/net/core
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = dotnet-core-6.0
optdepends = bash-completion: Bash completion support
options = !lto
options = staticlibs
-   source = 
dotnet-installer::git+https://github.com/dotnet/installer.git#tag=d63b17be66f766a5381950bce677884e4e3bb5b6
+   source = 
dotnet-installer::git+https://github.com/dotnet/installer.git#tag=b0dda375d13513f4b0db90517ff4408e05eb68a4
source = dotnet.sh
source = dotnet-core-runtime-disable-package-validation.patch
source = dotnet-core-sdk-telemetry-optout.patch


=
PKGBUILD
=
@@ -12,7 +12,7 @@ pkgname=(
  aspnet-targeting-pack-6.0
  dotnet-source-built-artifacts-6.0
 )
-pkgver=6.0.20.sdk120
+pkgver=6.0.21.sdk121
 pkgrel=1
 arch=(x86_64)
 url=https://www.microsoft.com/net/core
@@ -43,7 +43,7 @@ options=(
   !lto
   staticlibs
 )
-_tag=d63b17be66f766a5381950bce677884e4e3bb5b6
+_tag=b0dda375d13513f4b0db90517ff4408e05eb68a4
 source=(
   dotnet-installer::git+https://github.com/dotnet/installer.git#tag=${_tag}
   dotnet.sh



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core-6.0/-/commit/d5aaffced5861dc9ce0dab66e2a69effd2a17185

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




[Git][archlinux/packaging/packages/dotnet-core][main] upgpkg: 7.0.10.sdk110-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
dotnet-core


Commits:
9bdeb9a0 by Maxime Gauduin at 2023-08-15T10:49:42+02:00
upgpkg: 7.0.10.sdk110-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = dotnet-core
-   pkgver = 7.0.9.sdk109
+   pkgver = 7.0.10.sdk110
pkgrel = 1
url = https://www.microsoft.com/net/core
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = dotnet-core
optdepends = bash-completion: Bash completion support
options = !lto
options = staticlibs
-   source = 
dotnet-installer::git+https://github.com/dotnet/installer.git#tag=3e9283a8e906761fcf9973c0007a75c0eb20baea
+   source = 
dotnet-installer::git+https://github.com/dotnet/installer.git#tag=ba920f88aceb29ba2178e33e51cbe5c6963e2a4a
source = 
https://github.com/dotnet/runtime/commit/31e4f404c218eae7ba999c4df5346d30f971451c.patch
source = dotnet.sh
b2sums = SKIP


=
PKGBUILD
=
@@ -14,7 +14,7 @@ pkgname=(
  aspnet-targeting-pack
  dotnet-source-built-artifacts
 )
-pkgver=7.0.9.sdk109
+pkgver=7.0.10.sdk110
 pkgrel=1
 arch=(x86_64)
 url=https://www.microsoft.com/net/core
@@ -45,7 +45,7 @@ options=(
   !lto
   staticlibs
 )
-_tag=3e9283a8e906761fcf9973c0007a75c0eb20baea
+_tag=ba920f88aceb29ba2178e33e51cbe5c6963e2a4a
 source=(
   dotnet-installer::git+https://github.com/dotnet/installer.git#tag=${_tag}
   
https://github.com/dotnet/runtime/commit/31e4f404c218eae7ba999c4df5346d30f971451c.patch
@@ -99,7 +99,7 @@ build() {
   cd dotnet-installer
 
   local _bootstrapver=$(xmllint --xpath 
"//*[local-name()='PrivateSourceBuiltArtifactsPackageVersion']/text()" 
eng/Versions.props)
-  local _previousver=$(pacman -Q dotnet-source-built-artifacts-6.0 | sed -r 
's/.*([0-9]\.[0-9])\.[0-9]\.sdk([0-9]+)-.*/\1.\2/')
+  local _previousver=$(pacman -Q dotnet-source-built-artifacts | sed -r 
's/.*([0-9]+\.[0-9]+)\.[0-9]+\.sdk([0-9]+)-.*/\1.\2/')
 
   ./build.sh \
 /p:ArcadeBuildTarball=true \
@@ -128,7 +128,7 @@ build() {
 cp -r /usr/share/dotnet .
 ln -sf 
/usr/share/dotnet/source-built-artifacts/Private.SourceBuilt.Artifacts.*.tar.gz 
packages/archive/
 ./build.sh \
-  --with-sdk "${srcdir}"/sources/dotnet
+  --with-sdk "${srcdir}"/sources/dotnet \
   -- \
   /v:n \
   /p:ContinueOnPrebuiltBaselineError=true \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core/-/commit/9bdeb9a09b5a0924147efd26d74b8c0a4f88c71c

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




[Git][archlinux/packaging/packages/dotnet-core] Pushed new tag 7.0.10.sdk110-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 7.0.10.sdk110-1 at Arch Linux / Packaging / 
Packages / dotnet-core

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




[Git][archlinux/packaging/packages/ipvsadm][main] upgpkg: 1.31-2

2023-08-15 Thread @seblu


Sébastien Luttringer pushed to branch main at Arch Linux / Packaging / Packages 
/ ipvsadm


Commits:
53506677 by Sébastien Luttringer at 2023-08-15T10:46:47+02:00
upgpkg: 1.31-2

- fix FS#77272

- - - - -


2 changed files:

- + 01-use-CFLAGS-and-LDFLAGS-environment.patch
- PKGBUILD


Changes:

=
01-use-CFLAGS-and-LDFLAGS-environment.patch
=
@@ -0,0 +1,52 @@
+From 25d7aa2faef0c36f053ee1ba418fe14022ef6f7c Mon Sep 17 00:00:00 2001
+From: Ryan O'Hara 
+Date: Tue, 27 Feb 2018 11:49:44 -0600
+Subject: [PATCH] ipvsadm: use CFLAGS and LDFLAGS environment variables
+
+Signed-off-by: Ryan O'Hara 
+---
+ Makefile | 6 +++---
+ libipvs/Makefile | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 91a2991..2a1d179 100644
+--- a/Makefile
 b/Makefile
+@@ -46,9 +46,9 @@ INSTALL  = install
+ STATIC_LIBS   = libipvs/libipvs.a
+ 
+ ifeq "${ARCH}" "sparc64"
+-CFLAGS = -Wall -Wunused -Wstrict-prototypes -g -m64 -pipe 
-mcpu=ultrasparc -mcmodel=medlow
++CFLAGS += -Wall -Wunused -Wstrict-prototypes -g -m64 -pipe 
-mcpu=ultrasparc -mcmodel=medlow
+ else
+-CFLAGS = -Wall -Wunused -Wstrict-prototypes -g
++CFLAGS += -Wall -Wunused -Wstrict-prototypes -g
+ endif
+ 
+ 
+@@ -87,7 +87,7 @@ libs:
+   make -C libipvs
+ 
+ ipvsadm:  $(OBJS) $(STATIC_LIBS)
+-  $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
++  $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
+ 
+ install:all
+   if [ ! -d $(SBIN) ]; then $(MKDIR) -p $(SBIN); fi
+diff --git a/libipvs/Makefile b/libipvs/Makefile
+index f845c8b..780f3f3 100644
+--- a/libipvs/Makefile
 b/libipvs/Makefile
+@@ -1,7 +1,7 @@
+ # Makefile for libipvs
+ 
+ CC= gcc
+-CFLAGS= -Wall -Wunused -Wstrict-prototypes -g -fPIC
++CFLAGS+= -Wall -Wunused -Wstrict-prototypes -g -fPIC
+ ifneq (0,$(HAVE_NL))
+ CFLAGS+= -DLIBIPVS_USE_NL
+ CFLAGS+= $(shell \
+-- 
+2.14.3
+


=
PKGBUILD
=
@@ -3,34 +3,37 @@
 
 pkgname=ipvsadm
 pkgver=1.31
-pkgrel=1
+pkgrel=2
 pkgdesc='The IP Virtual Server administration utility'
 arch=('x86_64')
 url='http://www.linuxvirtualserver.org/software/ipvs.html'
 license=('GPL2')
-depends=('libnl1' 'popt' 'bash')
+depends=('glibc' 'libnl' 'popt' 'bash')
 backup=("etc/$pkgname.conf")
 options=('!makeflags')
 install=$pkgname.install
 
source=("https://kernel.org/pub/linux/utils/kernel/ipvsadm/$pkgname-$pkgver.tar."{xz,sign}
 "$pkgname.systemd"
-"$pkgname.service")
+"$pkgname.service"
+'01-use-CFLAGS-and-LDFLAGS-environment.patch')
 validpgpkeys=('D893F72888349DB4F170F9A23A554D033B37BCED') # Jesper Dangaard 
Brouer (RedHat)
 # upstream provides sha256sums of release
 sha256sums=('1a0a5e25b5a1226435d2fb76341656f83a710183aebb0d204db39c0ec3bedfdb'
 'SKIP'
 '4960ea254128347b03665d51817f29cb643cf2ebca13f5f46649257552ad3ceb'
-'25506d07f412cccab6f2f3a2a1900d5eeda27bc58602d14f44910c4e036b5341')
+'25506d07f412cccab6f2f3a2a1900d5eeda27bc58602d14f44910c4e036b5341'
+'3016d22a0b5d8e735676ea2ab8c9d718fe6254e22fca5cec0a753fe57f34c4f9')
 
 prepare() {
   cd $pkgname-$pkgver
   # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  echo "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+echo "Applying patch $src..."
+patch -Np1 < "../$src"
   done
   :
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ipvsadm/-/commit/53506677614c158541eb2468911cd8575d8cb216

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




[Git][archlinux/packaging/packages/ipvsadm] Pushed new tag 1.31-2

2023-08-15 Thread @seblu


Sébastien Luttringer pushed new tag 1.31-2 at Arch Linux / Packaging / Packages 
/ ipvsadm

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




[Git][archlinux/packaging/packages/python-dbus-fast] Pushed new tag 1.91.2-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1.91.2-1 at Arch Linux / Packaging / Packages / 
python-dbus-fast

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




[Git][archlinux/packaging/packages/python-dbus-fast][main] upgpkg: 1.91.2-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-dbus-fast


Commits:
a97ea2fc by Maxime Gauduin at 2023-08-15T10:36:45+02:00
upgpkg: 1.91.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-dbus-fast
pkgdesc = A faster version of dbus-next
-   pkgver = 1.90.2
+   pkgver = 1.91.2
pkgrel = 1
url = https://github.com/bluetooth-devices/dbus-fast
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-dbus-fast
depends = dbus
depends = glib2
depends = python
-   source = 
git+https://github.com/Bluetooth-Devices/dbus-fast.git#tag=71e6fdfc9771fca23b1876796d5a769971cf10ee
+   source = 
git+https://github.com/Bluetooth-Devices/dbus-fast.git#tag=8cb0a6282611cd53f4bba1554f3f84a1ad41473e
b2sums = SKIP
 
 pkgname = python-dbus-fast


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-dbus-fast
-pkgver=1.90.2
+pkgver=1.91.2
 pkgrel=1
 pkgdesc='A faster version of dbus-next'
 arch=(any)
@@ -28,7 +28,7 @@ checkdepends=(
   python-pytest-cov
   python-pytest-timeout
 )
-_tag=71e6fdfc9771fca23b1876796d5a769971cf10ee
+_tag=8cb0a6282611cd53f4bba1554f3f84a1ad41473e
 source=(git+https://github.com/Bluetooth-Devices/dbus-fast.git#tag=${_tag})
 b2sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus-fast/-/commit/a97ea2fca170e3503970d9356fa464a59ada1cb2

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




[Git][archlinux/packaging/packages/pantheon-onboarding] Pushed new tag 7.2.0-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 7.2.0-1 at Arch Linux / Packaging / Packages / 
pantheon-onboarding

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




[Git][archlinux/packaging/packages/pantheon-onboarding][main] upgpkg: 7.2.0-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
pantheon-onboarding


Commits:
a1b68a65 by Maxime Gauduin at 2023-08-15T10:35:31+02:00
upgpkg: 7.2.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = pantheon-onboarding
+   pkgdesc = Onboarding app for new users
+   pkgver = 7.2.0
+   pkgrel = 1
+   url = https://github.com/elementary/onboarding
+   arch = x86_64
+   groups = pantheon
+   license = GPL3
+   makedepends = git
+   makedepends = intltool
+   makedepends = meson
+   makedepends = vala
+   depends = glib2
+   depends = libadwaita-1.so
+   depends = libgranite-7.so
+   source = 
pantheon-onboarding::git+https://github.com/elementary/onboarding.git#tag=6b24ec7083b53eb407cfe829e73124b588c38ccd
+   b2sums = SKIP
+
+pkgname = pantheon-onboarding


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-onboarding
-pkgver=7.1.0
+pkgver=7.2.0
 pkgrel=1
 pkgdesc='Onboarding app for new users'
 arch=(x86_64)
@@ -19,7 +19,7 @@ makedepends=(
   meson
   vala
 )
-_tag=271f0440f00d61200343191b3f7683fb831f1cc5
+_tag=6b24ec7083b53eb407cfe829e73124b588c38ccd
 
source=(pantheon-onboarding::git+https://github.com/elementary/onboarding.git#tag=${_tag})
 b2sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pantheon-onboarding/-/commit/a1b68a65affb42bf3b1c0a777b4c0a04c5ddabcc

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




[Git][archlinux/packaging/packages/python-aiofiles][main] upgpkg: 23.2.1-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiofiles


Commits:
f4c10ad0 by Maxime Gauduin at 2023-08-15T10:34:32+02:00
upgpkg: 23.2.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = python-aiofiles
+   pkgdesc = File support for asyncio
+   pkgver = 23.2.1
+   pkgrel = 1
+   url = https://github.com/Tinche/aiofiles
+   arch = any
+   license = APACHE
+   checkdepends = python-pytest-asyncio
+   checkdepends = python-pytest
+   makedepends = git
+   makedepends = python-build
+   makedepends = python-hatchling
+   makedepends = python-installer
+   depends = python
+   source = 
git+https://github.com/Tinche/aiofiles.git#tag=c35ef69768aed5a1a900164f80761a288836b015
+   sha256sums = SKIP
+
+pkgname = python-aiofiles


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: cclin 
 
 pkgname=python-aiofiles
-pkgver=23.1.0
-pkgrel=2
+pkgver=23.2.1
+pkgrel=1
 pkgdesc='File support for asyncio'
 arch=(any)
 license=(APACHE)
@@ -12,14 +12,14 @@ depends=(python)
 makedepends=(
   git
   python-build
+  python-hatchling
   python-installer
-  python-poetry-core
 )
 checkdepends=(
   python-pytest-asyncio
   python-pytest
 )
-_tag=5cb9b6d3d51e0d9f8170cab06db8ae7f5792d8ff
+_tag=c35ef69768aed5a1a900164f80761a288836b015
 source=(git+https://github.com/Tinche/aiofiles.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

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




[Git][archlinux/packaging/packages/python-aiofiles] Pushed new tag 23.2.1-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 23.2.1-1 at Arch Linux / Packaging / Packages / 
python-aiofiles

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




[Git][archlinux/packaging/packages/kicad][main] upgpkg: 7.0.7-1

2023-08-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
kicad


Commits:
c66daa52 by George Rawlinson at 2023-08-15T20:33:58+12:00
upgpkg: 7.0.7-1

* New upstream release.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Kyle Keen 
 
 pkgname=kicad
-pkgver=7.0.6
+pkgver=7.0.7
 pkgrel=1
 pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
 arch=('x86_64')
@@ -36,7 +36,7 @@ optdepends=(
   'kicad-library: for footprints, symbols and templates'
   'kicad-library-3d: for 3D models of components'
 )
-_commit='ff2da496afbee472f00831821812d98526fb71b8'
+_commit='2176a654cd7c0d125645484b53c9324ec3d34aaf'
 source=(
   "$pkgname::git+https://gitlab.com/kicad/code/kicad.git#commit=$_commit;
   'fix-archive-permissions.patch'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kicad/-/commit/c66daa523bed55de3e643f087f2b539ae126c0e7

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




[Git][archlinux/packaging/packages/kicad-library] Pushed new tag 7.0.7-1

2023-08-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 7.0.7-1 at Arch Linux / Packaging / Packages / 
kicad-library

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




[Git][archlinux/packaging/packages/kicad] Pushed new tag 7.0.7-1

2023-08-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 7.0.7-1 at Arch Linux / Packaging / Packages / 
kicad

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




[Git][archlinux/packaging/packages/kicad-library][main] upgpkg: 7.0.7-1

2023-08-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
kicad-library


Commits:
00e0ae31 by George Rawlinson at 2023-08-15T20:34:07+12:00
upgpkg: 7.0.7-1

* New upstream release.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=kicad-library
 pkgname=($pkgbase{,-3d})
-pkgver=7.0.6
+pkgver=7.0.7
 pkgrel=1
 pkgdesc='Assorted libraries for KiCad'
 arch=('any')
@@ -14,10 +14,10 @@ license=('GPL')
 makedepends=('git' 'cmake')
 options=('!strip')
 source=(
-  
'git+https://gitlab.com/kicad/libraries/kicad-packages3D.git#commit=8a2c5c4c85457832f3320902456d066d29561806'
-  
'git+https://gitlab.com/kicad/libraries/kicad-symbols.git#commit=f1c664ca4ea14619c66305b411a8bf16a41f5dbb'
+  
'git+https://gitlab.com/kicad/libraries/kicad-packages3D.git#commit=17c8ec5c53c46dbcd447521e29f98c60af647488'
+  
'git+https://gitlab.com/kicad/libraries/kicad-symbols.git#commit=06d20a4b9f7e5375329194d141b096dcdcb7518a'
   
'git+https://gitlab.com/kicad/libraries/kicad-templates.git#commit=867eef383a0f61015cb69677d5c632d78a2ea01a'
-  
'git+https://gitlab.com/kicad/libraries/kicad-footprints.git#commit=f3b31abca5c8e194162576963bef84e65cd69640'
+  
'git+https://gitlab.com/kicad/libraries/kicad-footprints.git#commit=182635b4b42ff2cececf298abaf11145944c6e57'
 )
 sha512sums=('SKIP'
  'SKIP'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kicad-library/-/commit/00e0ae319ae702505a7f4d466aabba84df77f4cf

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




[Git][archlinux/packaging/packages/yuzu][main] upgpkg: 1523-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / yuzu


Commits:
d631b4f2 by Maxime Gauduin at 2023-08-15T10:27:21+02:00
upgpkg: 1523-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = yuzu
pkgdesc = Nintendo Switch emulator
-   pkgver = 1518
+   pkgver = 1523
pkgrel = 1
url = https://yuzu-emu.org/
arch = x86_64
@@ -39,7 +39,7 @@ pkgbase = yuzu
depends = qt5-webengine
depends = sdl2
options = !debug
-   source = 
git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=755f45a5228e29b41cc9cd41b65e33f2328f2540
+   source = 
git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=144c694cac27d7d4ea697980cbfb684e1c891d31
source = git+https://github.com/arsenm/sanitizers-cmake.git
source = git+https://github.com/yhirose/cpp-httplib.git
source = git+https://github.com/arun11299/cpp-jwt.git


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Alexandre Bouvier 
 
 pkgname=yuzu
-pkgver=1518
+pkgver=1523
 pkgrel=1
 pkgdesc='Nintendo Switch emulator'
 arch=(x86_64)
@@ -46,7 +46,7 @@ makedepends=(
   vulkan-headers
 )
 options=(!debug)
-_tag=755f45a5228e29b41cc9cd41b65e33f2328f2540
+_tag=144c694cac27d7d4ea697980cbfb684e1c891d31
 source=(
   git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=${_tag}
   git+https://github.com/arsenm/sanitizers-cmake.git



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yuzu/-/commit/d631b4f26296d057430306de8831243ade3ff864

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




[Git][archlinux/packaging/packages/pantheon-videos] Pushed new tag 3.0.0-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 3.0.0-1 at Arch Linux / Packaging / Packages / 
pantheon-videos

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




[Git][archlinux/packaging/packages/pantheon-videos][main] upgpkg: 3.0.0-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
pantheon-videos


Commits:
7c63350f by Maxime Gauduin at 2023-08-15T10:28:20+02:00
upgpkg: 3.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pantheon-videos
pkgdesc = The Pantheon Video Player
-   pkgver = 2.9.1
+   pkgver = 3.0.0
pkgrel = 1
url = https://github.com/elementary/videos
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = pantheon-videos
optdepends = gst-plugins-good: "Good" plugin libraries
optdepends = gst-plugins-bad: "Bad" plugin libraries
optdepends = gst-plugins-ugly: "Ugly" plugin libraries
-   source = 
pantheon-videos::git+https://github.com/elementary/videos.git#tag=ea1e388a7d7c4e612e9a6f448905c8f2c0310bad
+   source = 
pantheon-videos::git+https://github.com/elementary/videos.git#tag=388be03742a6de2689758168187d936a36377263
sha256sums = SKIP
 
 pkgname = pantheon-videos


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Ner0 
 
 pkgname=pantheon-videos
-pkgver=2.9.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='The Pantheon Video Player'
 arch=(x86_64)
@@ -35,7 +35,7 @@ optdepends=(
   'gst-plugins-bad: "Bad" plugin libraries'
   'gst-plugins-ugly: "Ugly" plugin libraries'
 )
-_tag=ea1e388a7d7c4e612e9a6f448905c8f2c0310bad
+_tag=388be03742a6de2689758168187d936a36377263
 
source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=${_tag})
 sha256sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pantheon-videos/-/commit/7c63350f1c9b74ca572ce43acb8324a38971bba1

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




[Git][archlinux/packaging/packages/yuzu] Pushed new tag 1523-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1523-1 at Arch Linux / Packaging / Packages / yuzu

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




[Git][archlinux/packaging/packages/python-virtualenv][main] upgpkg: 20.24.3-1

2023-08-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-virtualenv


Commits:
1bcea70c by George Rawlinson at 2023-08-15T20:25:19+12:00
upgpkg: 20.24.3-1

* New upstream release.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniele Paolella 
 
 pkgname=python-virtualenv
-pkgver=20.24.2
+pkgver=20.24.3
 pkgrel=1
 pkgdesc='Virtual Python Environment builder'
 arch=('any')
@@ -43,7 +43,7 @@ checkdepends=(
 replaces=('virtualenv')
 conflicts=('virtualenv')
 options=('!makeflags')
-_commit='ea1862f43ba29ed7904e89170906b8a0379ad208'
+_commit='5b309d2c90efeb2f32364877af56c562cf487b5b'
 source=("$pkgname::git+https://github.com/pypa/virtualenv#commit=$_commit;)
 b2sums=('SKIP')
 



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

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




[Git][archlinux/packaging/packages/python-virtualenv] Pushed new tag 20.24.3-1

2023-08-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 20.24.3-1 at Arch Linux / Packaging / Packages 
/ python-virtualenv

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




[Git][archlinux/packaging/packages/tomcat10] Pushed new tag 10.1.12-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 10.1.12-1 at Arch Linux / Packaging / Packages / 
tomcat10

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




[Git][archlinux/packaging/packages/tomcat10][main] upgpkg: 10.1.12-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
tomcat10


Commits:
d9cb5504 by Maxime Gauduin at 2023-08-15T10:24:19+02:00
upgpkg: 10.1.12-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tomcat10
pkgdesc = Open source implementation of the Java Servlet 5.0 and 
JavaServer Pages 3.0 technologies
-   pkgver = 10.1.11
+   pkgver = 10.1.12
pkgrel = 1
url = https://tomcat.apache.org/
install = tomcat10.install
@@ -21,7 +21,7 @@ pkgbase = tomcat10
backup = etc/tomcat10/server.xml
backup = etc/tomcat10/tomcat-users.xml
backup = etc/tomcat10/web.xml
-   source = 
git+https://github.com/apache/tomcat.git#tag=ef302041bff196e8b045ebc27599a45ef51374b8
+   source = 
git+https://github.com/apache/tomcat.git#tag=fb24d1d6525c774f27c3f711c52790552ee389ee
source = tomcat10.service
source = tomcat10.sysusers
source = tomcat10.tmpfiles


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Olli 
 
 pkgname=tomcat10
-pkgver=10.1.11
+pkgver=10.1.12
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 5.0 and JavaServer 
Pages 3.0 technologies'
 arch=(any)
@@ -30,7 +30,7 @@ backup=(
   etc/tomcat10/web.xml
 )
 install=tomcat10.install
-_tag=ef302041bff196e8b045ebc27599a45ef51374b8
+_tag=fb24d1d6525c774f27c3f711c52790552ee389ee
 source=(
   git+https://github.com/apache/tomcat.git#tag=${_tag}
   tomcat10.service



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tomcat10/-/commit/d9cb5504180a81893c4a7e07db7b67489138be2e

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




[Git][archlinux/packaging/packages/tomcat9] Pushed new tag 9.0.79-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 9.0.79-1 at Arch Linux / Packaging / Packages / 
tomcat9

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




[Git][archlinux/packaging/packages/tomcat9][main] upgpkg: 9.0.79-1

2023-08-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
tomcat9


Commits:
4786f3b6 by Maxime Gauduin at 2023-08-15T10:23:53+02:00
upgpkg: 9.0.79-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tomcat9
pkgdesc = Open source implementation of the Java Servlet 4.0 and 
JavaServer Pages 2.3 technologies
-   pkgver = 9.0.78
+   pkgver = 9.0.79
pkgrel = 1
url = https://tomcat.apache.org/
install = tomcat9.install
@@ -21,7 +21,7 @@ pkgbase = tomcat9
backup = etc/tomcat9/server.xml
backup = etc/tomcat9/tomcat-users.xml
backup = etc/tomcat9/web.xml
-   source = 
git+https://github.com/apache/tomcat.git#tag=caf0baff34789335ae23a56337db252c2a578456
+   source = 
git+https://github.com/apache/tomcat.git#tag=a4bbc1f1676932460f993653c04ec43a1e9e8c88
source = tomcat9.service
source = tomcat9.sysusers
source = tomcat9.tmpfiles


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Olli 
 
 pkgname=tomcat9
-pkgver=9.0.78
+pkgver=9.0.79
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 4.0 and JavaServer 
Pages 2.3 technologies'
 arch=(any)
@@ -30,7 +30,7 @@ backup=(
   etc/tomcat9/web.xml
 )
 install=tomcat9.install
-_tag=caf0baff34789335ae23a56337db252c2a578456
+_tag=a4bbc1f1676932460f993653c04ec43a1e9e8c88
 source=(
   git+https://github.com/apache/tomcat.git#tag=${_tag}
   tomcat9.service



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tomcat9/-/commit/4786f3b6b52a3893f07336a3f8d0e20c03d13d3e

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




  1   2   >