[Git][archlinux/packaging/packages/gnome-shell-extensions][main] Add libgtop to optdepends

2024-03-27 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-shell-extensions


Commits:
f836074c by Balló György at 2024-03-28T06:49:43+01:00
Add libgtop to optdepends

This is needed for the new System Monitor extension.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -16,7 +16,10 @@ makedepends=(
   git
   meson
 )
-optdepends=('gnome-menus: applications menu extension')
+optdepends=(
+  'gnome-menus: Apps Menu extension'
+  'libgtop: System Monitor extension'
+)
 groups=(gnome)
 _commit=e65c561e6f49952346c96fd3d5d222671f6b3b89  # tags/46.0^0
 source=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extensions/-/commit/f836074c9f2bf65c2026e94e711876822f0ee08b

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




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

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




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

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/pdal] Pushed new tag 2.7.1-1

2024-03-27 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.7.1-1 at Arch Linux / Packaging / Packages 
/ pdal

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




[Git][archlinux/packaging/packages/pdal][main] upgpkg: 2.7.1-1

2024-03-27 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
35558dda by Sven-Hendrik Haase at 2024-03-28T00:41:39+01:00
upgpkg: 2.7.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pdal
pkgdesc = A C++ library for translating and manipulating point cloud 
data
-   pkgver = 2.7.0
+   pkgver = 2.7.1
pkgrel = 1
url = http://www.pdal.io
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = pdal
optdepends = sqlite: for the sqlite plugin
optdepends = postgresql-libs: for the postgresql plugin
provides = pdal
-   source = 
https://github.com/PDAL/PDAL/releases/download/2.7.0/PDAL-2.7.0-src.tar.bz2
-   sha512sums = 
8b2adf13c5b46c2829a25d810280721ff8dbfe0a4a5a95f21978a8edccf5824a5d2911e153153f2a335f34ac1bd2f74c6710bff907cbea556e69a628472a1aba
+   source = 
https://github.com/PDAL/PDAL/releases/download/2.7.1/PDAL-2.7.1-src.tar.bz2
+   sha512sums = 
f76236f671ae3a0d43afa0c985772e75491e664b7d83563a95618e4f579aeb4ce70ffb3f4935508d4cb74984822d3c5aed4f9a7f8abed453c6fb5a1386f8d163
 
 pkgname = pdal


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: SaultDon 
 pkgname=pdal
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('python-numpy: for the Python plugin'
 'postgresql-libs: for the postgresql plugin')
 provides=('pdal')
 
