[Git][archlinux/packaging/packages/pyside6][main] upgpkg: 6.7.1-1: Update to 6.7.1

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
f41197d9 by Antonio Rojas at 2024-05-25T09:04:13+02:00
upgpkg: 6.7.1-1: Update to 6.7.1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + missing-include.patch


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pyside6
-   pkgver = 6.7.0
-   pkgrel = 5
+   pkgver = 6.7.1
+   pkgrel = 1
url = https://www.qt.io
arch = x86_64
license = LGPL
@@ -34,10 +34,12 @@ pkgbase = pyside6
makedepends = qt6-webchannel
makedepends = qt6-webengine
makedepends = qt6-websockets
-   source = git+https://code.qt.io/pyside/pyside-setup#tag=v6.7.0
+   source = git+https://code.qt.io/pyside/pyside-setup#tag=v6.7.1
source = fix-build.patch
-   sha256sums = 
63e85c9d7d66182d05d841eff56d9062a11f26970c34afb6dc6630ca27d60306
+   source = missing-include.patch
+   sha256sums = 
cd2e6bca68d14af05185f1413645b7069528d30acb58ff9d9deccf83bd1b8bdc
sha256sums = 
77b83cb164ea87d826259864f6a81fb33199510e1948d6daaf5c8d5ab55735a7
+   sha256sums = 
d1a3fd4930c93ccfc02c051dd6f072f19658f223b28951a8d2a19a0b46018009
 
 pkgname = pyside6
pkgdesc = Enables the use of Qt6 APIs in Python applications


=
PKGBUILD
=
@@ -5,10 +5,10 @@ pkgbase=pyside6
 pkgname=(pyside6
  pyside6-tools
  shiboken6)
-_qtver=6.7.0
+_qtver=6.7.1
 _clangver=17.0.6
 pkgver=${_qtver/-/}
-pkgrel=5
+pkgrel=1
 arch=(x86_64)
 url='https://www.qt.io'
 license=(LGPL)
