[Git][archlinux/packaging/packages/archlinux-keyring][main] upgpkg: 20230821-2: drop duplicate run of trustdb update (FS#72586)

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


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
archlinux-keyring


Commits:
b292a7e3 by Christian Hesse at 2023-08-28T09:01:38+02:00
upgpkg: 20230821-2: drop duplicate run of trustdb update (FS#72586)

... as `pacman-key --populate` does a final trustdb update anyway.

- - - - -


2 changed files:

- PKGBUILD
- archlinux-keyring.install


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=archlinux-keyring
 _tag='03dbd253983863950583c94096b0753ab9d740ce' # git rev-parse ${pkgver}
 pkgver=20230821
-pkgrel=1
+pkgrel=2
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
 url='https://gitlab.archlinux.org/archlinux/archlinux-keyring/'


=
archlinux-keyring.install
=
@@ -3,7 +3,6 @@
 post_upgrade() {
if usr/bin/pacman-key -l >/dev/null 2>&1; then
usr/bin/pacman-key --populate archlinux
-   usr/bin/pacman-key --updatedb
fi
 }
 



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

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




[Git][archlinux/packaging/packages/archlinux-keyring] Pushed new tag 20230821-2

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


Christian Hesse pushed new tag 20230821-2 at Arch Linux / Packaging / Packages 
/ archlinux-keyring

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




[Git][archlinux/packaging/packages/sagemath-doc][main] upgpkg: 10.1-2: Use system mathjax at runtime

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
sagemath-doc


Commits:
81554499 by Antonio Rojas at 2023-08-28T09:53:15+02:00
upgpkg: 10.1-2: Use system mathjax at runtime

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,18 +2,20 @@
 
 pkgname=sagemath-doc
 pkgver=10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='HTML documentation for SageMath'
 arch=(any)
 url='http://www.sagemath.org'
 license=(GPL)
-depends=(python-pplpy)
+depends=(python-pplpy mathjax)
 makedepends=(sagemath python-pyzmq python-docutils python-jupyter_client 
python-pkgconfig cython
- python-jupyter-sphinx mathjax python-sphinx-furo 
python-sphinx-copybutton)
+ python-jupyter-sphinx python-sphinx-furo python-sphinx-copybutton)
 
source=(https://github.com/sagemath/sage/archive/$pkgver/sagemath-$pkgver.tar.gz
-fix-build.patch)
+fix-build.patch
+https://github.com/sagemath/sage/commit/a3e6bb2e.patch)
 sha256sums=('a658612b1b2376ddaf207cc8ed0ef458d4c2880c16e19139bedbe8baa42ad62f'
-'ff0ae9866b6e6b74f8b5c947eacd2de50ec2dfd9ab4ca8d07e69df5a35a7c617')
+'ff0ae9866b6e6b74f8b5c947eacd2de50ec2dfd9ab4ca8d07e69df5a35a7c617'
+'1c7cd3f12be9330ccb19d5a8bc4c2f916fc1315decf38fb00b73acb599fb')
 options=(!strip) # nothing to strip, save packaging time
 
 prepare() {
@@ -21,10 +23,8 @@ prepare() {
 
 # fix build with sphinx 7.2
   patch -p1 -i ../fix-build.patch
-
-# https://trac.sagemath.org/ticket/25833#comment:98
-  mkdir mathjax-tmp
-  cp -r /usr/share/mathjax mathjax-tmp
+# correctly detect mathjax path
+  patch -p1 -i ../a3e6bb2e.patch
 
   SAGE_ROOT="$PWD" PATH="$PWD/build/bin:$PATH" src/doc/bootstrap
   make -C src/doc doc-src
@@ -39,7 +39,6 @@ build() {
  SAGE_ROOT="$PWD/.." \
  SAGE_DOC="$PWD"/doc \
  PYTHONPATH="$PWD" \
- MATHJAX_DIR="$srcdir"/sage-$pkgver/mathjax-tmp \
  SAGE_NUM_THREADS=10 \
  LANGUAGE=C
   python -m sage_docbuild --no-pdf-links --mathjax all html



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sagemath-doc/-/commit/815544995cfc0fa7dc5a65fbfb36e1ffe7ae22cf

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




[Git][archlinux/packaging/packages/sagemath-doc] Pushed new tag 10.1-2

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 10.1-2 at Arch Linux / Packaging / Packages / 
sagemath-doc

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




[Git][archlinux/packaging/packages/python-pytorch] Pushed new tag 2.0.1-8

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.0.1-8 at Arch Linux / Packaging / Packages / 
python-pytorch

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




[Git][archlinux/packaging/packages/python-pytorch][main] upgpkg: 2.0.1-8: protobuf 24 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytorch


Commits:
79b25077 by Antonio Rojas at 2023-08-28T09:55:33+02:00
upgpkg: 2.0.1-8: protobuf 24 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase="python-${_pkgname}"
 pkgname=("${pkgbase}" "${pkgbase}-opt" "${pkgbase}-cuda" "${pkgbase}-opt-cuda" 
"${pkgbase}-rocm" "${pkgbase}-opt-rocm")
 pkgver=2.0.1
 _pkgver=2.0.1
-pkgrel=7
+pkgrel=8
 _pkgdesc='Tensors and Dynamic neural networks in Python with strong GPU 
acceleration'
 pkgdesc="${_pkgdesc}"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/commit/79b2507736b38bf87cf47a2c3a3e4aafbf7f2cd0

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




[Git][archlinux/packaging/packages/discover] Pushed new tag 5.27.7-2

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.27.7-2 at Arch Linux / Packaging / Packages / 
discover

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




[Git][archlinux/packaging/packages/android-tools] Pushed new tag 34.0.1-3

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 34.0.1-3 at Arch Linux / Packaging / Packages / 
android-tools

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




[Git][archlinux/packaging/packages/discover][main] upgpkg: 5.27.7-2: discount 3 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


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


Commits:
54ce08e9 by Antonio Rojas at 2023-08-28T10:03:34+02:00
upgpkg: 5.27.7-2: discount 3 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=discover
 pkgver=5.27.7
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE and Plasma resources management GUI'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/discover/-/commit/54ce08e97cf7a7bc0bb9832f8c273be9ffaf5874

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




[Git][archlinux/packaging/packages/android-tools][main] upgpkg: 34.0.1-3: protobuf 24 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
android-tools


Commits:
1400d916 by Antonio Rojas at 2023-08-28T10:03:43+02:00
upgpkg: 34.0.1-3: protobuf 24 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=android-tools
 pkgver=34.0.1
 _tag=${pkgver} # https://github.com/nmeum/android-tools sometimes carries 
extra patch version on top of the upstream versioning
-pkgrel=2
+pkgrel=3
 pkgdesc='Android platform tools'
 arch=(x86_64)
 url='http://tools.android.com/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/android-tools/-/commit/1400d916af331204ba87f245609a41d12007c8ef

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




[Git][archlinux/packaging/packages/apache-orc] Pushed new tag 1.9.0-3

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.9.0-3 at Arch Linux / Packaging / Packages / 
apache-orc

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




[Git][archlinux/packaging/packages/apache-orc][main] upgpkg: 1.9.0-3: protobuf 24 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
apache-orc


Commits:
845ee3a2 by Antonio Rojas at 2023-08-28T10:06:15+02:00
upgpkg: 1.9.0-3: protobuf 24 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pkg=orc
 pkgname=apache-${_pkg}
 pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Columnar storage for Hadoop workloads."
 arch=(x86_64)
 url="https://orc.apache.org";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apache-orc/-/commit/845ee3a27d751fb09a387d4dcbfde99782627d4c

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




[Git][archlinux/packaging/packages/libphonenumber] Pushed new tag 1-8.13.18-2

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1-8.13.18-2 at Arch Linux / Packaging / Packages / 
libphonenumber

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




[Git][archlinux/packaging/packages/libphonenumber][main] upgpkg: 1:8.13.18-2: protobuf 24 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


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


Commits:
2b5a19e0 by Antonio Rojas at 2023-08-28T10:08:41+02:00
upgpkg: 1:8.13.18-2: protobuf 24 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libphonenumber
 pkgver=8.13.18
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 url="https://github.com/googlei18n/libphonenumber";



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

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




[Git][archlinux/packaging/packages/kdepim-addons][main] upgpkg: 23.08.0-2: discount 3 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kdepim-addons


Commits:
1adb34d6 by Antonio Rojas at 2023-08-28T10:13:09+02:00
upgpkg: 23.08.0-2: discount 3 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=kdepim-addons
 pkgver=23.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Addons for KDE PIM applications'
 arch=(x86_64)
 url='https://kontact.kde.org'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdepim-addons/-/commit/1adb34d640173ec7f66a45107bb331a1c90992b2

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




[Git][archlinux/packaging/packages/kdepim-addons] Pushed new tag 23.08.0-2

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.0-2 at Arch Linux / Packaging / Packages / 
kdepim-addons

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




[Git][archlinux/packaging/packages/okular] Pushed new tag 23.08.0-2

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.08.0-2 at Arch Linux / Packaging / Packages / 
okular

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




[Git][archlinux/packaging/packages/okular][main] upgpkg: 23.08.0-2: discount 3 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


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


Commits:
41e089a9 by Antonio Rojas at 2023-08-28T10:20:50+02:00
upgpkg: 23.08.0-2: discount 3 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=okular
 pkgver=23.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Document Viewer'
 arch=(x86_64)
 url='https://apps.kde.org/okular/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/okular/-/commit/41e089a9d4097c21bea1c755d12bffe78bdc7410

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




[Git][archlinux/packaging/packages/futuresql][main] Fix source URL (FS#79496)

2023-08-28 Thread Antonio Rojas (@arojas)


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


Commits:
bfd78eb1 by Antonio Rojas at 2023-08-28T10:22:13+02:00
Fix source URL (FS#79496)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,7 +9,7 @@ arch=(x86_64)
 url='https://api.kde.org/futuresql/html/index.html'
 license=(LGPL)
 makedepends=(extra-cmake-modules qt5-base qt6-base)
-source=(https://download.kde.org/stable/$pkgname/$pkgbase-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/$pkgbase/$pkgbase-$pkgver.tar.xz{,.sig})
 sha256sums=('e44ed8d5a9618b3ca7ba2983ed9c5f7572e6e0a5b199f94868834b71ccbebd43'
 'SKIP')
 validpgpkeys=(C3D7CAFBF442353F95F69F4AA81E075ABEC80A7E) # Jonah Brüchert 




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

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




[Git][archlinux/packaging/packages/labplot][main] upgpkg: 2.10.1-3: discount 3 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


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


Commits:
5fecbf50 by Antonio Rojas at 2023-08-28T10:26:14+02:00
upgpkg: 2.10.1-3: discount 3 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.10.1
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 pkgdesc='KDE Application for interactive graphing and analysis of scientific 
data'
 url='https://labplot.kde.org/'



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

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




[Git][archlinux/packaging/packages/labplot] Pushed new tag 2.10.1-3

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.10.1-3 at Arch Linux / Packaging / Packages / 
labplot

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




[Git][archlinux/packaging/packages/grpc] Pushed new tag 1.56.2-4

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.56.2-4 at Arch Linux / Packaging / Packages / 
grpc

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




[Git][archlinux/packaging/packages/grpc][main] upgpkg: 1.56.2-4: protobuf 24 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


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


Commits:
70759f36 by Antonio Rojas at 2023-08-28T10:27:37+02:00
upgpkg: 1.56.2-4: protobuf 24 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgbase='grpc'
 pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 
'php-legacy-grpc' 'grpc-cli')
 pkgver=1.56.2
 _gtestver=0e402173c97aea7a00749e825b194bfede4f2e45
-pkgrel=3
+pkgrel=4
 pkgdesc="High performance, open source, general RPC framework that puts mobile 
and HTTP/2 first."
 arch=('x86_64')
 url='https://grpc.io'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grpc/-/commit/70759f36fba84117f39245386cba42f804606449

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




[Git][archlinux/packaging/packages/minder][main] upgpkg: 1.15.6-2: discount 3 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


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


Commits:
b0792ee7 by Antonio Rojas at 2023-08-28T10:28:06+02:00
upgpkg: 1.15.6-2: discount 3 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Dimitris Kiziridis 
 
 pkgname=minder
-pkgver=1.15.2
-pkgrel=1
+pkgver=1.15.6
+pkgrel=2
 pkgdesc='Mind-mapping application designed for Pantheon'
 arch=('x86_64')
 url='https://github.com/phase1geo/Minder'
@@ -11,7 +11,7 @@ license=('GPL3')
 depends=('discount' 'granite' 'gtksourceview4' 'libarchive' 'libhandy')
 makedepends=('meson' 'vala')
 
source=("https://github.com/phase1geo/Minder/archive/$pkgver/Minder-$pkgver.tar.gz";)
-sha256sums=('846d3f79d99ad0d2244ec5fd33fe99e52d0d2c427443bb5f64ebdddafcf2546f')
+sha256sums=('7ad1b253bbd6087122febc3041e7f810221ddbd2177880c185218e6b5e7d752f')
 
 build() {
   arch-meson Minder-$pkgver build



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

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




[Git][archlinux/packaging/packages/minder] Pushed new tag 1.15.6-2

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.15.6-2 at Arch Linux / Packaging / Packages / 
minder

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




[Git][archlinux/packaging/packages/notes-up] Pushed new tag 2.0.6-2

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.0.6-2 at Arch Linux / Packaging / Packages / 
notes-up

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




[Git][archlinux/packaging/packages/notes-up][main] upgpkg: 2.0.6-2: discount 3 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
notes-up


Commits:
e5d7b332 by Antonio Rojas at 2023-08-28T10:35:59+02:00
upgpkg: 2.0.6-2: discount 3 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=notes-up
 pkgver=2.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Write beautiful notes fast and easy using Markdown'
 arch=('x86_64')
 url='https://github.com/Philip-Scott/Notes-up'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/notes-up/-/commit/e5d7b33274cc812eca096d17d6dc7c67abcb3d46

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




[Git][archlinux/packaging/packages/astroid] Pushed new tag 0.16-8

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.16-8 at Arch Linux / Packaging / Packages / 
astroid

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




[Git][archlinux/packaging/packages/astroid][main] upgpkg: 0.16-8: protobuf 24 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


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


Commits:
1468a2d1 by Antonio Rojas at 2023-08-28T11:15:42+02:00
upgpkg: 0.16-8: protobuf 24 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Johannes Heinz 
 pkgname=astroid
 pkgver=0.16
-pkgrel=7
+pkgrel=8
 pkgdesc="A graphical threads-with-tags style, lightweight and fast, e-mail 
client for Notmuch"
 arch=('x86_64')
 url="https://github.com/astroidmail/astroid";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/astroid/-/commit/1468a2d156caa5ada83634803191d546db3ef58a

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




[Git][archlinux/packaging/packages/zellij] Pushed new tag 0.38.0-1

2023-08-28 Thread @orhun


Orhun Parmaksız pushed new tag 0.38.0-1 at Arch Linux / Packaging / Packages / 
zellij

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




[Git][archlinux/packaging/packages/zellij][main] upgpkg: 0.38.0-1: upstream release

2023-08-28 Thread @orhun


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


Commits:
422d6904 by Orhun Parmaksız at 2023-08-28T12:43:20+03:00
upgpkg: 0.38.0-1: upstream release

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=zellij
-pkgver=0.37.2
+pkgver=0.38.0
 pkgrel=1
 pkgdesc="A terminal multiplexer"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo' 'mandown')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zellij-org/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('6fd36a95573f439b1469a16622b04b12ff253479b981d3e3903ac8e59f795c842fddf6c8a49863020e9371bcdf30428c723c4a8fea2b012a9d00f1ce99219958')
+sha512sums=('23792850ae7a4e50fce0e6ce0a901704c43501caceae8afe260bec0f777f0167746561d600a49876006d29d8b293aed91041ba667e272521fdbffe9636f915f5')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zellij/-/commit/422d69047d65c7ea3d084c7fb1c4344795e4c879

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




[Git][archlinux/packaging/packages/edk2] Pushed new tag 202308-1

2023-08-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 202308-1 at Arch Linux / Packaging / Packages / edk2

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




[Git][archlinux/packaging/packages/edk2][main] upgpkg: 202308-1

2023-08-28 Thread David Runge (@dvzrv)


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


Commits:
57d969d8 by David Runge at 2023-08-28T12:10:13+02:00
upgpkg: 202308-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,11 +2,11 @@
 # Contributor: Alexander Epaneshnikov 
 
 _brotli_ver=1.0.9
-_openssl_ver=1.1.1t
+_openssl_ver=3.0.9
 pkgbase=edk2
 pkgname=(edk2-arm edk2-aarch64 edk2-shell edk2-ovmf)
-pkgver=202305
-_commit=ba91d0292e593df8528b66f99c1b0b14fadc8e16  # refs/tags/edk2-stable202305
+pkgver=202308
+_commit=819cfc6b42a68790a23509e4fcc58ceb70e1965e  # refs/tags/edk2-stable202308
 pkgrel=1
 pkgdesc="Modern, feature-rich firmware development environment for the UEFI 
specifications"
 arch=(any)
@@ -55,7 +55,7 @@ source=(
 )
 sha512sums=('SKIP'
 'SKIP'
-
'628676c9c3bc1cf46083d64f61943079f97f0eefd0264042e40a85dbbd988f271bfe01cd1135d22cc3f67a298f1d078041f8f2e97b0da0d93fe172da573da18c'
+
'86c99146b37236419b110db77dd3ac3992e6bed78c258f0cc3434ca233460b4e17c0ac81d7058547fe9cb72a9fd80ee56d4b4916bb731dbe2bbcf1c3d46bf31a'
 'SKIP'
 
'b8e2df955e8796ac1f022eb4ebad29532cb7e3aa6a4b6aee91dbd2c7d637eee84d9a144d3e878895bb5e62800875c2c01c8f737a1261020c54feacf9f676b5f5'
 
'9182615c6f89e4f3c19f1b0f4434aa0a3293f982cf3ed783a2c140c2555d824b417c7c3c7a00ad10616188507f5068226c720b20ffd41d9605ba0844bad2'
@@ -83,7 +83,7 @@ sha512sums=('SKIP'
 
'd074c794796d17d77eed7c34201d93d7ef3f1322fe1ea4a2ddd7137fae884d49f94f465ee39cfd8346b026142668a41f5a8671e521409505dd6d002f71c0eebc')
 b2sums=('SKIP'
 'SKIP'
-
'66d76ea0c05a4afc3104e22602cffc2373e857728625d31ab3244881cafa91c099a817a09def7746bce4133585bfc90b769f43527e77a81ed13e60a8c2fb4d8d'
+
'cc1df41fa12ba4443e15e94f6ebdc5e103b9dab5eab2e1c8f74e6a74fa2c38207817921b65d7293cb241c190a910191c7163600bb75243adde0e2f9ec31cc885'
 'SKIP'
 
'8b9939d5224396ef33b43e019250ba4bc8949903583615e8dc02c85340fc0a1e2d1632161e00b0ee7355d77f05529ac772f482e05d2089afd71a0bf71e803904'
 
'98742b83c2d605772a1bfa64ee434430413516db13d80235f0bc0be3a0e930aa17d737a6d2c95ce3d60f33de9f93679e09f421632d9e3fc9575d662fcf198f4b'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/edk2/-/commit/57d969d85e7475d43e2d69869efbc5cc5b6a8a51

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




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

2023-08-28 Thread @orhun


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

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




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

2023-08-28 Thread @orhun


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


Commits:
3a4cd2e5 by Orhun Parmaksız at 2023-08-28T13:12:05+03:00
upgpkg: 0.9.0-1: upstream release

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=himalaya
-pkgver=0.8.4
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="A CLI email client"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
 depends=('gcc-libs' 'notmuch' 'openssl')
 makedepends=('cargo')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('7b67bee9ebfd5fdfefd6dc2caa4337fb9174d81d2fed13e124ca8e8de538e87f8a39fd93f7c81bf560f5bcaddc1d7408af4be58ee551cd29bb259ca1cfa12645')
+sha512sums=('0233289968a80672e39d7cd133f14bb9cd27129f389fccc4b366844389395a5bbfb89184e4d2b2ef2ecbbcaaf959a679f937f4b4b7c6018a52269a196c4af551')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

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




[Git][archlinux/packaging/packages/lsd] Pushed new tag 1.0.0-1

2023-08-28 Thread @orhun


Orhun Parmaksız pushed new tag 1.0.0-1 at Arch Linux / Packaging / Packages / 
lsd

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




[Git][archlinux/packaging/packages/lsd][main] upgpkg: 1.0.0-1: upstream release

2023-08-28 Thread @orhun


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


Commits:
90094097 by Orhun Parmaksız at 2023-08-28T13:30:38+03:00
upgpkg: 1.0.0-1: upstream release

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,21 +3,23 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=lsd
-pkgver=0.23.1
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc='Modern ls with a lot of pretty colors and awesome icons'
 url='https://github.com/Peltoche/lsd'
 arch=('x86_64')
 license=('Apache')
-depends=('gcc-libs')
+depends=('gcc-libs' 'zlib')
 makedepends=('cargo' 'pandoc')
+checkdepends=('git')
 optdepends=(
   'nerd-fonts'
   'awesome-terminal-fonts'
 )
-source=(https://github.com/Peltoche/lsd/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('9698919689178cc095f39dcb6a8a41ce32d5a1283e6fe62755e9a861232c307d')
-sha512sums=('20ce3b0bb81f2bb2025025ed9af35ce7fc2089d6bdeb4a55312358fecf8dd15c4665c732a0c5cc8642ecc2c90457ed05587aa8290818429a419a4f05a6c19db6')
+source=(https://github.com/Peltoche/lsd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('ab34e9c85bc77cfa42b43bfb54414200433a37419f3b1947d0e8cfbb4b7a6325')
+sha512sums=('c16fbbaa23bcc24050180d415f992459b423473eeb7771b1b8cd59aab5db97bf8d0cd01e3db507031f9588291bb8c90e02397b9a146973a054d338b60da10220')
+options=('!lto')
 
 prepare() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lsd/-/commit/90094097237663c1d270fcf94d782de1f7a9bece

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




[Git][archlinux/packaging/packages/wlroots] Pushed new tag 0.16.2-2

2023-08-28 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.16.2-2 at Arch Linux / Packaging / Packages 
/ wlroots

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




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

2023-08-28 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 10.1.0-1 at Arch Linux / Packaging / Packages 
/ grafana

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




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

2023-08-28 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
grafana


Commits:
f077c78d by Jelle van der Waa at 2023-08-28T12:59:56+02:00
upgpkg: 10.1.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=10.0.3
+pkgver=10.1.0
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'



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

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




[Git][archlinux/packaging/packages/openapi-generator][main] upgpkg: 7.0.0-1

2023-08-28 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
openapi-generator


Commits:
7d7080cb by David Runge at 2023-08-28T13:15:43+02:00
upgpkg: 7.0.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=openapi-generator
-pkgver=6.6.0
+pkgver=7.0.0
 pkgrel=1
 pkgdesc="Generation of API client libraries, server stubs, documentation and 
configuration"
 arch=(any)
@@ -9,19 +9,20 @@ url="https://github.com/openapitools/openapi-generator/";
 license=(Apache)
 depends=(
   bash
-  java-runtime=8)
+  java-runtime=11
+)
 makedepends=(
   maven
-  java-environment=8
+  java-environment=11
   strip-nondeterminism
 )
 source=(
   $url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz
   $pkgname.sh
 )
-sha512sums=('deafc6e8d858b86f588232f5f4f4ddb04bc35f31faab01fc09333a8afc45bf1f5bd3349b71f6027124156e1e8a4ea6b1d4c36672d8901776021a0e59c30bc251'
+sha512sums=('05f1cb00c41eb6a7727ec69a0007160f13bca86933937b9f31164c0aba37775eb1c2eafaa60f168ac76bc9368fe8cc7748c1de9e7e11159870ac06523a7981a5'
 
'0b81955e2da12182b70366c4d8ff48d970a0edee6242a13dc657879b2e1c15205a2bfa01cbef51dd86d90e1176569a211b704d30d19b529e15ead825a89a4e9c')
-b2sums=('81a558c2eedba48baf78f6c036b5f445c71426ccfb79b29886018e306a49056ef8ead1ee89839f2aa1d7792dbded78585f71d920b37c4deff0099640944af163'
+b2sums=('ee749c1efa7159a7057b25efec8ba288e3e5aa90ef825751592490e7022d8025654bb642b4ff1431e9c31e91b6af37b2ae5d5d94d4deec2ea2eef402aec557c2'
 
'd2f38df8fd23a32e95e9e09624283ca4927dce8cf6dbdbfc11547396ae2bd9c6c1ff65082447f1e30caba3654fd6e50558272d524242ca6727df7024729a1123')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openapi-generator/-/commit/7d7080cb7d0c7b2fe82ae4c6b8ea886fac0270e2

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




[Git][archlinux/packaging/packages/openapi-generator] Pushed new tag 7.0.0-1

2023-08-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 7.0.0-1 at Arch Linux / Packaging / Packages / 
openapi-generator

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




[Git][archlinux/packaging/packages/python-pytest-testinfra][main] upgpkg: 9.0.0-1

2023-08-28 Thread David Runge (@dvzrv)


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


Commits:
7a678828 by David Runge at 2023-08-28T13:22:35+02:00
upgpkg: 9.0.0-1

Switch to upstream source tarballs.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 _name=pytest-testinfra
 pkgname=python-pytest-testinfra
-pkgver=8.1.0
+pkgver=9.0.0
 pkgrel=1
 pkgdesc='Testinfra test your infrastructures'
 arch=(any)
@@ -41,11 +41,13 @@ optdepends=(
   'python-pywinrm: for testing on Windows hosts'
   'salt: for tests using saltstack'
 )
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('2f98cc15952c5607ecc1db76bae90aa9d299951cd1f4c5f8ba6085a7f4e6babac7f4ef4e44e089829f7382139164259007125f505c18129cc7135b840d709931')
-b2sums=('169ccd6afc4260f3dd42c8eff8112395adc7216cfd3e5f7abeb9b9d3db0cd766465dd94a5ca500d610db469f0e51298b6fc26f3c0ffd27f2fc215d859c99e52d')
+source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('92faa7d8bac702876514e7d0566db8d04ed69325dd74b0a0a8b66c0a514450a8815b8ac3b8f67ed7c17bd39349a2363f73627cb88700a194be496cfcf7f15973')
+b2sums=('2e506a9a41dc403f9b9a9c667ced5c905a47da63f9155da436f210871aefb85a477dd35fd1931c123cfa4f9c7e608aef8daecb0a4051ef31eb8ea83950177c7b')
 
 build() {
+  export SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver"
+
   cd $_name-$pkgver
   python -m build --wheel --no-isolation
   make -C doc man



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-testinfra/-/commit/7a678828b8a518785036a56137ff95df15874525

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




[Git][archlinux/packaging/packages/python-pytest-testinfra] Pushed new tag 9.0.0-1

2023-08-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 9.0.0-1 at Arch Linux / Packaging / Packages / 
python-pytest-testinfra

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




[Git][archlinux/packaging/packages/pyenv] Pushed new tag 2.3.35-1

2023-08-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.3.35-1 at Arch Linux / Packaging / Packages / pyenv

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




[Git][archlinux/packaging/packages/pyenv][main] upgpkg: 2.3.35-1

2023-08-28 Thread David Runge (@dvzrv)


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


Commits:
b30920e7 by David Runge at 2023-08-28T13:26:57+02:00
upgpkg: 2.3.35-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=pyenv
-pkgver=2.3.24
+pkgver=2.3.35
 pkgrel=1
 pkgdesc="Easily switch between multiple versions of Python"
 arch=(any)
@@ -10,8 +10,8 @@ license=(MIT)
 depends=(bash)
 optdepends=('git: installing development versions')
 source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('ca7df302f16f1f4cc77ee292b872745168865bccaf767f4730183ca146e11f10c6a06a1d47ee97d374e2bf1d8f6cb7b5c7895da11bb3266646933f5a338a9eb8')
-b2sums=('bea957c6412109df281b3ef243bd7c3ec087d5972a4a23b7a9cd10d87391d033b700302ef2998cf2e4f2759cac4b3f34c8289551a9bf214b80ace1abe7ffc4b5')
+sha512sums=('891d926277af6b6576a4a9731b36302b3f21ab65197d771228656f87453d67dfa86ee32e1e53b929a186b22ecfb29fccf57187ad0a2e63681f0bbe65a39a2e83')
+b2sums=('6680952a2e98d02549a3f5b6d24344a4b3eb0593eaab676ee0c26399e68e5a69da866f65e5cc027b47d239fed2e9e86c91a11fe263827a2285fba668edacbe2f')
 
 package() {
   cd $pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/drumstick] Pushed new tag 2.8.1-1

2023-08-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.8.1-1 at Arch Linux / Packaging / Packages / 
drumstick

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




[Git][archlinux/packaging/packages/drumstick][main] upgpkg: 2.8.1-1

2023-08-28 Thread David Runge (@dvzrv)


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


Commits:
2882e37a by David Runge at 2023-08-28T13:32:41+02:00
upgpkg: 2.8.1-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Dany Martineau 
 
 pkgname=drumstick
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=(x86_64)
@@ -34,8 +34,8 @@ provides=(
   libdrumstick-widgets.so
 )
 
source=(https://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha512sums=('d960b1ddd31d2197c4d5d0cea3ce3ca1dff11d5c2012a020c25207a5dd92d06b72fc63512eed878759ac7a9ac0e855e347061e6e6032b5ba4ae002ca089a79e3')
-b2sums=('98560b484143c4a1cbac9ddf7da6dc82bd555dfafb499ed76db8f5260ed18bbdd3695e49c3e57150af9bd0fe210b45108c63ca4bf1a2acba9f4f8b9a4783f053')
+sha512sums=('69a507150466b23716a798b74618141c9f52a4a8be6ff6e70a3a482c5e83a3f8a5704d10b0ed2613f34a7ee129a755c46ffdab10949b0b449574baaf9cd10ebb')
+b2sums=('15c2ce34380fc82e259f4a17ae6ca6646e140c994f59164597ca0b72f5bd6afe004ead7835715b4f35a1ee1c9872388805728d57880cec1877de344d918b89c7')
 
 build() {
   local cmake_options=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/drumstick/-/commit/2882e37adfc47a8b4fa89752ebb9577e47f23664

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




[Git][archlinux/packaging/packages/ostree] Pushed new tag 2023.6-1

2023-08-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 2023.6-1 at Arch Linux / Packaging / Packages / 
ostree

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




[Git][archlinux/packaging/packages/ostree][main] upgpkg: 2023.6-1

2023-08-28 Thread David Runge (@dvzrv)


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


Commits:
8114abd7 by David Runge at 2023-08-28T13:34:34+02:00
upgpkg: 2023.6-1

libsoup seems to not really be required during runtime (at least the project 
does not link against it)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Mirco Tischler 
 
 pkgname=ostree
-_commit=518cd46f6c78d6ae5c0a93355dbf63aa86cbd7e4  # tags/v2023.5
-pkgver=2023.5
+_commit=cf09e9f4e8f10d772a04ebe0ca9f66698e837f6a  # tags/v2023.6
+pkgver=2023.6
 pkgrel=1
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostreedev.github.io/ostree/";
@@ -115,7 +115,7 @@ package() {
 glib2 libgio-2.0.so libglib-2.0.so libgobject-2.0.so
 gpgme libgpgme.so
 libarchive libarchive.so
-libsoup libsoup-2.4.so
+libsoup
 openssl libcrypto.so
 systemd-libs libsystemd.so
 xz liblzma.so



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ostree/-/commit/8114abd753aaa324dd67bd91cf7e59f89a411e75

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




[Git][archlinux/packaging/packages/python-identify][main] upgpkg: 2.5.27-1

2023-08-28 Thread David Runge (@dvzrv)


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


Commits:
ada7784b by David Runge at 2023-08-28T13:37:38+02:00
upgpkg: 2.5.27-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _name=identify
 pkgname=python-identify
-pkgver=2.5.26
+pkgver=2.5.27
 pkgrel=1
 pkgdesc="File identification library for Python"
 arch=(any)
@@ -24,9 +24,9 @@ optdepends=(
   'python-editdistance-s: for returning license identifiers'
   'python-ukkonen: for returning license identifiers'
 )
-source=($_name-$pkgver.tar.gz::https://github.com/pre-commit/$_name/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('4c17c7f40b14fd45649e0a6b6885e2d96a1ce3cf91fbc1092fdb9b92d7bf2ac35b0c04a24bb3e77f3188a3c8d00f57dbe19ca660e1e08b60cdb60385f340c4bd')
-b2sums=('383c6467436107cf98a667f1db3ab63f42aadff8f51d2f6bedf715dd45590eeb5fe7b3d6572b7704a7ae613d079a22a2d84c86581b7a63b7578807e06034aa70')
+source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('a604088628b2aeeaf8cb04a91f197bbc567d3c3e17047400201cccae5b168d92ebac26e181b835fa7c18f78d051795d7c25165596c2636f882098f63bac527d6')
+b2sums=('c4b29509d94912b15c35dfbee9b829594dc1953a7f6122cd4955042849686d53a79c7f9049f312226e5e55a148e4b3bc60158e836e9b9a0d5ca2de0cb133a1af')
 
 build() {
   cd $_name-$pkgver



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

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




[Git][archlinux/packaging/packages/python-identify] Pushed new tag 2.5.27-1

2023-08-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.5.27-1 at Arch Linux / Packaging / Packages / 
python-identify

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




[Git][archlinux/packaging/packages/python-geopy][main] upgpkg: 2.4.0-1

2023-08-28 Thread David Runge (@dvzrv)


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


Commits:
1f2d6315 by David Runge at 2023-08-28T13:38:28+02:00
upgpkg: 2.4.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,9 +2,9 @@
 
 _name=geopy
 pkgname=python-geopy
-_commit=9da9c28445b2a1a522d27e5798a1fb3135aa36ed  # refs/tags/2.3.0
-pkgver=2.3.0
-pkgrel=3
+_commit=e61648db147c522a167c1f0935c9b4bf7dff623c  # refs/tags/2.4.0
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="Geocoding library for Python"
 arch=(any)
 url="https://github.com/geopy/geopy";
@@ -34,7 +34,7 @@ optdepends=(
   'python-requests: for requests support'
   'python-pytz: for timezone support'
 )
-source=(git+$url#tag=$_commit?signed)
+source=("git+$url#tag=$_commit?signed")
 sha512sums=('SKIP')
 b2sums=('SKIP')
 validpgpkeys=('A18FE9F6F570D5B4E1E1853FAA7B5406547AF062') # Kostya Esmukov 




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

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




[Git][archlinux/packaging/packages/python-geopy] Pushed new tag 2.4.0-1

2023-08-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.4.0-1 at Arch Linux / Packaging / Packages / 
python-geopy

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




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

2023-08-28 Thread @orhun


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

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




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

2023-08-28 Thread @orhun


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


Commits:
f62bc1e6 by Orhun Parmaksız at 2023-08-28T15:26:03+03:00
upgpkg: 0.3.20-1: upstream release

- - - - -


1 changed file:

- PKGBUILD


Changes:

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



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

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




[Git][archlinux/packaging/packages/sysdig] Pushed new tag 0.32.1-3

2023-08-28 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 0.32.1-3 at Arch Linux / Packaging / 
Packages / sysdig

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




[Git][archlinux/packaging/packages/sysdig][main] protobuf 24 rebuild

2023-08-28 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / sysdig


Commits:
ae0c10d6 by Massimiliano Torromeo at 2023-08-28T15:54:31+02:00
protobuf 24 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgbase=sysdig
 pkgname=(sysdig sysdig-dkms)
 pkgver=0.32.1
-pkgrel=2
+pkgrel=3
 
 # from src/sysdig-*/cmake/modules/falcosecurity-libs.cmake
 _falcover=0.11.3
@@ -35,7 +35,7 @@ prepare() {
   patch -p1 -i "$srcdir"/falcosecurity-libs-nodownload.patch
 
   sed s/USE_BUNDLED_DEPS/USE_BUNDLED_NJSON/ -i 
cmake/modules/nlohmann-json.cmake
-# Fix build with abseil-cpp 2023
+  # Fix build with abseil-cpp 2023
   sed -e 's|-std=c++0x||' -i CMakeLists.txt -i 
../libs-${_falcover}/cmake/modules/CompilerFlags.cmake
 }
 



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

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




[Git][archlinux/packaging/packages/sysdig] Pushed new tag 0.32.1-4

2023-08-28 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 0.32.1-4 at Arch Linux / Packaging / 
Packages / sysdig

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




[Git][archlinux/packaging/packages/sysdig][main] upgpkg: 0.32.1-4

2023-08-28 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / sysdig


Commits:
c5663614 by Massimiliano Torromeo at 2023-08-28T15:59:14+02:00
upgpkg: 0.32.1-4

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgbase=sysdig
 pkgname=(sysdig sysdig-dkms)
 pkgver=0.32.1
-pkgrel=3
+pkgrel=4
 
 # from src/sysdig-*/cmake/modules/falcosecurity-libs.cmake
 _falcover=0.11.3



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

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




[Git][archlinux/packaging/packages/sysdig] Pushed new tag 0.32.1-5

2023-08-28 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 0.32.1-5 at Arch Linux / Packaging / 
Packages / sysdig

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




[Git][archlinux/packaging/packages/sysdig][main] upgpkg: 0.32.1-5: protobug 2f rebuild

2023-08-28 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / sysdig


Commits:
6b42a498 by Massimiliano Torromeo at 2023-08-28T16:05:59+02:00
upgpkg: 0.32.1-5: protobug 2f rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgbase=sysdig
 pkgname=(sysdig sysdig-dkms)
 pkgver=0.32.1
-pkgrel=4
+pkgrel=5
 
 # from src/sysdig-*/cmake/modules/falcosecurity-libs.cmake
 _falcover=0.11.3



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

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




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

2023-08-28 Thread Massimiliano Torromeo (@mtorromeo)


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


Commits:
b88f07f5 by Massimiliano Torromeo at 2023-08-28T16:09:54+02:00
upgpkg: 299-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-packagekit cockpit-pcp cockpit-storaged)
-pkgver=298
+pkgver=299
 pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
@@ -18,7 +18,7 @@ 
source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/co
 "cockpit.pam"
 "cockpit-ws.sysuser.conf"
 "cockpit-wsinstance.sysuser.conf")
-sha256sums=('c7da91824f7a72c82c1a3aaff1a57dbe0ce1e29e05e95d92b5118a324a3f4b39'
+sha256sums=('01db75367aac67043ee6770c546419ce3bbe49f7fe19a89929a61996474d06f7'
 'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
 '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
 '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')



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

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




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

2023-08-28 Thread Massimiliano Torromeo (@mtorromeo)


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

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




[Git][archlinux/packaging/packages/usbguard] Pushed new tag 1.1.2-3

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.1.2-3 at Arch Linux / Packaging / Packages / 
usbguard

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




[Git][archlinux/packaging/packages/usbguard][main] upgpkg: 1.1.2-3: protobuf 24 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


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


Commits:
c019809e by Antonio Rojas at 2023-08-28T16:10:36+02:00
upgpkg: 1.1.2-3: protobuf 24 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=usbguard
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Software framework for implementing USB device authorization policies'
 url='https://github.com/USBGuard/usbguard'
 arch=('x86_64')



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

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




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

2023-08-28 Thread Massimiliano Torromeo (@mtorromeo)


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


Commits:
b07f61fc by Massimiliano Torromeo at 2023-08-28T16:11:48+02:00
upgpkg: 75-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-podman
-pkgver=74
+pkgver=75
 pkgrel=1
 pkgdesc='Cockpit UI for podman containers'
 arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/cockpit-project/cockpit-podman'
 license=(LGPL)
 depends=(cockpit podman)
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=('437a21eddf5c56ce597190d21379e278171b3bdf70daf75806681c220fff233e')
+sha256sums=('318ce4ab814bcc292f97b9c761d7d98a90f5363edcced5fa7cbe3f2bdb307b9f')
 
 package() {
   cd $pkgname



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

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




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

2023-08-28 Thread Massimiliano Torromeo (@mtorromeo)


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

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




[Git][archlinux/packaging/packages/protobuf-c][main] upgpkg: 1.4.1-3: protobuf 24 rebuild

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
protobuf-c


Commits:
5501beec by Antonio Rojas at 2023-08-28T16:13:15+02:00
upgpkg: 1.4.1-3: protobuf 24 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=protobuf-c
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Protocol Buffers implementation in C'
 arch=('x86_64')
 url='https://github.com/protobuf-c/protobuf-c'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/protobuf-c/-/commit/5501beecc0d94bd3bfdbace82374602db5b55be9

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




[Git][archlinux/packaging/packages/protobuf-c] Pushed new tag 1.4.1-3

2023-08-28 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.4.1-3 at Arch Linux / Packaging / Packages / 
protobuf-c

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




[Git][archlinux/packaging/packages/nmon] Pushed new tag 16p-1

2023-08-28 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 16p-1 at Arch Linux / Packaging / Packages 
/ nmon

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




[Git][archlinux/packaging/packages/nmon][main] upgpkg: 16p-1

2023-08-28 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / nmon


Commits:
20cc34d3 by Massimiliano Torromeo at 2023-08-28T16:15:32+02:00
upgpkg: 16p-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,19 +1,19 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nmon
-pkgver=16n
-pkgrel=2
+pkgver=16p
+pkgrel=1
 pkgdesc="AIX & Linux Performance Monitoring tool"
 arch=('x86_64')
 url="http://nmon.sourceforge.net";
 license=('GPL')
 depends=('ncurses')
-source=("https://downloads.sourceforge.net/$pkgname/lmon$pkgver.c";)
-sha256sums=('c0012cc2d925dee940c37ceae297abac64ba5a5c30e575e7418b04028613f5f2')
+source=("https://downloads.sourceforge.net/$pkgname/nmon$pkgver.c";)
+sha256sums=('5dc6045f6725e3249a969918fae69663a1d669162087720babcdb90fce9e6b2a')
 
 build() {
   cd "$srcdir"
-  cc -o nmon lmon$pkgver.c $LDFLAGS $CFLAGS -g -O3 -lncurses -lm -D X86
+  cc -o nmon nmon$pkgver.c $LDFLAGS $CFLAGS -g -O3 -lncurses -lm -D X86
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nmon/-/commit/20cc34d3c4464a15eae0db46828b144ef7b89797

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




[Git][archlinux/packaging/packages/powerdns-recursor] Pushed new tag 4.9.1-1

2023-08-28 Thread Remi Gacogne (@rgacogne)


Remi Gacogne pushed new tag 4.9.1-1 at Arch Linux / Packaging / Packages / 
powerdns-recursor

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




[Git][archlinux/packaging/packages/powerdns-recursor][main] upgpkg: 4.9.1-1

2023-08-28 Thread Remi Gacogne (@rgacogne)


Remi Gacogne pushed to branch main at Arch Linux / Packaging / Packages / 
powerdns-recursor


Commits:
c9a3435b by Remi Gacogne at 2023-08-28T16:48:25+02:00
upgpkg: 4.9.1-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Jan Steffens 
 
 pkgname=powerdns-recursor
-pkgver=4.9.0
+pkgver=4.9.1
 pkgrel=1
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
@@ -19,7 +19,7 @@ conflicts=('pdns-recursor')
 backup=('etc/powerdns/recursor.conf')
 
source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
 sysusers.conf)
-sha512sums=('c9694fe7c852441d55c9e89e7d212e7d5a3a4e81742adc5240f673f9bc91205a36a6071e5992baec078806e8ae73f390dfc0b5ed795365a35040284372f8e6ad'
+sha512sums=('f342699fad0cee9dadc6d59edb5770d1f81bac5a4cb3cf7fef0e1f15ae65ff504e95f0e9de91c36cdef40f6ab2c6a27aebdb377e1f043c4f03b82da7cbd9051b'
 'SKIP'
 
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
 validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/powerdns-recursor/-/commit/c9a3435be570655bf36f1444c96ee7275642edb5

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




[Git][archlinux/packaging/packages/packagekit] Pushed new tag 1.2.7-1

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


Christian Hesse pushed new tag 1.2.7-1 at Arch Linux / Packaging / Packages / 
packagekit

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




[Git][archlinux/packaging/packages/v2ray-domain-list-community] Pushed new tag 20230825070717-1

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


Felix Yan pushed new tag 20230825070717-1 at Arch Linux / Packaging / Packages 
/ v2ray-domain-list-community

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




[Git][archlinux/packaging/packages/v2ray-domain-list-community][main] upgpkg: 20230825070717-1

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
v2ray-domain-list-community


Commits:
dde012db by Felix Yan at 2023-08-28T17:54:14+03:00
upgpkg: 20230825070717-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20230825070118
-_commit=8bc08792b8823f6c4c7ccb6eb00094a7223a4b1d
+pkgver=20230825070717
+_commit=b5886d54f666a19df4246d4af50dd3290ce41172
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/v2ray-domain-list-community/-/commit/dde012dbf8672780388d9c82f4e47963ac86e22d

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




[Git][archlinux/packaging/packages/haskell-strict-list][main] upgpkg: 0.1.7.2-1: rebuild with strict-list 0.1.7.2

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


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


Commits:
aad9227e by Felix Yan at 2023-08-28T17:55:56+03:00
upgpkg: 0.1.7.2-1: rebuild with strict-list 0.1.7.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _hkgname=strict-list
 pkgname=haskell-strict-list
-pkgver=0.1.7.1
-pkgrel=8
+pkgver=0.1.7.2
+pkgrel=1
 pkgdesc="Strict linked list"
 url="https://github.com/nikita-volkov/strict-list";
 license=("MIT")
@@ -11,7 +11,7 @@ arch=('x86_64')
 depends=('ghc-libs' 'haskell-hashable' 'haskell-semigroupoids')
 makedepends=('ghc' 'uusi' 'haskell-rerebase' 'haskell-tasty' 
'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('d52f3d803a8e8a08fee2b0122d96e9b6e7b13559f4899691cf9be14877825f9079d400a779046bab784f80c1626be76ffe64fc12210d8c13e9bbc80c3d96d915')
+sha512sums=('7b6d8da03d50deb6d400ebf3054db50689455e01791927d735abb206be13f3b34d7945cc949bb997db579c78689aca7f3fff3f40bb3862aa60314e232ef3e858')
 
 prepare() {
   cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-strict-list/-/commit/aad9227e1e7fc358d9b05a087e050116dcb0affd

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




[Git][archlinux/packaging/packages/haskell-strict-list] Pushed new tag 0.1.7.2-1

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


Felix Yan pushed new tag 0.1.7.2-1 at Arch Linux / Packaging / Packages / 
haskell-strict-list

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




[Git][archlinux/packaging/packages/ruby-sus][main] upgpkg: 0.22.1-1

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / ruby-sus


Commits:
d71db891 by Felix Yan at 2023-08-28T17:56:22+03:00
upgpkg: 0.22.1-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=ruby-sus
-pkgver=0.22.0
-_commit=425d9f040270983b8d53c8b0a491cb5c25bf67c2
+pkgver=0.22.1
+_commit=4876b18650e1fddb90dbc50bb273129a3eaf6ba7
 pkgrel=1
 pkgdesc='A fast and scalable test runner'
 arch=(any)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-sus/-/commit/d71db891e71d37f9fa9378a9f60df33e2426055e

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




[Git][archlinux/packaging/packages/ruby-sus] Pushed new tag 0.22.1-1

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


Felix Yan pushed new tag 0.22.1-1 at Arch Linux / Packaging / Packages / 
ruby-sus

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




[Git][archlinux/packaging/packages/haskell-ptr] Pushed new tag 0.16.8.4-42

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


Felix Yan pushed new tag 0.16.8.4-42 at Arch Linux / Packaging / Packages / 
haskell-ptr

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




[Git][archlinux/packaging/packages/haskell-ptr][main] upgpkg: 0.16.8.4-42: rebuild with strict-list 0.1.7.2

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


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


Commits:
04b1e2bf by Felix Yan at 2023-08-28T17:56:54+03:00
upgpkg: 0.16.8.4-42: rebuild with strict-list 0.1.7.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=ptr
 pkgname=haskell-ptr
 pkgver=0.16.8.4
-pkgrel=41
+pkgrel=42
 pkgdesc="Experimental abstractions for operations on pointers"
 url="https://github.com/nikita-volkov/ptr";
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ptr/-/commit/04b1e2bf278dbdb1770250ea5fd5e6b5e513c050

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




[Git][archlinux/packaging/packages/haskell-deque][main] upgpkg: 0.4.4-153: rebuild with strict-list 0.1.7.2

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


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


Commits:
5d647b02 by Felix Yan at 2023-08-28T17:56:54+03:00
upgpkg: 0.4.4-153: rebuild with strict-list 0.1.7.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=deque
 pkgname=haskell-deque
 pkgver=0.4.4
-pkgrel=152
+pkgrel=153
 pkgdesc="Double-ended queues"
 url="https://github.com/nikita-volkov/deque";
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-deque/-/commit/5d647b02ebd79dd960ef6fb3bd0cc84dcdb196b4

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




[Git][archlinux/packaging/packages/haskell-deque] Pushed new tag 0.4.4-153

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


Felix Yan pushed new tag 0.4.4-153 at Arch Linux / Packaging / Packages / 
haskell-deque

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




[Git][archlinux/packaging/packages/haskell-butcher][main] upgpkg: 1.3.3.2-295: rebuild with strict-list 0.1.7.2

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


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


Commits:
4d15e23e by Felix Yan at 2023-08-28T17:58:05+03:00
upgpkg: 1.3.3.2-295: rebuild with strict-list 0.1.7.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=butcher
 pkgname=haskell-butcher
 pkgver=1.3.3.2
-pkgrel=294
+pkgrel=295
 pkgdesc="Chops a command or program invocation into digestable pieces."
 url="https://github.com/lspitzner/butcher/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-butcher/-/commit/4d15e23e07213041d66c481d514e7f4880ae25ec

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




[Git][archlinux/packaging/packages/haskell-butcher] Pushed new tag 1.3.3.2-295

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


Felix Yan pushed new tag 1.3.3.2-295 at Arch Linux / Packaging / Packages / 
haskell-butcher

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




[Git][archlinux/packaging/packages/haskell-hasql-dynamic-statements] Pushed new tag 0.3.1.1-34

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


Felix Yan pushed new tag 0.3.1.1-34 at Arch Linux / Packaging / Packages / 
haskell-hasql-dynamic-statements

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hasql-dynamic-statements/-/tree/0.3.1.1-34
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hasql-dynamic-statements][main] upgpkg: 0.3.1.1-34: rebuild with strict-list 0.1.7.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hasql-dynamic-statements


Commits:
771b3be4 by Felix Yan at 2023-08-28T18:00:16+03:00
upgpkg: 0.3.1.1-34: rebuild with strict-list 0.1.7.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hasql-dynamic-statements
 pkgname=haskell-hasql-dynamic-statements
 pkgver=0.3.1.1
-pkgrel=33
+pkgrel=34
 pkgdesc="Toolkit for constructing Hasql statements dynamically"
 url="https://github.com/nikita-volkov/hasql-dynamic-statements";
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hasql-dynamic-statements/-/commit/771b3be4a76b7dcb6864cdb5f266daabaf4e747e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hasql-dynamic-statements/-/commit/771b3be4a76b7dcb6864cdb5f266daabaf4e747e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-protocol-http][main] upgpkg: 0.24.5-1

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-protocol-http


Commits:
495ac013 by Felix Yan at 2023-08-28T18:02:51+03:00
upgpkg: 0.24.5-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=ruby-protocol-http
-pkgver=0.24.4
-_commit=d9533e68a90dfaee6fe800673e14fc59235b50b9
+pkgver=0.24.5
+_commit=8dbc6a1ca8c4e812cd226e1d06387940a8950697
 pkgrel=1
 pkgdesc='Provides abstractions to handle HTTP protocols'
 arch=(any)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http/-/commit/495ac013532871a3f3c738667021c893e4e87afa

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




[Git][archlinux/packaging/packages/ruby-protocol-http] Pushed new tag 0.24.5-1

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


Felix Yan pushed new tag 0.24.5-1 at Arch Linux / Packaging / Packages / 
ruby-protocol-http

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




[Git][archlinux/packaging/packages/haskell-brittany] Pushed new tag 0.14.0.2-66

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


Felix Yan pushed new tag 0.14.0.2-66 at Arch Linux / Packaging / Packages / 
haskell-brittany

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




[Git][archlinux/packaging/packages/haskell-brittany][main] upgpkg: 0.14.0.2-66: rebuild with strict-list 0.1.7.2

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


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


Commits:
94a4f2c3 by Felix Yan at 2023-08-28T18:05:00+03:00
upgpkg: 0.14.0.2-66: rebuild with strict-list 0.1.7.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=brittany
 pkgname=haskell-brittany
 pkgver=0.14.0.2
-pkgrel=65
+pkgrel=66
 pkgdesc="Haskell source code formatter"
 url="https://github.com/lspitzner/brittany/";
 license=("AGPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-brittany/-/commit/94a4f2c3efa97c0c6f63993cdd2986cbde01683a

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




[Git][archlinux/packaging/packages/haskell-hls-brittany-plugin] Pushed new tag 1.1.0.0-50

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


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

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




[Git][archlinux/packaging/packages/haskell-hls-brittany-plugin][main] upgpkg: 1.1.0.0-50: rebuild with strict-list 0.1.7.2

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


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


Commits:
82ba4deb by Felix Yan at 2023-08-28T18:06:43+03:00
upgpkg: 1.1.0.0-50: rebuild with strict-list 0.1.7.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=hls-brittany-plugin
 pkgname=haskell-hls-brittany-plugin
 pkgver=1.1.0.0
-pkgrel=49
+pkgrel=50
 pkgdesc="Integration with the Brittany code formatter"
 url="https://haskellwingman.dev";
 license=("Apache")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-brittany-plugin/-/commit/82ba4deb7c7e215e77614257b84a325b02b968db

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




[Git][archlinux/packaging/packages/postgrest][main] upgpkg: 10.0.0-131: rebuild with strict-list 0.1.7.2

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


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


Commits:
66bb685d by Felix Yan at 2023-08-28T18:09:05+03:00
upgpkg: 10.0.0-131: rebuild with strict-list 0.1.7.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

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



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

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




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

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


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

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




[Git][archlinux/packaging/packages/phoc][main] upgpkg: 0.30.0-1

2023-08-28 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
phoc


Commits:
724ad952 by Jelle van der Waa at 2023-08-28T17:09:39+02:00
upgpkg: 0.30.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,9 +9,11 @@ pkgdesc='Display compositor designed for phones'
 arch=(x86_64 aarch64)
 url='https://gitlab.gnome.org/World/Phosh/phoc'
 license=(GPL3)
-depends=(gnome-desktop wlroots gsettings-desktop-schemas)
-checkdepends=(xorg-server-xvfb xorg-xauth)
-makedepends=(cmake meson git wayland-protocols)
+depends=(gnome-desktop wlroots gsettings-desktop-schemas pixman libinput 
libxcb libxkbcommon
+json-glib glib2 dconf cairo wayland)
+checkdepends=(xorg-server-xvfb xorg-xauth mutter pixman)
+makedepends=(cmake meson git wayland-protocols python-jinja python-pygments 
python-typogrify libgirepository)
+optdepends=('xorg-wayland: run X clients under phoc')
 
source=(https://gitlab.gnome.org/World/Phosh/phoc/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz

https://gitlab.gnome.org/guidog/gmobile/-/archive/${libgmobile_commit}/gmobile-${libgmobile_commit}.tar.gz)
 sha256sums=('66cbe98c5533e294eb22d5c3f93c87c80b1b5a9da291d075695b5249cba98bdf'
@@ -27,7 +29,7 @@ build() {
 }
 
 check() {
-  meson test -C build --print-errorlogs
+  LC_ALL=C.UTF-8 WLR_RENDERER=pixman xvfb-run meson test -C build 
--print-errorlogs
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phoc/-/commit/724ad952e30dfc8ab837b1f7969ca150167761fd

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




[Git][archlinux/packaging/packages/phoc] Pushed new tag 0.30.0-1

2023-08-28 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.30.0-1 at Arch Linux / Packaging / Packages 
/ phoc

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




[Git][archlinux/packaging/packages/haskell-language-server] Pushed new tag 1.9.0.0-58

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


Felix Yan pushed new tag 1.9.0.0-58 at Arch Linux / Packaging / Packages / 
haskell-language-server

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




  1   2   3   >