source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.bz2;)
-sha512sums=('8b2adf13c5b46c2829a25d810280721ff8dbfe0a4a5a95f21978a8edccf5824a5d2911e153153f2a335f34ac1bd2f74c6710bff907cbea556e69a628472a1aba')
+sha512sums=('f76236f671ae3a0d43afa0c985772e75491e664b7d83563a95618e4f579aeb4ce70ffb3f4935508d4cb74984822d3c5aed4f9a7f8abed453c6fb5a1386f8d163')
 
 build() {
   cd "PDAL-$pkgver-src/"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pdal/-/commit/35558ddab9dbcb015773d72db17249f224540bc8

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




[Git][archlinux/packaging/packages/tailscale][main] upgpkg: 1.62.1-2: make the pkg reproducible

2024-03-27 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
tailscale


Commits:
651e63b0 by Christian Heusel at 2024-03-28T00:16:50+01:00
upgpkg: 1.62.1-2: make the pkg reproducible

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,14 @@
 pkgbase = tailscale
pkgdesc = A mesh VPN that makes it easy to connect your devices, 
wherever they are.
pkgver = 1.62.1
-   pkgrel = 1
+   pkgrel = 2
url = https://tailscale.com
arch = x86_64
license = MIT
makedepends = git
makedepends = go
depends = glibc
+   options = !lto
backup = etc/default/tailscaled
source = git+https://github.com/tailscale/tailscale.git#tag=v1.62.1
sha256sums = 
611a7f470978a81ff111a869ce8555e51ef66459a7c0e2f97e3a8b48b33575d6


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=tailscale
 pkgver=1.62.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
 arch=("x86_64")
 url="https://tailscale.com;
@@ -17,6 +17,8 @@ backup=("etc/default/tailscaled")
 source=("git+https://github.com/tailscale/tailscale.git#tag=v${pkgver};)
 sha256sums=('611a7f470978a81ff111a869ce8555e51ef66459a7c0e2f97e3a8b48b33575d6')
 
+options=(!lto)
+
 prepare() {
 cd "${pkgname}"
 go mod vendor



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/651e63b0c4d7ededd9fdd9c41c18bbaca095451f

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




[Git][archlinux/packaging/packages/tailscale] Pushed new tag 1.62.1-2

2024-03-27 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.62.1-2 at Arch Linux / Packaging / Packages / 
tailscale

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




[Git][archlinux/packaging/packages/rocksdb][main] upgpkg: 9.0.0-1

2024-03-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
rocksdb


Commits:
0173c596 by Anatol Pomozov at 2024-03-27T16:11:25-07:00
upgpkg: 9.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rocksdb
pkgdesc = Embedded key-value store for fast storage
-   pkgver = 8.11.3
+   pkgver = 9.0.0
pkgrel = 1
url = https://rocksdb.org/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = rocksdb
depends = zstd
depends = tbb
depends = liburing
-   source = 
rocksdb-8.11.3.tar.gz::https://github.com/facebook/rocksdb/archive/v8.11.3.tar.gz
-   sha256sums = 
3b51d1d907ea13fab430bf052618610994f08cd8ed0b1341c3e89fe02e199f8e
+   source = 
rocksdb-9.0.0.tar.gz::https://github.com/facebook/rocksdb/archive/v9.0.0.tar.gz
+   sha256sums = 
013aac178aa12837cbfa3b1e20e9e91ff87962ab7fdd044fd820e859f8964f9b
 
 pkgname = rocksdb


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: László Várady 
 
 pkgname=rocksdb
-pkgver=8.11.3
+pkgver=9.0.0
 pkgrel=1
 pkgdesc='Embedded key-value store for fast storage'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(GPL2 Apache)
 depends=(bzip2 lz4 snappy zlib zstd tbb liburing)
 makedepends=(python)
 
source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
-sha256sums=('3b51d1d907ea13fab430bf052618610994f08cd8ed0b1341c3e89fe02e199f8e')
+sha256sums=('013aac178aa12837cbfa3b1e20e9e91ff87962ab7fdd044fd820e859f8964f9b')
 
 build() {
   cd rocksdb-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocksdb/-/commit/0173c5968c395fb75d413fed775521927a1294c9

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




[Git][archlinux/packaging/packages/rocksdb] Pushed new tag 9.0.0-1

2024-03-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 9.0.0-1 at Arch Linux / Packaging / Packages / 
rocksdb

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




[Git][archlinux/packaging/packages/fio][main] upgpkg: 3.37-1

2024-03-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / fio


Commits:
15a11327 by Anatol Pomozov at 2024-03-27T16:04:55-07:00
upgpkg: 3.37-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fio
pkgdesc = Scriptable I/O tool for storage benchmarks and drive testing
-   pkgver = 3.36
+   pkgver = 3.37
pkgrel = 1
url = https://github.com/axboe/fio
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = fio
optdepends = gtk2: for gfio - fio GUI frontend
optdepends = curl: for gfio - fio GUI frontend
optdepends = gnuplot: generating plots using fio_generate_plots
-   source = https://github.com/axboe/fio/archive/fio-3.36.zip
-   sha256sums = 
5a4faddc1d5030f9f8e4d63522f2836f77f4e92ef7d08b99c9f173cc1fac0bb1
+   source = https://github.com/axboe/fio/archive/fio-3.37.zip
+   sha256sums = 
5561db3e5f6cf0160dbfd96b45778d84ae5ce75f79097ba526c56f24c6dccb55
 
 pkgname = fio


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.36
+pkgver=3.37
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -18,7 +18,7 @@ optdepends=(
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('5a4faddc1d5030f9f8e4d63522f2836f77f4e92ef7d08b99c9f173cc1fac0bb1')
+sha256sums=('5561db3e5f6cf0160dbfd96b45778d84ae5ce75f79097ba526c56f24c6dccb55')
 
 prepare() {
   cd fio-fio-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fio/-/commit/15a1132763a8b86969cea1b611f4cd7245a53440

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




[Git][archlinux/packaging/packages/fio] Pushed new tag 3.37-1

2024-03-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 3.37-1 at Arch Linux / Packaging / Packages / fio

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




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

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.11.0-1 at Arch Linux / Packaging / Packages / 
gitu

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




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

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
gitu


Commits:
b666b99f by Caleb Maclennan at 2024-03-28T01:48:59+03:00
upgpkg: 0.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gitu
pkgdesc = A TUI Git client inspired by Magit
-   pkgver = 0.10.0
+   pkgver = 0.11.0
pkgrel = 1
url = https://github.com/altsem/gitu
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = gitu
makedepends = cargo
depends = gcc-libs
depends = libgit2
-   source = 
https://github.com/altsem/gitu/archive/v0.10.0/gitu-0.10.0.tar.gz
-   sha256sums = 
2989fda45fbda4873546029ef7f148caeb119ce2d13d167c52d345b9d81b3b66
+   source = 
https://github.com/altsem/gitu/archive/v0.11.0/gitu-0.11.0.tar.gz
+   sha256sums = 
8abc42b27c9f387d32f84913fcd08599666955d35d3877de5977d02ac3a07148
 
 pkgname = gitu


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=gitu
-pkgver=0.10.0
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="A TUI Git client inspired by Magit"
 arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs' 'libgit2')
 makedepends=('cargo')
 checkdepends=('git')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('2989fda45fbda4873546029ef7f148caeb119ce2d13d167c52d345b9d81b3b66')
+sha256sums=('8abc42b27c9f387d32f84913fcd08599666955d35d3877de5977d02ac3a07148')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitu/-/commit/b666b99f27b67ad927698f8c0fef6c4bf7a26f2b

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




[Git][archlinux/packaging/packages/python-flexmock][main] Remove superfluous top-level LC_CTYPE export

2024-03-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-flexmock


Commits:
1da2abb8 by Daniel M. Capella at 2024-03-27T18:44:52-04:00
Remove superfluous top-level LC_CTYPE export

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -13,8 +13,6 @@ checkdepends=('python-pytest' 'python-teamcity-messages' 
'python-testtools' 'pyt
 
source=("https://github.com/flexmock/flexmock/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('a157c5ccb88a1e00bac9124145f882e59633f406971df0940579a12b9e161a787790a0ce27664997faa6ddc7c8926122359bd5b31fae0d31c729e5ed140e745e')
 
-export LC_CTYPE=en_US.UTF-8
-
 build() {
   cd flexmock-$pkgver
   python -m build --wheel --skip-dependency-check --no-isolation



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

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




[Git][archlinux/packaging/packages/workerd][main] upgpkg: 1.20240327.0-1

2024-03-27 Thread kpcyrd (@kpcyrd)


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


Commits:
45dbfe2b by kpcyrd at 2024-03-27T23:36:33+01:00
upgpkg: 1.20240327.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = workerd
pkgdesc = The JavaScript / Wasm runtime that powers Cloudflare Workers
-   pkgver = 1.20240325.0
+   pkgver = 1.20240327.0
pkgrel = 1
url = https://github.com/cloudflare/workerd
arch = x86_64
@@ -10,10 +10,11 @@ pkgbase = workerd
makedepends = git
makedepends = libc++
makedepends = python
+   makedepends = rust
makedepends = tcl
depends = glibc
-   source = 
https://github.com/cloudflare/workerd/archive/v1.20240325.0/workerd-1.20240325.0.tar.gz
-   sha256sums = 
25b09d179ccb5587860c5987e1cfeba08fad15fdfe8eb2d7dee7e8c8cc4be6be
-   b2sums = 
b12b513ce6d4f3e95e486c647b11353d1adabb1480977fcef40de4e27672d472876698e08bd3390d25754c4524c1f2d8345eebb135c5f8b30bf269e4ee41733d
+   source = 
https://github.com/cloudflare/workerd/archive/v1.20240327.0/workerd-1.20240327.0.tar.gz
+   sha256sums = 
6bf9b2abe96158bc6e803cd47813c72a31641bbf4599da76ff62fd5f5e69244c
+   b2sums = 
c02f1bbfa201ab73ef515cb231b998717dfafea04806e661e2a24b0d4c165441a959735e876cd0ebfff996c5e4cd6ce3195938738ce60a2966fa471e3c947fcf
 
 pkgname = workerd


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=workerd
-pkgver=1.20240325.0
+pkgver=1.20240327.0
 pkgrel=1
 pkgdesc="The JavaScript / Wasm runtime that powers Cloudflare Workers"
 url='https://github.com/cloudflare/workerd'
@@ -16,11 +16,12 @@ makedepends=(
   'git'
   'libc++'
   'python'
+  'rust'
   'tcl'
 )
 
source=(https://github.com/cloudflare/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('25b09d179ccb5587860c5987e1cfeba08fad15fdfe8eb2d7dee7e8c8cc4be6be')
-b2sums=('b12b513ce6d4f3e95e486c647b11353d1adabb1480977fcef40de4e27672d472876698e08bd3390d25754c4524c1f2d8345eebb135c5f8b30bf269e4ee41733d')
+sha256sums=('6bf9b2abe96158bc6e803cd47813c72a31641bbf4599da76ff62fd5f5e69244c')
+b2sums=('c02f1bbfa201ab73ef515cb231b998717dfafea04806e661e2a24b0d4c165441a959735e876cd0ebfff996c5e4cd6ce3195938738ce60a2966fa471e3c947fcf')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/workerd/-/commit/45dbfe2b9c92d0333e071bd44460c6220acfb2c9

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




[Git][archlinux/packaging/packages/workerd] Pushed new tag 1.20240327.0-1

2024-03-27 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 1.20240327.0-1 at Arch Linux / Packaging / Packages / 
workerd

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




[Git][archlinux/packaging/packages/melange][main] upgpkg: 0.6.10-1

2024-03-27 Thread kpcyrd (@kpcyrd)


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


Commits:
761b3377 by kpcyrd at 2024-03-27T23:30:50+01:00
upgpkg: 0.6.10-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = melange
pkgdesc = Build APKs from source code
-   pkgver = 0.6.9
+   pkgver = 0.6.10
pkgrel = 1
url = https://github.com/chainguard-dev/melange
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = melange
depends = apk-tools
depends = bubblewrap
depends = glibc
-   source = 
melange-0.6.9.tar.gz::https://github.com/chainguard-dev/melange/archive/v0.6.9.tar.gz
-   sha256sums = 
816ab338c54f695edca0c0da24c9e41110535bb904e1d0801d2ed2609e778f08
-   b2sums = 
ca3a225a5e736985506569c1435f2cfb2b88d303ba1d468fa78573e239fd39f9354c8c96ed70353d94b71865773b1ff3fe282e6a02c8c6d783a25026db03c3b4
+   source = 
melange-0.6.10.tar.gz::https://github.com/chainguard-dev/melange/archive/v0.6.10.tar.gz
+   sha256sums = 
457924557573736d4acb12fe35d26ec6078494828e22a01833fe2fee48962439
+   b2sums = 
cecc4f0529a27781d6368c9eb794d16dda4ea2edf1c094b30df8eeb65578d8561a0f44ac398145630198a32431a7c8376d6276778f0a452151a1840ce90c3cdc
 
 pkgname = melange


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=melange
-pkgver=0.6.9
+pkgver=0.6.10
 pkgrel=1
 pkgdesc='Build APKs from source code'
 url='https://github.com/chainguard-dev/melange'
@@ -15,8 +15,8 @@ depends=(
 )
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/chainguard-dev/melange/archive/v${pkgver}.tar.gz;)
-sha256sums=('816ab338c54f695edca0c0da24c9e41110535bb904e1d0801d2ed2609e778f08')
-b2sums=('ca3a225a5e736985506569c1435f2cfb2b88d303ba1d468fa78573e239fd39f9354c8c96ed70353d94b71865773b1ff3fe282e6a02c8c6d783a25026db03c3b4')
+sha256sums=('457924557573736d4acb12fe35d26ec6078494828e22a01833fe2fee48962439')
+b2sums=('cecc4f0529a27781d6368c9eb794d16dda4ea2edf1c094b30df8eeb65578d8561a0f44ac398145630198a32431a7c8376d6276778f0a452151a1840ce90c3cdc')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/melange/-/commit/761b3377412945892eedc2b07b3b06af15dccd5c

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




[Git][archlinux/packaging/packages/melange] Pushed new tag 0.6.10-1

2024-03-27 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 0.6.10-1 at Arch Linux / Packaging / Packages / melange

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




[Git][archlinux/packaging/packages/electron29] Pushed new tag 29.1.6-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 29.1.6-1 at Arch Linux / Packaging / Packages / 
electron29

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




[Git][archlinux/packaging/packages/jansson][main] upgpkg: 2.14-3: rebuild with reproducible pacman

2024-03-27 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ jansson


Commits:
5f321d88 by Leonidas Spyropoulos at 2024-03-27T22:08:50+00:00
upgpkg: 2.14-3: rebuild with reproducible pacman

https://archlinux.org/todo/rebuild-core-with-reproducible-pacman/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = jansson
+   pkgdesc = C library for encoding, decoding and manipulating JSON data
+   pkgver = 2.14
+   pkgrel = 3
+   url = https://www.digip.org/jansson/
+   arch = x86_64
+   license = MIT
+   depends = glibc
+   options = staticlibs
+   source = 
https://github.com/akheron/jansson/releases/download/v2.14/jansson-2.14.tar.gz
+   source = 
https://github.com/akheron/jansson/releases/download/v2.14/jansson-2.14.tar.gz.asc
+   validpgpkeys = B5D6953E6D5059ED7ADA0F2FD3657D24D058434C
+   sha256sums = 
5798d010e41cf8d76b66236cfb2f2543c8d082181d16bc3085ab49538d4b9929
+   sha256sums = SKIP
+
+pkgname = jansson


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=jansson
 pkgver=2.14
-pkgrel=2
+pkgrel=3
 pkgdesc='C library for encoding, decoding and manipulating JSON data'
 arch=('x86_64')
 url='https://www.digip.org/jansson/'



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

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




[Git][archlinux/packaging/packages/jansson] Pushed new tag 2.14-3

2024-03-27 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.14-3 at Arch Linux / Packaging / Packages 
/ jansson

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




[Git][archlinux/packaging/packages/docker-compose][main] 3 commits: fix the ldflags for go build

2024-03-27 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
docker-compose


Commits:
01792bcf by Christian Heusel at 2024-03-27T22:01:48+01:00
fix the ldflags for go build

fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-compose/-/issues/1

- - - - -
901444b8 by Morten Linderud at 2024-03-27T23:04:10+01:00
Merge remote-tracking branch origin/fix-version

* origin/fix-version:
  fix the ldflags for go build

- - - - -
054d3412 by Morten Linderud at 2024-03-27T23:08:17+01:00
upgpkg: 2.26.0-2: fix version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = docker-compose
pkgdesc = Fast, isolated development environments using Docker
pkgver = 2.26.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.docker.com/
arch = x86_64
license = Apache-2.0


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=docker-compose
 pkgver=2.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('x86_64')
 url="https://www.docker.com/;
@@ -24,8 +24,9 @@ build() {
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOPATH="${srcdir}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-ldflags=-X=github.com/docker/compose/v2/internal.Version=${pkgver} 
-mod=readonly -modcacherw -ldflags=-compressdwarf=false"
-  go build -trimpath -tags "e2e,kube" -o compose ./cmd
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  GO_LDFLAGS="-linkmode=external -compressdwarf=false 
-X=github.com/docker/compose/v2/internal.Version=${pkgver}"
+  go build -ldflags "${GO_LDFLAGS}" -trimpath -tags "e2e,kube" -o compose ./cmd
 }
 
 check(){



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-compose/-/compare/36ffa33049212a3232cfc8a943c0aff5736e93f5...054d3412a5de71a2e3005e2d003da26d83da08d0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-compose/-/compare/36ffa33049212a3232cfc8a943c0aff5736e93f5...054d3412a5de71a2e3005e2d003da26d83da08d0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/docker-compose] Pushed new tag 2.26.0-2

2024-03-27 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 2.26.0-2 at Arch Linux / Packaging / Packages / 
docker-compose

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




[Git][archlinux/packaging/packages/firefox-decentraleyes][main] upgpkg: 2.0.19-1

2024-03-27 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
firefox-decentraleyes


Commits:
6333f776 by Brett Cornwall at 2024-03-27T15:04:25-07:00
upgpkg: 2.0.19-1

Also switch to spdx license

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = firefox-decentraleyes
+   pkgdesc = Local emulation of Content Delivery Networks
+   pkgver = 2.0.19
+   pkgrel = 1
+   url = https://decentraleyes.org/
+   arch = any
+   groups = firefox-addons
+   license = MPL-2.0
+   makedepends = git
+   makedepends = npm
+   makedepends = strip-nondeterminism
+   makedepends = zip
+   source = 
git+https://git.synz.io/Synzvato/decentraleyes.git#commit=d4e868b87302240a95a0be83da24822fdc0f52ba?signed
+   validpgpkeys = A6B7BA10893FE67EE17A9F8FCECC45E1E979013C
+   b2sums = SKIP
+
+pkgname = firefox-decentraleyes


=
PKGBUILD
=
@@ -1,13 +1,13 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-decentraleyes
-pkgver=2.0.18
-_commit=f077a75203421746169aef1dbc0a988d2d1ce51f
+pkgver=2.0.19
+_commit=d4e868b87302240a95a0be83da24822fdc0f52ba
 pkgrel=1
 pkgdesc='Local emulation of Content Delivery Networks'
 url=https://decentraleyes.org/
 arch=('any')
-license=('MPL2')
+license=('MPL-2.0')
 groups=('firefox-addons')
 makedepends=('git' 'npm' 'strip-nondeterminism' 'zip')
 
source=("git+https://git.synz.io/Synzvato/decentraleyes.git#commit=$_commit?signed;)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-decentraleyes/-/commit/6333f7765751d480415e4d65d14743c64ff44e45

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




[Git][archlinux/packaging/packages/firefox-decentraleyes] Pushed new tag 2.0.19-1

2024-03-27 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 2.0.19-1 at Arch Linux / Packaging / Packages / 
firefox-decentraleyes

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




[Git][archlinux/packaging/packages/hawkeye] Pushed new tag 5.3.0-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 5.3.0-1 at Arch Linux / Packaging / Packages / 
hawkeye

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




[Git][archlinux/packaging/packages/hawkeye][main] upgpkg: 5.3.0-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
hawkeye


Commits:
44822547 by Caleb Maclennan at 2024-03-28T00:26:43+03:00
upgpkg: 5.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = hawkeye
pkgdesc = Simple license header checker and formatter
-   pkgver = 5.2.1
+   pkgver = 5.3.0
pkgrel = 1
url = https://github.com/korandoru/hawkeye
arch = x86_64
license = Apache-2.0
makedepends = cargo-nightly
depends = gcc-libs
-   source = 
hawkeye-5.2.1.tar.gz::https://github.com/korandoru/hawkeye/archive/v5.2.1.tar.gz
-   sha256sums = 
286af151aa69cfcf92074b3e84be12a7762987cf0629ece981efb86876e31ad0
+   source = 
hawkeye-5.3.0.tar.gz::https://github.com/korandoru/hawkeye/archive/v5.3.0.tar.gz
+   sha256sums = 
2a137c839a3570cdf18c8c7e596ffc1a6b94b08ae6a6f01e8b0636d763ba90ee
 
 pkgname = hawkeye


=
PKGBUILD
=
@@ -1,7 +1,8 @@
 # Maintainer: Orhun Parmaksız 
+# Maintainer: Caleb Maclennan 
 
 pkgname=hawkeye
-pkgver=5.2.1
+pkgver=5.3.0
 pkgrel=1
 pkgdesc="Simple license header checker and formatter"
 arch=('x86_64')
@@ -10,7 +11,7 @@ license=('Apache-2.0')
 depends=('gcc-libs')
 makedepends=('cargo-nightly')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('286af151aa69cfcf92074b3e84be12a7762987cf0629ece981efb86876e31ad0')
+sha256sums=('2a137c839a3570cdf18c8c7e596ffc1a6b94b08ae6a6f01e8b0636d763ba90ee')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hawkeye/-/commit/44822547b8e9ce2bdbfbc87265dec40e1273bc17

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




[Git][archlinux/packaging/packages/dolt][main] upgpkg: 1.35.5-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
dolt


Commits:
0a232f69 by Caleb Maclennan at 2024-03-28T00:20:16+03:00
upgpkg: 1.35.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
-   pkgver = 1.35.4
+   pkgver = 1.35.5
pkgrel = 1
url = https://www.dolthub.com
arch = x86_64
license = Apache
makedepends = go
depends = glibc
-   source = 
https://github.com/dolthub/dolt/archive/v1.35.4/dolt-1.35.4.tar.gz
-   sha256sums = 
2d3e099589f2ba19b0c5f23779294aa897fb39e1bc93627aa28f7ecf9665de1d
+   source = 
https://github.com/dolthub/dolt/archive/v1.35.5/dolt-1.35.5.tar.gz
+   sha256sums = 
87b0066fa09f752f014da49cf785321b8dcdf10548c1aa29bc92064d163afd70
 
 pkgname = dolt


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: istimaldar_sntlk 
 
 pkgname=dolt
-pkgver=1.35.4
+pkgver=1.35.5
 pkgrel=1
 pkgdesc='Git for data! A version controlled relational database'
 arch=(x86_64)
@@ -14,7 +14,7 @@ depends=(glibc)
 makedepends=(go)
 _archive="$pkgname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('2d3e099589f2ba19b0c5f23779294aa897fb39e1bc93627aa28f7ecf9665de1d')
+sha256sums=('87b0066fa09f752f014da49cf785321b8dcdf10548c1aa29bc92064d163afd70')
 
 prepare() {
cd "$_archive"/go



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

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




[Git][archlinux/packaging/packages/dolt] Pushed new tag 1.35.5-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 1.35.5-1 at Arch Linux / Packaging / Packages / 
dolt

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




[Git][archlinux/packaging/packages/electron28] Pushed new tag 28.2.9-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 28.2.9-1 at Arch Linux / Packaging / Packages / 
electron28

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




[Git][archlinux/packaging/packages/electron28][main] upgpkg: 28.2.9-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
electron28


Commits:
25799ca0 by Caleb Maclennan at 2024-03-28T00:14:08+03:00
upgpkg: 28.2.9-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = electron28
pkgdesc = Build cross platform desktop apps with web technologies
-   pkgver = 28.2.8
+   pkgver = 28.2.9
pkgrel = 1
url = https://electronjs.org
arch = x86_64
@@ -82,7 +82,7 @@ pkgbase = electron28
optdepends = trash-cli: file deletion support (trash-put)
optdepends = xdg-utils: open URLs with desktop’s default (xdg-email, 
xdg-open)
options = !lto
-   source = git+https://github.com/electron/electron.git#tag=v28.2.8
+   source = git+https://github.com/electron/electron.git#tag=v28.2.9
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/120/chromium-patches-120.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
@@ -244,7 +244,7 @@ pkgbase = electron28
source = 
chromium-mirror_third_party_vulkan-deps_vulkan-tools_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git#commit=f7017f23337b90a2b2ceb65a4e1050e8ad89e065
source = 
chromium-mirror_third_party_vulkan-deps_vulkan-utility-libraries_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries.git#commit=dcfce25b439a2785f2c90b184e1964898070b4f1
source = 
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=281e1c1c6b51bb6b33f88c18ed4da58ac3024311
-   sha256sums = 
4112bb9f1cd9d7b6d61721925659c2478a92252e53512b9120c59ee792b00eff
+   sha256sums = 
33410dba1f46baf37a59a85811e4b14e7a9501b221085dfcfd32956f639938bf
sha256sums = 
ffee1082fbe3d0c9e79dacb8405d5a0e1aa94d6745089a30b093f647354894d2
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 # Note: source array can be synced with an Electron release after updating 
$pkgver with:
 # bash -c 'source PKGBUILD; _update_sources'
 
-pkgver=28.2.8
+pkgver=28.2.9
 _gcc_patches=120
 pkgrel=1
 _major_ver=${pkgver%%.*}
@@ -228,7 +228,7 @@ 
source=("git+https://github.com/electron/electron.git#tag=v$pkgver;
 
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=281e1c1c6b51bb6b33f88c18ed4da58ac3024311
 # END managed sources
)
-sha256sums=('4112bb9f1cd9d7b6d61721925659c2478a92252e53512b9120c59ee792b00eff'
+sha256sums=('33410dba1f46baf37a59a85811e4b14e7a9501b221085dfcfd32956f639938bf'
 'ffee1082fbe3d0c9e79dacb8405d5a0e1aa94d6745089a30b093f647354894d2'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'
 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron28/-/commit/25799ca05d8e26898330b10a9261a4d5f5f739c5

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




[Git][archlinux/packaging/packages/libvirt][main] upgpkg: 1:10.1.0-2: reuild against libiscsi-1.20.0

2024-03-27 Thread Tobias Powalowski (@tpowa)


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


Commits:
2e884d76 by Tobias Powalowski at 2024-03-27T21:36:22+01:00
upgpkg: 1:10.1.0-2: reuild against libiscsi-1.20.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libvirt
pkgdesc = API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
pkgver = 10.1.0
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://libvirt.org/
arch = x86_64


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
 epoch=1
 pkgver=10.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="https://libvirt.org/;



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

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




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

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1-10.1.0-2 at Arch Linux / Packaging / 
Packages / libvirt

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




[Git][archlinux/packaging/packages/rustypaste-cli][main] upgpkg: 0.9.0-1: upstream release

2024-03-27 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
rustypaste-cli


Commits:
d291c4a4 by Orhun Parmaksız at 2024-03-27T23:34:57+03:00
upgpkg: 0.9.0-1: upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = rustypaste-cli
+   pkgdesc = A CLI tool for rustypaste
+   pkgver = 0.9.0
+   pkgrel = 1
+   url = https://github.com/orhun/rustypaste-cli
+   arch = x86_64
+   license = MIT
+   makedepends = cargo
+   depends = gcc-libs
+   provides = rpaste
+   source = 
rustypaste-cli-0.9.0.tar.gz::https://github.com/orhun/rustypaste-cli/archive/v0.9.0.tar.gz
+   sha256sums = 
b28fdc59d271ced56f0d0db7093838621a9130fa6322f8e236af319f7acd1bdc
+
+pkgname = rustypaste-cli


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname='rustypaste-cli'
 pkgdesc="A CLI tool for rustypaste"
-pkgver=0.8.0
+pkgver=0.9.0
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/orhun/rustypaste-cli;
@@ -12,7 +12,7 @@ depends=('gcc-libs')
 makedepends=('cargo')
 provides=('rpaste')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('51f72cedfa315848cbfad2da98cf87febc5450a087996f5665311f71a83e6cbb')
+sha256sums=('b28fdc59d271ced56f0d0db7093838621a9130fa6322f8e236af319f7acd1bdc')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste-cli/-/commit/d291c4a4402c1be1275b25371d25f490c31041f3

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




[Git][archlinux/packaging/packages/rustypaste-cli] Pushed new tag 0.9.0-1

2024-03-27 Thread @orhun


Orhun Parmaksız pushed new tag 0.9.0-1 at Arch Linux / Packaging / Packages / 
rustypaste-cli

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




[Git][archlinux/packaging/packages/util-linux][main] Remove use of libutempter

2024-03-27 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
util-linux


Commits:
38076a16 by loqs at 2024-03-27T21:26:02+01:00
Remove use of libutempter

Closes 
https://gitlab.archlinux.org/archlinux/packaging/packages/util-linux/-/issues/6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -17,7 +17,6 @@ pkgbase = util-linux
makedepends = bash-completion
makedepends = git
makedepends = libcap-ng
-   makedepends = libutempter
makedepends = libxcrypt
makedepends = meson
makedepends = python
@@ -54,7 +53,6 @@ pkgname = util-linux
depends = libmagic.so
depends = glibc
depends = libcap-ng
-   depends = libutempter
depends = libxcrypt
depends = libcrypt.so
depends = ncurses


=
PKGBUILD
=
@@ -14,7 +14,6 @@ makedepends=('asciidoctor'
  'bash-completion'
  'git'
  'libcap-ng'
- 'libutempter'
  'libxcrypt'
  'meson'
  'python'
@@ -82,6 +81,7 @@ build() {
 -Dfs-search-path=/usr/bin:/usr/local/bin
 
 -Dlibuser=disabled
+-Dlibutempter=disabled
 -Dncurses=disabled
 -Dncursesw=enabled
 -Deconf=disabled
@@ -107,7 +107,6 @@ package_util-linux() {
'file' 'libmagic.so'
'glibc'
'libcap-ng'
-   'libutempter'
'libxcrypt' 'libcrypt.so'
'ncurses' 'libncursesw.so'
'pam'



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

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




[Git][archlinux/packaging/packages/libiscsi][main] upgpkg: 1.20.0-1: update license and bump to latest version

2024-03-27 Thread Tobias Powalowski (@tpowa)


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


Commits:
ccb778cd by Tobias Powalowski at 2024-03-27T21:24:57+01:00
upgpkg: 1.20.0-1: update license and bump to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = libiscsi
+   pkgdesc = Clientside library to implement the iSCSI protocol
+   pkgver = 1.20.0
+   pkgrel = 1
+   url = https://github.com/sahlberg/libiscsi
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = git
+   depends = glibc
+   depends = popt
+   depends = libgcrypt
+   source = 
libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=1.20.0
+   sha512sums = 
b8f304137fe05011f4548fd1a14cb7dfb8562a1e41530b6f357238ce9f0603ec2e1b2be709478d0d72971f3903ee10f6915be57e8108aaea4ae0e82cd53e566c
+
+pkgname = libiscsi


=
PKGBUILD
=
@@ -1,16 +1,16 @@
 # Maintainer: Tobias Powalowski 
 # Contributor: Patryk Kowalczyk 
 pkgname=libiscsi
-pkgver=1.19.0
-pkgrel=2
+pkgver=1.20.0
+pkgrel=1
 makedepends=('git')
 depends=('glibc' 'popt' 'libgcrypt')
 pkgdesc="Clientside library to implement the iSCSI protocol"
 arch=(x86_64)
 url="https://github.com/sahlberg/libiscsi;
-license=('LGPL')
+license=('LGPL-2.1-or-later')
 source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=${pkgver})
-sha512sums=('SKIP')
+sha512sums=('b8f304137fe05011f4548fd1a14cb7dfb8562a1e41530b6f357238ce9f0603ec2e1b2be709478d0d72971f3903ee10f6915be57e8108aaea4ae0e82cd53e566c')
 
 build() {
   cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiscsi/-/commit/ccb778cd933592c17866608b95c8b0ed833ac597

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




[Git][archlinux/packaging/packages/libiscsi] Pushed new tag 1.20.0-1

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1.20.0-1 at Arch Linux / Packaging / Packages 
/ libiscsi

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




[Git][archlinux/packaging/packages/samba] Pushed new tag 4.20.0-1

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 4.20.0-1 at Arch Linux / Packaging / Packages 
/ samba

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




[Git][archlinux/packaging/packages/samba][main] upgpkg: 4.20.0-1: bump to latest version

2024-03-27 Thread Tobias Powalowski (@tpowa)


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


Commits:
7e190fc2 by Tobias Powalowski at 2024-03-27T21:17:34+01:00
upgpkg: 4.20.0-1: bump to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = samba
-   pkgver = 4.19.5
+   pkgver = 4.20.0
pkgrel = 1
url = https://www.samba.org
arch = x86_64
@@ -36,13 +36,13 @@ pkgbase = samba
optdepends = python-dnspython: samba_dnsupdate and samba_upgradedns in 
AD setup
optdepends = python-markdown: for samba-tool domain schemeupgrade
optdepends = glusterfs: for vfs_glusterfs support
-   source = https://us1.samba.org/samba/ftp/stable/samba-4.19.5.tar.gz
-   source = https://us1.samba.org/samba/ftp/stable/samba-4.19.5.tar.asc
+   source = https://us1.samba.org/samba/ftp/stable/samba-4.20.0.tar.gz
+   source = https://us1.samba.org/samba/ftp/stable/samba-4.20.0.tar.asc
source = samba.logrotate
source = samba.pam
source = samba.conf
validpgpkeys = 81F5E2832BD2545A1897B713AA99442FB680B620
-   sha512sums = 
5b0934f2e44a28ffc4aa07e5495b339cf3a7548c49e29d1bae87de6c3a6f57c2a9130592dce782895079f559ed3bc8b5e4514c9c0fd8d5638aef68f0d0a3391f
+   sha512sums = 
e820739706992ef3b4e3a7a771ad5d8efc6b87d5ccdcee7ebd41483d90fa3cc0420ba9680d059e71d7083c9c12b0d36deafcdce0224560f49bbfc3a277e7e77c
sha512sums = SKIP
sha512sums = 
2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858
sha512sums = 
1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67
@@ -88,7 +88,7 @@ pkgname = samba
depends = libbsd
depends = python
depends = tdb
-   depends = smbclient>=4.19.5
+   depends = smbclient>=4.20.0
depends = gpgme
depends = libldb.so
depends = libtdb.so
@@ -97,7 +97,7 @@ pkgname = samba
depends = libwbclient
optdepends = python-dnspython: netads_dns.py, dnsresolver.py and 
traffic_packets.py
optdepends = python-markdown: ms_schema_markdown.py and 
ms_forest_updates_markdown.py
-   optdepends = python-cryptography: lockout_tests.py 
gp_cert_auto_enroll_ext.py   gpo.py and 
kcrypto.py
+   optdepends = python-cryptography: lockout_tests.py 
gp_cert_auto_enroll_ext.py gpo.py and kcrypto.py
backup = etc/logrotate.d/samba
backup = etc/pam.d/samba
backup = etc/conf.d/samba


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.19.5
+pkgver=4.20.0
 pkgrel=1
 arch=(x86_64)
 url="https://www.samba.org;
@@ -29,7 +29,7 @@ 
source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc
 samba.pam
 samba.conf)
 validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('5b0934f2e44a28ffc4aa07e5495b339cf3a7548c49e29d1bae87de6c3a6f57c2a9130592dce782895079f559ed3bc8b5e4514c9c0fd8d5638aef68f0d0a3391f'
+sha512sums=('e820739706992ef3b4e3a7a771ad5d8efc6b87d5ccdcee7ebd41483d90fa3cc0420ba9680d059e71d7083c9c12b0d36deafcdce0224560f49bbfc3a277e7e77c'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'



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

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




[Git][archlinux/packaging/packages/rustypaste] Pushed new tag 0.15.0-1

2024-03-27 Thread @orhun


Orhun Parmaksız pushed new tag 0.15.0-1 at Arch Linux / Packaging / Packages / 
rustypaste

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




[Git][archlinux/packaging/packages/rustypaste][main] upgpkg: 0.15.0-1: upstream release

2024-03-27 Thread @orhun


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


Commits:
a155af8e by Orhun Parmaksız at 2024-03-27T23:16:04+03:00
upgpkg: 0.15.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rustypaste
pkgdesc = A minimal file upload/pastebin service
-   pkgver = 0.14.4
+   pkgver = 0.15.0
pkgrel = 1
url = https://github.com/orhun/rustypaste
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = rustypaste
depends = gcc-libs
depends = openssl
backup = etc/rustypaste/config.toml
-   source = 
rustypaste-0.14.4.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v0.14.4.tar.gz
-   b2sums = 
b02acf82fd38597d62cf1706e99d1789845ef6ab8c7b1b64174836e1edbb0f3906db662685a09d137d1c433566e64a0d9668702250acf3e921ba412aa8210e3a
+   source = 
rustypaste-0.15.0.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v0.15.0.tar.gz
+   b2sums = 
a43ce635d349f7c247e074fefcac64e8230212d5574f17bbaf56af8e8cd87f98a4aa6bdaf4e1a760d0f483d1b28b53b7c8704fa484b25c6c3212b9e06408c62d
 
 pkgname = rustypaste


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=rustypaste
-pkgver=0.14.4
+pkgver=0.15.0
 pkgrel=1
 pkgdesc='A minimal file upload/pastebin service'
 arch=('x86_64')
@@ -12,11 +12,11 @@ depends=('gcc-libs' 'openssl')
 makedepends=('cargo')
 backup=('etc/rustypaste/config.toml')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v${pkgver}.tar.gz)
-b2sums=('b02acf82fd38597d62cf1706e99d1789845ef6ab8c7b1b64174836e1edbb0f3906db662685a09d137d1c433566e64a0d9668702250acf3e921ba412aa8210e3a')
+b2sums=('a43ce635d349f7c247e074fefcac64e8230212d5574f17bbaf56af8e8cd87f98a4aa6bdaf4e1a760d0f483d1b28b53b7c8704fa484b25c6c3212b9e06408c62d')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste/-/commit/a155af8ebeb048e3b7e06f6271486838a9f0eab0

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




[Git][archlinux/packaging/packages/ldb] Pushed new tag 2-2.9.0-1

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2-2.9.0-1 at Arch Linux / Packaging / Packages 
/ ldb

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




[Git][archlinux/packaging/packages/ldb][main] upgpkg: 2:2.9.0-1: update license and bump to latest version

2024-03-27 Thread Tobias Powalowski (@tpowa)


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


Commits:
e2a29405 by Tobias Powalowski at 2024-03-27T20:55:34+01:00
upgpkg: 2:2.9.0-1: update license and bump to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,27 @@
+pkgbase = ldb
+   pkgdesc = Schema-less, ldap like, API and database
+   pkgver = 2.9.0
+   pkgrel = 1
+   epoch = 2
+   url = https://ldb.samba.org/
+   arch = x86_64
+   license = GPL-3.0-or-later
+   makedepends = python
+   makedepends = cmocka
+   makedepends = docbook-xsl
+   makedepends = tevent
+   depends = talloc
+   depends = libtevent.so
+   depends = tdb
+   depends = libtdb.so
+   depends = popt
+   depends = lmdb
+   optdepends = python: for python bindings
+   provides = libldb.so
+   source = https://samba.org/ftp/ldb/ldb-2.9.0.tar.gz
+   source = https://samba.org/ftp/ldb/ldb-2.9.0.tar.asc
+   validpgpkeys = 9147A339719518EE9011BCB54793916113084025
+   sha512sums = 
b5cfbbcb2c35d6830bf1a7c85e1d4363728ae474504441add54c4c8569316b26aedbf6fb9f561ec4f187eb5a847ac76af07396e38d00e6f7632b63e02d7b64a1
+   sha512sums = SKIP
+
+pkgname = ldb


=
PKGBUILD
=
@@ -3,20 +3,20 @@
 # Contributor: Marco A Rojas 
 
 pkgname=ldb
-pkgver=2.8.0
+pkgver=2.9.0
 pkgrel=1
 epoch=2
 pkgdesc='Schema-less, ldap like, API and database'
 arch=('x86_64')
 url="https://ldb.samba.org/;
 source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc})
-license=('GPL3')
+license=('GPL-3.0-or-later')
 depends=('talloc' 'libtevent.so' 'tdb' 'libtdb.so' 'popt' 'lmdb')
 makedepends=('python' 'cmocka' 'docbook-xsl' 'tevent')
 optdepends=('python: for python bindings')
 provides=(libldb.so)
 validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('b6f289af3137e02a8e3ee0588bc300d1756b8980558e0b3a3a9eee4449100ccd42ed873187dbdb334e7e7834a8bff8478cd4f20588d4ca834d9ea14c0ee2c2f9'
+sha512sums=('b5cfbbcb2c35d6830bf1a7c85e1d4363728ae474504441add54c4c8569316b26aedbf6fb9f561ec4f187eb5a847ac76af07396e38d00e6f7632b63e02d7b64a1'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ldb/-/commit/e2a29405c2c6148345ccd7fef448eb787937b433

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




[Git][archlinux/packaging/packages/tevent][main] upgpkg: 1:0.16.1-1: update license and bump to latest version

2024-03-27 Thread Tobias Powalowski (@tpowa)


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


Commits:
d18d0451 by Tobias Powalowski at 2024-03-27T20:49:55+01:00
upgpkg: 1:0.16.1-1: update license and bump to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = tevent
+   pkgdesc = Event system based on the talloc memory management library
+   pkgver = 0.16.1
+   pkgrel = 1
+   epoch = 1
+   url = https://tevent.samba.org/
+   arch = x86_64
+   license = GPL-3.0-or-later
+   makedepends = python
+   makedepends = cmocka
+   depends = talloc
+   optdepends = python: for python bindings
+   provides = libtevent.so
+   source = https://samba.org/ftp/tevent/tevent-0.16.1.tar.gz
+   source = https://samba.org/ftp/tevent/tevent-0.16.1.tar.asc
+   validpgpkeys = 9147A339719518EE9011BCB54793916113084025
+   sha512sums = 
cda001d91728b2f28dd081e9c5f6d8ede345dcd9ce1dca04394860cd83090c15aa8dfef1c53b73e120bd17f0d95551fa9301eb4927963314556d016fe5420a39
+   sha512sums = SKIP
+
+pkgname = tevent


=
PKGBUILD
=
@@ -5,20 +5,20 @@
 # Contributor: Thomas Burdick 
 
 pkgname=tevent
-pkgver=0.15.0
+pkgver=0.16.1
 pkgrel=1
 epoch=1
 pkgdesc='Event system based on the talloc memory management library'
 url="https://tevent.samba.org/;
 arch=('x86_64')
 source=(https://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar{.gz,.asc})
-license=('GPL3')
+license=('GPL-3.0-or-later')
 depends=('talloc')
 makedepends=('python' 'cmocka')
 optdepends=('python: for python bindings')
 provides=(libtevent.so)
 validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('470cc4489255a4f122ba1d680669589ba375d4081ff46631dd56f5104202d175bfb13356820eb9108a6b768b3837b2f5d26cc7b0acc3071c4787fb070df3cbab'
+sha512sums=('cda001d91728b2f28dd081e9c5f6d8ede345dcd9ce1dca04394860cd83090c15aa8dfef1c53b73e120bd17f0d95551fa9301eb4927963314556d016fe5420a39'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tevent/-/commit/d18d04517d98f303778a3f3724a14519f8d738fe

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




[Git][archlinux/packaging/packages/tevent] Pushed new tag 1-0.16.1-1

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1-0.16.1-1 at Arch Linux / Packaging / 
Packages / tevent

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




[Git][archlinux/packaging/packages/flatpak] Pushed new tag 1-1.15.7-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/electron27][main] upgpkg: 27.3.8-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
electron27


Commits:
de60c70b by Caleb Maclennan at 2024-03-27T22:33:37+03:00
upgpkg: 27.3.8-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = electron27
pkgdesc = Build cross platform desktop apps with web technologies
-   pkgver = 27.3.7
-   pkgrel = 2
+   pkgver = 27.3.8
+   pkgrel = 1
url = https://electronjs.org
arch = x86_64
license = MIT
@@ -93,7 +93,7 @@ pkgbase = electron27
optdepends = trash-cli: file deletion support (trash-put)
optdepends = xdg-utils: open URLs with desktop’s default (xdg-email, 
xdg-open)
options = !lto
-   source = git+https://github.com/electron/electron.git#tag=v27.3.7
+   source = git+https://github.com/electron/electron.git#tag=v27.3.8
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/118-2/chromium-patches-118-2.tar.bz2
source = compiler-rt-adjust-paths.patch
source = default_app-icon.patch
@@ -255,7 +255,7 @@ pkgbase = electron27
source = 
chromium-mirror_third_party_vulkan-deps_vulkan-tools_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git#commit=389110e4600669d82bca042859fddf898387c0d2
source = 
chromium-mirror_third_party_vulkan-deps_vulkan-utility-libraries_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries.git#commit=dd26ae7065a9ed60c8ab517ed79bf7935394aec7
source = 
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=b89f48ae89ec064c91e8b77468cebc18c3faa682
-   sha256sums = 
f5fc9a6e99bc65e7a1f419622fc41d523769d0f61a9a310c5a64301ea0bd915b
+   sha256sums = 
f0a76d0559c8cd6a29da663072b479a0c45b86beb72fb1948b41f8352e2d1859
sha256sums = 
774be6af18350934a89a86ef62d97e3d5dabe89504a708bcb1bbd01134936ac7
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
sha256sums = 
dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4


=
PKGBUILD
=
@@ -8,9 +8,9 @@
 # Note: source array can be synced with an Electron release after updating 
$pkgver with:
 # bash -c 'source PKGBUILD; _update_sources'
 
-pkgver=27.3.7
+pkgver=27.3.8
 _gcc_patches=118-2
-pkgrel=2
+pkgrel=1
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'
@@ -226,7 +226,7 @@ 
source=("git+https://github.com/electron/electron.git#tag=v$pkgver;
 
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=b89f48ae89ec064c91e8b77468cebc18c3faa682
 # END managed sources
)
-sha256sums=('f5fc9a6e99bc65e7a1f419622fc41d523769d0f61a9a310c5a64301ea0bd915b'
+sha256sums=('f0a76d0559c8cd6a29da663072b479a0c45b86beb72fb1948b41f8352e2d1859'
 '774be6af18350934a89a86ef62d97e3d5dabe89504a708bcb1bbd01134936ac7'
 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
 'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron27/-/commit/de60c70bcccde0a299c49ea3eeb2eab5518c3a94

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




[Git][archlinux/packaging/packages/electron27] Pushed new tag 27.3.8-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 27.3.8-1 at Arch Linux / Packaging / Packages / 
electron27

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




[Git][archlinux/packaging/packages/talloc][main] upgpkg: 2.4.2-1: update license and bump to latest version

2024-03-27 Thread Tobias Powalowski (@tpowa)


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


Commits:
9ecf52fb by Tobias Powalowski at 2024-03-27T20:26:23+01:00
upgpkg: 2.4.2-1: update license and bump to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = talloc
+   pkgdesc = Hierarchical pool based memory allocator with destructors
+   pkgver = 2.4.2
+   pkgrel = 1
+   url = https://talloc.samba.org/
+   arch = x86_64
+   license = GPL-3.0-or-later
+   makedepends = python
+   makedepends = docbook-xsl
+   depends = glibc
+   depends = libxcrypt
+   optdepends = python: for python bindings
+   source = https://www.samba.org/ftp/talloc/talloc-2.4.2.tar.gz
+   source = https://www.samba.org/ftp/talloc/talloc-2.4.2.tar.asc
+   validpgpkeys = 9147A339719518EE9011BCB54793916113084025
+   sha512sums = 
fb91665ffbe0cce96b1359940ff3ed21330c81c5331140788a26aa94f82b50492176e6000ff54b31d1a434bb1cb53a6a2c7894153545252a1fd91bda7c05a213
+   sha512sums = SKIP
+
+pkgname = talloc


=
PKGBUILD
=
@@ -2,17 +2,17 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=talloc
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="Hierarchical pool based memory allocator with destructors"
 arch=('x86_64')
-license=('GPL3')
+license=('GPL-3.0-or-later')
 url="https://talloc.samba.org/;
 depends=('glibc' 'libxcrypt')
 makedepends=('python' 'docbook-xsl')
 optdepends=('python: for python bindings')
 source=(https://www.samba.org/ftp/talloc/talloc-$pkgver.tar.{gz,asc})
-sha512sums=('4de3b66d7cd1ff3f53e28e86bf9e89528635465c67868e1262aab6946106c228b2c184e988561361c3194fb260d83e016477254c9dbea7abff40c4dc0d31c76c'
+sha512sums=('fb91665ffbe0cce96b1359940ff3ed21330c81c5331140788a26aa94f82b50492176e6000ff54b31d1a434bb1cb53a6a2c7894153545252a1fd91bda7c05a213'
 'SKIP')
 validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
 



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

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




[Git][archlinux/packaging/packages/talloc] Pushed new tag 2.4.2-1

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2.4.2-1 at Arch Linux / Packaging / Packages / 
talloc

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




[Git][archlinux/packaging/packages/tracker3-miners][main] 3.7.1-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
adc48720 by Jan Alexander Steffens (heftig) at 2024-03-27T20:25:32+01:00
3.7.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tracker3-miners
pkgdesc = Filesystem indexer and metadata extractor
-   pkgver = 3.7.0
+   pkgver = 3.7.1
pkgrel = 1
url = https://tracker.gnome.org/
arch = x86_64
@@ -39,8 +39,8 @@ pkgbase = tracker3-miners
depends = upower
depends = util-linux-libs
depends = libxml2
-   source = 
git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=1f7efc261174de97e5616d3a85e78c1cfada964b
-   b2sums = SKIP
+   source = 
git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=eae431ef23ddbf0910bc716f36b5f7512c783752
+   b2sums = 
ada10b31b18dcfcba8d2aa9b9cafdeb715ab5741dc8afee67011873f661abfb80c12fa6c38b63ee4866a259a964cad6bd9b6241965b96c3433268da9e62e
 
 pkgname = tracker3-miners
depends = dconf


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Fabian Bornschein 
 
 pkgname=tracker3-miners
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="Filesystem indexer and metadata extractor"
 url="https://tracker.gnome.org/;
@@ -48,11 +48,11 @@ makedepends=(
   python-packaging
 )
 groups=(gnome)
-_commit=1f7efc261174de97e5616d3a85e78c1cfada964b  # tags/3.7.0^0
+_commit=eae431ef23ddbf0910bc716f36b5f7512c783752  # tags/3.7.1^0
 source=(
   "git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=$_commit;
 )
-b2sums=('SKIP')
+b2sums=('ada10b31b18dcfcba8d2aa9b9cafdeb715ab5741dc8afee67011873f661abfb80c12fa6c38b63ee4866a259a964cad6bd9b6241965b96c3433268da9e62e')
 
 pkgver() {
   cd tracker-miners



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tracker3-miners/-/commit/adc48720aea348aa86de4f7080e41f9bea19bcba

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




[Git][archlinux/packaging/packages/tracker3-miners] Pushed new tag 3.7.1-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 3.7.1-1 at Arch Linux / 
Packaging / Packages / tracker3-miners

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




[Git][archlinux/packaging/packages/tracker3] Pushed new tag 3.7.1-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/tracker3][main] 3.7.1-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
557a99bf by Jan Alexander Steffens (heftig) at 2024-03-27T20:25:26+01:00
3.7.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tracker3
pkgdesc = SQLite-based RDF triplestore database with SPARQL interface
-   pkgver = 3.7.0
+   pkgver = 3.7.1
pkgrel = 1
url = https://tracker.gnome.org/
arch = x86_64
@@ -30,9 +30,9 @@ pkgbase = tracker3
depends = libxml2
depends = python
depends = sqlite
-   source = 
git+https://gitlab.gnome.org/GNOME/tracker.git#commit=86ebd86cb4e51dfd9ab702911dd2e99f7128046b
+   source = 
git+https://gitlab.gnome.org/GNOME/tracker.git#commit=327f134a5ecda56240ed21adf7074604d37280e8
source = git+https://gitlab.gnome.org/GNOME/gvdb.git
-   b2sums = SKIP
+   b2sums = 
230283b17543725b7a6f0ee3768966abec896fa2164363a7ef2b6e9f945a774ff5e8ebb264b5547a59e008c606cf22fd065ff89d2b4fb2c40f9be97b95cb08db
b2sums = SKIP
 
 pkgname = tracker3


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(
   tracker3
   tracker3-docs
 )
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="SQLite-based RDF triplestore database with SPARQL interface"
 url="https://tracker.gnome.org/;
@@ -43,12 +43,12 @@ makedepends=(
   systemd
   vala
 )
-_commit=86ebd86cb4e51dfd9ab702911dd2e99f7128046b  # tags/3.7.0^0
+_commit=327f134a5ecda56240ed21adf7074604d37280e8  # tags/3.7.1^0
 source=(
   "git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit;
   "git+https://gitlab.gnome.org/GNOME/gvdb.git;
 )
-b2sums=('SKIP'
+b2sums=('230283b17543725b7a6f0ee3768966abec896fa2164363a7ef2b6e9f945a774ff5e8ebb264b5547a59e008c606cf22fd065ff89d2b4fb2c40f9be97b95cb08db'
 'SKIP')
 
 pkgver() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tracker3/-/commit/557a99bf67a1517997e68dcd0cf028d366d48ac6

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




[Git][archlinux/packaging/packages/tdb] Pushed new tag 1.4.10-1

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1.4.10-1 at Arch Linux / Packaging / Packages 
/ tdb

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




[Git][archlinux/packaging/packages/tdb][main] upgpkg: 1.4.10-1: update license and bump to latest version

2024-03-27 Thread Tobias Powalowski (@tpowa)


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


Commits:
99a45aff by Tobias Powalowski at 2024-03-27T20:25:13+01:00
upgpkg: 1.4.10-1: update license and bump to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = tdb
+   pkgdesc = Trivial Database similar to GDBM but allows simultaneous 
commits
+   pkgver = 1.4.10
+   pkgrel = 1
+   url = https://tdb.samba.org/
+   arch = x86_64
+   license = GPL-3.0-or-later
+   makedepends = python
+   makedepends = libxslt
+   makedepends = docbook-xsl
+   depends = glibc
+   optdepends = python: for python bindings
+   provides = libtdb.so
+   source = https://samba.org/ftp/tdb/tdb-1.4.10.tar.gz
+   source = https://samba.org/ftp/tdb/tdb-1.4.10.tar.asc
+   validpgpkeys = 9147A339719518EE9011BCB54793916113084025
+   sha512sums = 
b5147d811617d90a025d1070abf16c42744b3fc3cac1042fbff03b1e635af2eaf9c957a7bffdb3f56b4a0c775b44f8027def9f23deb1b3ede817b95bbece2ce9
+   sha512sums = SKIP
+
+pkgname = tdb


=
PKGBUILD
=
@@ -3,11 +3,11 @@
 # Contributor: Tom Newsom 
 
 pkgname=tdb
-pkgver=1.4.9
+pkgver=1.4.10
 pkgrel=1
 pkgdesc='Trivial Database similar to GDBM but allows simultaneous commits'
 arch=(x86_64)
-license=('GPL3')
+license=('GPL-3.0-or-later')
 url="https://tdb.samba.org/;
 depends=('glibc')
 makedepends=('python' 'libxslt' 'docbook-xsl')
@@ -15,7 +15,7 @@ optdepends=('python: for python bindings')
 provides=(libtdb.so)
 source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc})
 validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('6b0109075826b8630f6b5a7e7ade2fcff95c5d05338340af78219422610947c520707b3e484ff13fbd40bbfffe13977976e8ddcb1be7b13e13ac78b4e3ec06c2'
+sha512sums=('b5147d811617d90a025d1070abf16c42744b3fc3cac1042fbff03b1e635af2eaf9c957a7bffdb3f56b4a0c775b44f8027def9f23deb1b3ede817b95bbece2ce9'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/commit/99a45aff1da6db46cf80bfaf8d453a62616a5107

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




[Git][archlinux/packaging/packages/malcontent][main] 0.12.0-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
0261ff9b by Jan Alexander Steffens (heftig) at 2024-03-27T20:14:48+01:00
0.12.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = malcontent
pkgdesc = Parental control support for applications
-   pkgver = 0.11.1
-   pkgrel = 4
+   pkgver = 0.12.0
+   pkgrel = 1
url = https://gitlab.freedesktop.org/pwithnall/malcontent
arch = x86_64
license = LGPL-2.1-or-later
@@ -10,18 +10,24 @@ pkgbase = malcontent
makedepends = gtk-doc
makedepends = libglib-testing
makedepends = meson
+   makedepends = python-packaging
makedepends = yelp-tools
depends = accountsservice
depends = appstream
depends = dbus
depends = flatpak
+   depends = gcc-libs
depends = glib2
+   depends = glibc
depends = gtk4
+   depends = hicolor-icon-theme
depends = libadwaita
+   depends = pam
depends = polkit
+   depends = python
depends = python-gobject
-   source = 
git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=0979e6056745efe4bdfbcd1b31ef7546c367838f
-   b2sums = SKIP
+   source = 
git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=3ba80995bb25b7aeda7e21d547f9e39ff9a81736
+   b2sums = 
6d0887476764bfd8b481bd42b8f5405227160c33026cdf8bdb6d83c3b0bad8e4831d5dea9ede44d7bcad7a0173e5ac7bec780e37e6577bf393054d01004018b4
 
 pkgname = malcontent
groups = gnome
@@ -29,18 +35,24 @@ pkgname = malcontent
depends = appstream
depends = dbus
depends = flatpak
+   depends = gcc-libs
depends = glib2
+   depends = glibc
depends = gtk4
+   depends = hicolor-icon-theme
depends = libadwaita
+   depends = pam
depends = polkit
+   depends = python
depends = python-gobject
-   depends = libmalcontent=0.11.1-4
+   depends = libmalcontent=0.12.0-1
provides = libmalcontent-ui-1.so
 
 pkgname = libmalcontent
pkgdesc = Parental control library
+   depends = gcc-libs
+   depends = glibc
depends = libglib-2.0.so
depends = libgobject-2.0.so
depends = libgio-2.0.so
-   depends = gcc-libs
provides = libmalcontent-0.so


=
PKGBUILD
=
@@ -5,8 +5,8 @@ pkgname=(
   malcontent
   libmalcontent
 )
-pkgver=0.11.1
-pkgrel=4
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="Parental control support for applications"
 url="https://gitlab.freedesktop.org/pwithnall/malcontent;
 arch=(x86_64)
@@ -16,10 +16,15 @@ depends=(
   appstream
   dbus
   flatpak
+  gcc-libs
   glib2
+  glibc
   gtk4
+  hicolor-icon-theme
   libadwaita
+  pam
   polkit
+  python
   python-gobject
 )
 makedepends=(
@@ -28,11 +33,12 @@ makedepends=(
   gtk-doc
   libglib-testing
   meson
+  python-packaging
   yelp-tools
 )
-_commit=0979e6056745efe4bdfbcd1b31ef7546c367838f  # tags/0.11.1^0
+_commit=3ba80995bb25b7aeda7e21d547f9e39ff9a81736  # tags/0.12.0^0
 
source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=$_commit;)
-b2sums=('SKIP')
+b2sums=('6d0887476764bfd8b481bd42b8f5405227160c33026cdf8bdb6d83c3b0bad8e4831d5dea9ede44d7bcad7a0173e5ac7bec780e37e6577bf393054d01004018b4')
 
 pkgver() {
   cd $pkgname
@@ -80,7 +86,11 @@ package_malcontent() {
 
 package_libmalcontent() {
   pkgdesc="Parental control library"
-  depends=(libg{lib,object,io}-2.0.so gcc-libs)
+  depends=(
+gcc-libs
+glibc
+libg{lib,object,io}-2.0.so
+  )
   provides=(libmalcontent-0.so)
 
   mv libs/* "$pkgdir"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/malcontent/-/commit/0261ff9b3d8ce9f60574aa3d6427d63c9d580f02

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




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

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/bubblewrap][main] 0.9.0-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
94cc22ae by Jan Alexander Steffens (heftig) at 2024-03-27T20:14:29+01:00
0.9.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = bubblewrap
+   pkgdesc = Unprivileged sandboxing tool
+   pkgver = 0.9.0
+   pkgrel = 1
+   url = https://github.com/containers/bubblewrap
+   arch = x86_64
+   license = LGPL-2.0-or-later
+   makedepends = bash-completion
+   makedepends = docbook-xsl
+   makedepends = git
+   makedepends = libxslt
+   makedepends = meson
+   depends = gcc-libs
+   depends = glibc
+   depends = libcap
+   source = 
git+https://github.com/containers/bubblewrap#commit=8e51677abd7e3338e4952370bf7d902e37d8cbb6
+   b2sums = 
f843694c2c2ba08bcf1f8c1c214655a5de1eaed6fba92758874240ac21a76c85a103ded60cd7789253e73e86ce209b65cf36ef0707dcd09addee1ed92b6dc178
+
+pkgname = bubblewrap
+
+pkgname = bubblewrap-suid
+   pkgdesc = Unprivileged sandboxing tool (setuid variant)
+   provides = bubblewrap=0.9.0-1
+   conflicts = bubblewrap


=
PKGBUILD
=
@@ -1,14 +1,20 @@
-# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
 
 pkgbase=bubblewrap
-pkgname=(bubblewrap bubblewrap-suid)
-pkgver=0.8.0
+pkgname=(
+  bubblewrap
+  bubblewrap-suid
+)
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='Unprivileged sandboxing tool'
-url='https://github.com/projectatomic/bubblewrap'
+url='https://github.com/containers/bubblewrap'
 arch=(x86_64)
-license=(GPL)
+license=(LGPL-2.0-or-later)
 depends=(
+  gcc-libs
   glibc
   libcap
 )
@@ -19,9 +25,9 @@ makedepends=(
   libxslt
   meson
 )
-_commit=4ab175fe6d3a4053444b04d805a6d686f53455b9  # tags/v0.8.0^0
+_commit=8e51677abd7e3338e4952370bf7d902e37d8cbb6  # tags/v0.9.0^0
 source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
+b2sums=('f843694c2c2ba08bcf1f8c1c214655a5de1eaed6fba92758874240ac21a76c85a103ded60cd7789253e73e86ce209b65cf36ef0707dcd09addee1ed92b6dc178')
 
 pkgver() {
   cd $pkgbase
@@ -38,7 +44,8 @@ build() {
 }
 
 check() {
-  meson test -C build --print-errorlogs
+  # Broken in our containers
+  meson test -C build --print-errorlogs || :
 }
 
 package_bubblewrap() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bubblewrap/-/commit/94cc22aeeea238f557e9f9415e8f47e421f3afb5

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




[Git][archlinux/packaging/packages/bubblewrap] Pushed new tag 0.9.0-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/python-frozendict][main] 2 commits: Change to a PEP 517 based workflow

2024-03-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-frozendict


Commits:
6da05ecd by loqs at 2024-03-10T22:59:40+00:00
Change to a PEP 517 based workflow

- - - - -
42df8f69 by Daniel M. Capella at 2024-03-27T15:01:42-04:00
Update SRCINFO

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -8,6 +8,9 @@ pkgbase = python-frozendict
license = LGPL3
checkdepends = python-pytest
makedepends = python-setuptools
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
depends = python
source = 
https://pypi.org/packages/source/f/frozendict/frozendict-2.4.0.tar.gz
sha512sums = 
56d190f3ae19e4d89c51c02fdc58bd29b61f73e7ecec97c6018117d966a40b84513a13e7d86c62c8a6c7fe8daed75b287881c315ef23120e17bfda21cfecc1f1


=
PKGBUILD
=
@@ -11,7 +11,7 @@ url='https://pypi.python.org/pypi/frozendict/'
 arch=('any')
 license=('LGPL3')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz;)
 
sha512sums=('56d190f3ae19e4d89c51c02fdc58bd29b61f73e7ecec97c6018117d966a40b84513a13e7d86c62c8a6c7fe8daed75b287881c315ef23120e17bfda21cfecc1f1')
@@ -19,7 +19,7 @@ 
b2sums=('595be3e7947d67ccc6952d91aee486849f653e041c41495dcc910f78cd4f043cf310fe2
 
 build() {
cd frozendict-$pkgver
-   python setup.py py build
+   python -m build --wheel --no-isolation
 }
 
 check(){
@@ -29,7 +29,7 @@ check(){
 
 package() {
cd frozendict-$pkgver
-   python setup.py py install --root="$pkgdir" --optimize=1 --skip-build
+   python -m installer --destdir="$pkgdir" dist/*.whl
 }
 
 # vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-frozendict/-/compare/30a22ffb5873db413ab2f3974bd455dd904e91c5...42df8f69305a9988b7a05038b3544317b76d82b8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-frozendict/-/compare/30a22ffb5873db413ab2f3974bd455dd904e91c5...42df8f69305a9988b7a05038b3544317b76d82b8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-flexmock][main] upgpkg: 0.12.0-1

2024-03-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-flexmock


Commits:
93bac58d by Daniel M. Capella at 2024-03-27T14:52:31-04:00
upgpkg: 0.12.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-flexmock
+   pkgdesc = Mock/Stub/Spy library for Python
+   pkgver = 0.12.0
+   pkgrel = 1
+   url = https://flexmock.readthedocs.io
+   arch = any
+   license = BSD-2-Clause
+   checkdepends = python-pytest
+   checkdepends = python-teamcity-messages
+   checkdepends = python-testtools
+   checkdepends = python-twisted
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-poetry-core
+   depends = python
+   source = 
https://github.com/flexmock/flexmock/archive/0.12.0/python-flexmock-0.12.0.tar.gz
+   sha512sums = 
a157c5ccb88a1e00bac9124145f882e59633f406971df0940579a12b9e161a787790a0ce27664997faa6ddc7c8926122359bd5b31fae0d31c729e5ed140e745e
+
+pkgname = python-flexmock


=
PKGBUILD
=
@@ -1,37 +1,37 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-flexmock
-pkgver=0.11.3
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="Mock/Stub/Spy library for Python"
 arch=('any')
-license=('BSD')
 url="https://flexmock.readthedocs.io;
+license=('BSD-2-Clause')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-poetry-core')
 checkdepends=('python-pytest' 'python-teamcity-messages' 'python-testtools' 
'python-twisted')
 
source=("https://github.com/flexmock/flexmock/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('58c84317fb687fd708db7c909fe7109b8b9c37a932fd1a46c9f62d28bbcc56a807b35a6790bf1393289f85fdffdfa2367f7ccc05bff260a167731471a50d2685')
+sha512sums=('a157c5ccb88a1e00bac9124145f882e59633f406971df0940579a12b9e161a787790a0ce27664997faa6ddc7c8926122359bd5b31fae0d31c729e5ed140e745e')
 
 export LC_CTYPE=en_US.UTF-8
 
-prepare() {
-  cd flexmock-$pkgver
-  sed -i 's/PYTHONPATH=\$(shell pwd) //' Makefile
-}
-
 build() {
   cd flexmock-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
   cd flexmock-$pkgver
-  PYTHONPATH="$PWD":"$PWD"/build/lib make test
+  PYTHONPATH="$PWD/src" pytest -p flexmock._pytest_plugin
 }
 
 package() {
   cd flexmock-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/flexmock-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flexmock/-/commit/93bac58d501bdb9a2ce4d4a4979ff657089d195f

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




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

2024-03-27 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 0.12.0-1 at Arch Linux / Packaging / Packages 
/ python-flexmock

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




[Git][archlinux/packaging/packages/firefox-developer-edition-i18n] Pushed new tag 125.0b5-1

2024-03-27 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed new tag 125.0b5-1 at Arch Linux / Packaging / Packages / 
firefox-developer-edition-i18n

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition-i18n/-/tree/125.0b5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/firefox-developer-edition][main] upgpkg: 125.0b5-1

2024-03-27 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / 
firefox-developer-edition


Commits:
fe89e8a1 by Andrew Crerar at 2024-03-27T14:36:50-04:00
upgpkg: 125.0b5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = firefox-developer-edition
pkgdesc = Developer Edition of the popular Firefox web browser
-   pkgver = 125.0b4
+   pkgver = 125.0b5
pkgrel = 1
url = https://www.mozilla.org/firefox/developer
arch = x86_64
@@ -44,18 +44,18 @@ pkgbase = firefox-developer-edition
options = !emptydirs
options = !lto
options = !makeflags
-   source = 
https://archive.mozilla.org/pub/firefox/releases/125.0b4/source/firefox-125.0b4.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/125.0b4/source/firefox-125.0b4.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/125.0b5/source/firefox-125.0b5.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/125.0b5/source/firefox-125.0b5.source.tar.xz.asc
source = firefox-developer-edition.desktop
source = identity-icons-brand.svg
source = firefox-install-dir.patch
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
bdbb4c33f9b56b5a3f0b366bf8412a405c4ef3924765114a3b0c445f8446d964
+   sha256sums = 
9d8002ff416debaa2ec7fd05f34aa23dd1cf5cfa51b6d1e65321e0a7c3adbc92
sha256sums = SKIP
sha256sums = 
6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3
sha256sums = 
a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
sha256sums = 
294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3
-   b2sums = 
fa6029abb77e695d2fda708a670b2fd834e0caec60a97af4799fe375f37cd441ab85248cb43faff6798ba5e27af9a9903ee8acd808112725152f591f35296e86
+   b2sums = 
f0f70dd47cfcdc3a316c459449426108dfa7fbfe60ae5ece0c0a78649d92334ea3eaafbe60df3248ac38443ab417ec846aae9c14d57fa51b7a11b0387463d276
b2sums = SKIP
b2sums = 
d2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d
b2sums = 
63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=125.0b4
+pkgver=125.0b5
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 url="https://www.mozilla.org/firefox/developer;
@@ -66,12 +66,12 @@ validpgpkeys=(
   # 
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
   14F26682D0916CDD81E37B6D61B7B526D98F0353
 )
-sha256sums=('bdbb4c33f9b56b5a3f0b366bf8412a405c4ef3924765114a3b0c445f8446d964'
+sha256sums=('9d8002ff416debaa2ec7fd05f34aa23dd1cf5cfa51b6d1e65321e0a7c3adbc92'
 'SKIP'
 '6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3'
 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9'
 '294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3')
-b2sums=('fa6029abb77e695d2fda708a670b2fd834e0caec60a97af4799fe375f37cd441ab85248cb43faff6798ba5e27af9a9903ee8acd808112725152f591f35296e86'
+b2sums=('f0f70dd47cfcdc3a316c459449426108dfa7fbfe60ae5ece0c0a78649d92334ea3eaafbe60df3248ac38443ab417ec846aae9c14d57fa51b7a11b0387463d276'
 'SKIP'
 
'd2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d'
 
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/commit/fe89e8a1033d6bdb81c43e8bacf141d5ae7317e7

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




[Git][archlinux/packaging/packages/firefox-developer-edition] Pushed new tag 125.0b5-1

2024-03-27 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed new tag 125.0b5-1 at Arch Linux / Packaging / Packages / 
firefox-developer-edition

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/tree/125.0b5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gitlab] Pushed new tag 16.10.1-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 16.10.1-1 at Arch Linux / Packaging / Packages / 
gitlab

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




[Git][archlinux/packaging/packages/gitlab][main] upgpkg: 16.10.1-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
gitlab


Commits:
af4d2751 by Caleb Maclennan at 2024-03-27T21:19:11+03:00
upgpkg: 16.10.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gitlab
pkgdesc = Project management and code hosting application
-   pkgver = 16.10.0
+   pkgver = 16.10.1
pkgrel = 1
url = https://gitlab.com/gitlab-org/gitlab-foss
install = gitlab.install
@@ -46,7 +46,7 @@ pkgbase = gitlab
backup = etc/webapps/gitlab/cable.yml
backup = etc/webapps/gitlab/smtp_settings.rb
backup = etc/logrotate.d/gitlab
-   source = git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v16.10.0
+   source = git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v16.10.1
source = gitlab-configs.patch
source = gitlab-environment
source = gitlab-puma.service
@@ -58,7 +58,7 @@ pkgbase = gitlab
source = gitlab.target
source = gitlab.tmpfiles.d
source = gitlab.logrotate
-   sha256sums = 
a11695a9d8fb96cbd0b393bbea6b1c8672db8040c3c976bf4269c4fbfbdfbee2
+   sha256sums = 
df42e311fc2a1bb6aeb493c476db8903dcc9c636ec8a11aeef108161787ad169
sha256sums = 
e03957f659731f10d6e2a5804f1ba3096f525a4b3d8f3cb0b39ee3a97170766b
sha256sums = 
8cc4d933743906b4213b8ea8d8c5a62535e27e4073f73581a5dad40078dde000
sha256sums = 
f99499116f5d7cf59ccb7bfabd2d1ba68fbf83040571c607f7b0b50e6f50cbcf


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 # Contributor: loqs 
 
 pkgname=gitlab
-pkgver=16.10.0
+pkgver=16.10.1
 pkgrel=1
 pkgdesc='Project management and code hosting application'
 arch=(x86_64)
@@ -64,7 +64,7 @@ provides=(gitlab-workhorse) # FS78036
 conflicts=(gitlab-workhorse)
 replaces=(gitlab-workhorse)
 install=gitlab.install
-sha256sums=('a11695a9d8fb96cbd0b393bbea6b1c8672db8040c3c976bf4269c4fbfbdfbee2'
+sha256sums=('df42e311fc2a1bb6aeb493c476db8903dcc9c636ec8a11aeef108161787ad169'
 'e03957f659731f10d6e2a5804f1ba3096f525a4b3d8f3cb0b39ee3a97170766b'
 '8cc4d933743906b4213b8ea8d8c5a62535e27e4073f73581a5dad40078dde000'
 'f99499116f5d7cf59ccb7bfabd2d1ba68fbf83040571c607f7b0b50e6f50cbcf'



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

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




[Git][archlinux/packaging/packages/cockpit-podman][main] upgpkg: 86-1

2024-03-27 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit-podman


Commits:
22d63e98 by Massimiliano Torromeo at 2024-03-27T18:57:04+01:00
upgpkg: 86-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = cockpit-podman
pkgdesc = Cockpit UI for podman containers
-   pkgver = 85
+   pkgver = 86
pkgrel = 1
url = https://github.com/cockpit-project/cockpit-podman
arch = any
license = LGPL-2.1-or-later
depends = cockpit
depends = podman
-   source = 
https://github.com/cockpit-project/cockpit-podman/releases/download/85/cockpit-podman-85.tar.xz
-   sha256sums = 
8699d43b92703a84b101dcad13f1776056b59c677979d61269cd5d1782dfac3f
+   source = 
https://github.com/cockpit-project/cockpit-podman/releases/download/86/cockpit-podman-86.tar.xz
+   sha256sums = 
99327e951ed2acc2f405b4b01af5f423112c04d59be3f7fb02e8ebfa34d4a4a0
 
 pkgname = cockpit-podman


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-podman
-pkgver=85
+pkgver=86
 pkgrel=1
 pkgdesc='Cockpit UI for podman containers'
 arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/cockpit-project/cockpit-podman'
 license=(LGPL-2.1-or-later)
 depends=(cockpit podman)
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('8699d43b92703a84b101dcad13f1776056b59c677979d61269cd5d1782dfac3f')
+sha256sums=('99327e951ed2acc2f405b4b01af5f423112c04d59be3f7fb02e8ebfa34d4a4a0')
 
 package() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-podman/-/commit/22d63e980f34ca068b1d335caaa7dce21e374c5d

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




[Git][archlinux/packaging/packages/cockpit-podman] Pushed new tag 86-1

2024-03-27 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 86-1 at Arch Linux / Packaging / Packages 
/ cockpit-podman

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




[Git][archlinux/packaging/packages/cockpit-machines] Pushed new tag 310-1

2024-03-27 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 310-1 at Arch Linux / Packaging / Packages 
/ cockpit-machines

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




[Git][archlinux/packaging/packages/cockpit-machines][main] upgpkg: 310-1

2024-03-27 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit-machines


Commits:
7e6628cc by Massimiliano Torromeo at 2024-03-27T18:56:46+01:00
upgpkg: 310-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cockpit-machines
pkgdesc = Cockpit UI for virtual machines
-   pkgver = 309
+   pkgver = 310
pkgrel = 1
url = https://github.com/cockpit-project/cockpit-machines
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = cockpit-machines
depends = cockpit
depends = libvirt-dbus
optdepends = virt-install: create new virtual machines
-   source = 
https://github.com/cockpit-project/cockpit-machines/releases/download/309/cockpit-machines-309.tar.xz
-   sha256sums = 
9f49b21cbc5eb64576aff0fd6462f4cb2ac39c69a8041ef093a7df49ab70bd7e
+   source = 
https://github.com/cockpit-project/cockpit-machines/releases/download/310/cockpit-machines-310.tar.xz
+   sha256sums = 
30c347436be136c5f543f29be6fb14ee6ed89185e852b9d204bb61be517208b6
 
 pkgname = cockpit-machines


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-machines
-pkgver=309
+pkgver=310
 pkgrel=1
 pkgdesc='Cockpit UI for virtual machines'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=(LGPL-2.1-or-later)
 depends=(cockpit libvirt-dbus)
 optdepends=("virt-install: create new virtual machines")
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('9f49b21cbc5eb64576aff0fd6462f4cb2ac39c69a8041ef093a7df49ab70bd7e')
+sha256sums=('30c347436be136c5f543f29be6fb14ee6ed89185e852b9d204bb61be517208b6')
 
 package() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/7e6628cce962d34d8b3f92f1010614f58bdf273f

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




[Git][archlinux/packaging/packages/consul] Pushed new tag 1.18.1-1

2024-03-27 Thread hashworks (@hashworks)


hashworks pushed new tag 1.18.1-1 at Arch Linux / Packaging / Packages / consul

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




[Git][archlinux/packaging/packages/consul][main] upgpkg: 1.18.1-1

2024-03-27 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / consul


Commits:
55461171 by Justin Kromlinger at 2024-03-27T18:56:20+01:00
upgpkg: 1.18.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = consul
pkgdesc = A tool for service discovery, monitoring and configuration.
-   pkgver = 1.18.0
-   pkgrel = 2
+   pkgver = 1.18.1
+   pkgrel = 1
url = https://www.consul.io
install = consul.install
arch = x86_64
@@ -17,12 +17,12 @@ pkgbase = consul
makedepends = npm
depends = glibc
backup = etc/default/consul
-   source = 
git+https://github.com/hashicorp/consul#commit=349cec176db1a6067952c1708d384e56de4eb9e1
+   source = 
git+https://github.com/hashicorp/consul#commit=98cb473cc11f2de0ccb61106381b0c7e92819c58
source = consul.service
source = consul.default
source = consul.sysusers
source = example.json
-   sha512sums = SKIP
+   sha512sums = 
b1fdef80e3c4185d45b9bffd931087ce29b7829c42fabd6b70c67dd516b8e4ff21098cbf7910ba0633f4ae2294a6ede359cda6120e8a53ec6ced3d4b9100570e
sha512sums = 
c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04
sha512sums = 
ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079
sha512sums = 
ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87


=
PKGBUILD
=
@@ -3,9 +3,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=consul
-_commit=349cec176db1a6067952c1708d384e56de4eb9e1
-pkgver=1.18.0
-pkgrel=2
+_commit=98cb473cc11f2de0ccb61106381b0c7e92819c58
+pkgver=1.18.1
+pkgrel=1
 pkgdesc="A tool for service discovery, monitoring and configuration."
 arch=('x86_64')
 url="https://www.consul.io;
@@ -21,7 +21,7 @@ 
source=("git+https://github.com/hashicorp/consul#commit=${_commit};
 )
 install=consul.install
 backup=('etc/default/consul')
-sha512sums=('SKIP'
+sha512sums=('b1fdef80e3c4185d45b9bffd931087ce29b7829c42fabd6b70c67dd516b8e4ff21098cbf7910ba0633f4ae2294a6ede359cda6120e8a53ec6ced3d4b9100570e'
 
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
 
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
 
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/consul/-/commit/554611710fbca4811297b631cb976af75004e01d

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




[Git][archlinux/packaging/packages/ansible] Pushed new tag 9.4.0-1

2024-03-27 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 9.4.0-1 at Arch Linux / Packaging / Packages / 
ansible

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




[Git][archlinux/packaging/packages/ansible][main] upgpkg: 9.4.0-1: New upstream release + Add .nvchecker.toml

2024-03-27 Thread Robin Candau (@antiz)


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


Commits:
79c9af97 by Robin Candau at 2024-03-27T18:24:56+01:00
upgpkg: 9.4.0-1: New upstream release + Add .nvchecker.toml

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ansible
pkgdesc = Official assortment of Ansible collections
-   pkgver = 9.3.0
+   pkgver = 9.4.0
pkgrel = 1
url = https://pypi.org/project/ansible/
arch = any
@@ -26,7 +26,7 @@ pkgbase = ansible
optdepends = python-github3py: GitHub module
optdepends = acme-tiny: openssl_certificate module
provides = python-ansible_collections
-   source = 
https://pypi.python.org/packages/source/a/ansible/ansible-9.3.0.tar.gz
-   sha512sums = 
71eff05455aee0a013b69790145a73325ac7037fc509545a7cdca358aa54c1731f7dc6fb0169f602d668e9da9e41a0879ff48ba1243d372e02dae9382ac46c5c
+   source = 
https://pypi.python.org/packages/source/a/ansible/ansible-9.4.0.tar.gz
+   sha512sums = 
4c75235a866f3f95cda8dd3b6c9d22b916ad117d54a86a30585f71c9015cd98db764afa225af5b2f6fa884af558ee488785e26c9e8b9e8be105062f069f065b2
 
 pkgname = ansible


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[ansible]
+source = "pypi"
+pypi = "ansible"
+prefix = "v"
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Robin Candau 
 
 pkgname=ansible
-pkgver=9.3.0
+pkgver=9.4.0
 pkgrel=1
 pkgdesc='Official assortment of Ansible collections'
 arch=('any')
@@ -26,7 +26,7 @@ optdepends=('python-argcomplete: shell completions'
 'acme-tiny: openssl_certificate module')
 makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
 
source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('71eff05455aee0a013b69790145a73325ac7037fc509545a7cdca358aa54c1731f7dc6fb0169f602d668e9da9e41a0879ff48ba1243d372e02dae9382ac46c5c')
+sha512sums=('4c75235a866f3f95cda8dd3b6c9d22b916ad117d54a86a30585f71c9015cd98db764afa225af5b2f6fa884af558ee488785e26c9e8b9e8be105062f069f065b2')
 
 build() {
   cd "ansible-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/79c9af97e6b9d9be3c74f052c4fb2862f6bb2786

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




[Git][archlinux/packaging/packages/wireshark][main] fix SPDX license identifier

2024-03-27 Thread Frederik Schwan (@freswa)


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


Commits:
edb40f78 by Frederik Schwan at 2024-03-27T17:46:41+01:00
fix SPDX license identifier

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -12,7 +12,7 @@ pkgrel=1
 pkgdesc='Network traffic and protocol analyzer/sniffer'
 url='https://www.wireshark.org/'
 arch=('x86_64')
-license=('GPL2')
+license=('GPL-2.0-only')
 makedepends=('glibc' 'cmake' 'ninja' 'c-ares' 'libmaxminddb' 'qt6-tools' 
'qt6-svg'
  'qt6-multimedia' 'qt6-5compat' 'krb5' 'libpcap' 'libssh' 
'libxml2' 'libnghttp2'
  'snappy' 'lz4' 'spandsp' 'gnutls' 'lua52' 'python' 'libcap' 
'libnl'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wireshark/-/commit/edb40f7836b1402861453549092e4b23fa420d51

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




[Git][archlinux/packaging/packages/gitlab-gitaly][main] upgpkg: 16.10.1-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
gitlab-gitaly


Commits:
7f907e95 by Caleb Maclennan at 2024-03-27T19:21:44+03:00
upgpkg: 16.10.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gitlab-gitaly
pkgdesc = Speed up Git access using caching
-   pkgver = 16.10.0
+   pkgver = 16.10.1
pkgrel = 1
url = https://gitlab.com/gitlab-org/gitaly
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = gitlab-gitaly
depends = libssh2
options = !buildflags
backup = etc/gitlab-gitaly/config.toml
-   source = 
https://gitlab.com/gitlab-org/gitaly/-/archive/v16.10.0/gitaly-v16.10.0.tar.gz
+   source = 
https://gitlab.com/gitlab-org/gitaly/-/archive/v16.10.1/gitaly-v16.10.1.tar.gz
source = gitlab-gitaly-configs.patch
source = gitlab-gitaly.service
-   sha256sums = 
970495592bf1f79ce56fc0aa6958ef1a5ac00b4aa1b4b0501ca00c3aca871e3e
+   sha256sums = 
76f63d8b482fe6bba73b4c8f24de3fb8444d0dd009d074e3339ae426aa8daefa
sha256sums = 
3e312014c5e0f4f95c3ab3fc42a184b0ac6d403537508afc4b3ce9dfbaeba8ce
sha256sums = 
a047c82481ccbaa3b00ba1bb769135934fa4fa939eb6506d09c77f3a7aec08cd
 


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: loqs 
 
 pkgname=gitlab-gitaly
-pkgver=16.10.0
+pkgver=16.10.1
 pkgrel=1
 pkgdesc='Speed up Git access using caching'
 arch=(x86_64)
@@ -23,7 +23,7 @@ _archive="gitaly-v$pkgver"
 source=("$url/-/archive/v$pkgver/$_archive.tar.gz"
 "$pkgname-configs.patch"
 "$pkgname.service")
-sha256sums=('970495592bf1f79ce56fc0aa6958ef1a5ac00b4aa1b4b0501ca00c3aca871e3e'
+sha256sums=('76f63d8b482fe6bba73b4c8f24de3fb8444d0dd009d074e3339ae426aa8daefa'
 '3e312014c5e0f4f95c3ab3fc42a184b0ac6d403537508afc4b3ce9dfbaeba8ce'
 'a047c82481ccbaa3b00ba1bb769135934fa4fa939eb6506d09c77f3a7aec08cd')
 



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

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




[Git][archlinux/packaging/packages/gitlab-gitaly] Pushed new tag 16.10.1-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 16.10.1-1 at Arch Linux / Packaging / Packages / 
gitlab-gitaly

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




[Git][archlinux/packaging/packages/gitlab-pages] Pushed new tag 16.10.1-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 16.10.1-1 at Arch Linux / Packaging / Packages / 
gitlab-pages

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




[Git][archlinux/packaging/packages/gitlab-pages][main] upgpkg: 16.10.1-1

2024-03-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
gitlab-pages


Commits:
9ddd97af by Caleb Maclennan at 2024-03-27T19:19:30+03:00
upgpkg: 16.10.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gitlab-pages
pkgdesc = GitLab Pages daemon used to serve static websites for GitLab 
users
-   pkgver = 16.10.0
+   pkgver = 16.10.1
pkgrel = 1
url = https://gitlab.com/gitlab-org/gitlab-pages
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = gitlab-pages
makedepends = go
backup = etc/gitlab-pages/config.cfg
backup = etc/gitlab-pages/service.env
-   source = 
https://gitlab.com/gitlab-org/gitlab-pages/-/archive/v16.10.0/gitlab-pages-v16.10.0.tar.bz2
+   source = 
https://gitlab.com/gitlab-org/gitlab-pages/-/archive/v16.10.1/gitlab-pages-v16.10.1.tar.bz2
source = gitlab-pages.service
source = gitlab-pages.env
-   sha256sums = 
e9556e69ef6e903680b41d9404dee5b1509944308d981ccb85ef1398a500d808
+   sha256sums = 
c569699f189572c04d66a51ec1afb3b4f0281c2e3a62d4453631fa6ce8661179
sha256sums = 
fdbb6323cad16ed14571ac7c6346e388afa67db87f09732dd4f11b721d25a21d
sha256sums = 
fd8f9b60e2247077ad00765904237b6b1c36b11a952cd3b1ad88e74417b82a96
 


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # https://gitlab.com/gitlab-org/gitlab/issues/17584
 
 pkgname=gitlab-pages
-pkgver=16.10.0
+pkgver=16.10.1
 pkgrel=1
 pkgdesc='GitLab Pages daemon used to serve static websites for GitLab users'
 url="https://gitlab.com/gitlab-org/$pkgname;
@@ -19,7 +19,7 @@ source=("$url/-/archive/v$pkgver/$_archive.tar.bz2"
 "$pkgname.env")
 backup=("etc/$pkgname/config.cfg"
 "etc/$pkgname/service.env")
-sha256sums=('e9556e69ef6e903680b41d9404dee5b1509944308d981ccb85ef1398a500d808'
+sha256sums=('c569699f189572c04d66a51ec1afb3b4f0281c2e3a62d4453631fa6ce8661179'
 'fdbb6323cad16ed14571ac7c6346e388afa67db87f09732dd4f11b721d25a21d'
 'fd8f9b60e2247077ad00765904237b6b1c36b11a952cd3b1ad88e74417b82a96')
 



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

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




[Git][archlinux/packaging/packages/lib32-util-linux][main] upgpkg: 2.40-1: new upstream release

2024-03-27 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-util-linux


Commits:
7d7bcc21 by Christian Hesse at 2024-03-27T16:17:07+01:00
upgpkg: 2.40-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-util-linux
pkgdesc = Miscellaneous system utilities for Linux (32-bit)
-   pkgver = 2.40rc2
+   pkgver = 2.40
pkgrel = 1
url = https://github.com/util-linux/util-linux
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = lib32-util-linux
provides = libmount.so
provides = libsmartcols.so
options = !emptydirs
-   source = 
git+https://github.com/util-linux/util-linux#tag=v2.40-rc2?signed
+   source = git+https://github.com/util-linux/util-linux#tag=v2.40?signed
validpgpkeys = B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284
-   sha256sums = 
f15b74b9927426ea71b0ecf2ffaf4d3c71220ae791c700a42497985dbd3f8b01
+   sha256sums = 
153ae22d30a04e8c3ef1edbac63081f21b2d7622467dd7bf324f7f45e45b343d
 
 pkgname = lib32-util-linux


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _pkgbasename=util-linux
 pkgname=lib32-${_pkgbasename}
-_tag='2.40-rc2'
+_tag='2.40'
 pkgver="${_tag/-/}"
 pkgrel=1
 pkgdesc='Miscellaneous system utilities for Linux (32-bit)'
@@ -16,7 +16,7 @@ license=('GPL2')
 options=('!emptydirs')
 validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
 source=("git+https://github.com/util-linux/util-linux#tag=v${_tag}?signed;)
-sha256sums=('f15b74b9927426ea71b0ecf2ffaf4d3c71220ae791c700a42497985dbd3f8b01')
+sha256sums=('153ae22d30a04e8c3ef1edbac63081f21b2d7622467dd7bf324f7f45e45b343d')
 
 _backports=(
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-util-linux/-/commit/7d7bcc2144dcf0b4c03ae1eacf1349ae64fd77c1

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




[Git][archlinux/packaging/packages/lib32-util-linux] Pushed new tag 2.40-1

2024-03-27 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 2.40-1 at Arch Linux / Packaging / Packages / 
lib32-util-linux

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




[Git][archlinux/packaging/packages/util-linux][main] upgpkg: 2.40-1: new upstream release

2024-03-27 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
util-linux


Commits:
fc10cad6 by Christian Hesse at 2024-03-27T16:16:59+01:00
upgpkg: 2.40-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = util-linux
pkgdesc = Miscellaneous system utilities for Linux
-   pkgver = 2.40rc2
-   pkgrel = 2
+   pkgver = 2.40
+   pkgrel = 1
url = https://github.com/util-linux/util-linux
arch = x86_64
license = BSD-2-Clause
@@ -24,7 +24,7 @@ pkgbase = util-linux
makedepends = sqlite
makedepends = systemd
options = strip
-   source = 
git+https://github.com/util-linux/util-linux#tag=v2.40-rc2?signed
+   source = git+https://github.com/util-linux/util-linux#tag=v2.40?signed
source = 
util-linux-BSD-2-Clause.txt::https://raw.githubusercontent.com/Cyan4973/xxHash/f035303b8a86c1db9be70cbb638678ef6ef4cb2d/LICENSE
source = pam-login
source = pam-common
@@ -36,7 +36,7 @@ pkgbase = util-linux
source = rfkill-unblock_.service
source = rfkill-block_.service
validpgpkeys = B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284
-   sha256sums = 
f15b74b9927426ea71b0ecf2ffaf4d3c71220ae791c700a42497985dbd3f8b01
+   sha256sums = 
153ae22d30a04e8c3ef1edbac63081f21b2d7622467dd7bf324f7f45e45b343d
sha256sums = 
6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a
sha256sums = 
ee917d55042f78b8bb03f5467e5233e3e2ddc2fe01e302bc53b218003fe22275
sha256sums = 
57e057758944f4557762c6def939410c04ca5803cbdd2bfa2153ce47ffe7a4af


=
PKGBUILD
=
@@ -4,9 +4,9 @@
 
 pkgbase=util-linux
 pkgname=(util-linux util-linux-libs)
-_tag='2.40-rc2'
+_tag='2.40'
 pkgver="${_tag/-/}"
-pkgrel=2
+pkgrel=1
 pkgdesc='Miscellaneous system utilities for Linux'
 url='https://github.com/util-linux/util-linux'
 arch=('x86_64')
@@ -40,7 +40,7 @@ 
source=("git+https://github.com/util-linux/util-linux#tag=v${_tag}?signed;
 '60-rfkill.rules'
 'rfkill-unblock_.service'
 'rfkill-block_.service')
-sha256sums=('f15b74b9927426ea71b0ecf2ffaf4d3c71220ae791c700a42497985dbd3f8b01'
+sha256sums=('153ae22d30a04e8c3ef1edbac63081f21b2d7622467dd7bf324f7f45e45b343d'
 '6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a'
 'ee917d55042f78b8bb03f5467e5233e3e2ddc2fe01e302bc53b218003fe22275'
 '57e057758944f4557762c6def939410c04ca5803cbdd2bfa2153ce47ffe7a4af'
@@ -53,8 +53,6 @@ 
sha256sums=('f15b74b9927426ea71b0ecf2ffaf4d3c71220ae791c700a42497985dbd3f8b01'
 'a22e0a037e702170c7d88460cc9c9c2ab1d3e5c54a6985cd4a164ea7beff1b36')
 
 _backports=(
-  # current stable/v2.40
-  "v${_tag}..175af5cb8e0434bbc6660f7ccbea3a188d8f2d72"
 )
 
 _reverts=(
@@ -75,9 +73,6 @@ prepare() {
 git revert --mainline 1 --no-commit "${_c}"
   done
 
-  # fast-forward to current master
-  #git merge master
-
   # do not mark dirty
   sed -i '/dirty=/c dirty=' tools/git-version-gen
 }



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

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




[Git][archlinux/packaging/packages/util-linux] Pushed new tag 2.40-1

2024-03-27 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 2.40-1 at Arch Linux / Packaging / Packages / 
util-linux

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




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

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/bbswitch][main] 0.8-661: linux 6.8.2.arch1-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
7bdfcbc1 by Jan Alexander Steffens (heftig) at 2024-03-27T15:51:07+01:00
0.8-661: linux 6.8.2.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bbswitch
pkgdesc = Kernel module allowing to switch dedicated graphics card on 
Optimus laptops
pkgver = 0.8
-   pkgrel = 660
+   pkgrel = 661
url = https://github.com/Bumblebee-Project/bbswitch
arch = x86_64
license = GPL


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



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

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




[Git][archlinux/packaging/packages/r8168][main] 8.052.01-36: linux 6.8.2.arch1-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
0715aaf8 by Jan Alexander Steffens (heftig) at 2024-03-27T15:51:07+01:00
8.052.01-36: linux 6.8.2.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = r8168
pkgdesc = A kernel module for Realtek 8168 network cards
pkgver = 8.052.01
-   pkgrel = 35
+   pkgrel = 36
url = http://www.realtek.com.tw
arch = x86_64
license = GPL


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



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

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




[Git][archlinux/packaging/packages/r8168] Pushed new tag 8.052.01-36

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/virtualbox-host-modules-arch][main] 7.0.14-16: linux 6.8.2.arch1-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
4e4c3f3f by Jan Alexander Steffens (heftig) at 2024-03-27T15:51:07+01:00
7.0.14-16: linux 6.8.2.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = virtualbox-host-modules-arch
pkgdesc = Virtualbox host kernel modules for Arch Kernel
pkgver = 7.0.14
-   pkgrel = 15
+   pkgrel = 16
url = https://virtualbox.org/
arch = x86_64
license = GPL


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



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

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




[Git][archlinux/packaging/packages/deepin-anything-arch][main] 6.1.2-59: linux 6.8.2.arch1-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
dabb8801 by Jan Alexander Steffens (heftig) at 2024-03-27T15:51:07+01:00
6.1.2-59: linux 6.8.2.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = deepin-anything-arch
pkgdesc = Deepin Anything file search tool, kernel module for Arch 
kernel
pkgver = 6.1.2
-   pkgrel = 58
+   pkgrel = 59
url = https://github.com/linuxdeepin/deepin-anything
arch = x86_64
license = GPL3


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



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

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




[Git][archlinux/packaging/packages/virtualbox-host-modules-arch] Pushed new tag 7.0.14-16

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/acpi_call][main] 1.2.2-193: linux 6.8.2.arch1-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
75db2d36 by Jan Alexander Steffens (heftig) at 2024-03-27T15:51:07+01:00
1.2.2-193: linux 6.8.2.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = acpi_call
pkgdesc = A linux kernel module that enables calls to ACPI methods 
through /proc/acpi/call
pkgver = 1.2.2
-   pkgrel = 192
+   pkgrel = 193
url = https://github.com/nix-community/acpi_call
arch = x86_64
license = GPL


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



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

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




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

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




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

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/linux-zen] Pushed new tag 6.8.2.zen1-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/nvidia-open] Pushed new tag 550.67-2

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/vhba-module] Pushed new tag 20240202-10

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/linux] Pushed new tag 6.8.2.arch1-1

2024-03-27 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




  1   2   3   >