@@ -43,17 +43,21 @@ makedepends=(clang
  qt6-webengine
  qt6-websockets)
 source=(git+https://code.qt.io/pyside/pyside-setup#tag=v$pkgver
-fix-build.patch)
-sha256sums=('63e85c9d7d66182d05d841eff56d9062a11f26970c34afb6dc6630ca27d60306'
-'77b83cb164ea87d826259864f6a81fb33199510e1948d6daaf5c8d5ab55735a7')
+fix-build.patch
+missing-include.patch)
+sha256sums=('cd2e6bca68d14af05185f1413645b7069528d30acb58ff9d9deccf83bd1b8bdc'
+'77b83cb164ea87d826259864f6a81fb33199510e1948d6daaf5c8d5ab55735a7'
+'d1a3fd4930c93ccfc02c051dd6f072f19658f223b28951a8d2a19a0b46018009')
 
 prepare() {
   cd pyside-setup
   git cherry-pick -n 556bc8d158b06546343ae2f51b05f555d47442c0 # Fix star 
imports (PYSIDE-2675)
   patch -p1 < ../fix-build.patch
+  patch -p1 < ../missing-include.patch
 }
 
 build() {
+  CLANG_INSTALL_DIR="/usr" \
   cmake -B build -S pyside-setup -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=None \


=
missing-include.patch
=
@@ -0,0 +1,12 @@
+diff --git a/sources/shiboken6/libshiboken/sbkmodule.cpp 
b/sources/shiboken6/libshiboken/sbkmodule.cpp
+index 47977d747..c45bf391f 100644
+--- a/sources/shiboken6/libshiboken/sbkmodule.cpp
 b/sources/shiboken6/libshiboken/sbkmodule.cpp
+@@ -7,6 +7,7 @@
+ #include "bindingmanager.h"
+ #include "sbkstring.h"
+ #include "sbkcppstring.h"
++#include "sbkconverter_p.h"
+ 
+ #include 
+ #include 



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

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




[Git][archlinux/packaging/packages/pyside6] Pushed new tag 6.7.1-1

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 6.7.1-1 at Arch Linux / Packaging / Packages / 
pyside6

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




[Git][archlinux/packaging/packages/rio] Pushed new tag 0.0.37-2

2024-05-25 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.0.37-2 at Arch Linux / Packaging / Packages / rio

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




[Git][archlinux/packaging/packages/rio][main] Add nvchecker integration

2024-05-25 Thread David Runge (@dvzrv)


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


Commits:
644585fe by David Runge at 2024-05-25T09:21:51+02:00
Add nvchecker integration

Signed-off-by: David Runge 

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[rio]
+source = "git"
+git = "https://github.com/raphamorim/rio";
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rio/-/commit/644585fe63ae2d83e4b89428bed0b9ebca6d24ed

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




[Git][archlinux/packaging/packages/lib32-sqlite] Pushed new tag 3.46.0-1

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.46.0-1 at Arch Linux / Packaging / Packages / 
lib32-sqlite

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




[Git][archlinux/packaging/packages/lib32-sqlite][main] upgpkg: 3.46.0-1: Update to 3.46.0

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-sqlite


Commits:
42465af7 by Antonio Rojas at 2024-05-25T09:46:50+02:00
upgpkg: 3.46.0-1: Update to 3.46.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-sqlite
pkgdesc = A C library that implements an SQL database engine (32-bit)
-   pkgver = 3.45.3
+   pkgver = 3.46.0
pkgrel = 1
url = https://www.sqlite.org/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = lib32-sqlite
makedepends = lib32-readline
makedepends = sqlite
options = !emptydirs
-   source = https://www.sqlite.org/2024/sqlite-src-3450300.zip
+   source = https://www.sqlite.org/2024/sqlite-src-346.zip
source = license.txt
-   sha256sums = 
ec0c959e42cb5f1804135d0555f8ea32be6ff2048eb181bccd367c8f53f185d1
+   sha256sums = 
070362109beb6899f65797571b98b8824c8f437f5b2926f88ee068d98ef368ec
sha256sums = 
4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d
 
 pkgname = lib32-sqlite


=
PKGBUILD
=
@@ -6,8 +6,8 @@
 
 pkgbase="lib32-sqlite"
 pkgname=('lib32-sqlite')
-_srcver=3450300
-pkgver=3.45.3
+_srcver=346
+pkgver=3.46.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -18,7 +18,7 @@ options=('!emptydirs')
 source=(https://www.sqlite.org/2024/sqlite-src-${_srcver}.zip
 license.txt)
 # upstream now switched to sha3sums - currently not supported by makepkg
-sha256sums=('ec0c959e42cb5f1804135d0555f8ea32be6ff2048eb181bccd367c8f53f185d1'
+sha256sums=('070362109beb6899f65797571b98b8824c8f437f5b2926f88ee068d98ef368ec'
 '4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sqlite/-/commit/42465af7ea3d0e7fe9f268864ba37e820b8e3400

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




[Git][archlinux/packaging/packages/jupyter-nbclassic][main] upgpkg: 1.1.0-1: Update to 1.1.0

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
jupyter-nbclassic


Commits:
df5607c6 by Antonio Rojas at 2024-05-25T09:47:12+02:00
upgpkg: 1.1.0-1: Update to 1.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,30 @@
 pkgbase = jupyter-nbclassic
pkgdesc = Jupyter Notebook as a Jupyter Server Extension
-   pkgver = 1.0.0
-   pkgrel = 2
+   pkgver = 1.1.0
+   pkgrel = 1
url = https://jupyter.org/
arch = any
-   license = custom
-   checkdepends = python-pytest-tornasync
+   license = BSD-3-Clause
checkdepends = python-pytest-jupyter
+   checkdepends = python-pytest-tornasync
+   makedepends = bower
+   makedepends = git
+   makedepends = npm
makedepends = python-build
makedepends = python-installer
makedepends = python-jupyter-packaging
-   depends = python-jupyter-server-terminals
+   depends = jupyter-nbconvert
+   depends = jupyter-nbformat
depends = jupyter-notebook-shim
+   depends = jupyter-server
depends = mathjax2
-   source = 
https://pypi.io/packages/source/n/nbclassic/nbclassic-1.0.0.tar.gz
-   sha256sums = 
0ae11eb2319455d805596bf320336cda9554b41d99ab9a3c31bf8180bffa30e3
+   depends = python
+   depends = python-ipython-genutils
+   depends = python-jupyter-core
+   depends = python-jupyter-server-terminals
+   depends = python-tornado
+   depends = python-traitlets
+   source = git+https://github.com/jupyter/nbclassic#tag=v1.1.0
+   sha256sums = 
508fce5019a08ab4d553477acad8714a0fa4601314568e00a85aa4b286920e62
 
 pkgname = jupyter-nbclassic


=
PKGBUILD
=
@@ -1,31 +1,47 @@
 # Maintainer: Antonio Rojas 
 
-_pipname=nbclassic
-pkgname=jupyter-$_pipname
-pkgver=1.0.0
-pkgrel=2
+_pyname=nbclassic
+pkgname=jupyter-$_pyname
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Jupyter Notebook as a Jupyter Server Extension'
 arch=(any)
 url='https://jupyter.org/'
-license=(custom)
-depends=(python-jupyter-server-terminals jupyter-notebook-shim mathjax2)
-makedepends=(python-build python-installer python-jupyter-packaging)
-checkdepends=(python-pytest-tornasync python-pytest-jupyter)
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('0ae11eb2319455d805596bf320336cda9554b41d99ab9a3c31bf8180bffa30e3')
+license=(BSD-3-Clause)
+depends=(jupyter-nbconvert
+ jupyter-nbformat
+ jupyter-notebook-shim
+ jupyter-server
+ mathjax2
+ python
+ python-ipython-genutils
+ python-jupyter-core
+ python-jupyter-server-terminals
+ python-tornado
+ python-traitlets)
+makedepends=(bower
+ git
+ npm
+ python-build
+ python-installer
+ python-jupyter-packaging)
+checkdepends=(python-pytest-jupyter
+  python-pytest-tornasync)
+source=(git+https://github.com/jupyter/nbclassic#tag=v$pkgver)
+sha256sums=('508fce5019a08ab4d553477acad8714a0fa4601314568e00a85aa4b286920e62')
 
 build() {
-  cd $_pipname-$pkgver
+  cd $_pyname
   python -m build --wheel --no-isolation --skip-dependency-check
 }
 
 check() {
-  cd $_pipname-$pkgver
+  cd $_pyname
   pytest -v
 }
 
 package() {
-  cd $_pipname-$pkgver
+  cd $_pyname
   python -m installer --destdir="$pkgdir" dist/*.whl
   mv "$pkgdir"/{usr/,}etc
 # Unbundle mathjax



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbclassic/-/commit/df5607c6b12cd13fc2f65d6abb9b1d1dc4f5a305

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




[Git][archlinux/packaging/packages/jupyter-nbclassic] Pushed new tag 1.1.0-1

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.1.0-1 at Arch Linux / Packaging / Packages / 
jupyter-nbclassic

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




[Git][archlinux/packaging/packages/libgeotiff] Pushed new tag 1.7.3-1

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.7.3-1 at Arch Linux / Packaging / Packages / 
libgeotiff

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




[Git][archlinux/packaging/packages/libgeotiff][main] upgpkg: 1.7.3-1: Update to 1.7.3

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
79bd3a09 by Antonio Rojas at 2024-05-25T09:51:10+02:00
upgpkg: 1.7.3-1: Update to 1.7.3

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = libgeotiff
+   pkgdesc = A TIFF based interchange format for georeferenced raster 
imagery
+   pkgver = 1.7.3
+   pkgrel = 1
+   url = https://github.com/OSGeo/libgeotiff
+   changelog = libgeotiff.changelog
+   arch = x86_64
+   license = custom
+   depends = libtiff
+   depends = proj
+   depends = libjpeg-turbo
+   depends = zlib
+   source = 
https://github.com/OSGeo/libgeotiff/releases/download/1.7.3/libgeotiff-1.7.3.tar.gz
+   sha256sums = 
ba23a3a35980ed3de916e125c739251f8e3266be07540200125a307d7cf5a704
+
+pkgname = libgeotiff


=
PKGBUILD
=
@@ -5,28 +5,20 @@
 # Contributor: William Rea 
 
 pkgname=libgeotiff
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
 arch=(x86_64)
 url="https://github.com/OSGeo/libgeotiff";
 license=(custom)
 depends=(libtiff proj libjpeg-turbo zlib)
 changelog=$pkgname.changelog
-source=(https://github.com/OSGeo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
-
$pkgname-proj-9.1.1-part1.patch::https://github.com/OSGeo/libgeotiff/commit/f4b2b195c2d1.patch
-
$pkgname-proj-9.1.1-part2.patch::https://github.com/OSGeo/libgeotiff/commit/468e2a178fa2.patch)
-sha256sums=('05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6'
-'afa402635f5efb73c4e0773e1e091a34104c405f452f8cf7d69ce188079ca9c6'
-'bac7e47e6f0a8793ebf19fcfd5791d75e772e5e656100374e4e8e70e75990b70')
+source=(https://github.com/OSGeo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ba23a3a35980ed3de916e125c739251f8e3266be07540200125a307d7cf5a704')
 
 prepare() {
   cd $pkgname-$pkgver
   autoreconf -vfi
-
-  # https://github.com/OSGeo/libgeotiff/issues/81
-  patch -Np2 -i ../$pkgname-proj-9.1.1-part1.patch
-  patch -Np2 -i ../$pkgname-proj-9.1.1-part2.patch
 }
 
 build() {



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

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




[Git][archlinux/packaging/packages/mongo-c-driver] Pushed new tag 1.27.1-1

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.27.1-1 at Arch Linux / Packaging / Packages / 
mongo-c-driver

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




[Git][archlinux/packaging/packages/mongo-c-driver][main] upgpkg: 1.27.1-1: Update to 1.27.1

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
d7ae5f0a by Antonio Rojas at 2024-05-25T09:57:02+02:00
upgpkg: 1.27.1-1: Update to 1.27.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = mongo-c-driver
pkgdesc = A client library written in C for MongoDB
-   pkgver = 1.26.1
+   pkgver = 1.27.1
pkgrel = 1
url = https://www.mongodb.org/display/DOCS/C+Language+Center
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = mongo-c-driver
conflicts = libmongoc
replaces = libbson
replaces = libmongoc
-   source = 
https://github.com/mongodb/mongo-c-driver/archive/1.26.1/mongo-c-driver-1.26.1.tar.gz
-   sha512sums = 
ef55fadf66a28a7e9dd513ce9cd36fc91898775d5d20903193b1f321f7814129b1d56c980cfc81cf348830d7bbfde81885585fbcf498ead287675b67c91d470d
+   source = 
https://github.com/mongodb/mongo-c-driver/archive/1.27.1/mongo-c-driver-1.27.1.tar.gz
+   sha512sums = 
642264ec4358eb2de76b5dc0d7534c8751df980fc7fe21a010a44e4a7799a351ec6a8ed46fba54a6029b5d5e8c82df055a1a0eb01f23c1247a91bab8d6a5b306
 
 pkgname = mongo-c-driver


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=mongo-c-driver
-pkgver=1.26.1
+pkgver=1.27.1
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('x86_64')
@@ -13,7 +13,7 @@ provides=('libbson' 'libmongoc')
 conflicts=('libbson' 'libmongoc')
 replaces=('libbson' 'libmongoc')
 
source=("https://github.com/mongodb/mongo-c-driver/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('ef55fadf66a28a7e9dd513ce9cd36fc91898775d5d20903193b1f321f7814129b1d56c980cfc81cf348830d7bbfde81885585fbcf498ead287675b67c91d470d')
+sha512sums=('642264ec4358eb2de76b5dc0d7534c8751df980fc7fe21a010a44e4a7799a351ec6a8ed46fba54a6029b5d5e8c82df055a1a0eb01f23c1247a91bab8d6a5b306')
 
 build() {
   cmake -B build -S mongo-c-driver-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mongo-c-driver/-/commit/d7ae5f0a75400432c7d9d198508b81618d2e09d6

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




[Git][archlinux/packaging/packages/gpxsee][main] upgpkg: 13.20-1: Update to 13.20

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
315ae211 by Antonio Rojas at 2024-05-25T10:09:15+02:00
upgpkg: 13.20-1: Update to 13.20

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gpxsee
pkgdesc = GPS log file viewer and analyzer
-   pkgver = 13.19
+   pkgver = 13.20
pkgrel = 1
url = https://www.gpxsee.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = gpxsee
depends = qt6-serialport
depends = hicolor-icon-theme
optdepends = qtpbfimageplugin-qt6: Mapbox vector tiles (MVT) files 
support
-   source = https://downloads.sourceforge.net/gpxsee/GPXSee-13.19.tar.gz
-   sha256sums = 
e35d1bbc2b562969bb356cd6a5515f70696a870ac8255a590a55c15fc2f1f52a
+   source = https://downloads.sourceforge.net/gpxsee/GPXSee-13.20.tar.gz
+   sha256sums = 
f390d0d1ea360730915a2c8526b196b56a8ec68c2f6009f50e686428cb8ebb8e
 
 pkgname = gpxsee


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=gpxsee
 _pkgname=GPXSee
-pkgver=13.19
+pkgver=13.20
 pkgrel=1
 pkgdesc='GPS log file viewer and analyzer'
 arch=(x86_64)
@@ -16,7 +16,7 @@ depends=('qt6-imageformats' 'qt6-positioning' 'qt6-svg'
 makedepends=('qt6-tools')
 optdepends=('qtpbfimageplugin-qt6: Mapbox vector tiles (MVT) files support')
 source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('e35d1bbc2b562969bb356cd6a5515f70696a870ac8255a590a55c15fc2f1f52a')
+sha256sums=('f390d0d1ea360730915a2c8526b196b56a8ec68c2f6009f50e686428cb8ebb8e')
 
 build() {
   cd $_pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/315ae21115c140f1f3b07d40563c2aa670a1

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




[Git][archlinux/packaging/packages/gpxsee] Pushed new tag 13.20-1

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 13.20-1 at Arch Linux / Packaging / Packages / 
gpxsee

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




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

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 4.3.1-4 at Arch Linux / Packaging / Packages / 
audacious-plugins

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




[Git][archlinux/packaging/packages/audacious-plugins][main] upgpkg: 4.3.1-4: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
audacious-plugins


Commits:
c6190a50 by Antonio Rojas at 2024-05-25T10:17:15+02:00
upgpkg: 4.3.1-4: ffmpeg 7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = audacious-plugins
pkgdesc = Plugins for Audacious
pkgver = 4.3.1
-   pkgrel = 3
+   pkgrel = 4
url = https://audacious-media-player.org/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=4.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Plugins for Audacious"
 arch=('x86_64')
 url="https://audacious-media-player.org/";



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

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




[Git][archlinux/packaging/packages/istio][main] 2 commits: Add nvchecker config

2024-05-25 Thread Carl Smedstad (@carsme)


Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / istio


Commits:
94df0f5b by Carl Smedstad at 2024-05-10T06:56:55+02:00
Add nvchecker config

- - - - -
de61f881 by Carl Smedstad at 2024-05-10T06:58:43+02:00
Update to v1.21.2

Additionally:

- Use SDPX license identifier.
- Download go dependencies in prepare() instead of build().
- Avoid using upstream Makefile.
- Add check() function running unit tests and verifying version reported
  by executable.

- - - - -


2 changed files:

- + .nvchecker.toml
- PKGBUILD


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[istio]
+source = "github"
+github = "istio/istio"
+prefix = "v"
+use_latest_release = true


=
PKGBUILD
=
@@ -1,35 +1,65 @@
+# Maintainer: Carl Smedstad 
 # Maintainer: Christian Rebischke 
 # Contributor: Arturo Penen 
 # Contributor: jtagcat 
 
 pkgname=istio
-pkgver=1.21.0
+pkgver=1.21.2
 pkgrel=1
-pkgdesc='Istio configuration command line utility for service operators to 
debug and diagnose their Istio mesh.'
+pkgdesc='Istio configuration command line utility for service operators to 
debug and diagnose their Istio mesh'
 arch=('x86_64')
 url='https://github.com/istio/istio'
-license=('Apache')
+license=('Apache-2.0')
 makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/istio/istio/archive/$pkgver.tar.gz";)
-sha512sums=('ab7cf1666db05525553be56d9bfd85f6b62602114def27761e7659a07bfa405075543410d057a620604cebd6064c2785b03fc83358cde14a76bcd6f227905023')
-b2sums=('a4ff818ebca9c10621dc11b4e477f66b54eb752bc47b2ad9bb43f0fcf9f4b686925a9dd6ce7311f597d4d47392184de49cd972ddffe8394a3fe4919def856e31')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('573d2026061dd775e21aacd0cece464030420efa9c18fc65e539924f1529222bc036119d9e20418215123b52de2f49972264cbca161ddbd8bc4b4d0a86d62020')
+b2sums=('9ece4ea1d550f3c6149034c8e919c26b7a928a92809dbc02569b75ce2a81a3f976fdadcbd59f98f1bcb4082a839f9170b349a1207bfe15af8337febaa9fa2aa0')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  go mod download -x
+}
 
 build() {
   cd $pkgname-$pkgver
-  export VERSION=$pkgver
-  export TAG=$pkgver
-  export BUILD_WITH_CONTAINER=0
-  make 
"${srcdir}/$pkgname-$pkgver/out/linux_amd64/release/istioctl-linux-amd64"
+
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  # shellcheck disable=SC2153
+  export CGO_LDFLAGS="$LDFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  mkdir -p build
+  local ldflags="-linkmode=external -X 
istio.io/istio/pkg/version.buildVersion=$pkgver"
+  go build -v -buildvcs=false -o build -ldflags="$ldflags" \
+./istioctl/cmd/istioctl
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  # Test that the exectuble reports the correct version
+  test "$(./build/istioctl version --remote=false)" = "$pkgver"
+
+  # Disable unit tests failing in a chroot - not sure why
+  local unit_tests=$(
+go list ./istioctl/... \
+  | grep -v istio.io/istio/istioctl/pkg/multicluster \
+  | grep -v istio.io/istio/istioctl/pkg/tag \
+  | sort
+  )
+  # shellcheck disable=SC2086
+  go test -v $unit_tests
 }
 
 package() {
-  install -Dm 755 
"${srcdir}/$pkgname-$pkgver/out/linux_amd64/release/istioctl-linux-amd64" 
"${pkgdir}/usr/bin/istioctl"
+  install -Dm 755 "${srcdir}/$pkgname-$pkgver/build/istioctl" 
"${pkgdir}/usr/bin/istioctl"
 
   # Populate bash and zsh completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions"
-  install -dm 755 "${pkgdir}/usr/share/zsh/site-functions"
   "${pkgdir}/usr/bin/istioctl" collateral --bash
-  mv istioctl.bash "${pkgdir}/usr/share/bash-completion/completions/istioctl"
   "${pkgdir}/usr/bin/istioctl" collateral --zsh
-  mv _istioctl  "${pkgdir}/usr/share/zsh/site-functions/_istioctl"
+  install -Dm 644 istioctl.bash 
"${pkgdir}/usr/share/bash-completion/completions/istioctl"
+  install -Dm 644 _istioctl "${pkgdir}/usr/share/zsh/site-functions/_istioctl"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/istio/-/compare/7ee430876b126c0a6caccdca6fc2435adc124788...de61f881dd225b64dea8192d3b2eed1b345b4e5e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/istio/-/compare/7ee430876b126c0a6caccdca6fc2435adc124788...de61f881dd225b64dea8192d3b2eed1b345b4e5e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/istio][main] upgpkg: 1.22.0-1

2024-05-25 Thread Carl Smedstad (@carsme)


Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / istio


Commits:
40b2cd90 by Carl Smedstad at 2024-05-25T10:19:55+02:00
upgpkg: 1.22.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = istio
+   pkgdesc = Istio configuration command line utility for service 
operators to debug and diagnose their Istio mesh
+   pkgver = 1.22.0
+   pkgrel = 1
+   url = https://github.com/istio/istio
+   arch = x86_64
+   license = Apache-2.0
+   makedepends = go
+   source = 
istio-1.22.0.tar.gz::https://github.com/istio/istio/archive/1.22.0.tar.gz
+   sha512sums = 
780730bd5615b8e7cfa00659dca1d46f0c511f8255ce6c1ab8af56f9d76b757551339fe1ee7d36daa5aa2db3cd5120caf6950a9d23d294c1d53646330c00153c
+   b2sums = 
8da2e756f04cb618f9f400ae1e94c1ddd1ef17111ba48dd68aabb87d7780f6ae7e4fb6aef429916c65873b019c60c45c8cba873485abbf6a68a61efb397b0f1f
+
+pkgname = istio


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: jtagcat 
 
 pkgname=istio
-pkgver=1.21.2
+pkgver=1.22.0
 pkgrel=1
 pkgdesc='Istio configuration command line utility for service operators to 
debug and diagnose their Istio mesh'
 arch=('x86_64')
@@ -12,8 +12,8 @@ url='https://github.com/istio/istio'
 license=('Apache-2.0')
 makedepends=('go')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('573d2026061dd775e21aacd0cece464030420efa9c18fc65e539924f1529222bc036119d9e20418215123b52de2f49972264cbca161ddbd8bc4b4d0a86d62020')
-b2sums=('9ece4ea1d550f3c6149034c8e919c26b7a928a92809dbc02569b75ce2a81a3f976fdadcbd59f98f1bcb4082a839f9170b349a1207bfe15af8337febaa9fa2aa0')
+sha512sums=('780730bd5615b8e7cfa00659dca1d46f0c511f8255ce6c1ab8af56f9d76b757551339fe1ee7d36daa5aa2db3cd5120caf6950a9d23d294c1d53646330c00153c')
+b2sums=('8da2e756f04cb618f9f400ae1e94c1ddd1ef17111ba48dd68aabb87d7780f6ae7e4fb6aef429916c65873b019c60c45c8cba873485abbf6a68a61efb397b0f1f')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/istio/-/commit/40b2cd903d64cd8290b9f4e809736adb51f97973

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




[Git][archlinux/packaging/packages/istio] Pushed new tag 1.22.0-1

2024-05-25 Thread Carl Smedstad (@carsme)


Carl Smedstad pushed new tag 1.22.0-1 at Arch Linux / Packaging / Packages / 
istio

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




[Git][archlinux/packaging/packages/croc] Pushed new tag 10.0.3-1

2024-05-25 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 10.0.3-1 at Arch Linux / Packaging / Packages / 
croc

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




[Git][archlinux/packaging/packages/croc][main] upgpkg: 10.0.3-1

2024-05-25 Thread Caleb Maclennan (@alerque)


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


Commits:
659875f2 by Caleb Maclennan at 2024-05-25T11:21:51+03:00
upgpkg: 10.0.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = croc
pkgdesc = Easily and securely send things from one computer to another.
-   pkgver = 10.0.2
+   pkgver = 10.0.3
pkgrel = 1
url = https://github.com/schollz/croc
arch = x86_64
license = MIT
makedepends = go
depends = glibc
-   source = 
croc-v10.0.2.tar.gz::https://github.com/schollz/croc/releases/download/v10.0.2/croc_v10.0.2_src.tar.gz
-   sha256sums = 
b5c3eff7810d27037109361c9b1b03e9f78aa4b0b706425ea3fdfdc2e7626861
+   source = 
croc-v10.0.3.tar.gz::https://github.com/schollz/croc/releases/download/v10.0.3/croc_v10.0.3_src.tar.gz
+   sha256sums = 
a7ad91d00079204872d42169d1431f6edae6d6e61e0916a94fee6c6f94b40a5d
 
 pkgname = croc


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=10.0.2
+pkgver=10.0.3
 pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(glibc)
 makedepends=(go)
 _archive="$pkgname-v$pkgver"
 
source=("$_archive.tar.gz::$url/releases/download/v$pkgver/${pkgname}_v${pkgver}_src.tar.gz")
-sha256sums=('b5c3eff7810d27037109361c9b1b03e9f78aa4b0b706425ea3fdfdc2e7626861')
+sha256sums=('a7ad91d00079204872d42169d1431f6edae6d6e61e0916a94fee6c6f94b40a5d')
 
 build() {
 cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/croc/-/commit/659875f2add285ad9e516a7a42cfb662389619a5

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




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

2024-05-25 Thread Caleb Maclennan (@alerque)


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


Commits:
3292c544 by Caleb Maclennan at 2024-05-25T11:22:46+03:00
upgpkg: 1:1.39.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
-   pkgver = 1.39.0
+   pkgver = 1.39.1
pkgrel = 1
epoch = 1
url = https://www.dolthub.com
@@ -8,7 +8,7 @@ pkgbase = dolt
license = Apache
makedepends = go
depends = glibc
-   source = 
https://github.com/dolthub/dolt/archive/v1.39.0/dolt-1.39.0.tar.gz
-   sha256sums = 
d412c4a9616cf6fe5df85a2782ab5127f20d4dad35c79cc0fa765d6c2d8c88ac
+   source = 
https://github.com/dolthub/dolt/archive/v1.39.1/dolt-1.39.1.tar.gz
+   sha256sums = 
90101700b18cd4af781e359605b44b97413a53a5af70154e6d2a38ad6e0ac042
 
 pkgname = dolt


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=dolt
 epoch=1
-pkgver=1.39.0
+pkgver=1.39.1
 pkgrel=1
 pkgdesc='Git for data! A version controlled relational database'
 arch=(x86_64)
@@ -15,7 +15,7 @@ depends=(glibc)
 makedepends=(go)
 _archive="$pkgname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('d412c4a9616cf6fe5df85a2782ab5127f20d4dad35c79cc0fa765d6c2d8c88ac')
+sha256sums=('90101700b18cd4af781e359605b44b97413a53a5af70154e6d2a38ad6e0ac042')
 
 prepare() {
cd "$_archive"/go



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

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




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

2024-05-25 Thread Caleb Maclennan (@alerque)


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

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




[Git][archlinux/packaging/packages/audaspace] Pushed new tag 1.5.0-1

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.5.0-1 at Arch Linux / Packaging / Packages / 
audaspace

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




[Git][archlinux/packaging/packages/audaspace][main] upgpkg: 1.5.0-1: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
8d02ea83 by Antonio Rojas at 2024-05-25T10:24:03+02:00
upgpkg: 1.5.0-1: ffmpeg 7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = audaspace
pkgdesc = A high level and feature rich audio library written in C++ 
with language bindings
-   pkgver = 1.4.0
-   pkgrel = 3
+   pkgver = 1.5.0
+   pkgrel = 1
url = https://audaspace.github.io/
arch = x86_64
license = Apache
@@ -23,8 +23,8 @@ pkgbase = audaspace
depends = sdl2
optdepends = python: python language bindings
optdepends = python-numpy: python language bindings
-   source = 
https://github.com/neXyon/audaspace/archive/v1.4.0/audaspace-v1.4.0.tar.gz
-   sha512sums = 
a977356cc72f5b024d3819542326f85280c24bf16a9bee830e9818113345e5c3e3793e9b113b983b460161f3b827a3b110f40ae781082eacc72b7a5882c80d99
-   b2sums = 
1ccca9f19cd8491650cc20b1dc4f57ced2fbca13d97855303edaafa4ec6aa70aef4fedfd8bb738045d38270c2e62fd271450bce241b1d367bd7ce800e330
+   source = 
https://github.com/neXyon/audaspace/archive/v1.5.0/audaspace-v1.5.0.tar.gz
+   sha512sums = 
9c463c2ddfc2de10537590d678bcdee09e15f3f3ca386aebe8eb0a9f7bd9249b7a8cab51aabc9fd8fc640842bb78ae1ad229521144c3796894f0205217b23479
+   b2sums = 
7fae3f864675af38d3ec6402be2f6d08d9458ca0d4d27151b51a4fb556cde089a5892f5a66cd193b99b620826ee3ac5af33a10e7925971036cf893fd06f64349
 
 pkgname = audaspace


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=audaspace
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="A high level and feature rich audio library written in C++ with 
language bindings"
 arch=(x86_64)
 url="https://audaspace.github.io/";
@@ -31,8 +31,8 @@ optdepends=(
   'python-numpy: python language bindings'
 )
 
source=("https://github.com/neXyon/audaspace/archive/v$pkgver/$pkgname-v$pkgver.tar.gz";)
-sha512sums=('a977356cc72f5b024d3819542326f85280c24bf16a9bee830e9818113345e5c3e3793e9b113b983b460161f3b827a3b110f40ae781082eacc72b7a5882c80d99')
-b2sums=('1ccca9f19cd8491650cc20b1dc4f57ced2fbca13d97855303edaafa4ec6aa70aef4fedfd8bb738045d38270c2e62fd271450bce241b1d367bd7ce800e330')
+sha512sums=('9c463c2ddfc2de10537590d678bcdee09e15f3f3ca386aebe8eb0a9f7bd9249b7a8cab51aabc9fd8fc640842bb78ae1ad229521144c3796894f0205217b23479')
+b2sums=('7fae3f864675af38d3ec6402be2f6d08d9458ca0d4d27151b51a4fb556cde089a5892f5a66cd193b99b620826ee3ac5af33a10e7925971036cf893fd06f64349')
 
 build() {
   local cmake_options=(



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

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




[Git][archlinux/packaging/packages/haskell-universe-base][main] upgpkg: 1.1.4-1: rebuild with universe-base 1.1.4

2024-05-25 Thread Felix Yan (@felixonmars)


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


Commits:
003d3e48 by Felix Yan at 2024-05-25T08:24:12+00:00
upgpkg: 1.1.4-1: rebuild with universe-base 1.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-universe-base
pkgdesc = A class for finite and recursively enumerable types.
-   pkgver = 1.1.3.1
-   pkgrel = 24
+   pkgver = 1.1.4
+   pkgrel = 1
url = https://github.com/dmwit/universe
arch = x86_64
license = BSD
@@ -9,7 +9,7 @@ pkgbase = haskell-universe-base
makedepends = haskell-quickcheck
depends = ghc-libs
depends = haskell-tagged
-   source = 
https://hackage.haskell.org/packages/archive/universe-base/1.1.3.1/universe-base-1.1.3.1.tar.gz
-   sha512sums = 
443e2f85240df286d017da780b01001570b558813cf123f4c49cad15ed7f300a4c05bf9bf4ef642d870461b87ac2d550cddf45a6c0145f48294b465a825e44eb
+   source = 
https://hackage.haskell.org/packages/archive/universe-base/1.1.4/universe-base-1.1.4.tar.gz
+   sha512sums = 
d273448c255815a6cda93fd3f895c1b6f2550655624e433aeb71906c80ffd3ac547e86fa055dee200911da8fdf6f8e24d61b6663bcac6cbb7cab113c67136784
 
 pkgname = haskell-universe-base


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _hkgname=universe-base
 pkgname=haskell-universe-base
-pkgver=1.1.3.1
-pkgrel=24
+pkgver=1.1.4
+pkgrel=1
 pkgdesc="A class for finite and recursively enumerable types."
 url="https://github.com/dmwit/universe";
 license=("BSD")
@@ -11,7 +11,7 @@ arch=('x86_64')
 depends=('ghc-libs' 'haskell-tagged')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('443e2f85240df286d017da780b01001570b558813cf123f4c49cad15ed7f300a4c05bf9bf4ef642d870461b87ac2d550cddf45a6c0145f48294b465a825e44eb')
+sha512sums=('d273448c255815a6cda93fd3f895c1b6f2550655624e433aeb71906c80ffd3ac547e86fa055dee200911da8fdf6f8e24d61b6663bcac6cbb7cab113c67136784')
 
 build() {
   cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-universe-base/-/commit/003d3e488d13e49d08d7255b463729b869611b30

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




[Git][archlinux/packaging/packages/haskell-universe-base] Pushed new tag 1.1.4-1

2024-05-25 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.4-1 at Arch Linux / Packaging / Packages / 
haskell-universe-base

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




[Git][archlinux/packaging/packages/haskell-fin] Pushed new tag 0.3-25

2024-05-25 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.3-25 at Arch Linux / Packaging / Packages / 
haskell-fin

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




[Git][archlinux/packaging/packages/haskell-fin][main] upgpkg: 0.3-25: rebuild with universe-base 1.1.4

2024-05-25 Thread Felix Yan (@felixonmars)


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


Commits:
0d396d71 by Felix Yan at 2024-05-25T08:24:54+00:00
upgpkg: 0.3-25: rebuild with universe-base 1.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-fin
pkgdesc = Nat and Fin: peano naturals and finite numbers
pkgver = 0.3
-   pkgrel = 24
+   pkgrel = 25
url = https://github.com/phadej/vec
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=fin
 pkgname=haskell-fin
 pkgver=0.3
-pkgrel=24
+pkgrel=25
 pkgdesc="Nat and Fin: peano naturals and finite numbers"
 url="https://github.com/phadej/vec";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-fin/-/commit/0d396d71a38c824deed44b4fe7250425ebebe796

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




[Git][archlinux/packaging/packages/haskell-universe-reverse-instances] Pushed new tag 1.1.1-151

2024-05-25 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.1.1-151 at Arch Linux / Packaging / Packages / 
haskell-universe-reverse-instances

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-universe-reverse-instances/-/tree/1.1.1-151
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-universe-reverse-instances][main] upgpkg: 1.1.1-151: rebuild with universe-base 1.1.4

2024-05-25 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-universe-reverse-instances


Commits:
0c0dd0ad by Felix Yan at 2024-05-25T08:25:52+00:00
upgpkg: 1.1.1-151: rebuild with universe-base 1.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-universe-reverse-instances
pkgdesc = Instances of standard classes that are made possible by 
enumerations
pkgver = 1.1.1
-   pkgrel = 150
+   pkgrel = 151
url = https://github.com/dmwit/universe
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=universe-reverse-instances
 pkgname=haskell-universe-reverse-instances
 pkgver=1.1.1
-pkgrel=150
+pkgrel=151
 pkgdesc="Instances of standard classes that are made possible by enumerations"
 url="https://github.com/dmwit/universe";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-universe-reverse-instances/-/commit/0c0dd0ad97429b4d259f0369bceae848618f14f5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-universe-reverse-instances/-/commit/0c0dd0ad97429b4d259f0369bceae848618f14f5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-vec][main] upgpkg: 0.5-50: rebuild with universe-base 1.1.4

2024-05-25 Thread Felix Yan (@felixonmars)


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


Commits:
611590a6 by Felix Yan at 2024-05-25T08:26:46+00:00
upgpkg: 0.5-50: rebuild with universe-base 1.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-vec
pkgdesc = Vec: length-indexed (sized) list
pkgver = 0.5
-   pkgrel = 49
+   pkgrel = 50
url = https://github.com/phadej/vec
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=vec
 pkgname=haskell-vec
 pkgver=0.5
-pkgrel=49
+pkgrel=50
 pkgdesc="Vec: length-indexed (sized) list"
 url="https://github.com/phadej/vec";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-vec/-/commit/611590a64255e39a5d9df032fedebf5963e33dfe

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




[Git][archlinux/packaging/packages/haskell-vec] Pushed new tag 0.5-50

2024-05-25 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.5-50 at Arch Linux / Packaging / Packages / 
haskell-vec

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




[Git][archlinux/packaging/packages/haskell-lattices][main] upgpkg: 2.1-63: rebuild with universe-base 1.1.4

2024-05-25 Thread Felix Yan (@felixonmars)


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


Commits:
9572276c by Felix Yan at 2024-05-25T08:26:53+00:00
upgpkg: 2.1-63: rebuild with universe-base 1.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-lattices
pkgdesc = Fine-grained library for constructing and manipulating 
lattices
pkgver = 2.1
-   pkgrel = 62
+   pkgrel = 63
url = https://github.com/phadej/lattices/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=lattices
 pkgname=haskell-lattices
 pkgver=2.1
-pkgrel=62
+pkgrel=63
 pkgdesc="Fine-grained library for constructing and manipulating lattices"
 url="https://github.com/phadej/lattices/";
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lattices/-/commit/9572276c6d791deba9d6a60d4023364d0021ba20

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




[Git][archlinux/packaging/packages/haskell-lattices] Pushed new tag 2.1-63

2024-05-25 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 2.1-63 at Arch Linux / Packaging / Packages / 
haskell-lattices

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




[Git][archlinux/packaging/packages/haskell-bin][main] upgpkg: 0.1.3-25: rebuild with universe-base 1.1.4

2024-05-25 Thread Felix Yan (@felixonmars)


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


Commits:
762a6466 by Felix Yan at 2024-05-25T08:26:43+00:00
upgpkg: 0.1.3-25: rebuild with universe-base 1.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-bin
pkgdesc = Bin: binary natural numbers.
pkgver = 0.1.3
-   pkgrel = 24
+   pkgrel = 25
url = https://github.com/phadej/vec
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=bin
 pkgname=haskell-bin
 pkgver=0.1.3
-pkgrel=24
+pkgrel=25
 pkgdesc="Bin: binary natural numbers."
 url="https://github.com/phadej/vec";
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-bin/-/commit/762a64668110903520dda1ea3eb470bf90fcfd49

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




[Git][archlinux/packaging/packages/haskell-bin] Pushed new tag 0.1.3-25

2024-05-25 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.1.3-25 at Arch Linux / Packaging / Packages / 
haskell-bin

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




[Git][archlinux/packaging/packages/haskell-rere] Pushed new tag 0.2.0.1-26

2024-05-25 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.2.0.1-26 at Arch Linux / Packaging / Packages / 
haskell-rere

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




[Git][archlinux/packaging/packages/haskell-rere][main] upgpkg: 0.2.0.1-26: rebuild with universe-base 1.1.4

2024-05-25 Thread Felix Yan (@felixonmars)


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


Commits:
a719ad07 by Felix Yan at 2024-05-25T08:27:42+00:00
upgpkg: 0.2.0.1-26: rebuild with universe-base 1.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-rere
pkgdesc = Regular-expressions extended with fixpoints for context-free 
powers
pkgver = 0.2.0.1
-   pkgrel = 25
+   pkgrel = 26
url = https://github.com/phadej/rere.git
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=rere
 pkgname=haskell-rere
 pkgver=0.2.0.1
-pkgrel=25
+pkgrel=26
 pkgdesc="Regular-expressions extended with fixpoints for context-free powers"
 url="https://github.com/phadej/rere.git";
 license=("BSD")



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

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




[Git][archlinux/packaging/packages/sad] Pushed new tag 0.4.29-1

2024-05-25 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.4.29-1 at Arch Linux / Packaging / Packages / 
sad

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




[Git][archlinux/packaging/packages/sad][main] upgpkg: 0.4.29-1

2024-05-25 Thread Caleb Maclennan (@alerque)


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


Commits:
80cf80eb by Caleb Maclennan at 2024-05-25T11:28:00+03:00
upgpkg: 0.4.29-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = sad
pkgdesc = Space Age seD
-   pkgver = 0.4.28
+   pkgver = 0.4.29
pkgrel = 1
url = https://github.com/ms-jpq/sad
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = sad
optdepends = diff-so-fancy: for diff colourizer
optdepends = git-delta: for diff colourizer
options = !lto
-   source = sad::git+https://github.com/ms-jpq/sad#tag=v0.4.28
-   sha256sums = 
b81373976f3d1fd89d3284b8cea38a3ff8dbdfa7b49a28c5d3c7366a29ce9629
+   source = sad::git+https://github.com/ms-jpq/sad#tag=v0.4.29
+   sha256sums = 
dc3d945713839704c7b5cb93aaf2647f11a00d7f6f0193b11b7f2ff60b717c5e
 
 pkgname = sad


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Matthew Gamble 
 
 pkgname=sad
-pkgver=0.4.28
+pkgver=0.4.29
 pkgrel=1
 pkgdesc='Space Age seD'
 arch=('x86_64')
@@ -27,7 +27,7 @@ optdepends=(
 )
 options=('!lto')
 source=("$pkgname::git+$url#tag=v$pkgver")
-sha256sums=('b81373976f3d1fd89d3284b8cea38a3ff8dbdfa7b49a28c5d3c7366a29ce9629')
+sha256sums=('dc3d945713839704c7b5cb93aaf2647f11a00d7f6f0193b11b7f2ff60b717c5e')
 
 prepare() {
   cd "$pkgname"



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

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




[Git][archlinux/packaging/packages/haskell-ci][main] upgpkg: 0.14.3-16: rebuild with universe-base 1.1.4

2024-05-25 Thread Felix Yan (@felixonmars)


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


Commits:
2a7e5d0e by Felix Yan at 2024-05-25T08:27:52+00:00
upgpkg: 0.14.3-16: rebuild with universe-base 1.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-ci
pkgdesc = Cabal package script generator for Travis-CI
pkgver = 0.14.3
-   pkgrel = 15
+   pkgrel = 16
url = https://haskell-ci.rtfd.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.14.3
-pkgrel=15
+pkgrel=16
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/";
 license=("GPL")



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

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




[Git][archlinux/packaging/packages/haskell-ci] Pushed new tag 0.14.3-16

2024-05-25 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.14.3-16 at Arch Linux / Packaging / Packages / 
haskell-ci

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




[Git][archlinux/packaging/packages/haskell-ral][main] upgpkg: 0.2.1-155: rebuild with universe-base 1.1.4

2024-05-25 Thread Felix Yan (@felixonmars)


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


Commits:
c4739e44 by Felix Yan at 2024-05-25T08:28:31+00:00
upgpkg: 0.2.1-155: rebuild with universe-base 1.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-ral
pkgdesc = Random access lists
pkgver = 0.2.1
-   pkgrel = 154
+   pkgrel = 155
url = https://github.com/phadej/vec
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=ral
 pkgname=haskell-ral
 pkgver=0.2.1
-pkgrel=154
+pkgrel=155
 pkgdesc="Random access lists"
 url="https://github.com/phadej/vec";
 license=("GPL")



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

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




[Git][archlinux/packaging/packages/haskell-ral] Pushed new tag 0.2.1-155

2024-05-25 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.2.1-155 at Arch Linux / Packaging / Packages / 
haskell-ral

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




[Git][archlinux/packaging/packages/qgis][main] upgpkg: 3.36.3-1: Update to 3.36.3

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
1686d189 by Antonio Rojas at 2024-05-25T10:28:39+02:00
upgpkg: 3.36.3-1: Update to 3.36.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = qgis
pkgdesc = Geographic Information System (GIS) that supports vector, 
raster & database formats
-   pkgver = 3.36.2
-   pkgrel = 2
+   pkgver = 3.36.3
+   pkgrel = 1
url = https://qgis.org/
arch = x86_64
license = GPL
@@ -48,7 +48,7 @@ pkgbase = qgis
depends = draco
optdepends = fcgi: Map server
optdepends = gpsbabel: GPS Tools plugin
-   source = https://qgis.org/downloads/qgis-3.36.2.tar.bz2
-   sha256sums = 
8c886ab59094d7ea7fff5c299173b969509b88d896880d2c5d818c400cee69a4
+   source = https://qgis.org/downloads/qgis-3.36.3.tar.bz2
+   sha256sums = 
fb8d153813f54164ddf5283cfd46f176839b4d55996de9acf6bac2bd2fb2da5d
 
 pkgname = qgis


=
PKGBUILD
=
@@ -10,8 +10,8 @@
 # Contributor: Eric Forgeot < http://esclinux.tk >
 
 pkgname=qgis
-pkgver=3.36.2
-pkgrel=2
+pkgver=3.36.3
+pkgrel=1
 pkgdesc="Geographic Information System (GIS) that supports vector, raster & 
database formats"
 arch=(x86_64)
 url="https://qgis.org/";
@@ -27,7 +27,7 @@ optdepends=('fcgi: Map server'
 source=(
   https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2
 )
-sha256sums=('8c886ab59094d7ea7fff5c299173b969509b88d896880d2c5d818c400cee69a4')
+sha256sums=('fb8d153813f54164ddf5283cfd46f176839b4d55996de9acf6bac2bd2fb2da5d')
 
 build() {
   cmake -S $pkgname-$pkgver -B build -G Ninja \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qgis/-/commit/1686d1894fc87e2c59166d50d25f6c7598c911fd

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




[Git][archlinux/packaging/packages/qgis] Pushed new tag 3.36.3-1

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.36.3-1 at Arch Linux / Packaging / Packages / 
qgis

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




[Git][archlinux/packaging/packages/av1an] Pushed new tag 0.4.2-2

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.4.2-2 at Arch Linux / Packaging / Packages / 
av1an

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




[Git][archlinux/packaging/packages/av1an][main] upgpkg: 0.4.2-2: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
a6b52a40 by Antonio Rojas at 2024-05-25T10:30:22+02:00
upgpkg: 0.4.2-2: ffmpeg 7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = av1an
pkgdesc = Cross-platform command-line encoding framework with per scene 
quality encoding
pkgver = 0.4.2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/master-of-zen/Av1an
arch = x86_64
license = GPL3
@@ -19,6 +19,8 @@ pkgbase = av1an
optdepends = ffms2: FFMS2 chunk detection support
optdepends = vapoursynth-plugin-lsmashsource: L-SMASH chunk detection 
support
source = 
av1an-0.4.2.tar.gz::https://github.com/master-of-zen/Av1an/archive/refs/tags/0.4.2.tar.gz
+   source = https://github.com/master-of-zen/Av1an/commit/6db39663.patch
sha256sums = 
8762fc24ca444c7c1a527af436b66724cbb8c8618f549b3305c2d0c847f16e62
+   sha256sums = 
f76017230ccf067b9391c60ed3cabc4205c779ef89adc1f28953d4558d6f91ea
 
 pkgname = av1an


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=av1an
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Cross-platform command-line encoding framework with per scene quality 
encoding'
 arch=('x86_64')
 url='https://github.com/master-of-zen/Av1an'
@@ -17,8 +17,15 @@ optdepends=('svt-av1: SVT-AV1 encoder support'
 'mkvtoolnix-cli: mkvmerge support'
 'ffms2: FFMS2 chunk detection support'
 'vapoursynth-plugin-lsmashsource: L-SMASH chunk detection support')
-source=("$pkgname-$pkgver.tar.gz"::https://github.com/master-of-zen/Av1an/archive/refs/tags/$pkgver.tar.gz)
-sha256sums=('8762fc24ca444c7c1a527af436b66724cbb8c8618f549b3305c2d0c847f16e62')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/master-of-zen/Av1an/archive/refs/tags/$pkgver.tar.gz
+https://github.com/master-of-zen/Av1an/commit/6db39663.patch)
+sha256sums=('8762fc24ca444c7c1a527af436b66724cbb8c8618f549b3305c2d0c847f16e62'
+'f76017230ccf067b9391c60ed3cabc4205c779ef89adc1f28953d4558d6f91ea')
+
+prepare() {
+  cd "Av1an-${pkgver}"
+  patch -p1 -i ../6db39663.patch # Fix build with ffmpeg 7
+}
 
 build() {
   cd "Av1an-${pkgver}"



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

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




[Git][archlinux/packaging/packages/kdegraphics-mobipocket][main] Update URL

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kdegraphics-mobipocket


Commits:
93d62fc7 by Antonio Rojas at 2024-05-25T10:32:20+02:00
Update URL

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdegraphics-mobipocket/-/issues/1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=kdegraphics-mobipocket
 pkgver=24.05.0
 pkgrel=1
 pkgdesc='A library to handle mobipocket files'
-url='https://apps.kde.org/es/kdegraphics_mobipocket/'
+url='https://invent.kde.org/graphics/kdegraphics-mobipocket'
 arch=(x86_64)
 license=(GPL-2.0-or-later LGPL-2.0-or-later)
 depends=(gcc-libs



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdegraphics-mobipocket/-/commit/93d62fc7ef3f3b34083b8534ff6436086d5fdbc9

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




[Git][archlinux/packaging/packages/baresip] Pushed new tag 3.11.0-2

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.11.0-2 at Arch Linux / Packaging / Packages / 
baresip

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




[Git][archlinux/packaging/packages/baresip][main] upgpkg: 3.11.0-2: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
8ba4ccfe by Antonio Rojas at 2024-05-25T10:36:11+02:00
upgpkg: 3.11.0-2: ffmpeg 7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = baresip
pkgdesc = portable and modular SIP User-Agent with audio and video 
support
pkgver = 3.11.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/baresip/baresip
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=baresip
 pkgver=3.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="portable and modular SIP User-Agent with audio and video support"
 arch=('x86_64')
 url="https://github.com/baresip/baresip";



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

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




[Git][archlinux/packaging/packages/deepin-grand-search][main] upgpkg: 5.4.5-5: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
deepin-grand-search


Commits:
d047f479 by Antonio Rojas at 2024-05-25T10:38:48+02:00
upgpkg: 5.4.5-5: ffmpeg 7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = deepin-grand-search
pkgdesc = System-wide desktop search for DDE
pkgver = 5.4.5
-   pkgrel = 4
+   pkgrel = 5
url = https://github.com/linuxdeepin/dde-grand-search
arch = x86_64
groups = deepin-extra


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=deepin-grand-search
 pkgver=5.4.5
-pkgrel=4
+pkgrel=5
 pkgdesc='System-wide desktop search for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-grand-search";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-grand-search/-/commit/d047f4795989a3a2d876e7dade4114f513bfff65

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




[Git][archlinux/packaging/packages/deepin-grand-search] Pushed new tag 5.4.5-5

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.4.5-5 at Arch Linux / Packaging / Packages / 
deepin-grand-search

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




[Git][archlinux/packaging/packages/wxsvg] Pushed new tag 1.5.25-1

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.5.25-1 at Arch Linux / Packaging / Packages / 
wxsvg

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




[Git][archlinux/packaging/packages/wxsvg][main] upgpkg: 1.5.25-1: Update to 1.5.25

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
543dd7c3 by Antonio Rojas at 2024-05-25T10:42:36+02:00
upgpkg: 1.5.25-1: Update to 1.5.25

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = wxsvg
+   pkgdesc = C++ library to create, manipulate and render SVG files
+   pkgver = 1.5.25
+   pkgrel = 1
+   url = http://wxsvg.sourceforge.net/
+   arch = x86_64
+   license = custom:wxWindows
+   makedepends = webkit2gtk
+   depends = ffmpeg
+   depends = libexif
+   depends = wxwidgets-gtk3
+   source = https://downloads.sourceforge.net/wxsvg/wxsvg-1.5.25.tar.bz2
+   sha256sums = 
5bf6ac6831b54bd19aef48cde8fa0572dbb63f30aee9d5323f6be6b3f326534b
+
+pkgname = wxsvg


=
PKGBUILD
=
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=wxsvg
-pkgver=1.5.24
-pkgrel=2
+pkgver=1.5.25
+pkgrel=1
 pkgdesc='C++ library to create, manipulate and render SVG files'
 arch=('x86_64')
 url='http://wxsvg.sourceforge.net/'
@@ -15,7 +15,7 @@ license=('custom:wxWindows')
 depends=('ffmpeg' 'libexif' 'wxwidgets-gtk3')
 makedepends=('webkit2gtk')
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('ae473291f8d0a5feafa06cd270c826c6bead4bceb2b9dd6fcecf2db7c25e2482')
+sha256sums=('5bf6ac6831b54bd19aef48cde8fa0572dbb63f30aee9d5323f6be6b3f326534b')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wxsvg/-/commit/543dd7c39b7fc0ea17291522d67df89c0ca4ec0f

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




[Git][archlinux/packaging/packages/wxsvg] Pushed new tag 1.5.25-2

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.5.25-2 at Arch Linux / Packaging / Packages / 
wxsvg

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




[Git][archlinux/packaging/packages/wxsvg][main] upgpkg: 1.5.25-2: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
88565bac by Antonio Rojas at 2024-05-25T10:45:52+02:00
upgpkg: 1.5.25-2: ffmpeg 7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = wxsvg
pkgdesc = C++ library to create, manipulate and render SVG files
pkgver = 1.5.25
-   pkgrel = 1
+   pkgrel = 2
url = http://wxsvg.sourceforge.net/
arch = x86_64
license = custom:wxWindows


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=wxsvg
 pkgver=1.5.25
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ library to create, manipulate and render SVG files'
 arch=('x86_64')
 url='http://wxsvg.sourceforge.net/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wxsvg/-/commit/88565bac2ddd26ca7cc0d04505a8348c4abb4910

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




[Git][archlinux/packaging/packages/gerbera][main] upgpkg: 2.1.0-4: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
8878e408 by Antonio Rojas at 2024-05-25T10:50:23+02:00
upgpkg: 2.1.0-4: ffmpeg 7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gerbera
pkgdesc = UPnP Media Server (Based on MediaTomb)
pkgver = 2.1.0
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/gerbera/gerbera
install = gerbera.install
arch = x86_64


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=gerbera
 pkgver=2.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="UPnP Media Server (Based on MediaTomb)"
 arch=(x86_64)
 url="https://github.com/gerbera/gerbera";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gerbera/-/commit/8878e408df80a6044a0f643e3336f9a6798f99ba

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




[Git][archlinux/packaging/packages/gerbera] Pushed new tag 2.1.0-4

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.1.0-4 at Arch Linux / Packaging / Packages / 
gerbera

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




[Git][archlinux/packaging/packages/dsp] Pushed new tag 1.9-4

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.9-4 at Arch Linux / Packaging / Packages / dsp

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




[Git][archlinux/packaging/packages/dsp][main] upgpkg: 1.9-4: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
51eb421a by Antonio Rojas at 2024-05-25T10:51:08+02:00
upgpkg: 1.9-4: ffmpeg 7 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,34 @@
+pkgbase = dsp
+   pkgdesc = An audio processing program with an interactive mode
+   pkgver = 1.9
+   pkgrel = 4
+   url = https://github.com/bmc0/dsp
+   arch = x86_64
+   groups = ladspa-plugins
+   license = ISC
+   makedepends = git
+   makedepends = ladspa
+   depends = libmad
+   depends = libtool
+   depends = ffmpeg
+   depends = libavcodec.so
+   depends = libavformat.so
+   depends = libavutil.so
+   depends = alsa-lib
+   depends = libasound.so
+   depends = fftw
+   depends = libfftw3.so
+   depends = libao
+   depends = libao.so
+   depends = libpulse
+   depends = libpulse.so
+   depends = libpulse-simple.so
+   depends = libsndfile
+   depends = libsndfile.so
+   depends = zita-convolver
+   depends = libzita-convolver.so
+   optdepends = ladspa-host: For the LADSPA plugin.
+   source = 
dsp::git+https://github.com/bmc0/dsp.git#commit=37aafe2b76bac20e49a729d3bf66800d501fa658
+   sha256sums = SKIP
+
+pkgname = dsp


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgname=dsp
 _commit='37aafe2b76bac20e49a729d3bf66800d501fa658'
 pkgver=1.9
-pkgrel=3
+pkgrel=4
 pkgdesc="An audio processing program with an interactive mode"
 arch=('x86_64')
 url="https://github.com/bmc0/${pkgname}";
@@ -29,6 +29,12 @@ optdepends=(
 
source=("${pkgname}::git+https://github.com/bmc0/${pkgname}.git#commit=${_commit}";)
 sha256sums=('SKIP')
 
+prepare() {
+  cd $pkgname
+# Fix build with ffmpeg 7
+  git cherry-pick -n 58a9d0c1f99f2d4c7fc51b6dbe563447ec60120f
+}
+
 build() {
   cd "${srcdir}/${pkgname}"
   ./configure --prefix=/usr



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dsp/-/commit/51eb421aabe6031cec3d94da6c482094c8f942b8

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




[Git][archlinux/packaging/packages/fceux] Pushed new tag 2.6.6-2

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.6.6-2 at Arch Linux / Packaging / Packages / 
fceux

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




[Git][archlinux/packaging/packages/fceux][main] upgpkg: 2.6.6-2: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
2c7339ce by Antonio Rojas at 2024-05-25T10:52:42+02:00
upgpkg: 2.6.6-2: ffmpeg 7 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = fceux
+   pkgdesc = Fast and ultra-compatible NES/Famicom emulator
+   pkgver = 2.6.6
+   pkgrel = 2
+   url = https://github.com/TASEmulators/fceux
+   arch = x86_64
+   license = GPL
+   makedepends = cmake
+   makedepends = git
+   makedepends = glu
+   makedepends = mesa-libgl
+   makedepends = ninja
+   makedepends = setconf
+   makedepends = scons
+   depends = gd
+   depends = lua
+   depends = minizip
+   depends = qt5-base
+   depends = sdl2
+   optdepends = ffmpeg: for recording
+   source = 
git+https://github.com/TASEmulators/fceux#commit=34eb7601c415b81901fd02afbd5cfdc84b5047ac
+   b2sums = SKIP
+
+pkgname = fceux


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=fceux
 pkgver=2.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
 arch=(x86_64)
 url='https://github.com/TASEmulators/fceux'



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

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




[Git][archlinux/packaging/packages/freerdp] Pushed new tag 2-3.5.1-3

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2-3.5.1-3 at Arch Linux / Packaging / Packages / 
freerdp

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




[Git][archlinux/packaging/packages/freerdp][main] upgpkg: 2:3.5.1-3: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
6c45cd93 by Antonio Rojas at 2024-05-25T10:57:48+02:00
upgpkg: 2:3.5.1-3: ffmpeg 7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = freerdp
pkgdesc = Free implementation of the Remote Desktop Protocol (RDP)
pkgver = 3.5.1
-   pkgrel = 2
+   pkgrel = 3
epoch = 2
url = https://www.freerdp.com/
arch = x86_64


=
PKGBUILD
=
@@ -6,7 +6,7 @@ _name=FreeRDP
 pkgname=freerdp
 pkgver=3.5.1
 _libver=${pkgver/.*/}
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
 arch=(x86_64)



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

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




[Git][archlinux/packaging/packages/freerdp2] Pushed new tag 2.11.5-3

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.11.5-3 at Arch Linux / Packaging / Packages / 
freerdp2

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




[Git][archlinux/packaging/packages/c-ares] Pushed new tag 1.29.0-1

2024-05-25 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.29.0-1 at Arch Linux / Packaging / Packages / 
c-ares

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




[Git][archlinux/packaging/packages/c-ares][main] upgpkg: 1.29.0-1

2024-05-25 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / c-ares


Commits:
8d64c54b by David Runge at 2024-05-25T11:30:40+02:00
upgpkg: 1.29.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = c-ares
pkgdesc = A C library for asynchronous DNS requests
-   pkgver = 1.28.1
+   pkgver = 1.29.0
pkgrel = 1
url = https://c-ares.org/
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = c-ares
makedepends = cmake
depends = glibc
provides = libcares.so
-   source = https://c-ares.org//download/c-ares-1.28.1.tar.gz
-   source = https://c-ares.org//download/c-ares-1.28.1.tar.gz.asc
+   source = https://c-ares.org//download/c-ares-1.29.0.tar.gz
+   source = https://c-ares.org//download/c-ares-1.29.0.tar.gz.asc
validpgpkeys = 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
-   sha512sums = 
9a24f40002b661d97c9b49a617d2e6b12bad1c9f22e872611252d051ec650f886c010207939fac6992610b3cd5a87588f802d7dfa1310ced7c6621ea2f99dd90
+   sha512sums = 
0287fd59aa6d831e0d1705deb6b4b1ab3b97a28c5c42feeeaa1eeab55ffb429998c7f0735f15cf5eaeb9177cb77800e6b0b01107bd28fb082cf737f8c12766d0
sha512sums = SKIP
-   b2sums = 
2d0f12aeb4b947f76fe6c45e2bb0a7401c5d3ae5c84a94f2387f05b639587275e12cb0a2798caa381726e37757973b28c543249f9528b60746b8bf543a70be77
+   b2sums = 
7dd6a0dc85d3383087726cd48e75b481f4ef7551a41590de21b7f30f9e588d7bef87c852203b91f281b0fbf44dca75f0ae538f6a3c17fe8ff29c802d05d36189
b2sums = SKIP
 
 pkgname = c-ares


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=c-ares
-pkgver=1.28.1
+pkgver=1.29.0
 pkgrel=1
 pkgdesc="A C library for asynchronous DNS requests"
 arch=(x86_64)
@@ -17,9 +17,9 @@ provides=(libcares.so)
 source=(
   $url/download/$pkgname-$pkgver.tar.gz{,.asc}
 )
-sha512sums=('9a24f40002b661d97c9b49a617d2e6b12bad1c9f22e872611252d051ec650f886c010207939fac6992610b3cd5a87588f802d7dfa1310ced7c6621ea2f99dd90'
+sha512sums=('0287fd59aa6d831e0d1705deb6b4b1ab3b97a28c5c42feeeaa1eeab55ffb429998c7f0735f15cf5eaeb9177cb77800e6b0b01107bd28fb082cf737f8c12766d0'
 'SKIP')
-b2sums=('2d0f12aeb4b947f76fe6c45e2bb0a7401c5d3ae5c84a94f2387f05b639587275e12cb0a2798caa381726e37757973b28c543249f9528b60746b8bf543a70be77'
+b2sums=('7dd6a0dc85d3383087726cd48e75b481f4ef7551a41590de21b7f30f9e588d7bef87c852203b91f281b0fbf44dca75f0ae538f6a3c17fe8ff29c802d05d36189'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/c-ares/-/commit/8d64c54b030dbb49845a5fcc0e89d709a00f620e

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




[Git][archlinux/packaging/packages/python-django-allauth][main] upgpkg: 0.63.2-1

2024-05-25 Thread David Runge (@dvzrv)


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


Commits:
37825bfb by David Runge at 2024-05-25T11:32:12+02:00
upgpkg: 0.63.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-django-allauth
pkgdesc = Authentication, registration, account management and 3rd 
party account authentication
-   pkgver = 0.63.1
+   pkgver = 0.63.2
pkgrel = 1
url = https://github.com/pennersr/django-allauth
arch = any
@@ -24,8 +24,8 @@ pkgbase = python-django-allauth
depends = python-pyjwt
optdepends = python-qrcode: for MFA support
optdepends = python-saml: for SAML support
-   source = 
django-allauth-0.63.1.tar.gz::https://github.com/pennersr/django-allauth/archive/0.63.1.tar.gz
-   sha512sums = 
87a5b8e74a5f2bae86c7aa76b160f12eabf692ae021f8edaa4592d189806ea9efa759e55141e24c7b93f344bf10747d18b2c38c1f79028f96ff2182dbf3d0d02
-   b2sums = 
c97e84bc2c69d8326fc353b06c021dac649b080ab2e167eac394dfd8f75ee332db368af58532f433a9396c4f48db988162ceea0c21dbc990f1082503a59b01b2
+   source = 
django-allauth-0.63.2.tar.gz::https://github.com/pennersr/django-allauth/archive/0.63.2.tar.gz
+   sha512sums = 
a5e87b783f7605481f54cf5df6ab871840f9ce03b73a542bec9b097506e840e3451652f11aea07e7a4f75eeae864644899c221a619d3151a49d04614a74d5142
+   b2sums = 
8a67209cf81add9ec4b0f7298236d0012a23184d59e54f776317512604a74966557e59254aa4e0c46b79d6b73da2c17ef43e0776576f84d5e645bf6935379de7
 
 pkgname = python-django-allauth


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name=django-allauth
 pkgname=python-django-allauth
-pkgver=0.63.1
+pkgver=0.63.2
 pkgrel=1
 pkgdesc="Authentication, registration, account management and 3rd party 
account authentication"
 arch=(any)
@@ -36,8 +36,8 @@ optdepends=(
   'python-saml: for SAML support'
 )
 source=($_name-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha512sums=('87a5b8e74a5f2bae86c7aa76b160f12eabf692ae021f8edaa4592d189806ea9efa759e55141e24c7b93f344bf10747d18b2c38c1f79028f96ff2182dbf3d0d02')
-b2sums=('c97e84bc2c69d8326fc353b06c021dac649b080ab2e167eac394dfd8f75ee332db368af58532f433a9396c4f48db988162ceea0c21dbc990f1082503a59b01b2')
+sha512sums=('a5e87b783f7605481f54cf5df6ab871840f9ce03b73a542bec9b097506e840e3451652f11aea07e7a4f75eeae864644899c221a619d3151a49d04614a74d5142')
+b2sums=('8a67209cf81add9ec4b0f7298236d0012a23184d59e54f776317512604a74966557e59254aa4e0c46b79d6b73da2c17ef43e0776576f84d5e645bf6935379de7')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-allauth/-/commit/37825bfb899042e558e0a77b269a8e2d0274eca8

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




[Git][archlinux/packaging/packages/python-django-allauth] Pushed new tag 0.63.2-1

2024-05-25 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.63.2-1 at Arch Linux / Packaging / Packages / 
python-django-allauth

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




[Git][archlinux/packaging/packages/dhcpcd] Pushed new tag 10.0.8-1

2024-05-25 Thread David Runge (@dvzrv)


David Runge pushed new tag 10.0.8-1 at Arch Linux / Packaging / Packages / 
dhcpcd

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




[Git][archlinux/packaging/packages/dhcpcd][main] 2 commits: Add nvchecker integration

2024-05-25 Thread David Runge (@dvzrv)


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


Commits:
08f75bab by David Runge at 2024-05-25T11:33:35+02:00
Add nvchecker integration

Signed-off-by: David Runge 

- - - - -
8d578949 by David Runge at 2024-05-25T11:34:50+02:00
upgpkg: 10.0.8-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dhcpcd
pkgdesc = DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client
-   pkgver = 10.0.6
+   pkgver = 10.0.8
pkgrel = 1
url = https://roy.marples.name/projects/dhcpcd/
arch = x86_64
@@ -13,20 +13,20 @@ pkgbase = dhcpcd
provides = dhcp-client
options = emptydirs
backup = etc/dhcpcd.conf
-   source = 
https://github.com/NetworkConfiguration/dhcpcd/releases/download/v10.0.6/dhcpcd-10.0.6.tar.xz
-   source = 
https://github.com/NetworkConfiguration/dhcpcd/releases/download/v10.0.6/dhcpcd-10.0.6.tar.xz.asc
+   source = 
https://github.com/NetworkConfiguration/dhcpcd/releases/download/v10.0.8/dhcpcd-10.0.8.tar.xz
+   source = 
https://github.com/NetworkConfiguration/dhcpcd/releases/download/v10.0.8/dhcpcd-10.0.8.tar.xz.asc
source = dhcpcd_.service
source = dhcpcd.service
source = dhcpcd.sysusers
source = dhcpcd.tmpfiles
validpgpkeys = A785ED2755955D9E93EA59F6597F97EA9AD45549
-   sha256sums = 
779d3ae514e8f24d7449503e1f0a20f5137c773bd04ca98c62386bf81e99f482
+   sha256sums = 
d8dddf9f971a8d9ff828f33d8fa9f6d9a892a4a1429d230e9efb2be97dd0e313
sha256sums = SKIP
sha256sums = 
a2495b4a4632f9ee6d5d40877eb9667aaa3f64e035dbd8ccfc029a3a2339f069
sha256sums = 
843913ee4cd77ca51ab1f1d21eb13650df3791db2b8526a9b0c9acf2d6b9c63f
sha256sums = 
06788ad9f5f7ccb5d2a2da6f0322ff5771f8de82cfbe8b9ad954f2c38265e21b
sha256sums = 
1ca593a91d537766d073e71cfab87881e6f6a2ccb5236a45531d5520b3af7a31
-   b2sums = 
4afd08cf7377b2262d33bf3f7ac503e081572a7c1ffd53b285842a92d99d88fae44e7e6384134bbe1eb839001f822fa7fb43718c42f9e8e6d11a05ec66fa2fc6
+   b2sums = 
1bf27387c13f192c6216e2f1ecad06bfa82267d5d6e08ddaa123789699fe9154222c33b1aa1f603e65ae8dce510cb24d48e72701494e0793c766e81f024f8bc5
b2sums = SKIP
b2sums = 
7589109b275c823b80002cbb273113d0e1b5635fc79859bbfc55c287d3d1ce9a539116e33f60d118f6251d7301b6376c40ff9346d5947b02f75cb9261c6488ef
b2sums = 
ceb051db7d43464992ffd804f95fb6c96ba6f450a0ec7a97d595f0700299916d1ebb049a1b97671e4b58f8829510bc44af2a36bfdccb79f9c34330162e6fdedb


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[dhcpcd]
+source = "git"
+git = "https://github.com/NetworkConfiguration/dhcpcd";
+prefix = "v"


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=10.0.6
+pkgver=10.0.8
 pkgrel=1
 pkgdesc="DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client"
 url="https://roy.marples.name/projects/dhcpcd/";
@@ -29,13 +29,13 @@ source=(
   $pkgname.sysusers
   $pkgname.tmpfiles
 )
-sha256sums=('779d3ae514e8f24d7449503e1f0a20f5137c773bd04ca98c62386bf81e99f482'
+sha256sums=('d8dddf9f971a8d9ff828f33d8fa9f6d9a892a4a1429d230e9efb2be97dd0e313'
 'SKIP'
 'a2495b4a4632f9ee6d5d40877eb9667aaa3f64e035dbd8ccfc029a3a2339f069'
 '843913ee4cd77ca51ab1f1d21eb13650df3791db2b8526a9b0c9acf2d6b9c63f'
 '06788ad9f5f7ccb5d2a2da6f0322ff5771f8de82cfbe8b9ad954f2c38265e21b'
 '1ca593a91d537766d073e71cfab87881e6f6a2ccb5236a45531d5520b3af7a31')
-b2sums=('4afd08cf7377b2262d33bf3f7ac503e081572a7c1ffd53b285842a92d99d88fae44e7e6384134bbe1eb839001f822fa7fb43718c42f9e8e6d11a05ec66fa2fc6'
+b2sums=('1bf27387c13f192c6216e2f1ecad06bfa82267d5d6e08ddaa123789699fe9154222c33b1aa1f603e65ae8dce510cb24d48e72701494e0793c766e81f024f8bc5'
 'SKIP'
 
'7589109b275c823b80002cbb273113d0e1b5635fc79859bbfc55c287d3d1ce9a539116e33f60d118f6251d7301b6376c40ff9346d5947b02f75cb9261c6488ef'
 
'ceb051db7d43464992ffd804f95fb6c96ba6f450a0ec7a97d595f0700299916d1ebb049a1b97671e4b58f8829510bc44af2a36bfdccb79f9c34330162e6fdedb'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dhcpcd/-/compare/d4d31308eea1beddf196e3ed82437b78de47e72e...8d578949de0f76860abb4de7fc39058fa15b7f81

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dhcpcd/-/compare/d4d31308eea1beddf196e3ed82437b78de47e72e...8d578949de0f76860abb4de7fc39058fa15b7f81
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/phoc] Pushed new tag 0.39.0-2

2024-05-25 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.39.0-2 at Arch Linux / Packaging / Packages 
/ phoc

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




[Git][archlinux/packaging/packages/phoc][main] 2 commits: upgpkg: 0.39.0-1: Add libgmobile as depends

2024-05-25 Thread Jelle van der Waa (@jelle)


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


Commits:
d0b61ad2 by Jelle van der Waa at 2024-05-25T11:37:56+02:00
upgpkg: 0.39.0-1: Add libgmobile as depends

- - - - -
64bb12f2 by Jelle van der Waa at 2024-05-25T11:38:48+02:00
upgpkg: 0.39.0-2: Add libgmobile as depends

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = phoc
pkgdesc = Display compositor designed for phones
pkgver = 0.39.0
-   pkgrel = 1
+   pkgrel = 2
url = https://gitlab.gnome.org/World/Phosh/phoc
arch = x86_64
arch = aarch64
@@ -31,6 +31,7 @@ pkgbase = phoc
depends = dconf
depends = cairo
depends = wayland
+   depends = libgmobile
optdepends = xorg-wayland: run X clients under phoc
source = 
https://gitlab.gnome.org/World/Phosh/phoc/-/archive/v0.39.0/phoc-v0.39.0.tar.gz
sha256sums = 
af5118c179374d81a2ff3ebcfba4c6b659e9e892c6c282f6643bee2e3092b7f6
@@ -48,4 +49,5 @@ pkgname = phoc
depends = dconf
depends = cairo
depends = wayland
+   depends = libgmobile
depends = libwlroots.so=12


=
PKGBUILD
=
@@ -2,13 +2,13 @@
 
 pkgname=phoc
 pkgver=0.39.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Display compositor designed for phones'
 arch=(x86_64 aarch64)
 url='https://gitlab.gnome.org/World/Phosh/phoc'
 license=(GPL-3.0-only)
 depends=(gnome-desktop wlroots gsettings-desktop-schemas pixman libinput 
libxcb libxkbcommon
-json-glib glib2 dconf cairo wayland)
+json-glib glib2 dconf cairo wayland libgmobile)
 checkdepends=(xorg-server-xvfb xorg-xauth mutter pixman)
 makedepends=(cmake meson git wayland-protocols python-jinja python-pygments 
python-typogrify libgirepository libgmobile)
 optdepends=('xorg-wayland: run X clients under phoc')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phoc/-/compare/960933939e62bbd65c66a2f8dac1e3af7074b8ff...64bb12f2b4d55623f3110a4493ed9b331c64b8a7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phoc/-/compare/960933939e62bbd65c66a2f8dac1e3af7074b8ff...64bb12f2b4d55623f3110a4493ed9b331c64b8a7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/phosh][main] upgpkg: 0.39.0-2: Add libgmobile as depends

2024-05-25 Thread Jelle van der Waa (@jelle)


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


Commits:
096893c8 by Jelle van der Waa at 2024-05-25T11:41:44+02:00
upgpkg: 0.39.0-2: Add libgmobile as depends

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = phosh
pkgdesc = A pure Wayland shell prototype for GNOME on mobile devices
pkgver = 0.39.0
-   pkgrel = 1
+   pkgrel = 2
url = https://gitlab.gnome.org/World/Phosh/phosh
arch = x86_64
arch = aarch64
@@ -36,6 +36,7 @@ pkgbase = phosh
depends = libical
depends = libedataserverui4
depends = squeekboard
+   depends = libgmobile
optdepends = iio-sensor-proxy: accelerometer and other sensors
optdepends = feedbackd: haptic/visual/audio feedback
optdepends = xdg-desktop-portal-gtk: for screenshot support


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=phosh
 pkgver=0.39.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A pure Wayland shell prototype for GNOME on mobile devices'
 arch=(x86_64 aarch64)
 url='https://gitlab.gnome.org/World/Phosh/phosh'
@@ -12,7 +12,7 @@ license=(GPL3)
 depends=(gtk3 libhandy gnome-desktop gnome-session upower libpulse gcr
libnm phoc gnome-shell callaudiod evince fribidi wayland 
evolution-data-server
libsecret polkit libadwaita libical libedataserverui4
-   squeekboard)
+   squeekboard libgmobile)
 makedepends=(meson git wayland-protocols python-docutils python-packaging  
feedbackd libgmobile)
 checkdepends=(xorg-server-xvfb xorg-xauth)
 optdepends=('iio-sensor-proxy: accelerometer and other sensors'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh/-/commit/096893c820bc3f3bf536dbf6ecce05ae718952d1

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




[Git][archlinux/packaging/packages/phosh] Pushed new tag 0.39.0-2

2024-05-25 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.39.0-2 at Arch Linux / Packaging / Packages 
/ phosh

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




[Git][archlinux/packaging/packages/libgmobile][main] Add nvchecker

2024-05-25 Thread Jelle van der Waa (@jelle)


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


Commits:
00528708 by Jelle van der Waa at 2024-05-25T11:47:20+02:00
Add nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libgmobile]
+source = "git"
+git = "https://gitlab.gnome.org/World/Phosh/gmobile.git";
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgmobile/-/commit/00528708d769400f82487b657db79afb6a6e9e40

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




[Git][archlinux/packaging/packages/just] Pushed new tag 1.27.0-1

2024-05-25 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 1.27.0-1 at Arch Linux / Packaging / Packages / 
just

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




[Git][archlinux/packaging/packages/just][main] upgpkg: 1.27.0-1

2024-05-25 Thread Caleb Maclennan (@alerque)


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


Commits:
d64f30ce by Caleb Maclennan at 2024-05-25T12:47:57+03:00
upgpkg: 1.27.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = just
pkgdesc = A handy way to save and run project-specific commands
-   pkgver = 1.26.0
+   pkgver = 1.27.0
pkgrel = 1
url = https://github.com/casey/just
arch = x86_64
license = custom:CC0
makedepends = cargo
depends = gcc-libs
-   source = 
just-1.26.0.tar.gz::https://github.com/casey/just/archive/1.26.0.tar.gz
-   sha256sums = 
20c4109bf30590e5633ae005329508c3fa772c3d86d0994bd2f770ade02dd6a7
+   source = 
just-1.27.0.tar.gz::https://github.com/casey/just/archive/1.27.0.tar.gz
+   sha256sums = 
3f7af44ce43fef5e54df2b64574930e036baadae4a66645e996c4bb2164bf2a3
 
 pkgname = just


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Fredy GarcĂ­a 
 
 pkgname=just
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="A handy way to save and run project-specific commands"
 arch=("x86_64")
@@ -12,7 +12,7 @@ license=("custom:CC0")
 depends=("gcc-libs")
 makedepends=("cargo")
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('20c4109bf30590e5633ae005329508c3fa772c3d86d0994bd2f770ade02dd6a7')
+sha256sums=('3f7af44ce43fef5e54df2b64574930e036baadae4a66645e996c4bb2164bf2a3')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



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

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




[Git][archlinux/packaging/packages/phoc][main] add nvchecker

2024-05-25 Thread Jelle van der Waa (@jelle)


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


Commits:
c33e13f5 by Jelle van der Waa at 2024-05-25T11:48:23+02:00
add nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[phoc]
+source = "git"
+git = "https://gitlab.gnome.org/World/Phosh/phoc.git";
+prefix = "v"



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

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




[Git][archlinux/packaging/packages/meilisearch] Pushed new tag 1.8.1-1

2024-05-25 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 1.8.1-1 at Arch Linux / Packaging / Packages / 
meilisearch

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




[Git][archlinux/packaging/packages/meilisearch][main] upgpkg: 1.8.1-1

2024-05-25 Thread Jelle van der Waa (@jelle)


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


Commits:
f8a2539e by Jelle van der Waa at 2024-05-25T12:07:46+02:00
upgpkg: 1.8.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = meilisearch
pkgdesc = Lightning Fast, Ultra Relevant, and Typo-Tolerant Search 
Engine
-   pkgver = 1.7.6
+   pkgver = 1.8.1
pkgrel = 1
url = https://docs.meilisearch.com/
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = meilisearch
makedepends = rust
depends = gcc-libs
options = !lto
-   source = 
meilisearch-1.7.6.tar.gz::https://github.com/meilisearch/MeiliSearch/archive/v1.7.6.tar.gz
+   source = 
meilisearch-1.8.1.tar.gz::https://github.com/meilisearch/MeiliSearch/archive/v1.8.1.tar.gz
source = meilisearch.service
source = meilisearch.tmpfiles
source = meilisearch.sysusers
source = meilisearch.conf
-   sha512sums = 
125e0dce1a5fda038918d70bd12cc2d9a9feb8d2551131d8b051196f7c5411635ecf68da56093efd9ae69e43926531c26303e87cb212bdb8cfbf457851ed01cc
+   sha512sums = 
2039c46a63f9f4de0c605e4739c74a9390daed6e707a2dd6226685046e38d79bf4675fc8a313e4b3778dcf8063458e9d305f1805b0361942ffe36bf68afdbff2
sha512sums = 
dd936591833fa4ca4832e0574bdfcfd5ccfcbe1c794c6be2f6a5c9f8e4b9588a95b6da24d29ee533043dda200b37e67e3a8ba04339c1e7530a4c95e17ee14268
sha512sums = 
76284bf4c436a6b3365edd6bd12ffcb186b721d284b29933e77ddc841d333be9eeb2701c89fba1567a8eedda52787be8d3c5f55809a051488b7295fbb6842bce
sha512sums = 
b83518bd61cb587baac784b1b9bbe4a6a12be91c0a5b6cc0b3b631dde9cee1d59d6e43800a0d32b909fb2d90fe3f64e1ab63c3c8028428bed39f6c05d60c


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=meilisearch
-pkgver=1.7.6
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
 arch=(x86_64)
@@ -12,7 +12,7 @@ makedepends=(rust)
 options=(!lto)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/MeiliSearch/archive/v${pkgver}.tar.gz
 ${pkgname}.service ${pkgname}.tmpfiles ${pkgname}.sysusers 
${pkgname}.conf)
-sha512sums=('125e0dce1a5fda038918d70bd12cc2d9a9feb8d2551131d8b051196f7c5411635ecf68da56093efd9ae69e43926531c26303e87cb212bdb8cfbf457851ed01cc'
+sha512sums=('2039c46a63f9f4de0c605e4739c74a9390daed6e707a2dd6226685046e38d79bf4675fc8a313e4b3778dcf8063458e9d305f1805b0361942ffe36bf68afdbff2'
 
'dd936591833fa4ca4832e0574bdfcfd5ccfcbe1c794c6be2f6a5c9f8e4b9588a95b6da24d29ee533043dda200b37e67e3a8ba04339c1e7530a4c95e17ee14268'
 
'76284bf4c436a6b3365edd6bd12ffcb186b721d284b29933e77ddc841d333be9eeb2701c89fba1567a8eedda52787be8d3c5f55809a051488b7295fbb6842bce'
 
'b83518bd61cb587baac784b1b9bbe4a6a12be91c0a5b6cc0b3b631dde9cee1d59d6e43800a0d32b909fb2d90fe3f64e1ab63c3c8028428bed39f6c05d60c'



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

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




[Git][archlinux/packaging/packages/python-hypothesis] Pushed new tag 6.102.6-1

2024-05-25 Thread David Runge (@dvzrv)


David Runge pushed new tag 6.102.6-1 at Arch Linux / Packaging / Packages / 
python-hypothesis

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




[Git][archlinux/packaging/packages/python-hypothesis][main] upgpkg: 6.102.6-1

2024-05-25 Thread David Runge (@dvzrv)


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


Commits:
4e3c37ac by David Runge at 2024-05-25T12:14:16+02:00
upgpkg: 6.102.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-hypothesis
pkgdesc = Advanced Quickcheck style testing library for Python
-   pkgver = 6.102.4
+   pkgver = 6.102.6
pkgrel = 1
url = https://hypothesis.readthedocs.org
arch = any
@@ -40,8 +40,8 @@ pkgbase = python-hypothesis
optdepends = python-pytz: for datetime and django module
optdepends = python-redis: for redis support
optdepends = python-rich: for CLI
-   source = 
hypothesis-hypothesis-python-6.102.4.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.102.4.tar.gz
-   sha512sums = 
5e758ec308ae8bbd11a0c715a537541de63ef74bba664f666031d4948cc186a7a450aea77eacbc970c97215f79eda89a85bb77b5cb878b27a5ac99fd053be1b6
-   b2sums = 
d59f89fc2581cf770ca5118a3956c7ebaf975f21f8d32384137a19630f1c9e92502157fc3ad0c32f73127faba1d37e08d2813db3387620b0d040decc500e32ea
+   source = 
hypothesis-hypothesis-python-6.102.6.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.102.6.tar.gz
+   sha512sums = 
aa458c9db8ca0f5661ffc64ae61b08ffe2e93cd1fe5431752aa92339af22cf90b79763d08c6e381dd0875b26b2cfbdad92e95cc581ba325072ec5330223d3b7e
+   b2sums = 
7daf1cfedd3e8aec72ca2a16a320ccac8c03d62dd02c7b6e20a8c0e8e9510996fc36b5f1050c111ef2eb389b77a9f468b23ef7627867b8d50559c59df003f635
 
 pkgname = python-hypothesis


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=hypothesis
 _alt_name=$_name-python
 pkgname=python-hypothesis
-pkgver=6.102.4
+pkgver=6.102.6
 _version=$_alt_name-$pkgver
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
@@ -56,8 +56,8 @@ optdepends=(
   'python-rich: for CLI'
 )
 source=($_name-$_version.tar.gz::$_url/archive/$_version.tar.gz)
-sha512sums=('5e758ec308ae8bbd11a0c715a537541de63ef74bba664f666031d4948cc186a7a450aea77eacbc970c97215f79eda89a85bb77b5cb878b27a5ac99fd053be1b6')
-b2sums=('d59f89fc2581cf770ca5118a3956c7ebaf975f21f8d32384137a19630f1c9e92502157fc3ad0c32f73127faba1d37e08d2813db3387620b0d040decc500e32ea')
+sha512sums=('aa458c9db8ca0f5661ffc64ae61b08ffe2e93cd1fe5431752aa92339af22cf90b79763d08c6e381dd0875b26b2cfbdad92e95cc581ba325072ec5330223d3b7e')
+b2sums=('7daf1cfedd3e8aec72ca2a16a320ccac8c03d62dd02c7b6e20a8c0e8e9510996fc36b5f1050c111ef2eb389b77a9f468b23ef7627867b8d50559c59df003f635')
 
 build() {
   cd $_name-$_version/$_alt_name



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

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




[Git][archlinux/packaging/packages/sequoia-sq] Pushed new tag 0.36.0-1

2024-05-25 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.36.0-1 at Arch Linux / Packaging / Packages / 
sequoia-sq

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




[Git][archlinux/packaging/packages/sequoia-sq][main] upgpkg: 0.36.0-1

2024-05-25 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
sequoia-sq


Commits:
b267cf25 by David Runge at 2024-05-25T12:15:15+02:00
upgpkg: 0.36.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = sequoia-sq
pkgdesc = Command-line frontends for Sequoia
-   pkgver = 0.35.0
+   pkgver = 0.36.0
pkgrel = 1
url = https://sequoia-pgp.org/
arch = x86_64
@@ -22,10 +22,10 @@ pkgbase = sequoia-sq
depends = sqlite
replaces = sequoia
options = !lto
-   source = 
git+https://gitlab.com/sequoia-pgp/sequoia-sq.git?signed#tag=v0.35.0
+   source = 
git+https://gitlab.com/sequoia-pgp/sequoia-sq.git?signed#tag=v0.36.0
validpgpkeys = D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD
validpgpkeys = 8F1118A33DDA9BA48E62AACB3243630052D9
-   sha512sums = 
fd3854c2ffc148273323fdc0096cfb33b8672a479bb19299474536292a4a092bc0e6c13986ddcf4047d75f07d8041b8695704d020ad6080d59336d9c41b6a149
-   b2sums = 
d65462c361a62a2979e8978f12e3664d5614146615496eea54c84d18e3a48d15c02a55e52de8d64dd077060ece5c99c1c110f290baeb3a781c3515ce85f08f61
+   sha512sums = 
cb35ea7d7d51dd240a6004347d950647f3ed89e5e4dcaf9c9cdd8b1767cad174a2b3c4ef6feefa9665ff1d98cabd4e5715bbc36e931a0abd694a76d45b761925
+   b2sums = 
574aca06be438fce0ee357881a17f456d905c02eca724628919d998f485317484442c58be69ce4a1c8d35fb76071ac6e87d345cbea14821450c432aa2663470e
 
 pkgname = sequoia-sq


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: David Runge 
 
 pkgname=sequoia-sq
-pkgver=0.35.0
+pkgver=0.36.0
 pkgrel=1
 pkgdesc='Command-line frontends for Sequoia'
 url='https://sequoia-pgp.org/'
@@ -27,8 +27,8 @@ makedepends=(
 )
 options=('!lto')
 
source=("git+https://gitlab.com/sequoia-pgp/sequoia-sq.git?signed#tag=v$pkgver";)
-sha512sums=('fd3854c2ffc148273323fdc0096cfb33b8672a479bb19299474536292a4a092bc0e6c13986ddcf4047d75f07d8041b8695704d020ad6080d59336d9c41b6a149')
-b2sums=('d65462c361a62a2979e8978f12e3664d5614146615496eea54c84d18e3a48d15c02a55e52de8d64dd077060ece5c99c1c110f290baeb3a781c3515ce85f08f61')
+sha512sums=('cb35ea7d7d51dd240a6004347d950647f3ed89e5e4dcaf9c9cdd8b1767cad174a2b3c4ef6feefa9665ff1d98cabd4e5715bbc36e931a0abd694a76d45b761925')
+b2sums=('574aca06be438fce0ee357881a17f456d905c02eca724628919d998f485317484442c58be69ce4a1c8d35fb76071ac6e87d345cbea14821450c432aa2663470e')
 validpgpkeys=(
   D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD  # Justus Winter (Code Signing Key) 

   8F1118A33DDA9BA48E62AACB3243630052D9  # Neal H. Walfield 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sequoia-sq/-/commit/b267cf253a00065ee480cf64d1ebe862a41a30a2

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




[Git][archlinux/packaging/packages/guvcview] Pushed new tag 2.1.0-1

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.1.0-1 at Arch Linux / Packaging / Packages / 
guvcview

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




[Git][archlinux/packaging/packages/guvcview][main] upgpkg: 2.1.0-1: Update to 2.1.0

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
6b027490 by Antonio Rojas at 2024-05-25T12:19:49+02:00
upgpkg: 2.1.0-1: Update to 2.1.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,34 @@
+pkgbase = guvcview
+   pkgdesc = Simple interface for capturing and viewing video from v4l2 
devices
+   pkgver = 2.1.0
+   pkgrel = 1
+   url = http://guvcview.sourceforge.net/
+   arch = x86_64
+   license = GPL3
+   makedepends = intltool
+   depends = ffmpeg
+   depends = gsl
+   depends = gtk3
+   depends = qt5-base
+   depends = portaudio
+   noextract = guvcview-src-2.1.0-2.tar.bz2
+   options = !emptydirs
+   source = 
https://downloads.sourceforge.net/guvcview/guvcview-src-2.1.0.tar.bz2
+   sha256sums = 
3d93e4c9fab8d1a7a9bde1a6dbbf04d6cf9d347c134b5128b4586a1d90b63cfb
+
+pkgname = guvcview
+   pkgdesc = Simple GTK+ interface for capturing and viewing video from 
v4l2 devices
+   depends = guvcview-common
+   depends = gtk3
+
+pkgname = guvcview-common
+   pkgdesc = Common files for guvcview
+   depends = ffmpeg
+   depends = gsl
+   depends = libusb
+   depends = portaudio
+
+pkgname = guvcview-qt
+   pkgdesc = Simple Qt interface for capturing and viewing video from v4l2 
devices
+   depends = guvcview-common
+   depends = qt5-base


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 pkgbase=guvcview
 pkgname=(guvcview guvcview-common guvcview-qt)
-pkgver=2.0.8
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
 pkgdesc='Simple interface for capturing and viewing video from v4l2 devices'
 arch=('x86_64')
 url='http://guvcview.sourceforge.net/'
@@ -14,7 +14,7 @@ depends=('ffmpeg' 'gsl' 'gtk3' 'qt5-base' 'portaudio')
 makedepends=('intltool')
 options=('!emptydirs')
 
source=("https://downloads.sourceforge.net/$pkgbase/$pkgbase-src-$pkgver.tar.bz2";)
-sha256sums=('a21f4e44828cf27bafef5290cc953a0a1796b752e5bbe521266dc1230c81')
+sha256sums=('3d93e4c9fab8d1a7a9bde1a6dbbf04d6cf9d347c134b5128b4586a1d90b63cfb')
 noextract=($pkgbase-src-$pkgver-2.tar.bz2) # missing root dir
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/gifski] Pushed new tag 1.32.0-3

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.32.0-3 at Arch Linux / Packaging / Packages / 
gifski

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




[Git][archlinux/packaging/packages/phosh-mobile-settings][main] upgpkg: 0.39.0-1

2024-05-25 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
phosh-mobile-settings


Commits:
9dbe6138 by Jelle van der Waa at 2024-05-25T12:21:14+02:00
upgpkg: 0.39.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = phosh-mobile-settings
pkgdesc = A settings app for mobile specific things
-   pkgver = 0.38.0
+   pkgver = 0.39.0
pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = phosh-mobile-settings
depends = lm_sensors
depends = phoc
depends = phosh
-   source = 
https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/-/archive/v0.38.0/phosh-mobile-settings-v0.38.0.tar.gz
+   source = 
https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/-/archive/v0.39.0/phosh-mobile-settings-v0.39.0.tar.gz
source = 
https://gitlab.gnome.org/World/Phosh/gmobile/-/archive/a3c67a1184bfa73c593edefabe77cce57a5e38f6/gmobile-a3c67a1184bfa73c593edefabe77cce57a5e38f6.tar.gz
-   sha256sums = 
ae9339e6a156017923b4ff461587cdcb24481c05e3fb47df3719ccd5ade77857
+   sha256sums = 
fcfcfcb8ffed18a86948afa3075003b1e66c8821b848f48ca0c546dd47bc0cff
sha256sums = 
1aeac55a790525c2028a66562de877a8f99ce391636d8e0e3d059b0899c7a7ec
 
 pkgname = phosh-mobile-settings


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 libgmobile_commit=a3c67a1184bfa73c593edefabe77cce57a5e38f6
 
 pkgname=phosh-mobile-settings
-pkgver=0.38.0
+pkgver=0.39.0
 pkgrel=1
 pkgdesc='A settings app for mobile specific things'
 arch=(x86_64 aarch64)
@@ -14,7 +14,7 @@ depends=(feedbackd libadwaita lm_sensors phoc phosh)
 makedepends=(git meson wayland-protocols python-packaging)
 source=("${url}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"

https://gitlab.gnome.org/World/Phosh/gmobile/-/archive/${libgmobile_commit}/gmobile-${libgmobile_commit}.tar.gz)
-sha256sums=('ae9339e6a156017923b4ff461587cdcb24481c05e3fb47df3719ccd5ade77857'
+sha256sums=('fcfcfcb8ffed18a86948afa3075003b1e66c8821b848f48ca0c546dd47bc0cff'
 '1aeac55a790525c2028a66562de877a8f99ce391636d8e0e3d059b0899c7a7ec')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh-mobile-settings/-/commit/9dbe61383a3e4dc9efdb5e227013181db9b15570

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




[Git][archlinux/packaging/packages/phosh-mobile-settings] Pushed new tag 0.39.0-1

2024-05-25 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.39.0-1 at Arch Linux / Packaging / Packages 
/ phosh-mobile-settings

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




[Git][archlinux/packaging/packages/harvid] Pushed new tag 0.9.1-3

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.9.1-3 at Arch Linux / Packaging / Packages / 
harvid

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




[Git][archlinux/packaging/packages/harvid][main] upgpkg: 0.9.1-3: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
756af2d9 by Antonio Rojas at 2024-05-25T12:21:53+02:00
upgpkg: 0.9.1-3: ffmpeg 7 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = harvid
+   pkgdesc = HTTP Ardour Video Daemon
+   pkgver = 0.9.1
+   pkgrel = 3
+   url = https://x42.github.io/harvid/
+   arch = x86_64
+   license = GPL2
+   makedepends = ffmpeg
+   makedepends = libjpeg-turbo
+   makedepends = xxd
+   depends = glibc
+   depends = libpng
+   source = 
https://github.com/x42/harvid/archive/v0.9.1/harvid-0.9.1.tar.gz
+   sha512sums = 
9a848078adeb1cc5730e21fac18acb5965fadf903dead52dcf805112938fc975d010cc5b651cdc87265e10c209273cb3a1a8c8ec64f9f2613640638747832466
+   b2sums = 
18e72df0330f3d7bd420b95610b23cb582db32b427e5bacec74c43312742dd7de0dd4829bdbb7841f5e0ca62d11c0361b83efb6b6221da0ecb328d8efe28de29
+
+pkgname = harvid
+   depends = glibc
+   depends = libpng
+   depends = ffmpeg
+   depends = libavcodec.so
+   depends = libavformat.so
+   depends = libavutil.so
+   depends = libswscale.so
+   depends = libjpeg-turbo
+   depends = libjpeg.so


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=harvid
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTP Ardour Video Daemon"
 arch=(x86_64)
 url="https://x42.github.io/harvid/";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/harvid/-/commit/756af2d92b53a93fbb0f29e8f76a5b368b9daf50

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




[Git][archlinux/packaging/packages/guvcview] Pushed new tag 2.1.0-2

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.1.0-2 at Arch Linux / Packaging / Packages / 
guvcview

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




[Git][archlinux/packaging/packages/guvcview][main] upgpkg: 2.1.0-2: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
e559f33e by Antonio Rojas at 2024-05-25T12:22:08+02:00
upgpkg: 2.1.0-2: ffmpeg 7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = guvcview
pkgdesc = Simple interface for capturing and viewing video from v4l2 
devices
pkgver = 2.1.0
-   pkgrel = 1
+   pkgrel = 2
url = http://guvcview.sourceforge.net/
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgbase=guvcview
 pkgname=(guvcview guvcview-common guvcview-qt)
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple interface for capturing and viewing video from v4l2 devices'
 arch=('x86_64')
 url='http://guvcview.sourceforge.net/'



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

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




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

2024-05-25 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.10.3-2 at Arch Linux / Packaging / Packages / 
mgba

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




[Git][archlinux/packaging/packages/mgba][main] upgpkg: 0.10.3-2: ffmpeg 7 rebuild

2024-05-25 Thread Antonio Rojas (@arojas)


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


Commits:
fb0dffe1 by Antonio Rojas at 2024-05-25T12:41:31+02:00
upgpkg: 0.10.3-2: ffmpeg 7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = mgba
pkgver = 0.10.3
-   pkgrel = 1
+   pkgrel = 2
url = http://mgba.io
arch = x86_64
license = custom:MPL2
@@ -17,7 +17,9 @@ pkgbase = mgba
makedepends = lua
optdepends = lua: scripting support
source = 
mgba-0.10.3.tar.gz::https://github.com/mgba-emu/mgba/archive/0.10.3.tar.gz
+   source = https://github.com/mgba-emu/mgba/commit/3a3ebb5d.patch
sha256sums = 
be2cda7de3da8819fdab0c659c5cd4c4b8ca89d9ecddf522db6d31a64143
+   sha256sums = 
3fb63923547c42165dfd8bd47925cae3c711fec87f767bb5a94361dd022c8bd2
 
 pkgname = libmgba
pkgdesc = Shared library of mGBA


=
PKGBUILD
=
@@ -5,17 +5,25 @@
 pkgbase=mgba
 pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
 pkgver=0.10.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://mgba.io'
 license=('custom:MPL2')
 makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
  'ffmpeg' 'desktop-file-utils' 'qt5-tools' 'lua')
 optdepends=('lua: scripting support')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
-sha256sums=('be2cda7de3da8819fdab0c659c5cd4c4b8ca89d9ecddf522db6d31a64143')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz
+https://github.com/mgba-emu/mgba/commit/3a3ebb5d.patch)
+sha256sums=('be2cda7de3da8819fdab0c659c5cd4c4b8ca89d9ecddf522db6d31a64143'
+'3fb63923547c42165dfd8bd47925cae3c711fec87f767bb5a94361dd022c8bd2')
+
+prepare() {
+  cd mgba-$pkgver
+  patch -p1 -i ../3a3ebb5d.patch # Fix build with GCC 14
+}
 
 build() {
+  CFLAGS+=" -Wno-incompatible-pointer-types" \
   cmake -B build -S mgba-$pkgver \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_INSTALL_PREFIX=/usr \



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

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




[Git][archlinux/packaging/packages/electron27][main] upgpkg: 27.3.11-4: Work around broken nodejs

2024-05-25 Thread Caleb Maclennan (@alerque)


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


Commits:
d2ed9c59 by Caleb Maclennan at 2024-05-25T13:57:55+03:00
upgpkg: 27.3.11-4: Work around broken nodejs

- - - - -


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.11
-   pkgrel = 3
+   pkgrel = 4
url = https://electronjs.org
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 
 pkgver=27.3.11
 _gcc_patches=118-2
-pkgrel=3
+pkgrel=4
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'
@@ -49,7 +49,7 @@ makedepends=(clang
  python-pyparsing
  python-requests
  python-six
-python-setuptools
+ python-setuptools
  rust
  qt5-base
  wget
@@ -459,11 +459,14 @@ prepare() {
   depot_tools/download_from_google_storage.py --no_resume --extract --no_auth \
 --bucket chromium-nodejs -s src/third_party/node/node_modules.tar.gz.sha1
 
- patch -Np1 -i "${srcdir}/std-vector-non-const.patch" -d src/electron
+  patch -Np1 -i "${srcdir}/std-vector-non-const.patch" -d src/electron
 
   src/electron/script/apply_all_patches.py \
   src/electron/patches/config.json
 
+  # https://github.com/nodejs/node/issues/48444
+  export UV_USE_IO_URING=0
+
   pushd src
   pushd electron
   yarn install --frozen-lockfile



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

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




[Git][archlinux/packaging/packages/electron27] Pushed new tag 27.3.11-4

2024-05-25 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 27.3.11-4 at Arch Linux / Packaging / Packages / 
electron27

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




  1   2   3   4   5   6   >