[Git][archlinux/packaging/packages/tellico] Pushed new tag 3.5.5-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.5.5-1 at Arch Linux / Packaging / Packages / 
tellico

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




[Git][archlinux/packaging/packages/tellico][main] upgpkg: 3.5.5-1: Update to 3.5.5

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
ecc8aece by Antonio Rojas at 2024-06-25T08:49:25+02:00
upgpkg: 3.5.5-1: Update to 3.5.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tellico
pkgdesc = A collection manager for KDE
-   pkgver = 3.5.4
+   pkgver = 3.5.5
pkgrel = 1
url = https://tellico-project.org/
changelog = tellico.changelog
@@ -28,7 +28,7 @@ pkgbase = tellico
depends = qt5-base
depends = qt5-charts
depends = qt5-webengine
-   source = https://tellico-project.org/files/tellico-3.5.4.tar.xz
-   sha256sums = 
2b16c353de2186d9ffb2aa1572b5381a98207718951210b175ced0148ec9ec92
+   source = https://tellico-project.org/files/tellico-3.5.5.tar.xz
+   sha256sums = 
001794c52e99b20feab8373440850549ccd6da0a1fe2345c6192f9385472d06c
 
 pkgname = tellico


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=tellico
-pkgver=3.5.4
+pkgver=3.5.5
 pkgrel=1
 pkgdesc="A collection manager for KDE"
 arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('exempi' 'hicolor-icon-theme' 'kio5' 'libksane5' 
'libkcddb5'
 makedepends=('cmake' 'extra-cmake-modules' 'kdoctools5')
 changelog=$pkgname.changelog
 source=(https://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('2b16c353de2186d9ffb2aa1572b5381a98207718951210b175ced0148ec9ec92')
+sha256sums=('001794c52e99b20feab8373440850549ccd6da0a1fe2345c6192f9385472d06c')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

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




[Git][archlinux/packaging/packages/python-scipy][main] upgpkg: 1.14.0-1: Update to 1.14.0

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
48738582 by Antonio Rojas at 2024-06-25T08:43:51+02:00
upgpkg: 1.14.0-1: Update to 1.14.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-scipy
pkgdesc = Open-source software for mathematics, science, and engineering
-   pkgver = 1.13.1
-   pkgrel = 2
+   pkgver = 1.14.0
+   pkgrel = 1
url = https://www.scipy.org/
arch = x86_64
license = BSD-3-Clause
@@ -25,7 +25,7 @@ pkgbase = python-scipy
optdepends = python-pillow: for image saving module
provides = scipy
options = !lto
-   source = 
https://github.com/scipy/scipy/releases/download/v1.13.1/scipy-1.13.1.tar.gz
-   sha256sums = 
095a87a0312b08dfd6a6155cbbd310a8c51800fc931b8c0b84003014b874ed3c
+   source = 
https://github.com/scipy/scipy/releases/download/v1.14.0/scipy-1.14.0.tar.gz
+   sha256sums = 
b5923f48cb840380f9854339176ef21763118a7300a88203ccd0bdd26e58527b
 
 pkgname = python-scipy


=
PKGBUILD
=
@@ -8,8 +8,8 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.13.1
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
 pkgdesc='Open-source software for mathematics, science, and engineering'
 arch=(x86_64)
 url='https://www.scipy.org/'
@@ -34,7 +34,7 @@ checkdepends=(python-hypothesis
   python-pytest)
 optdepends=('python-pillow: for image saving module')
 
source=(https://github.com/scipy/scipy/releases/download/v$pkgver/$_name-$pkgver.tar.gz)
-sha256sums=('095a87a0312b08dfd6a6155cbbd310a8c51800fc931b8c0b84003014b874ed3c')
+sha256sums=('b5923f48cb840380f9854339176ef21763118a7300a88203ccd0bdd26e58527b')
 options=(!lto) # crashes with numpy 2.0
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/487385824f8348c6a16324b229fa6e47b1d8e5b1

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




[Git][archlinux/packaging/packages/python-scipy] Pushed new tag 1.14.0-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.14.0-1 at Arch Linux / Packaging / Packages / 
python-scipy

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




[Git][archlinux/packaging/packages/opentimelineio][main] 2 commits: upgpkg: 0.17.0-1: Update to 0.17.0

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
afd9c335 by Antonio Rojas at 2024-06-25T08:21:37+02:00
upgpkg: 0.17.0-1: Update to 0.17.0

- - - - -
a8df29ba by Antonio Rojas at 2024-06-25T08:23:58+02:00
upgpkg: 0.17.0-1: Update to 0.17.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = opentimelineio
pkgdesc = Open Source API and interchange format for editorial timeline 
information
-   pkgver = 0.16.0
-   pkgrel = 2
+   pkgver = 0.17.0
+   pkgrel = 1
url = http://opentimeline.io/
arch = x86_64
-   license = Apache
+   license = Apache-2.0
makedepends = cmake
makedepends = git
makedepends = imath
@@ -17,9 +17,9 @@ pkgbase = opentimelineio
depends = glibc
depends = python
depends = python-aaf2
-   source = 
git+https://github.com/PixarAnimationStudios/OpenTimelineIO#tag=v0.16.0
+   source = 
git+https://github.com/PixarAnimationStudios/OpenTimelineIO#tag=v0.17.0
source = 
opentimelineio-rapidjson::git+https://github.com/Tencent/rapidjson
-   sha256sums = 
e9545959bdc9e9addb6a98fa4ef61c7d9fa3d4075115b098fcd5bcba179ae012
+   sha256sums = 
f1ea4e60c1ab3ac5efeec77423629addee4e89ed382d0a41573e063eb26cbc21
sha256sums = SKIP
 
 pkgname = opentimelineio


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=opentimelineio
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
 pkgdesc='Open Source API and interchange format for editorial timeline 
information'
 url='http://opentimeline.io/'
 license=(Apache-2.0)
@@ -21,7 +21,7 @@ makedepends=(cmake
  python-wheel)
 
source=(git+https://github.com/PixarAnimationStudios/OpenTimelineIO#tag=v$pkgver
 opentimelineio-rapidjson::git+https://github.com/Tencent/rapidjson)
-sha256sums=('e9545959bdc9e9addb6a98fa4ef61c7d9fa3d4075115b098fcd5bcba179ae012'
+sha256sums=('f1ea4e60c1ab3ac5efeec77423629addee4e89ed382d0a41573e063eb26cbc21'
 'SKIP')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opentimelineio/-/compare/b729f2cf059107cd26579a6d68dd0f190396fac7...a8df29ba004b44760db2b71d4361277523bf2221

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




[Git][archlinux/packaging/packages/opentimelineio] Pushed new tag 0.17.0-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.17.0-1 at Arch Linux / Packaging / Packages / 
opentimelineio

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




[Git][archlinux/packaging/packages/python-hatch][main] upgpkg: 1.12.0-1: Update to 1.12.0

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
31eae0b9 by Antonio Rojas at 2024-06-25T08:18:51+02:00
upgpkg: 1.12.0-1: Update to 1.12.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-hatch
pkgdesc = A modern project, package, and virtual env manager
-   pkgver = 1.10.0
+   pkgver = 1.12.0
pkgrel = 1
url = https://github.com/pypa/hatch
arch = any
@@ -32,8 +32,8 @@ pkgbase = python-hatch
depends = python-tomlkit
depends = python-userpath
depends = python-virtualenv
-   source = 
https://github.com/pypa/hatch/archive/refs/tags/hatch-v1.10.0.tar.gz
-   sha256sums = 
72c7a9ec5350eda67ceb6cd007c207830722359bc6a18871ec44dec8b9879e38
-   b2sums = 
b10061ff09ea16eca2164057f74a6b43f033c6b3e6e63f6dc99cb4947948e06ce05bb60995dc0e8a2b71aa1c9a3df3fb3f604713d564ed9c07f8015fc9f82928
+   source = 
https://github.com/pypa/hatch/archive/refs/tags/hatch-v1.12.0.tar.gz
+   sha256sums = 
70f77624599397866e85e08294fe7abc1261ab99b9a21fbe83cb529b0287b828
+   b2sums = 
c144929fbf18f75f28dd10dae343a2bdb0c94caf915e6db58320ac45bfa44a007504cff92a42694e1c48a4bc650feded3930f87317218d56fec97983fb3e60ce
 
 pkgname = python-hatch


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Phillip A. (flying-sheep)
 
 pkgname=python-hatch
-pkgver=1.10.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="A modern project, package, and virtual env manager"
 arch=('any')
@@ -44,8 +44,8 @@ checkdepends=(
 )
 _name=${pkgname/python-/}
 source=("$url/archive/refs/tags/$_name-v$pkgver.tar.gz")
-sha256sums=('72c7a9ec5350eda67ceb6cd007c207830722359bc6a18871ec44dec8b9879e38')
-b2sums=('b10061ff09ea16eca2164057f74a6b43f033c6b3e6e63f6dc99cb4947948e06ce05bb60995dc0e8a2b71aa1c9a3df3fb3f604713d564ed9c07f8015fc9f82928')
+sha256sums=('70f77624599397866e85e08294fe7abc1261ab99b9a21fbe83cb529b0287b828')
+b2sums=('c144929fbf18f75f28dd10dae343a2bdb0c94caf915e6db58320ac45bfa44a007504cff92a42694e1c48a4bc650feded3930f87317218d56fec97983fb3e60ce')
 
 build() {
   cd $_name-$_name-v$pkgver
@@ -158,6 +158,7 @@ check() {
 --deselect 
tests/backend/builders/test_wheel.py::TestBuildStandard::test_default_build_script_dynamic_force_include_duplicate
 --deselect 
tests/backend/builders/test_wheel.py::TestBuildStandard::test_default_build_script_dynamic_artifacts_with_src_layout
 --deselect 
tests/backend/builders/test_wheel.py::TestBuildStandard::test_default_symlink
+--deselect 
tests/backend/builders/test_wheel.py::TestMacOSMaxCompat::test_default
 --deselect tests/cli/self/test_report.py::TestDefault::test_open
 --deselect tests/cli/self/test_report.py::TestDefault::test_no_open
 --deselect tests/cli/self/test_report.py::test_pyenv



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch/-/commit/31eae0b9bb50079a5be92a1818a647dd1703ce84

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




[Git][archlinux/packaging/packages/python-hatch] Pushed new tag 1.12.0-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.12.0-1 at Arch Linux / Packaging / Packages / 
python-hatch

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




[Git][archlinux/packaging/packages/ttc-iosevka] Pushed new tag 30.3.0-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 30.3.0-1 at Arch Linux / Packaging / Packages / 
ttc-iosevka

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




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

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


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


Commits:
bbc41252 by Evangelos Foutras at 2024-06-25T08:02:08+03:00
upgpkg: 126.0.6478.126-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=126.0.6478.114
+pkgver=126.0.6478.126
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('cf4aad7fccc2a6c2339691c23f4c46ef2818e2474a9f83292b237eaa958015ed'
+sha256sums=('5d5206637e659f03e006cd8b6b269c49c0c2c697d10517e14dbcea851831e143'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'daf0df74d2601c35fd66a746942d9ca3fc521ede92312f85af51d94c399fd6e0'
 '8f81059d79040ec598b5fb077808ec69d26d6c9cbebf9c4f4ea48b388a2596c5'



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

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




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

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


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

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




[Git][archlinux/packaging/packages/tailwindcss-language-server] Pushed new tag 0.0.17-1

2024-06-24 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 0.0.17-1 at Arch Linux / Packaging / Packages 
/ tailwindcss-language-server

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




[Git][archlinux/packaging/packages/tailwindcss-language-server][main] upgpkg: 0.0.17-1

2024-06-24 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
tailwindcss-language-server


Commits:
af9955ec by Daniel M. Capella at 2024-06-24T23:51:26-04:00
upgpkg: 0.0.17-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tailwindcss-language-server
pkgdesc = Tailwind CSS Language Server
-   pkgver = 0.0.16
+   pkgver = 0.0.17
pkgrel = 1
url = 
https://github.com/tailwindlabs/tailwindcss-intellisense/tree/master/packages/tailwindcss-language-server
arch = any
@@ -8,7 +8,7 @@ pkgbase = tailwindcss-language-server
makedepends = git
makedepends = npm
depends = nodejs
-   source = 
git+https://github.com/tailwindlabs/tailwindcss-intellisense.git#tag=@tailwindcss/language-server@v0.0.16
-   b2sums = 
53bf6fcba194ddbd1afa18d57737a578bedee13c8e4c72089747b7e7b13cdca70294834f9677e5803e5f406d877e6627577a64799a4018c6f057a844f9c376a2
+   source = 
git+https://github.com/tailwindlabs/tailwindcss-intellisense.git#tag=@tailwindcss/language-server@v0.0.17
+   b2sums = 
af35e388949b3ee8857a4c2d941e503311ee50350f7a39241c701bbc979ad40e7af80e604cc70cd0dc6f47fb9ad1fd6d95091c2f6b651f4eae064a310201e032
 
 pkgname = tailwindcss-language-server


=
PKGBUILD
=
@@ -2,16 +2,19 @@
 # Contributor: Agorgianitis Loukas 
 
 pkgname=tailwindcss-language-server
-pkgver=0.0.16
+pkgver=0.0.17
 pkgrel=1
 pkgdesc='Tailwind CSS Language Server'
-arch=('any')
+arch=(any)
 
url=https://github.com/tailwindlabs/tailwindcss-intellisense/tree/master/packages/tailwindcss-language-server
-license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'npm')
+license=(MIT)
+depends=(nodejs)
+makedepends=(
+  git
+  npm
+)
 
source=("git+https://github.com/tailwindlabs/tailwindcss-intellisense.git#tag=@tailwindcss/language-server@v$pkgver";)
-b2sums=('53bf6fcba194ddbd1afa18d57737a578bedee13c8e4c72089747b7e7b13cdca70294834f9677e5803e5f406d877e6627577a64799a4018c6f057a844f9c376a2')
+b2sums=('af35e388949b3ee8857a4c2d941e503311ee50350f7a39241c701bbc979ad40e7af80e604cc70cd0dc6f47fb9ad1fd6d95091c2f6b651f4eae064a310201e032')
 
 prepare() {
   cd tailwindcss-intellisense



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tailwindcss-language-server/-/commit/af9955ec487862a3e5dbd9435fdd14e205b1b622

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




[Git][archlinux/packaging/packages/firefox][main] 127.0.2-1

2024-06-24 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
aef9641d by Jan Alexander Steffens (heftig) at 2024-06-25T04:42:25+02:00
127.0.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = firefox
pkgdesc = Fast, Private & Safe Web Browser
-   pkgver = 127.0.1
+   pkgver = 127.0.2
pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = x86_64
@@ -63,18 +63,18 @@ pkgbase = firefox
options = !emptydirs
options = !lto
options = !makeflags
-   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0.1/source/firefox-127.0.1.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0.1/source/firefox-127.0.1.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0.2/source/firefox-127.0.2.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0.2/source/firefox-127.0.2.source.tar.xz.asc
source = firefox-symbolic.svg
source = firefox.desktop
source = org.mozilla.firefox.metainfo.xml
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
f8e13f346fe6965dfda7da62b669f0e1f915324dfe792661a1fc9bebc7f4eaa3
+   sha256sums = 
0b7b2a8c3def52fcab13c48769645d0e963902ee916e4f3d2a0098796e73e3e8
sha256sums = SKIP
sha256sums = 
a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
sha256sums = 
1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044
sha256sums = 
58d78ce57b3ee936bc966458d6b20ab142d02a897bbe924b3f26717af0c5bee1
-   b2sums = 
1399d5e7a364aba0a2c998fb12a5b52807426d265a8dc39fea910483319b3530f257e48aeac0daab930d79cedb40a1ca6a1211a7ae7e78a3d9bfe90dfdf01144
+   b2sums = 
63221122b5d3ef57f47895fc3583ea4b6dd97a636934054572ac1fb1005777b2d76229124f4b8f293f34791720992489f9ded0e5707d930977fedb160dd0966c
b2sums = SKIP
b2sums = 
63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34
b2sums = 
d07557840097dd48a60c51cc5111950781e1c6ce27693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=127.0.1
+pkgver=127.0.2
 pkgrel=1
 pkgdesc="Fast, Private & Safe Web Browser"
 url="https://www.mozilla.org/firefox/";
@@ -86,12 +86,12 @@ validpgpkeys=(
   # 
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
   14F26682D0916CDD81E37B6D61B7B526D98F0353
 )
-sha256sums=('f8e13f346fe6965dfda7da62b669f0e1f915324dfe792661a1fc9bebc7f4eaa3'
+sha256sums=('0b7b2a8c3def52fcab13c48769645d0e963902ee916e4f3d2a0098796e73e3e8'
 'SKIP'
 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9'
 '1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044'
 '58d78ce57b3ee936bc966458d6b20ab142d02a897bbe924b3f26717af0c5bee1')
-b2sums=('1399d5e7a364aba0a2c998fb12a5b52807426d265a8dc39fea910483319b3530f257e48aeac0daab930d79cedb40a1ca6a1211a7ae7e78a3d9bfe90dfdf01144'
+b2sums=('63221122b5d3ef57f47895fc3583ea4b6dd97a636934054572ac1fb1005777b2d76229124f4b8f293f34791720992489f9ded0e5707d930977fedb160dd0966c'
 'SKIP'
 
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34'
 
'd07557840097dd48a60c51cc5111950781e1c6ce27693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628'



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

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




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

2024-06-24 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/v2ray-geoip][main] upgpkg: 202406200042-1

2024-06-24 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
v2ray-geoip


Commits:
057433ca by Felix Yan at 2024-06-25T02:17:22+00:00
upgpkg: 202406200042-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = v2ray-geoip
pkgdesc = GeoIP List for V2Ray
-   pkgver = 202406130042
+   pkgver = 202406200042
pkgrel = 1
url = https://github.com/v2fly/geoip
arch = any
license = CCPL:by-sa
-   source = 
geoip-202406130042.dat::https://github.com/v2fly/geoip/releases/download/202406130042/geoip.dat
-   sha512sums = 
a92894ba65c03bd249d233bb3d7e5930e6a017d76caeaa38574f6fd4631237d4be8841af9608c7d047da876398d672bd4c3dcebf189b717b076e8ca4f6f49686
+   source = 
geoip-202406200042.dat::https://github.com/v2fly/geoip/releases/download/202406200042/geoip.dat
+   sha512sums = 
d962b0211a1153b36b77cf005745ba93e07622a8f68f47125ed52f4fce98ecddb5d150ba2e6fef21fa16eff8d3e669df6e7e25163a2b3872bddec1ce49063fce
 
 pkgname = v2ray-geoip


=
PKGBUILD
=
@@ -1,14 +1,14 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202406130042
+pkgver=202406200042
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
 url="https://github.com/v2fly/geoip";
 license=('CCPL:by-sa')
 
source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat";)
-sha512sums=('a92894ba65c03bd249d233bb3d7e5930e6a017d76caeaa38574f6fd4631237d4be8841af9608c7d047da876398d672bd4c3dcebf189b717b076e8ca4f6f49686')
+sha512sums=('d962b0211a1153b36b77cf005745ba93e07622a8f68f47125ed52f4fce98ecddb5d150ba2e6fef21fa16eff8d3e669df6e7e25163a2b3872bddec1ce49063fce')
 
 package() {
   install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/v2ray-geoip/-/commit/057433ca54ebe5e0c3b4d921da227aa35bd57c12

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




[Git][archlinux/packaging/packages/v2ray-geoip] Pushed new tag 202406200042-1

2024-06-24 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 202406200042-1 at Arch Linux / Packaging / Packages / 
v2ray-geoip

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




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

2024-06-24 Thread Felix Yan (@felixonmars)


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

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




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

2024-06-24 Thread Felix Yan (@felixonmars)


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


Commits:
4afeef05 by Felix Yan at 2024-06-25T02:17:20+00:00
upgpkg: 20240621160143-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = v2ray-domain-list-community
pkgdesc = A list of domains to be used as geosites for routing purpose 
in Project V
-   pkgver = 20240614093027
+   pkgver = 20240621160143
pkgrel = 1
url = https://github.com/v2fly/domain-list-community
arch = any
license = MIT
makedepends = go
makedepends = git
-   source = 
git+https://github.com/v2fly/domain-list-community.git#tag=20240614093027
-   sha512sums = 
538f8bab6ddce0934d331af3ffdcf3f688befbaf3c1ae10aa2a8808e025b4e0ddadc454fc7e64a72cd76efc5810da60fe275641f919d86b2996f065f1720340e
+   source = 
git+https://github.com/v2fly/domain-list-community.git#tag=20240621160143
+   sha512sums = 
7f05887315acf5729542147cfce82275735a889cd6e12c31ea8dc547a2be1901d3d4e5014354dbd9b58ff8ee4dc95a11ed1ad8ab1836ba93622d5b9978e4702c
 
 pkgname = v2ray-domain-list-community


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20240614093027
+pkgver=20240621160143
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/v2fly/domain-list-community";
 license=('MIT')
 makedepends=('go' 'git')
 source=("git+https://github.com/v2fly/domain-list-community.git#tag=$pkgver";)
-sha512sums=('538f8bab6ddce0934d331af3ffdcf3f688befbaf3c1ae10aa2a8808e025b4e0ddadc454fc7e64a72cd76efc5810da60fe275641f919d86b2996f065f1720340e')
+sha512sums=('7f05887315acf5729542147cfce82275735a889cd6e12c31ea8dc547a2be1901d3d4e5014354dbd9b58ff8ee4dc95a11ed1ad8ab1836ba93622d5b9978e4702c')
 
 build() {
   cd domain-list-community



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

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




[Git][archlinux/packaging/packages/python-b2sdk] Pushed new tag 2.4.1-1

2024-06-24 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.4.1-1 at Arch Linux / Packaging / Packages / 
python-b2sdk

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




[Git][archlinux/packaging/packages/python-b2sdk][main] upgpkg: 2.4.1-1

2024-06-24 Thread George Rawlinson (@grawlinson)


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


Commits:
5ecfc91a by George Rawlinson at 2024-06-25T13:59:12+12:00
upgpkg: 2.4.1-1

* New upstream release.
* New optdepends: python-pydantic.
* New checkdepends: python-pydantic.
* Remove depends: python-setuptools.
* Replace license symlink with file.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-b2sdk
pkgdesc = Python module to access B2 cloud storage
-   pkgver = 2.3.0
+   pkgver = 2.4.1
pkgrel = 1
url = https://github.com/Backblaze/b2-sdk-python
arch = any
@@ -10,6 +10,7 @@ pkgbase = python-b2sdk
checkdepends = python-pytest-lazy-fixture
checkdepends = python-pyfakefs
checkdepends = python-tqdm
+   checkdepends = python-pydantic
makedepends = git
makedepends = python-build
makedepends = python-installer
@@ -19,11 +20,11 @@ pkgbase = python-b2sdk
depends = python-logfury
depends = python-requests
depends = python-urllib3
-   depends = python-setuptools
depends = python-importlib-metadata
optdepends = python-tqdm: for TqdmProgressListener class
-   source = 
python-b2sdk::git+https://github.com/Backblaze/b2-sdk-python#tag=v2.3.0
-   sha512sums = 
10ec14826084e49042c6b79d7e0601de2feaba7d67746500c3f077d67f782ffcdc74a4c40af879d1dc596ce500b743bfcb3c4547e05a2f050ebfa857952f782a
-   b2sums = 
2dccca55b00964f015035cc4aa9fad3ed6bd039f410fe6e44fe8749d51f62a051ec0e6afbb96b1837e83bf67f800f93b23738c584481e6a9af3fca325ea5fd46
+   optdepends = python-pydantic: for improved type hints
+   source = 
python-b2sdk::git+https://github.com/Backblaze/b2-sdk-python#tag=v2.4.1
+   sha512sums = 
d91f873561f694bf961ce0bd4cbeb58fa778a448dc0823ad217828b5b7e41d233657960ccc91a779e4994cedee93b36c0efdab26900405b75166c46e1dd1af61
+   b2sums = 
9723ee5b8330e7aa9baa1d40f52a7ae9872a6288e4abd9792809eba83e4c17946d303df6fd627924b9624869bc352f59b573f6c7d2718869f418f2a0b7a55c12
 
 pkgname = python-b2sdk


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=python-b2sdk
-pkgver=2.3.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='Python module to access B2 cloud storage'
 arch=('any')
@@ -12,7 +12,6 @@ depends=(
   'python-logfury'
   'python-requests'
   'python-urllib3'
-  'python-setuptools'
   'python-importlib-metadata'
 )
 makedepends=(
@@ -28,13 +27,15 @@ checkdepends=(
   'python-pytest-lazy-fixture'
   'python-pyfakefs'
   'python-tqdm'
+  'python-pydantic'
 )
 optdepends=(
   'python-tqdm: for TqdmProgressListener class'
+  'python-pydantic: for improved type hints'
 )
 source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('10ec14826084e49042c6b79d7e0601de2feaba7d67746500c3f077d67f782ffcdc74a4c40af879d1dc596ce500b743bfcb3c4547e05a2f050ebfa857952f782a')
-b2sums=('2dccca55b00964f015035cc4aa9fad3ed6bd039f410fe6e44fe8749d51f62a051ec0e6afbb96b1837e83bf67f800f93b23738c584481e6a9af3fca325ea5fd46')
+sha512sums=('d91f873561f694bf961ce0bd4cbeb58fa778a448dc0823ad217828b5b7e41d233657960ccc91a779e4994cedee93b36c0efdab26900405b75166c46e1dd1af61')
+b2sums=('9723ee5b8330e7aa9baa1d40f52a7ae9872a6288e4abd9792809eba83e4c17946d303df6fd627924b9624869bc352f59b573f6c7d2718869f418f2a0b7a55c12')
 
 build() {
   cd "$pkgname"
@@ -60,9 +61,6 @@ package() {
 
   python -m installer --destdir="$pkgdir" dist/*.whl
 
-  # symlink license file
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "$site_packages/${pkgname#python-}-$pkgver.dist-info/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
 }



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

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




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

2024-06-24 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.7.1-1 at Arch Linux / Packaging / Packages / 
libsidplayfp

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




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

2024-06-24 Thread George Rawlinson (@grawlinson)


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


Commits:
a3632023 by George Rawlinson at 2024-06-25T13:57:54+12:00
upgpkg: 2.7.1-1

* New upstream release.
* Update license to use SPDX reference.
* Update source from sourceforge to github.
* Update checksums from sha256 to sha512+b2.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,25 @@
 pkgbase = libsidplayfp
-   pkgdesc = Library to play Commodore 64 music, derived from libsidplay2
-   pkgver = 2.6.0
+   pkgdesc = Library to play Commodore 64 music
+   pkgver = 2.7.1
pkgrel = 1
url = https://github.com/libsidplayfp/libsidplayfp
arch = x86_64
-   license = GPL
+   license = GPL-2.0-only
+   makedepends = git
makedepends = vice
makedepends = xa
+   depends = glibc
+   depends = gcc-libs
depends = libgcrypt
optdepends = vice: better SID support
-   source = 
https://downloads.sourceforge.net/project/sidplay-residfp/libsidplayfp/2.6/libsidplayfp-2.6.0.tar.gz
-   sha256sums = 
cc6bb9418ad3f64772c54c011552b113f8ef82f9820d74d4c2fed5976d4905e9
+   source = 
libsidplayfp::git+https://github.com/libsidplayfp/libsidplayfp#tag=v2.7.1
+   source = 
github.com-libsidplayfp-exsid-driver::git+https://github.com/libsidplayfp/exsid-driver
+   source = 
github.com-libsidplayfp-resid::git+https://github.com/libsidplayfp/resid
+   sha512sums = 
bd4f0f912fd6da65e1321fd6667144de0b1c8f5ffde7347ea564d108f28a92615699a099b121341f517ae757e5df9b4edebe62c706b88dc4abd1a2cdc1410df4
+   sha512sums = SKIP
+   sha512sums = SKIP
+   b2sums = 
d808fc4f200a017995ae78960bf01ee2cb3f5a0628fa8c5eeca48ff2da0569e7b08b07880f38ffca52aba796f0c88c591b441a97d7ea5fb5c4422c9dd94b8d8e
+   b2sums = SKIP
+   b2sums = SKIP
 
 pkgname = libsidplayfp


=
PKGBUILD
=
@@ -1,29 +1,53 @@
-# Maintainer:
+# Maintainer: George Rawlinson 
 # Contributor: Alexander F. Rødseth 
 # Contributor: Gaetan Bisson 
 # Contributor: Simon Perry 
 # Contributor: Jonas Nyrén 
 
 pkgname=libsidplayfp
-pkgver=2.6.0
+pkgver=2.7.1
 pkgrel=1
-pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
+pkgdesc='Library to play Commodore 64 music'
+arch=('x86_64')
 url='https://github.com/libsidplayfp/libsidplayfp'
-arch=(x86_64)
-license=(GPL)
-depends=(libgcrypt)
-makedepends=(vice xa)
+license=('GPL-2.0-only')
+depends=('glibc' 'gcc-libs' 'libgcrypt')
+makedepends=('git' 'vice' 'xa')
 optdepends=('vice: better SID support')
-source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('cc6bb9418ad3f64772c54c011552b113f8ef82f9820d74d4c2fed5976d4905e9')
+source=(
+  "$pkgname::git+$url#tag=v$pkgver"
+  
'github.com-libsidplayfp-exsid-driver::git+https://github.com/libsidplayfp/exsid-driver'
+  'github.com-libsidplayfp-resid::git+https://github.com/libsidplayfp/resid'
+)
+sha512sums=('bd4f0f912fd6da65e1321fd6667144de0b1c8f5ffde7347ea564d108f28a92615699a099b121341f517ae757e5df9b4edebe62c706b88dc4abd1a2cdc1410df4'
+'SKIP'
+'SKIP')
+b2sums=('d808fc4f200a017995ae78960bf01ee2cb3f5a0628fa8c5eeca48ff2da0569e7b08b07880f38ffca52aba796f0c88c591b441a97d7ea5fb5c4422c9dd94b8d8e'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  # prepare git submodule(s)
+  git submodule init
+  git config submodule.src/builders/exsid-builder/driver.url 
"$srcdir/github.com-libsidplayfp-exsid-driver"
+  git config submodule.src/builders/resid-builder/resid.url 
"$srcdir/github.com-libsidplayfp-resid"
+  git -c protocol.file.allow=always submodule update
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"
+
+  autoreconf -vfi
+
   ./configure --prefix=/usr
+
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 
 package() {
-  DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
+  DESTDIR="$pkgdir" make -C "$pkgname" install
 }



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

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




[Git][archlinux/packaging/packages/firefox-i18n] Pushed new tag 127.0.2-1

2024-06-24 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 127.0.2-1 at Arch Linux / 
Packaging / Packages / firefox-i18n

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




[Git][archlinux/packaging/packages/endless-sky-high-dpi][main] upgpkg: 0.10.8-1

2024-06-24 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
endless-sky-high-dpi


Commits:
7069f8b7 by George Rawlinson at 2024-06-25T13:49:42+12:00
upgpkg: 0.10.8-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,18 @@
 pkgbase = endless-sky-high-dpi
pkgdesc = High DPI sprites for Endless Sky
-   pkgver = 0.10.6
+   pkgver = 0.10.8
pkgrel = 1
url = https://github.com/endless-sky/endless-sky-high-dpi
arch = any
-   license = GPL3
-   license = custom:CC-BY-4.0
-   license = custom:CC-BY-SA-3.0
-   license = custom:CC-BY-SA-4.0
-   license = custom:public-domain
+   license = GPL-3.0-only
+   license = CC-BY-4.0
+   license = CC-BY-SA-3.0
+   license = CC-BY-SA-4.0
+   license = LicenseRef-public-domain
makedepends = git
depends = endless-sky
-   source = 
endless-sky-high-dpi::git+https://github.com/endless-sky/endless-sky-high-dpi#commit=15d2e241b9c8b0c362579cd0c2c4676443a0b1bb
-   b2sums = SKIP
+   source = 
endless-sky-high-dpi::git+https://github.com/endless-sky/endless-sky-high-dpi#tag=v0.10.8
+   sha512sums = 
0b0ccc7d8881b9b483e4680e4e6ce1cea871cf43eaab83382012711d9cf8d2fbfd860061f6b47e6fa45f5e423f265f618040e16f271bea6de1bd883a8e9fb94b
+   b2sums = 
e67fb336a7a7c35ef4451abd0b6435a5099fce25cce57865a415c2fbd73a077bae0591baf80f918925b5a31d135d46ebcf5a389ee0f4124dd1cbaee06b48b637
 
 pkgname = endless-sky-high-dpi


=
PKGBUILD
=
@@ -1,29 +1,23 @@
 # Maintainer: George Rawlinson 
 
 pkgname=endless-sky-high-dpi
-pkgver=0.10.6
+pkgver=0.10.8
 pkgrel=1
 pkgdesc='High DPI sprites for Endless Sky'
 arch=('any')
 url='https://github.com/endless-sky/endless-sky-high-dpi'
 license=(
-  'GPL3'
-  'custom:CC-BY-4.0'
-  'custom:CC-BY-SA-3.0'
-  'custom:CC-BY-SA-4.0'
-  'custom:public-domain'
+  'GPL-3.0-only'
+  'CC-BY-4.0'
+  'CC-BY-SA-3.0'
+  'CC-BY-SA-4.0'
+  'LicenseRef-public-domain'
 )
 depends=('endless-sky')
 makedepends=('git')
-_commit='15d2e241b9c8b0c362579cd0c2c4676443a0b1bb'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
+source=("$pkgname::git+$url#tag=v$pkgver")
+sha512sums=('0b0ccc7d8881b9b483e4680e4e6ce1cea871cf43eaab83382012711d9cf8d2fbfd860061f6b47e6fa45f5e423f265f618040e16f271bea6de1bd883a8e9fb94b')
+b2sums=('e67fb336a7a7c35ef4451abd0b6435a5099fce25cce57865a415c2fbd73a077bae0591baf80f918925b5a31d135d46ebcf5a389ee0f4124dd1cbaee06b48b637')
 
 package() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/endless-sky-high-dpi/-/commit/7069f8b73752c8cdc7db2a2437410385b94c88ef

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/endless-sky-high-dpi/-/commit/7069f8b73752c8cdc7db2a2437410385b94c88ef
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/endless-sky-high-dpi] Pushed new tag 0.10.8-1

2024-06-24 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.10.8-1 at Arch Linux / Packaging / Packages / 
endless-sky-high-dpi

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




[Git][archlinux/packaging/packages/parallel] Pushed new tag 20240622-1

2024-06-24 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 20240622-1 at Arch Linux / Packaging / Packages 
/ parallel

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




[Git][archlinux/packaging/packages/jellyfin-web][main] upgpkg: 10.9.7-1

2024-06-24 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
jellyfin-web


Commits:
fa7a0f8c by George Rawlinson at 2024-06-25T13:45:32+12:00
upgpkg: 10.9.7-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = jellyfin-web
pkgdesc = Web client for Jellyfin
-   pkgver = 10.9.6
+   pkgver = 10.9.7
pkgrel = 1
url = https://jellyfin.org
arch = any
@@ -8,8 +8,8 @@ pkgbase = jellyfin-web
makedepends = git
makedepends = nodejs
makedepends = npm
-   source = 
jellyfin-web::git+https://github.com/jellyfin/jellyfin-web#tag=v10.9.6
-   sha512sums = 
ef8f329e2d477e1052ddbaa8cdf7292d6329bc4d580546a8ad83f3d941aec2eccc67d421895dd4e8edcf12c18c6a2e4ec02488bbfeeecb4f49310487dec85094
-   b2sums = 
ea7f60c5cf4177b881aef47651ec79001ff8bef51454f881edfbab775b0650219b593db1f0b88cf865b3e46cbc128976f792498b5db0ea76236b36dad951b7ec
+   source = 
jellyfin-web::git+https://github.com/jellyfin/jellyfin-web#tag=v10.9.7
+   sha512sums = 
ffa1e4727dc0762a45d696b23632672766696f5d03eb0bce56fea743c003192e44c2722e44ab77f8d5215598165cc9549ad422dd802fa241520257eafb789384
+   b2sums = 
e75d1a4a50a46963599d7998da9dea18e1f7fe2cb2a328eaa6515b9a7a7c0f20d9784ca1319bf4e43d5bd03ac4d9f9d5e7013b52afa81331dea409a3d0b9099f
 
 pkgname = jellyfin-web


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=jellyfin-web
-pkgver=10.9.6
+pkgver=10.9.7
 pkgrel=1
 pkgdesc='Web client for Jellyfin'
 arch=('any')
@@ -10,8 +10,8 @@ _url='https://github.com/jellyfin/jellyfin-web'
 license=('GPL-2.0-or-later')
 makedepends=('git' 'nodejs' 'npm')
 source=("$pkgname::git+$_url#tag=v$pkgver")
-sha512sums=('ef8f329e2d477e1052ddbaa8cdf7292d6329bc4d580546a8ad83f3d941aec2eccc67d421895dd4e8edcf12c18c6a2e4ec02488bbfeeecb4f49310487dec85094')
-b2sums=('ea7f60c5cf4177b881aef47651ec79001ff8bef51454f881edfbab775b0650219b593db1f0b88cf865b3e46cbc128976f792498b5db0ea76236b36dad951b7ec')
+sha512sums=('ffa1e4727dc0762a45d696b23632672766696f5d03eb0bce56fea743c003192e44c2722e44ab77f8d5215598165cc9549ad422dd802fa241520257eafb789384')
+b2sums=('e75d1a4a50a46963599d7998da9dea18e1f7fe2cb2a328eaa6515b9a7a7c0f20d9784ca1319bf4e43d5bd03ac4d9f9d5e7013b52afa81331dea409a3d0b9099f')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jellyfin-web/-/commit/fa7a0f8ca351bbab6ac325692d7e9798883e8286

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




[Git][archlinux/packaging/packages/jellyfin-web] Pushed new tag 10.9.7-1

2024-06-24 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 10.9.7-1 at Arch Linux / Packaging / Packages / 
jellyfin-web

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




[Git][archlinux/packaging/packages/jellyfin-server][main] upgpkg: 10.9.7-1

2024-06-24 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
jellyfin-server


Commits:
e0ce1dd7 by George Rawlinson at 2024-06-25T13:45:25+12:00
upgpkg: 10.9.7-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = jellyfin-server
pkgdesc = Jellyfin server backend
-   pkgver = 10.9.6
+   pkgver = 10.9.7
pkgrel = 1
url = https://jellyfin.org
arch = x86_64
@@ -16,17 +16,17 @@ pkgbase = jellyfin-server
options = !debug
backup = etc/jellyfin/logging.json
backup = etc/jellyfin/jellyfin.env
-   source = 
jellyfin-server::git+https://github.com/jellyfin/jellyfin#tag=v10.9.6
+   source = 
jellyfin-server::git+https://github.com/jellyfin/jellyfin#tag=v10.9.7
source = 
jellyfin-packaging::git+https://github.com/jellyfin/jellyfin-packaging
source = sysusers.conf
source = tmpfiles.conf
source = fix-envfile-path.patch
-   sha512sums = 
edf7e6fcddb5b62320e80af9178886e7d8eb9224f3c77ae8fbec744a2d093a4a70958c06e5ccbea239cdbfe492ca3b00ee67cab8843a3d036fa4b959d0b51dbd
+   sha512sums = 
ed0e834d7e66a3cc7428be929951a4d25d48e27b8cc582b5044c3b83d64f88164ecd667a141514f06763e1d64fc6460ea81ce3def35d7adb1139cf4c622e6a73
sha512sums = SKIP
sha512sums = 
9f62481faa5f6a2fad75b0a5bb727c74f46ada991aff938db225dee0232a2c948ba3e22f56b8fdaf960901b37d8cd6c292665dac1c954c6bc4b5e104da45ef6f
sha512sums = 
3e12ec3d3fcb15975d5f86bc3ce3363ae89b0e9e0b2580c29fc8a612c0220a74a067138b15c48ae27bb3c5777eca33055f10651949678a1ee7bd094293f6abb6
sha512sums = 
26d4a2c081c5a2563863fb21a427e6b5ff0f551549b7ba77075054e81fbda064991e3443ec3f11f42ffdcc8adef0e20363f00d248d7967d327656280db919672
-   b2sums = 
422541d1aa3865464324401922d058959aed54af78b1392e677fb8e2d3bb9c118e679901874d7a8a5e2a89a516ce27513a2a7573ee0cf66c24065dfaa6851210
+   b2sums = 
33d7f7cbde8300aec1d1aa93873a3aa0343bcb3899e2a9a7b8ccacaa5734f8f20e411c26d946c03c0dcb042292c57f09e1f4312365b7e7cc06ccea1cd259e80f
b2sums = SKIP
b2sums = 
f73c72e1d66480c410dbe71be1af91a2bd76206dfed76e64b8264ee3537f6eb477bcba905ce69a0ec8b273e33c2e46439b9b32ce21543a48d98d80434a46a781
b2sums = 
bc8001cf28ebf76a125e7ab0d9d5a8fcf35e0def5b907dc5fe90e16cdbb3fdf8b7f098779ced9a44e7a3918ee605058b379d445a224178456a32a6a99cd084b4


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=jellyfin-server
 _pkgname="${pkgname%-server}"
-pkgver=10.9.6
+pkgver=10.9.7
 pkgrel=1
 pkgdesc='Jellyfin server backend'
 arch=('x86_64')
@@ -34,12 +34,12 @@ source=(
   'tmpfiles.conf'
   'fix-envfile-path.patch'
 )
-sha512sums=('edf7e6fcddb5b62320e80af9178886e7d8eb9224f3c77ae8fbec744a2d093a4a70958c06e5ccbea239cdbfe492ca3b00ee67cab8843a3d036fa4b959d0b51dbd'
+sha512sums=('ed0e834d7e66a3cc7428be929951a4d25d48e27b8cc582b5044c3b83d64f88164ecd667a141514f06763e1d64fc6460ea81ce3def35d7adb1139cf4c622e6a73'
 'SKIP'
 
'9f62481faa5f6a2fad75b0a5bb727c74f46ada991aff938db225dee0232a2c948ba3e22f56b8fdaf960901b37d8cd6c292665dac1c954c6bc4b5e104da45ef6f'
 
'3e12ec3d3fcb15975d5f86bc3ce3363ae89b0e9e0b2580c29fc8a612c0220a74a067138b15c48ae27bb3c5777eca33055f10651949678a1ee7bd094293f6abb6'
 
'26d4a2c081c5a2563863fb21a427e6b5ff0f551549b7ba77075054e81fbda064991e3443ec3f11f42ffdcc8adef0e20363f00d248d7967d327656280db919672')
-b2sums=('422541d1aa3865464324401922d058959aed54af78b1392e677fb8e2d3bb9c118e679901874d7a8a5e2a89a516ce27513a2a7573ee0cf66c24065dfaa6851210'
+b2sums=('33d7f7cbde8300aec1d1aa93873a3aa0343bcb3899e2a9a7b8ccacaa5734f8f20e411c26d946c03c0dcb042292c57f09e1f4312365b7e7cc06ccea1cd259e80f'
 'SKIP'
 
'f73c72e1d66480c410dbe71be1af91a2bd76206dfed76e64b8264ee3537f6eb477bcba905ce69a0ec8b273e33c2e46439b9b32ce21543a48d98d80434a46a781'
 
'bc8001cf28ebf76a125e7ab0d9d5a8fcf35e0def5b907dc5fe90e16cdbb3fdf8b7f098779ced9a44e7a3918ee605058b379d445a224178456a32a6a99cd084b4'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jellyfin-server/-/commit/e0ce1dd7f8e2cf10cd82362e23bdcff89744dcd0

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




[Git][archlinux/packaging/packages/jellyfin-server] Pushed new tag 10.9.7-1

2024-06-24 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 10.9.7-1 at Arch Linux / Packaging / Packages / 
jellyfin-server

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




[Git][archlinux/packaging/packages/endless-sky][main] upgpkg: 0.10.8-1

2024-06-24 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
endless-sky


Commits:
3f5cd75f by George Rawlinson at 2024-06-25T13:45:00+12:00
upgpkg: 0.10.8-1

* New upstream release.
* Update license to use SPDX reference.
* Switch from git commit to git tag for version/checksum.
* Remove pkgver function.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = endless-sky
pkgdesc = A sandbox-style space exploration and combat game
-   pkgver = 0.10.6
+   pkgver = 0.10.8
pkgrel = 1
url = https://endless-sky.github.io/
arch = x86_64
-   license = GPL3
-   license = custom:CC-BY-3.0
-   license = custom:CC-BY-4.0
-   license = custom:CC-BY-NC-3.0
-   license = custom:CC-BY-SA-3.0
-   license = custom:CC-BY-SA-4.0
-   license = custom:public-domain
+   license = GPL-3.0-only
+   license = CC-BY-3.0
+   license = CC-BY-4.0
+   license = CC-BY-NC-3.0
+   license = CC-BY-SA-3.0
+   license = CC-BY-SA-4.0
+   license = LicenseRef-public-domain
makedepends = git
makedepends = scons
depends = glibc
@@ -25,9 +25,11 @@ pkgbase = endless-sky
depends = util-linux-libs
depends = libglvnd
optdepends = endless-sky-high-dpi: high resolution graphics assets
-   source = 
endless-sky::git+https://github.com/endless-sky/endless-sky#commit=95e72950e1554392666fa41bb18c978868aa6611
+   source = 
endless-sky::git+https://github.com/endless-sky/endless-sky#tag=v0.10.8
source = fix-binary-install.patch
-   b2sums = SKIP
+   sha512sums = 
023223507bcdf999b5d2010bb987b6b709553248a615cd8ecbb62d90f9f411cbb2e29e2844db8b5cfff10f8da1dc1216af6dc72daefa6af6850980e9602805d7
+   sha512sums = 
974abf4bf60b7db9917c88e540c9b76b93f41f1214c3fad4894ab1a1162c1c5e6f48ad310ae3e7fc44f984e46e9a5d50cc1508ba7a9a6a74934646a8f15aa5c6
+   b2sums = 
4f6bc766bb3f249a2f7b1fed118d55be03f1d776ee266b62f57e8ba1f5d4ad9f63decb7f56a27e5d315190c5b36b58c77b05c11104fb5df95f7511a96e38e6bf
b2sums = 
c32e4962ab7ceff081df54a7a1cf3488f57b87aef4533a18b0a8ecafa7a7bea29babeaec4a44767124716c8194d5088444fe17dc238ea05bb22c40e9d591700b
 
 pkgname = endless-sky


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Leonard König 
 
 pkgname=endless-sky
-pkgver=0.10.6
+pkgver=0.10.8
 pkgrel=1
 pkgdesc='A sandbox-style space exploration and combat game'
 arch=('x86_64')
@@ -11,13 +11,13 @@ url='https://endless-sky.github.io/'
 # licenses obtained via following script:
 # grep "^License:" copyright | sed -e "s/License: //" -e "s/ /-/" | sort | uniq
 license=(
-  'GPL3'
-  'custom:CC-BY-3.0'
-  'custom:CC-BY-4.0'
-  'custom:CC-BY-NC-3.0'
-  'custom:CC-BY-SA-3.0'
-  'custom:CC-BY-SA-4.0'
-  'custom:public-domain'
+  'GPL-3.0-only'
+  'CC-BY-3.0'
+  'CC-BY-4.0'
+  'CC-BY-NC-3.0'
+  'CC-BY-SA-3.0'
+  'CC-BY-SA-4.0'
+  'LicenseRef-public-domain'
 )
 depends=(
   'glibc'
@@ -36,20 +36,15 @@ makedepends=('git' 'scons')
 optdepends=(
   'endless-sky-high-dpi: high resolution graphics assets'
 )
-_commit='95e72950e1554392666fa41bb18c978868aa6611'
 source=(
-  "$pkgname::git+https://github.com/endless-sky/endless-sky#commit=$_commit";
+  "$pkgname::git+https://github.com/endless-sky/endless-sky#tag=v$pkgver";
   'fix-binary-install.patch'
 )
-b2sums=('SKIP'
+sha512sums=('023223507bcdf999b5d2010bb987b6b709553248a615cd8ecbb62d90f9f411cbb2e29e2844db8b5cfff10f8da1dc1216af6dc72daefa6af6850980e9602805d7'
+
'974abf4bf60b7db9917c88e540c9b76b93f41f1214c3fad4894ab1a1162c1c5e6f48ad310ae3e7fc44f984e46e9a5d50cc1508ba7a9a6a74934646a8f15aa5c6')
+b2sums=('4f6bc766bb3f249a2f7b1fed118d55be03f1d776ee266b62f57e8ba1f5d4ad9f63decb7f56a27e5d315190c5b36b58c77b05c11104fb5df95f7511a96e38e6bf'
 
'c32e4962ab7ceff081df54a7a1cf3488f57b87aef4533a18b0a8ecafa7a7bea29babeaec4a44767124716c8194d5088444fe17dc238ea05bb22c40e9d591700b')
 
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags --exclude 'continuous' | sed 's/^v//'
-}
-
 prepare() {
   cd "$pkgname"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/endless-sky/-/commit/3f5cd75fac3ff43cd75b561ec77c9997703aeded

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




[Git][archlinux/packaging/packages/endless-sky] Pushed new tag 0.10.8-1

2024-06-24 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.10.8-1 at Arch Linux / Packaging / Packages / 
endless-sky

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




[Git][archlinux/packaging/packages/gcab][main] Add glib2-devel to makedepends

2024-06-24 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
a1161334 by loqs at 2024-06-24T21:45:02+00:00
Add glib2-devel to makedepends

glib2-devel is required for glib-mkenums.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -11,6 +11,7 @@ license=(LGPL)
 depends=(glib2)
 makedepends=(
   git
+  glib2-devel
   gobject-introspection
   gtk-doc
   meson



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

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




[Git][archlinux/packaging/packages/openxr][main] upgpkg: 1.1.38-1

2024-06-24 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
81777b26 by Sven-Hendrik Haase at 2024-06-25T00:38:47+02:00
upgpkg: 1.1.38-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = openxr
pkgdesc = An open standard for virtual reality and augmented reality 
platforms and devices
-   pkgver = 1.1.36
+   pkgver = 1.1.38
pkgrel = 1
url = https://www.khronos.org/openxr/
arch = x86_64
@@ -17,10 +17,10 @@ pkgbase = openxr
depends = libglvnd
depends = libxrandr
depends = libxxf86vm
-   source = 
https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.1.36/OpenXR-SDK-Source-release-1.1.36.tar.gz
-   source = 
https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.1.36/OpenXR-SDK-Source-release-1.1.36.tar.gz.asc
+   source = 
https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.1.38/OpenXR-SDK-Source-release-1.1.38.tar.gz
+   source = 
https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.1.38/OpenXR-SDK-Source-release-1.1.38.tar.gz.asc
validpgpkeys = 45207B2B1E53E1F2755FF63CC5A2D593A61DBC9D
-   sha512sums = 
4f0eb1e7d1ebc4530160e22270a992c411b65cb3b933efff913cf9d8159fde50b60c78192def9d9ad73211a0faec725610a260e1ec7f189494dd28ba5db743e2
+   sha512sums = 
34666e8cad02225664ace13704c6e179801084c2c67ef5057eb59171c3827bff894246c1a2c35043ae1073cce4931c8c7265cb8c91545cb6c1dbcbdb01d7a610
sha512sums = SKIP
 
 pkgname = openxr


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openxr
-pkgver=1.1.36
+pkgver=1.1.38
 pkgrel=1
 pkgdesc='An open standard for virtual reality and augmented reality platforms 
and devices'
 arch=('x86_64')
@@ -10,7 +10,7 @@ makedepends=('cmake' 'vulkan-headers' 'python' 'ninja' 
'wayland' 'mesa')
 license=('APACHE')
 
source=("https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-${pkgver}/OpenXR-SDK-Source-release-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=(45207B2B1E53E1F2755FF63CC5A2D593A61DBC9D)
-sha512sums=('4f0eb1e7d1ebc4530160e22270a992c411b65cb3b933efff913cf9d8159fde50b60c78192def9d9ad73211a0faec725610a260e1ec7f189494dd28ba5db743e2'
+sha512sums=('34666e8cad02225664ace13704c6e179801084c2c67ef5057eb59171c3827bff894246c1a2c35043ae1073cce4931c8c7265cb8c91545cb6c1dbcbdb01d7a610'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openxr/-/commit/81777b26e5e974361a3f356bde1f82724eff640a

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




[Git][archlinux/packaging/packages/openxr] Pushed new tag 1.1.38-1

2024-06-24 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.1.38-1 at Arch Linux / Packaging / Packages 
/ openxr

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




[Git][archlinux/packaging/packages/memray] Pushed new tag 1.13.1-1

2024-06-24 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 1.13.1-1 at Arch Linux / Packaging / 
Packages / memray

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




[Git][archlinux/packaging/packages/memray][main] upgpkg: 1.13.1-1: new upstream release

2024-06-24 Thread Leonidas Spyropoulos (@artafinde)


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


Commits:
06a444a8 by Leonidas Spyropoulos at 2024-06-24T23:24:08+01:00
upgpkg: 1.13.1-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = memray
pkgdesc = A memory profiler for Python
-   pkgver = 1.13.0
+   pkgver = 1.13.1
pkgrel = 1
url = https://github.com/bloomberg/memray
arch = x86_64


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Leonidas Spyropoulos 
 
 pkgname=memray
-pkgver=1.13.0
+pkgver=1.13.1
 _tag_commit=ac8ecc2e2ef0798b4e238ac11d5cef6bc19c70f5 # git show-ref -d 
v${_tag_name}
 pkgrel=1
 pkgdesc="A memory profiler for Python"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/memray/-/commit/06a444a8e300852a3104957bf1f1cc451696974f

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




[Git][archlinux/packaging/packages/glab] Pushed new tag 1.43.0-1

2024-06-24 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 1.43.0-1 at Arch Linux / Packaging / Packages / 
glab

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




[Git][archlinux/packaging/packages/glab][main] upgpkg: 1.43.0-1

2024-06-24 Thread Caleb Maclennan (@alerque)


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


Commits:
fa57029e by Caleb Maclennan at 2024-06-25T01:22:35+03:00
upgpkg: 1.43.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = glab
pkgdesc = Cli tool to help work seamlessly with GitLab from the command 
line
-   pkgver = 1.42.0
+   pkgver = 1.43.0
pkgrel = 1
url = https://gitlab.com/gitlab-org/cli
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = glab
depends = glibc
replaces = gitlab-glab
options = !lto
-   source = 
https://gitlab.com/gitlab-org/cli/-/archive/v1.42.0/cli-v1.42.0.tar.gz
-   sha256sums = 
f04af59911f9448dddc3fad8a49532525444d13c3a053aa382142ca85566b7da
+   source = 
https://gitlab.com/gitlab-org/cli/-/archive/v1.43.0/cli-v1.43.0.tar.gz
+   sha256sums = 
0d3a8cb750826ed4392d7c1b681dbc280f43fbda01c7f5ac566e9a1eeb669f55
 
 pkgname = glab


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Abdo Roig-Maranges 
 
 pkgname=glab
-pkgver=1.42.0
+pkgver=1.43.0
 pkgrel=1
 pkgdesc='Cli tool to help work seamlessly with GitLab from the command line'
 arch=(x86_64)
@@ -15,7 +15,7 @@ replaces=(gitlab-glab)
 options=(!lto)
 _archive="cli-v$pkgver"
 source=("$url/-/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('f04af59911f9448dddc3fad8a49532525444d13c3a053aa382142ca85566b7da')
+sha256sums=('0d3a8cb750826ed4392d7c1b681dbc280f43fbda01c7f5ac566e9a1eeb669f55')
 
 build() {
cd "$_archive"



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

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




[Git][archlinux/packaging/packages/github-cli][main] upgpkg: 2.52.0-1

2024-06-24 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
github-cli


Commits:
84a50da2 by Caleb Maclennan at 2024-06-25T01:22:24+03:00
upgpkg: 2.52.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = github-cli
pkgdesc = The GitHub CLI
-   pkgver = 2.51.0
+   pkgver = 2.52.0
pkgrel = 1
url = https://github.com/cli/cli
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = github-cli
depends = mailcap
optdepends = git: To interact with repositories
optdepends = org.freedesktop.secrets: Store credentials in system 
keyring
-   source = 
github-cli-2.51.0.tar.gz::https://github.com/cli/cli/archive/v2.51.0.tar.gz
-   sha256sums = 
babc66157676eadc30c150ab9151981792796d6f24663cebc6eb070eb14c390f
+   source = 
github-cli-2.52.0.tar.gz::https://github.com/cli/cli/archive/v2.52.0.tar.gz
+   sha256sums = 
41de39d0f1bcacb454d9b8a46e5b97ff8b8e803cd26d284e553e45bf025325d9
 
 pkgname = github-cli


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Richard Bradfield 
 
 pkgname=github-cli
-pkgver=2.51.0
+pkgver=2.52.0
 pkgrel=1
 pkgdesc="The GitHub CLI"
 arch=("x86_64")
@@ -16,7 +16,7 @@ checkdepends=("openssh")
 optdepends=("git: To interact with repositories"
 "org.freedesktop.secrets: Store credentials in system keyring")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('babc66157676eadc30c150ab9151981792796d6f24663cebc6eb070eb14c390f')
+sha256sums=('41de39d0f1bcacb454d9b8a46e5b97ff8b8e803cd26d284e553e45bf025325d9')
 
 prepare() {
 cd "cli-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/84a50da273ba3200cef7344cfae4a974dd48ac76

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




[Git][archlinux/packaging/packages/github-cli] Pushed new tag 2.52.0-1

2024-06-24 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 2.52.0-1 at Arch Linux / Packaging / Packages / 
github-cli

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




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

2024-06-24 Thread Caleb Maclennan (@alerque)


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


Commits:
e850b03d by Caleb Maclennan at 2024-06-25T01:22:11+03:00
upgpkg: 1:1.41.0-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.40.3
+   pkgver = 1.41.0
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.40.3/dolt-1.40.3.tar.gz
-   sha256sums = 
ab21f0cb3d528f22517b4973400fe1f0db79ab97a183e98a649bf75f74bf65d8
+   source = 
https://github.com/dolthub/dolt/archive/v1.41.0/dolt-1.41.0.tar.gz
+   sha256sums = 
15a6c8069f2ba00ebf9f11718c054fa58a4b5f4c98b5899a11e8c3579d37b9ca
 
 pkgname = dolt


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=dolt
 epoch=1
-pkgver=1.40.3
+pkgver=1.41.0
 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=('ab21f0cb3d528f22517b4973400fe1f0db79ab97a183e98a649bf75f74bf65d8')
+sha256sums=('15a6c8069f2ba00ebf9f11718c054fa58a4b5f4c98b5899a11e8c3579d37b9ca')
 
 prepare() {
cd "$_archive"/go



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

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




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

2024-06-24 Thread Caleb Maclennan (@alerque)


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

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




[Git][archlinux/packaging/packages/zola] Pushed new tag 0.19.1-1

2024-06-24 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.19.1-1 at Arch Linux / Packaging / Packages / 
zola

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




[Git][archlinux/packaging/packages/zola][main] upgpkg: 0.19.1-1

2024-06-24 Thread Caleb Maclennan (@alerque)


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


Commits:
1223a465 by Caleb Maclennan at 2024-06-25T00:52:57+03:00
upgpkg: 0.19.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = zola
pkgdesc = An opinionated static site generator
-   pkgver = 0.19.0
+   pkgver = 0.19.1
pkgrel = 1
url = https://github.com/getzola/zola
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
-   source = 
zola-0.19.0.tar.gz::https://github.com/getzola/zola/archive/v0.19.0.tar.gz
-   sha256sums = 
0c1651e06608eab31d0fb60d5a2d8afc94cff6644f34c6b6bda31eb76e79a7a0
+   source = 
zola-0.19.1.tar.gz::https://github.com/getzola/zola/archive/v0.19.1.tar.gz
+   sha256sums = 
9926c3e7c64ee20a48dc292785c5a29f387c1fab639005ced894982f9c3d7258
 
 pkgname = zola


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=zola
-pkgver=0.19.0
+pkgver=0.19.1
 pkgrel=1
 pkgdesc="An opinionated static site generator"
 arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gcc-libs')
 makedepends=('cargo')
 license=('MIT')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/getzola/zola/archive/v${pkgver}.tar.gz";)
-sha256sums=('0c1651e06608eab31d0fb60d5a2d8afc94cff6644f34c6b6bda31eb76e79a7a0')
+sha256sums=('9926c3e7c64ee20a48dc292785c5a29f387c1fab639005ced894982f9c3d7258')
 
 prepare() {
   cd zola-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zola/-/commit/1223a465f2044f197757cab3715bb44c7ea36728

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




[Git][archlinux/packaging/packages/celluloid][main] upgpkg: 0.27-1: Update to 0.27

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
0a1301f6 by Antonio Rojas at 2024-06-24T23:46:22+02:00
upgpkg: 0.27-1: Update to 0.27

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = celluloid
+   pkgdesc = Simple GTK+ frontend for mpv
+   pkgver = 0.27
+   pkgrel = 1
+   url = https://celluloid-player.github.io/
+   arch = x86_64
+   license = GPL3
+   makedepends = appstream-glib
+   makedepends = meson
+   makedepends = glib2-devel
+   depends = gtk4
+   depends = mpv
+   depends = libadwaita
+   replaces = gnome-mpv
+   source = 
https://github.com/celluloid-player/celluloid/releases/download/v0.27/celluloid-0.27.tar.xz
+   sha256sums = 
216656c4495bb3ca02dc4ad9cf3da8e8f15c8f80e870eeac8eb1eedab4c3788b
+
+pkgname = celluloid


=
PKGBUILD
=
@@ -2,18 +2,18 @@
 # Contributor: Ainola
 
 pkgname=celluloid
-pkgver=0.26
+pkgver=0.27
 pkgrel=1
 pkgdesc='Simple GTK+ frontend for mpv'
 arch=('x86_64')
 url='https://celluloid-player.github.io/'
 license=('GPL3')
 depends=('gtk4' 'mpv' 'libadwaita')
-makedepends=('appstream-glib' 'meson')
+makedepends=('appstream-glib' 'meson' 'glib2-devel')
 replaces=('gnome-mpv')
 
source=("https://github.com/celluloid-player/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz";)
 #validpgpkeys=('4BA23A4D2F798D926C7A0E0D0F9039A19BE2326C') # gnome-mpv
-sha256sums=('6171e7b4e2715484c3203436ed1cd51528d3c7e9e46208f70433f12de5ae5dde')
+sha256sums=('216656c4495bb3ca02dc4ad9cf3da8e8f15c8f80e870eeac8eb1eedab4c3788b')
 
 build() {
   arch-meson $pkgname-$pkgver build



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

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




[Git][archlinux/packaging/packages/celluloid] Pushed new tag 0.27-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.27-1 at Arch Linux / Packaging / Packages / 
celluloid

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




[Git][archlinux/packaging/packages/minetest] Pushed new tag 5.8.0-3

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.8.0-3 at Arch Linux / Packaging / Packages / 
minetest

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




[Git][archlinux/packaging/packages/minetest][main] upgpkg: 5.8.0-3: spatialindex 2.0 rebuild

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
b6b60249 by Antonio Rojas at 2024-06-24T23:42:04+02:00
upgpkg: 5.8.0-3: spatialindex 2.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = minetest
pkgver = 5.8.0
-   pkgrel = 2
+   pkgrel = 3
url = https://www.minetest.net/
arch = x86_64
license = LGPL
@@ -23,11 +23,13 @@ pkgbase = minetest
makedepends = git
source = 
minetest-5.8.0.tar.gz::https://github.com/minetest/minetest/archive/5.8.0.tar.gz
source = 
minetest-data-5.8.0.tar.gz::https://github.com/minetest/minetest_game/archive/5.8.0.tar.gz
+   source = https://github.com/minetest/minetest/commit/c9ab61aa.patch
source = minetest.service
source = sysusers.d
source = tmpfiles.d
sha256sums = 
610c85a24d77acdc3043a69d777bed9e6c00169406ca09df22ad490fe0d68c0c
sha256sums = 
33a3bb43b08497a0bdb2f49f140a2829e582d5c16c0ad52be1595c803f706912
+   sha256sums = 
689468855fcae450f416dcd7702f5f6e19a2733fe116378cd404790698bf91f5
sha256sums = 
2d80b4ff925770bdf3d857debb2ad11227cc9b022eb01a358b18f8d5f2641a5c
sha256sums = 
e4166d639b35efda2cd72269208184ab1e72c54541344cd202ff2005c90b9433
sha256sums = 
d9405cf7cd0a657ef06082570783383a1f527fbc0bd122ea506d4fbe26950d4a


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=('minetest' 'minetest-server' 'minetest-common')
 pkgver=5.8.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.minetest.net/'
 license=('LGPL')
@@ -12,11 +12,13 @@ makedepends=('sqlite' 'freetype2' 'leveldb' 'postgresql' 
'spatialindex' 'openal'
 makedepends+=('libjpeg' 'libgl' 'libxi' 'git') # irrlichtmt
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/minetest/minetest/archive/${pkgver}.tar.gz
 
${pkgname}-data-${pkgver}.tar.gz::https://github.com/minetest/minetest_game/archive/${pkgver}.tar.gz
+https://github.com/minetest/minetest/commit/c9ab61aa.patch
 minetest.service
 sysusers.d
 tmpfiles.d)
 sha256sums=('610c85a24d77acdc3043a69d777bed9e6c00169406ca09df22ad490fe0d68c0c'
 '33a3bb43b08497a0bdb2f49f140a2829e582d5c16c0ad52be1595c803f706912'
+'689468855fcae450f416dcd7702f5f6e19a2733fe116378cd404790698bf91f5'
 '2d80b4ff925770bdf3d857debb2ad11227cc9b022eb01a358b18f8d5f2641a5c'
 'e4166d639b35efda2cd72269208184ab1e72c54541344cd202ff2005c90b9433'
 'd9405cf7cd0a657ef06082570783383a1f527fbc0bd122ea506d4fbe26950d4a')
@@ -27,6 +29,9 @@ prepare() {
   git clone https://github.com/minetest/irrlicht.git 
${pkgname}-${pkgver}/lib/irrlichtmt
   cd ${pkgname}-${pkgver}/lib/irrlichtmt
   git checkout tags/1.9.0mt13
+
+  cd ../..
+  patch -p1 -i ../c9ab61aa.patch # Fix build with GCC 14
 }
 
 build() {



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

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




[Git][archlinux/packaging/packages/libhx][main] upgpkg: 4.23-1: Update to 4.23

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
84b0655d by Antonio Rojas at 2024-06-24T23:41:39+02:00
upgpkg: 4.23-1: Update to 4.23

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = libhx
pkgdesc = A library providing queue, tree, I/O and utility functions
-   pkgver = 4.16
+   pkgver = 4.23
pkgrel = 1
url = http://libhx.sourceforge.net/
arch = x86_64
license = GPL
depends = glibc
-   source = https://inai.de/files/libhx/libHX-4.16.tar.xz
-   source = https://inai.de/files/libhx/libHX-4.16.tar.asc
+   source = https://inai.de/files/libhx/libHX-4.23.tar.xz
+   source = https://inai.de/files/libhx/libHX-4.23.tar.asc
validpgpkeys = BCA0C5C309CAC569E74A921CF76EFE5D0C223A8F
-   sha256sums = 
2401da41e4ca3435f86161a2e7865831f14789a9d76de5406f28054d853821d0
+   sha256sums = 
048cd43a71b79753820f36b18d44d8bbdbfde6d38d45348f49b9303c4d9758e8
sha256sums = SKIP
 
 pkgname = libhx


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Nathan Owe 
 
 pkgname=libhx
-pkgver=4.16
+pkgver=4.23
 pkgrel=1
 pkgdesc='A library providing queue, tree, I/O and utility functions'
 arch=(x86_64)
@@ -12,7 +12,7 @@ url='http://libhx.sourceforge.net/'
 license=(GPL)
 depends=(glibc)
 source=(https://inai.de/files/libhx/libHX-$pkgver.tar.{xz,asc})
-sha256sums=('2401da41e4ca3435f86161a2e7865831f14789a9d76de5406f28054d853821d0'
+sha256sums=('048cd43a71b79753820f36b18d44d8bbdbfde6d38d45348f49b9303c4d9758e8'
 'SKIP')
 validpgpkeys=(BCA0C5C309CAC569E74A921CF76EFE5D0C223A8F) # Jan Engelhardt 
 https://inai.de/about/
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libhx/-/commit/84b0655da76b45cebdb719fe451e301ccd446d23

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




[Git][archlinux/packaging/packages/libhx] Pushed new tag 4.23-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 4.23-1 at Arch Linux / Packaging / Packages / libhx

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




[Git][archlinux/packaging/packages/qgis][main] upgpkg: 3.38.0-2: spatialindex 2.0 rebuild

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
3bf06cd7 by Antonio Rojas at 2024-06-24T23:37:26+02:00
upgpkg: 3.38.0-2: spatialindex 2.0 rebuild

- - - - -


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.38.0
-   pkgrel = 1
+   pkgrel = 2
url = https://qgis.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -11,7 +11,7 @@
 
 pkgname=qgis
 pkgver=3.38.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Geographic Information System (GIS) that supports vector, raster & 
database formats"
 arch=(x86_64)
 url="https://qgis.org/";



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

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




[Git][archlinux/packaging/packages/qgis] Pushed new tag 3.38.0-2

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.38.0-2 at Arch Linux / Packaging / Packages / 
qgis

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




[Git][archlinux/packaging/packages/ocaml-stdio] Pushed new tag 0.17.0-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.17.0-1 at Arch Linux / Packaging / Packages / 
ocaml-stdio

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




[Git][archlinux/packaging/packages/ocaml-stdio][main] upgpkg: 0.17.0-1: Update to 0.17.0

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
ocaml-stdio


Commits:
f8816581 by Antonio Rojas at 2024-06-24T23:33:51+02:00
upgpkg: 0.17.0-1: Update to 0.17.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ocaml-stdio
pkgdesc = Standard IO Library for OCaml
-   pkgver = 0.16.0
-   pkgrel = 4
+   pkgver = 0.17.0
+   pkgrel = 1
url = https://github.com/janestreet/stdio
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = ocaml-stdio
depends = ocaml-base
options = !strip
options = !debug
-   source = 
ocaml-stdio-0.16.0-4.tar.gz::https://github.com/janestreet/stdio/archive/v0.16.0.tar.gz
-   sha256sums = 
388561b483894ae27b5968358b7978ae6a242f426e8c26fd92b39852d68b856e
+   source = 
ocaml-stdio-0.17.0-1.tar.gz::https://github.com/janestreet/stdio/archive/v0.17.0.tar.gz
+   sha256sums = 
e7cb473d4bffcf419f307c658cf2599fab03a2b4fe655bfd0be699f8f7af176e
 
 pkgname = ocaml-stdio


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 
 _projectname='stdio'
 pkgname="ocaml-$_projectname"
-pkgver=0.16.0
-pkgrel=4
+pkgver=0.17.0
+pkgrel=1
 pkgdesc='Standard IO Library for OCaml'
 arch=('x86_64')
 url="https://github.com/janestreet/$_projectname";
@@ -15,7 +15,7 @@ depends=('glibc' 'ocaml' 'ocaml-base')
 makedepends=('dune')
 options=('!strip' '!debug')
 source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('388561b483894ae27b5968358b7978ae6a242f426e8c26fd92b39852d68b856e')
+sha256sums=('e7cb473d4bffcf419f307c658cf2599fab03a2b4fe655bfd0be699f8f7af176e')
 
 _sourcedirectory="$_projectname-$pkgver"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-stdio/-/commit/f88165813782c62eb31b94dfe7210c47a3721ae6

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




[Git][archlinux/packaging/packages/ocaml-base][main] upgpkg: 0.17.0-1: Update to 0.17.0

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
ocaml-base


Commits:
d1516392 by Antonio Rojas at 2024-06-24T23:32:35+02:00
upgpkg: 0.17.0-1: Update to 0.17.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ocaml-base
pkgdesc = Full standard library replacement for OCaml
-   pkgver = 0.16.3
-   pkgrel = 5
+   pkgver = 0.17.0
+   pkgrel = 1
url = https://github.com/janestreet/base
arch = x86_64
license = MIT
@@ -10,9 +10,10 @@ pkgbase = ocaml-base
makedepends = ocaml-compiler-libs
depends = ocaml>=4.14.0
depends = ocaml-sexplib0>=0.16.0
+   depends = ocaml-intrinsics-kernel
options = !strip
options = !debug
-   source = 
git+https://github.com/janestreet/base.git#commit=2859444a65e51799795e80ad774a01f84b5d4518
-   sha256sums = SKIP
+   source = git+https://github.com/janestreet/base.git#tag=v0.17.0
+   sha256sums = 
87982479451825cced40cd02d11a5490fea769772c68d8080afdd9647564b1f4
 
 pkgname = ocaml-base


=
PKGBUILD
=
@@ -3,18 +3,17 @@
 # Contributor: Jakob Gahde 
 
 pkgname=ocaml-base
-pkgver=0.16.3
-_commit=2859444a65e51799795e80ad774a01f84b5d4518
-pkgrel=5
+pkgver=0.17.0
+pkgrel=1
 pkgdesc='Full standard library replacement for OCaml'
 arch=('x86_64')
 url="https://github.com/janestreet/base";
 license=('MIT')
-depends=('ocaml>=4.14.0' 'ocaml-sexplib0>=0.16.0')
+depends=('ocaml>=4.14.0' 'ocaml-sexplib0>=0.16.0' 'ocaml-intrinsics-kernel')
 makedepends=('git' 'dune' 'ocaml-compiler-libs')
 options=('!strip' '!debug')
-source=("git+https://github.com/janestreet/base.git#commit=$_commit";)
-sha256sums=('SKIP')
+source=("git+https://github.com/janestreet/base.git#tag=v$pkgver";)
+sha256sums=('87982479451825cced40cd02d11a5490fea769772c68d8080afdd9647564b1f4')
 
 build() {
cd base



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-base/-/commit/d151639294fe2ef5f7ae5b614d5d9c5b9a125bdd

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




[Git][archlinux/packaging/packages/ocaml-base] Pushed new tag 0.17.0-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.17.0-1 at Arch Linux / Packaging / Packages / 
ocaml-base

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




[Git][archlinux/packaging/packages/ocaml-intrinsics-kernel] Pushed new branch main

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new branch main at Arch Linux / Packaging / Packages / 
ocaml-intrinsics-kernel

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




[Git][archlinux/packaging/packages/ocaml-intrinsics-kernel] Pushed new tag 0.17.0-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.17.0-1 at Arch Linux / Packaging / Packages / 
ocaml-intrinsics-kernel

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




[Git][archlinux/packaging/packages/spatialindex][main] upgpkg: 2.0.0-1: Update to 2.0.0

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
47246398 by Antonio Rojas at 2024-06-24T23:17:39+02:00
upgpkg: 2.0.0-1: Update to 2.0.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = spatialindex
pkgdesc = Extensible framework that supports robust spatial indexing 
methods and sophisticated spatial queries
-   pkgver = 1.9.3
-   pkgrel = 2
+   pkgver = 2.0.0
+   pkgrel = 1
url = https://libspatialindex.github.io/
arch = x86_64
license = MIT
makedepends = git
makedepends = cmake
depends = gcc-libs
-   source = 
git+https://github.com/libspatialindex/libspatialindex#commit=1896a183afdff3f5845742ce3027553a88e13c3a
-   sha256sums = SKIP
+   source = 
git+https://github.com/libspatialindex/libspatialindex#tag=2.0.0
+   sha256sums = 
a0442c281e57e60ce3b91c6a449da835c764c18aa6d6ed59be0b1e38223ad6b7
 
 pkgname = spatialindex


=
PKGBUILD
=
@@ -3,22 +3,16 @@
 # Contributor: Danilo 
 
 pkgname=spatialindex
-pkgver=1.9.3
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Extensible framework that supports robust spatial indexing methods 
and sophisticated spatial queries'
 arch=(x86_64)
 url="https://libspatialindex.github.io/";
 license=(MIT)
 depends=(gcc-libs)
 makedepends=(git cmake)
-_commit=1896a183afdff3f5845742ce3027553a88e13c3a  # tags/1.9.3
-source=("git+https://github.com/libspatialindex/libspatialindex#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libspatialindex
-  git describe --tags | sed 's/-/+/g'
-}
+source=("git+https://github.com/libspatialindex/libspatialindex#tag=$pkgver";)
+sha256sums=('a0442c281e57e60ce3b91c6a449da835c764c18aa6d6ed59be0b1e38223ad6b7')
 
 build() {
   mkdir build && cd build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spatialindex/-/commit/47246398dfee99b00ec0b387fc7443a0a58d6c27

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




[Git][archlinux/packaging/packages/spatialindex] Pushed new tag 2.0.0-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
spatialindex

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




[Git][archlinux/packaging/packages/ocaml-sexplib0][main] upgpkg: 0.17.0-1: Update to 0.17.0

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
ocaml-sexplib0


Commits:
edfe3acc by Antonio Rojas at 2024-06-24T23:16:17+02:00
upgpkg: 0.17.0-1: Update to 0.17.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ocaml-sexplib0
pkgdesc = Library containing the definition of S-expressions and some 
base converters
-   pkgver = 0.16.0
-   pkgrel = 5
+   pkgver = 0.17.0
+   pkgrel = 1
url = https://github.com/janestreet/sexplib0
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = ocaml-sexplib0
depends = ocaml
options = !strip
options = !debug
-   source = 
ocaml-sexplib0-0.16.0-5.tar.gz::https://github.com/janestreet/sexplib0/archive/v0.16.0.tar.gz
-   sha256sums = 
73002106488074187a174992da6e76f36f543e6daa80dbf6039a3e10e46adc80
+   source = 
ocaml-sexplib0-0.17.0-1.tar.gz::https://github.com/janestreet/sexplib0/archive/v0.17.0.tar.gz
+   sha256sums = 
5b0910b5dab8ec63633be5dbf92a3e4863d415d803cad9dddf99dba43ce7498b
 
 pkgname = ocaml-sexplib0


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 _projectname='sexplib0'
 pkgname="ocaml-$_projectname"
-pkgver=0.16.0
-pkgrel=5
+pkgver=0.17.0
+pkgrel=1
 pkgdesc='Library containing the definition of S-expressions and some base 
converters'
 arch=('x86_64')
 url="https://github.com/janestreet/$_projectname";
@@ -14,7 +14,7 @@ depends=('ocaml')
 makedepends=('dune')
 options=('!strip' '!debug')
 source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('73002106488074187a174992da6e76f36f543e6daa80dbf6039a3e10e46adc80')
+sha256sums=('5b0910b5dab8ec63633be5dbf92a3e4863d415d803cad9dddf99dba43ce7498b')
 
 _sourcedirectory="$_projectname-$pkgver"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-sexplib0/-/commit/edfe3acc341e7b3393e5e43564b4b2dd5ffb8076

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




[Git][archlinux/packaging/packages/ocaml-sexplib0] Pushed new tag 0.17.0-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.17.0-1 at Arch Linux / Packaging / Packages / 
ocaml-sexplib0

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




[Git][archlinux/packaging/packages/cherrytree][main] upgpkg: 1.1.3-1: Update to 1.1.3

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
a5aabeba by Antonio Rojas at 2024-06-24T23:14:24+02:00
upgpkg: 1.1.3-1: Update to 1.1.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cherrytree
pkgdesc = Hierarchical note-taking application
-   pkgver = 1.1.2
+   pkgver = 1.1.3
pkgrel = 1
url = https://www.giuspen.com/cherrytree/
arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = cherrytree
depends = libxml++2.6
depends = uchardet
depends = vte3
-   source = 
https://github.com/giuspen/cherrytree/releases/download/v1.1.2/cherrytree_1.1.2.tar.xz
-   source = 
https://github.com/giuspen/cherrytree/releases/download/v1.1.2/cherrytree_1.1.2.tar.xz.asc
+   source = 
https://github.com/giuspen/cherrytree/releases/download/v1.1.3/cherrytree_1.1.3.tar.xz
+   source = 
https://github.com/giuspen/cherrytree/releases/download/v1.1.3/cherrytree_1.1.3.tar.xz.asc
validpgpkeys = C7BF38CE0BD442C2369AA984049128A20CE0648D
-   sha512sums = 
39d1e765e3a644966a5571580baf7cd33b2ac65a05efebd31bfe7a6b037359f880309806d95e240d78a3f21dd312b7b4decdcd5cc5e50b48935ea3643a9dcf7e
+   sha512sums = 
3d02d822fd342689420b45b51cbd4c272d88ad97b568b87a3f8b724a32554c6443293657ff1486a998e3f46fd91420dcb4a09ba7330d6e3fe4a6fc34f0783e9e
sha512sums = SKIP
 
 pkgname = cherrytree


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Morgenstern 
 
 pkgname=cherrytree
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="Hierarchical note-taking application"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('fmt' 'gspell' 'gtksourceviewmm' 'libxml++2.6' 
'uchardet' 'vte3')
 makedepends=('cmake' 'python' 'spdlog')
 checkdepends=('xorg-server-xvfb')
 
source=("https://github.com/giuspen/cherrytree/releases/download/v${pkgver}/${pkgname}_${pkgver}.tar.xz"{,.asc})
-sha512sums=('39d1e765e3a644966a5571580baf7cd33b2ac65a05efebd31bfe7a6b037359f880309806d95e240d78a3f21dd312b7b4decdcd5cc5e50b48935ea3643a9dcf7e'
+sha512sums=('3d02d822fd342689420b45b51cbd4c272d88ad97b568b87a3f8b724a32554c6443293657ff1486a998e3f46fd91420dcb4a09ba7330d6e3fe4a6fc34f0783e9e'
 'SKIP')
 validpgpkeys=('C7BF38CE0BD442C2369AA984049128A20CE0648D') # Giuseppe Penone 

 



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

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




[Git][archlinux/packaging/packages/cherrytree] Pushed new tag 1.1.3-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.1.3-1 at Arch Linux / Packaging / Packages / 
cherrytree

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




[Git][archlinux/packaging/packages/warpinator][main] upgpkg: 1.8.5-1: Update to 1.8.5

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
cf4cb79b by Antonio Rojas at 2024-06-24T23:12:30+02:00
upgpkg: 1.8.5-1: Update to 1.8.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = warpinator
pkgdesc = LAN file sender, send and receive files across the network
-   pkgver = 1.8.3
-   pkgrel = 2
+   pkgver = 1.8.5
+   pkgrel = 1
url = https://github.com/linuxmint/warpinator
arch = any
license = GPL3
@@ -23,7 +23,7 @@ pkgbase = warpinator
depends = python-qrcode
depends = python-pillow
optdepends = ufw: Open a firewall port for Warpinator
-   source = 
https://github.com/linuxmint/warpinator/archive/1.8.3/warpinator-1.8.3.tar.gz
-   sha256sums = 
1e1e52519301e4913644ae48a588c93f380603ecbfb399f9ba55d575d6cd4a71
+   source = 
https://github.com/linuxmint/warpinator/archive/1.8.5/warpinator-1.8.5.tar.gz
+   sha256sums = 
809462012622bfdbdc6d0f3ae1196c690c8f786e6136c350d30f3eef6edc1f9a
 
 pkgname = warpinator


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Kyle Laker 
 
 pkgname=warpinator
-pkgver=1.8.3
-pkgrel=2
+pkgver=1.8.5
+pkgrel=1
 pkgdesc='LAN file sender, send and receive files across the network'
 arch=('any')
 url='https://github.com/linuxmint/warpinator'
@@ -15,7 +15,7 @@ depends=('gtk3' 'libnm' 'python-cryptography' 
'python-gobject' 'python-grpcio'
 makedepends=('meson' 'polkit')
 optdepends=('ufw: Open a firewall port for Warpinator')
 
source=("https://github.com/linuxmint/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('1e1e52519301e4913644ae48a588c93f380603ecbfb399f9ba55d575d6cd4a71')
+sha256sums=('809462012622bfdbdc6d0f3ae1196c690c8f786e6136c350d30f3eef6edc1f9a')
 
 prepare() {
   cd $pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/warpinator] Pushed new tag 1.8.5-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.8.5-1 at Arch Linux / Packaging / Packages / 
warpinator

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




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

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
053df057 by Antonio Rojas at 2024-06-24T23:10:01+02:00
upgpkg: 13.22-1: Update to 13.22

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gpxsee
pkgdesc = GPS log file viewer and analyzer
-   pkgver = 13.21
+   pkgver = 13.22
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.21.tar.gz
-   sha256sums = 
aff8d0ab876523cc157ded956362b60390a70d88436783f0cb006f41dbc9e091
+   source = https://downloads.sourceforge.net/gpxsee/GPXSee-13.22.tar.gz
+   sha256sums = 
34eccacac18b8a3c5145eff9f256f76fafcc3d9d5070191a673b27ea5a0aadda
 
 pkgname = gpxsee


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=gpxsee
 _pkgname=GPXSee
-pkgver=13.21
+pkgver=13.22
 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=('aff8d0ab876523cc157ded956362b60390a70d88436783f0cb006f41dbc9e091')
+sha256sums=('34eccacac18b8a3c5145eff9f256f76fafcc3d9d5070191a673b27ea5a0aadda')
 
 build() {
   cd $_pkgname-$pkgver



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

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




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

2024-06-24 Thread Antonio Rojas (@arojas)


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

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




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

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
2759d13d by Antonio Rojas at 2024-06-24T23:09:48+02:00
upgpkg: 3.38.0-1: Update to 3.38.0

- - - - -


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.3
-   pkgrel = 5
+   pkgver = 3.38.0
+   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.3.tar.bz2
-   sha256sums = 
fb8d153813f54164ddf5283cfd46f176839b4d55996de9acf6bac2bd2fb2da5d
+   source = https://qgis.org/downloads/qgis-3.38.0.tar.bz2
+   sha256sums = 
f9cf5ab241b9d6b3f5d40d4d7a6759a5f806148a7c9a11ba85670a03f2344be7
 
 pkgname = qgis


=
PKGBUILD
=
@@ -10,8 +10,8 @@
 # Contributor: Eric Forgeot < http://esclinux.tk >
 
 pkgname=qgis
-pkgver=3.36.3
-pkgrel=5
+pkgver=3.38.0
+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=('fb8d153813f54164ddf5283cfd46f176839b4d55996de9acf6bac2bd2fb2da5d')
+sha256sums=('f9cf5ab241b9d6b3f5d40d4d7a6759a5f806148a7c9a11ba85670a03f2344be7')
 
 build() {
   cmake -S $pkgname-$pkgver -B build -G Ninja \



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

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




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

2024-06-24 Thread Antonio Rojas (@arojas)


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

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




[Git][archlinux/packaging/packages/knot][main] upgpkg: 3.3.6-1: Update to 3.3.6

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
cd3a7e97 by Antonio Rojas at 2024-06-24T23:04:41+02:00
upgpkg: 3.3.6-1: Update to 3.3.6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = knot
pkgdesc = High-performance authoritative-only DNS server
-   pkgver = 3.3.5
-   pkgrel = 2
+   pkgver = 3.3.6
+   pkgrel = 1
url = https://www.knot-dns.cz/
arch = x86_64
license = GPL3
@@ -20,10 +20,10 @@ pkgbase = knot
depends = libnghttp2
depends = libmnl
backup = etc/knot/knot.conf
-   source = https://secure.nic.cz/files/knot-dns/knot-3.3.5.tar.xz
-   source = https://secure.nic.cz/files/knot-dns/knot-3.3.5.tar.xz.asc
+   source = https://secure.nic.cz/files/knot-dns/knot-3.3.6.tar.xz
+   source = https://secure.nic.cz/files/knot-dns/knot-3.3.6.tar.xz.asc
validpgpkeys = 742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB
-   sha256sums = 
0e0bf04319581280660e8e62ab04be64a7d632331e40fc9c87e76861305db3ad
+   sha256sums = 
c81801e9d6c64c9cacf47e260f46f37799180d906457a53a9f13dd0f9987
sha256sums = SKIP
 
 pkgname = knot


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Otto Sabart 
 
 pkgname=knot
-pkgver=3.3.5
-pkgrel=2
+pkgver=3.3.6
+pkgrel=1
 pkgdesc="High-performance authoritative-only DNS server"
 arch=(x86_64)
 url="https://www.knot-dns.cz/";
@@ -17,7 +17,7 @@ depends=(libedit gnutls liburcu lmdb
  libbpf libxdp libnghttp2 libmnl)
 backup=('etc/knot/knot.conf')
 
source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('0e0bf04319581280660e8e62ab04be64a7d632331e40fc9c87e76861305db3ad'
+sha256sums=('c81801e9d6c64c9cacf47e260f46f37799180d906457a53a9f13dd0f9987'
 'SKIP')
 validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

 



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

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




[Git][archlinux/packaging/packages/knot] Pushed new tag 3.3.6-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.3.6-1 at Arch Linux / Packaging / Packages / knot

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




[Git][archlinux/packaging/packages/element.io] Pushed new tag 1.11.69-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.11.69-1 at Arch Linux / Packaging / Packages / 
element.io

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




[Git][archlinux/packaging/packages/element.io][main] upgpkg: 1.11.69-1: Update to 1.11.69

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
element.io


Commits:
0e28c1dc by Antonio Rojas at 2024-06-24T22:57:11+02:00
upgpkg: 1.11.69-1: Update to 1.11.69

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = element.io
pkgdesc = Glossy Matrix collaboration client —
-   pkgver = 1.11.68
+   pkgver = 1.11.69
pkgrel = 1
url = https://element.io
arch = x86_64
@@ -15,17 +15,17 @@ pkgbase = element.io
makedepends = nodejs
makedepends = libxcrypt-compat
makedepends = python-setuptools
-   source = 
element-web-1.11.68.tar.gz::https://github.com/vector-im/element-web/archive/v1.11.68.tar.gz
-   source = 
element-web-1.11.68.tar.gz.asc::https://github.com/vector-im/element-web/releases/download/v1.11.68/v1.11.68.tar.gz.asc
-   source = 
element-desktop-1.11.68.tar.gz::https://github.com/vector-im/element-desktop/archive/v1.11.68.tar.gz
-   source = 
element-desktop-1.11.68.tar.gz.asc::https://github.com/vector-im/element-desktop/releases/download/v1.11.68/v1.11.68.tar.gz.asc
+   source = 
element-web-1.11.69.tar.gz::https://github.com/vector-im/element-web/archive/v1.11.69.tar.gz
+   source = 
element-web-1.11.69.tar.gz.asc::https://github.com/vector-im/element-web/releases/download/v1.11.69/v1.11.69.tar.gz.asc
+   source = 
element-desktop-1.11.69.tar.gz::https://github.com/vector-im/element-desktop/archive/v1.11.69.tar.gz
+   source = 
element-desktop-1.11.69.tar.gz.asc::https://github.com/vector-im/element-desktop/releases/download/v1.11.69/v1.11.69.tar.gz.asc
source = autolaunch.patch
source = io.element.Element.desktop
source = element-desktop.sh
validpgpkeys = 712BFBEE92DCA45252DB17D7C7BE97EFA179B100
-   sha256sums = 
f5069cdce02e5c953f260dd4498f21d7fc52824906179370f3497adbb5a7aabb
+   sha256sums = 
fb03dde3db12e39b4144dccdeab90e5503b7a5007de929f2df0f668009b82009
sha256sums = SKIP
-   sha256sums = 
9801d7d792e9a388de9f533666c414e63e30aa5f867b9119a6555ec88af8ff61
+   sha256sums = 
3084565d4b7f32b6331f323f2a8efbfc1de561f1d8a1f0eb1165b3f43ebdb4e9
sha256sums = SKIP
sha256sums = 
268485f35103d00a89be7f5c84703e3d393350c71f4f90932f7bcb5ea2fd094f
sha256sums = 
0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9
@@ -38,7 +38,7 @@ pkgname = element-web
 
 pkgname = element-desktop
pkgdesc = Glossy Matrix collaboration client — desktop version.
-   depends = element-web=1.11.68
+   depends = element-web=1.11.69
depends = electron30
depends = libsecret
replaces = riot-desktop


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+["element.io"]
+source = "git"
+git = "https://github.com/vector-im/element-web.git";
+prefix = "v"


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 _electron=electron30
 pkgbase=element.io
 pkgname=(element-web element-desktop)
-pkgver=1.11.68
+pkgver=1.11.69
 pkgrel=1
 pkgdesc="Glossy Matrix collaboration client — "
 arch=(x86_64)
@@ -21,9 +21,9 @@ 
source=(element-web-${pkgver}.tar.gz::${_url}-web/archive/v${pkgver}.tar.gz
 autolaunch.patch
 io.element.Element.desktop
 element-desktop.sh)
-sha256sums=('f5069cdce02e5c953f260dd4498f21d7fc52824906179370f3497adbb5a7aabb'
+sha256sums=('fb03dde3db12e39b4144dccdeab90e5503b7a5007de929f2df0f668009b82009'
 'SKIP'
-'9801d7d792e9a388de9f533666c414e63e30aa5f867b9119a6555ec88af8ff61'
+'3084565d4b7f32b6331f323f2a8efbfc1de561f1d8a1f0eb1165b3f43ebdb4e9'
 'SKIP'
 '268485f35103d00a89be7f5c84703e3d393350c71f4f90932f7bcb5ea2fd094f'
 '0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/element.io/-/commit/0e28c1dc2b2afde771cfb2840b61c25b1e43e0f8

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




[Git][archlinux/packaging/packages/libva-utils][main] upgpkg: 2.22.0-1: Update to 2.22.0

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
libva-utils


Commits:
20179794 by Antonio Rojas at 2024-06-24T22:51:29+02:00
upgpkg: 2.22.0-1: Update to 2.22.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libva-utils
pkgdesc = Intel VA-API Media Applications and Scripts for libva
-   pkgver = 2.21.0
+   pkgver = 2.22.0
pkgrel = 1
url = https://github.com/intel/libva-utils
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libva-utils
makedepends = mesa
makedepends = meson
depends = libva
-   source = 
https://github.com/intel/libva-utils/archive/2.21.0/libva-utils-2.21.0.tar.gz
-   sha256sums = 
15ca12bd11c7001c04af5079512754fea6ba8d79151b9f07908c99b27622714e
+   source = 
https://github.com/intel/libva-utils/archive/2.22.0/libva-utils-2.22.0.tar.gz
+   sha256sums = 
7b57615c130427ec134bb5d2b80af516ce5bb19a40e89b1dab46a0d59760d96c
 
 pkgname = libva-utils


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Sean V Kelley 
 
 pkgname=libva-utils
-pkgver=2.21.0
+pkgver=2.22.0
 pkgrel=1
 pkgdesc="Intel VA-API Media Applications and Scripts for libva"
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(custom)
 depends=(libva)
 makedepends=(mesa meson)
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('15ca12bd11c7001c04af5079512754fea6ba8d79151b9f07908c99b27622714e')
+sha256sums=('7b57615c130427ec134bb5d2b80af516ce5bb19a40e89b1dab46a0d59760d96c')
 
 build() {
 arch-meson ${pkgname}-${pkgver} build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libva-utils/-/commit/20179794e31a080d1c5241d737c9d4622457df5f

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




[Git][archlinux/packaging/packages/libva-utils] Pushed new tag 2.22.0-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.22.0-1 at Arch Linux / Packaging / Packages / 
libva-utils

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




[Git][archlinux/packaging/packages/python-spyder-kernels] Pushed new tag 2.5.2-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.5.2-1 at Arch Linux / Packaging / Packages / 
python-spyder-kernels

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




[Git][archlinux/packaging/packages/python-spyder-kernels][main] upgpkg: 2.5.2-1: Update to 2.5.2

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
aaa5cd25 by Antonio Rojas at 2024-06-24T22:49:55+02:00
upgpkg: 2.5.2-1: Update to 2.5.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-spyder-kernels
pkgdesc = Jupyter Kernels for the Spyder console
-   pkgver = 2.5.1
-   pkgrel = 2
+   pkgver = 2.5.2
+   pkgrel = 1
url = https://github.com/spyder-ide/spyder-kernels/
arch = any
license = MIT
@@ -25,7 +25,7 @@ pkgbase = python-spyder-kernels
depends = python-pandas
depends = python-pyzmq
depends = python-wurlitzer
-   source = 
https://github.com/spyder-ide/spyder-kernels//archive/v2.5.1/python-spyder-kernels-2.5.1.tar.gz
-   sha256sums = 
2da6ce3149d65dc5dba49674df2eb51e777eb9fb52de906c2374a9c0616bf1da
+   source = 
https://github.com/spyder-ide/spyder-kernels//archive/v2.5.2/python-spyder-kernels-2.5.2.tar.gz
+   sha256sums = 
19c9da8f85b1233ee28f967e2fb54eb8a3fb3b0a8ee39a410cd69875362ddb52
 
 pkgname = python-spyder-kernels


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _pkg=spyder-kernels
 pkgname=python-${_pkg}
-pkgver=2.5.1
-pkgrel=2
+pkgver=2.5.2
+pkgrel=1
 pkgdesc="Jupyter Kernels for the Spyder console"
 arch=(any)
 url="https://github.com/spyder-ide/spyder-kernels/";
@@ -34,7 +34,7 @@ checkdepends=(
 # No tests in pypi tarballs
 
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('2da6ce3149d65dc5dba49674df2eb51e777eb9fb52de906c2374a9c0616bf1da')
+sha256sums=('19c9da8f85b1233ee28f967e2fb54eb8a3fb3b0a8ee39a410cd69875362ddb52')
 
 prepare() {
   cd ${_pkg}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-spyder-kernels/-/commit/aaa5cd2517415cb75eed766ee7aaa7882ec84ad2

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




[Git][archlinux/packaging/packages/cinnamon-translations][main] upgpkg: 6.2.1-1: Update to 6.2.1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
cinnamon-translations


Commits:
c0adae34 by Antonio Rojas at 2024-06-24T22:46:44+02:00
upgpkg: 6.2.1-1: Update to 6.2.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = cinnamon-translations
pkgdesc = Translations for Cinnamon and Nemo
-   pkgver = 6.2.0
+   pkgver = 6.2.1
pkgrel = 1
url = https://github.com/linuxmint/cinnamon-translations
arch = any
license = GPL2
options = !emptydirs
-   source = 
https://github.com/linuxmint/cinnamon-translations/archive/6.2.0/cinnamon-translations-6.2.0.tar.gz
-   sha512sums = 
f098fd671f0a59d3cf80ef4b59c1d8b622eaa147e7ad8d37ee017d9b6748bdac89fd4bb1dbf2ed6799b566b5d1d4d4b8201bd956ea5248cf4f697c8734ab813c
-   b2sums = 
87dc6892ab318b64e12d32b936b10fee89f727838546f1666fbc61d6b80694c0924d37d7189386c7b58727165966fa9856040136a4ea49d98387d173bad07ff7
+   source = 
https://github.com/linuxmint/cinnamon-translations/archive/6.2.1/cinnamon-translations-6.2.1.tar.gz
+   sha512sums = 
f4ff4366399830bad8b4eccbac1a0a69143ca9159fd85210f7f7eb402891336c58d14d4a15188abba32811d07ba91079bb3a2bc3c79cb85780292617c5f2a8fc
+   b2sums = 
0cf837b499336a154f9e301ec0b07bfa62032c8412e3602249393857fc95b02d2e03d06cf61abb5b11420f333857093d4c7a9da18e342b41947f45884b0cb7c4
 
 pkgname = cinnamon-translations


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Alexandre Filgueira 
 
 pkgname=cinnamon-translations
-pkgver=6.2.0
+pkgver=6.2.1
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=(any)
@@ -11,8 +11,8 @@ url="https://github.com/linuxmint/${pkgname}";
 license=(GPL2)
 options=(!emptydirs)
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('f098fd671f0a59d3cf80ef4b59c1d8b622eaa147e7ad8d37ee017d9b6748bdac89fd4bb1dbf2ed6799b566b5d1d4d4b8201bd956ea5248cf4f697c8734ab813c')
-b2sums=('87dc6892ab318b64e12d32b936b10fee89f727838546f1666fbc61d6b80694c0924d37d7189386c7b58727165966fa9856040136a4ea49d98387d173bad07ff7')
+sha512sums=('f4ff4366399830bad8b4eccbac1a0a69143ca9159fd85210f7f7eb402891336c58d14d4a15188abba32811d07ba91079bb3a2bc3c79cb85780292617c5f2a8fc')
+b2sums=('0cf837b499336a154f9e301ec0b07bfa62032c8412e3602249393857fc95b02d2e03d06cf61abb5b11420f333857093d4c7a9da18e342b41947f45884b0cb7c4')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cinnamon-translations/-/commit/c0adae34d4af7aafca7a7b41ab6174601e0bd548

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




[Git][archlinux/packaging/packages/cinnamon-translations] Pushed new tag 6.2.1-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 6.2.1-1 at Arch Linux / Packaging / Packages / 
cinnamon-translations

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




[Git][archlinux/packaging/packages/nemo][main] upgpkg: 6.2.1-1: Update to 6.2.1

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
bc23ee53 by Antonio Rojas at 2024-06-24T22:46:37+02:00
upgpkg: 6.2.1-1: Update to 6.2.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nemo
pkgdesc = Cinnamon file manager (Nautilus fork)
-   pkgver = 6.2.0
+   pkgver = 6.2.1
pkgrel = 1
url = https://github.com/linuxmint/nemo
arch = x86_64
@@ -28,8 +28,8 @@ pkgbase = nemo
optdepends = libreoffice: search helpers support for legacy MS Office 
powerpoint files
optdepends = odt2txt: search helpers support for LibreOffice files
optdepends = poppler: search helpers support for PDF
-   source = 
https://github.com/linuxmint/nemo/archive/6.2.0/nemo-6.2.0.tar.gz
-   sha512sums = 
9842d986e955b931ac199332b4f4470f7194f2ec2b151f82c63a7abe6e0458bfd347ece94c394ed618f57e31a3f8c028b2b645f98df456720e4877cc7b3899ad
-   b2sums = 
262944d8fe9b7624b6926dc9b34a23b6182ef7d940eef6e1ef2b14ca6114ddb1df6a16d887c91903603ca2dd4b17d6ffab378bdc6332f2d81698b357f946b785
+   source = 
https://github.com/linuxmint/nemo/archive/6.2.1/nemo-6.2.1.tar.gz
+   sha512sums = 
b1f921565d428a88cfec43995c4de203ca0398a8d7ea038514905c89de92df9995da31f2e14dd4ad5ed35ecb0fe43b44b3cd57efaab0d7d5e9fa63f82ae4c711
+   b2sums = 
7d07e7e54a02f2ed9b5683804a9ac3661b860f5a51b64c604d24c3ef37950fe39da7d8ce130c6c016f5818a70e6a90e4fbe1d6160e5dd8b60e02154f0a7ab548
 
 pkgname = nemo


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=6.2.0
+pkgver=6.2.1
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=(x86_64)
@@ -22,8 +22,8 @@ optdepends=('cinnamon-translations: i18n'
 'poppler: search helpers support for PDF')
 makedepends=(meson samurai gobject-introspection intltool libgsf glib2-devel)
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9842d986e955b931ac199332b4f4470f7194f2ec2b151f82c63a7abe6e0458bfd347ece94c394ed618f57e31a3f8c028b2b645f98df456720e4877cc7b3899ad')
-b2sums=('262944d8fe9b7624b6926dc9b34a23b6182ef7d940eef6e1ef2b14ca6114ddb1df6a16d887c91903603ca2dd4b17d6ffab378bdc6332f2d81698b357f946b785')
+sha512sums=('b1f921565d428a88cfec43995c4de203ca0398a8d7ea038514905c89de92df9995da31f2e14dd4ad5ed35ecb0fe43b44b3cd57efaab0d7d5e9fa63f82ae4c711')
+b2sums=('7d07e7e54a02f2ed9b5683804a9ac3661b860f5a51b64c604d24c3ef37950fe39da7d8ce130c6c016f5818a70e6a90e4fbe1d6160e5dd8b60e02154f0a7ab548')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

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




[Git][archlinux/packaging/packages/nemo] Pushed new tag 6.2.1-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 6.2.1-1 at Arch Linux / Packaging / Packages / nemo

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




[Git][archlinux/packaging/packages/cinnamon][main] upgpkg: 6.2.2-1: Update to 6.2.2

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
ace6b8d3 by Antonio Rojas at 2024-06-24T22:44:55+02:00
upgpkg: 6.2.2-1: Update to 6.2.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cinnamon
pkgdesc = Linux desktop which provides advanced innovative features and 
a traditional user experience
-   pkgver = 6.2.0
+   pkgver = 6.2.2
pkgrel = 1
url = https://github.com/linuxmint/cinnamon
arch = x86_64
@@ -52,13 +52,13 @@ pkgbase = cinnamon
optdepends = touchegg: touch gestures
optdepends = switcheroo-control: GPU offloading
options = !emptydirs
-   source = 
https://github.com/linuxmint/cinnamon/archive/6.2.0/cinnamon-6.2.0.tar.gz
+   source = 
https://github.com/linuxmint/cinnamon/archive/6.2.2/cinnamon-6.2.2.tar.gz
source = set_wheel.diff
source = default-theme.patch
-   sha512sums = 
c29150ce9a66fca4bb711f2d86bf44e0b0eff83b68cdb35ad5ce43d3e1922434517ea98c411a958cf928d43e9d20bff8d2c55f1ffe920cedae85d7ee52adfa78
+   sha512sums = 
7dc724bdb052be1b60128f2e065bad9f636475cb34f84b8d4206eb259d42e8ea9daec727201db8f13b00784eb6ad27466fd89ceef6438588d5217c3e918480ce
sha512sums = 
fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c
sha512sums = 
ee7dedd59ea370cf81d75def49060f9a29b22e7b025ca7d5db87a0102d50f138c79aa562b0d36a748c4b1c59a37f600ba1f60ff6caf303cf5b6fc4d110d051b4
-   b2sums = 
cf8df3c0faddfd10e43c040c53ef37013a305dd53fd1da8ed5f56ddbd60ef7f214eb5fae94e8108111695c8a727ad715e2c2965c23c27c6e49cdb54d9e531ebf
+   b2sums = 
f948dbff074cfba23ef7f1fc1a3ac23b5b9772021d708940a7c72025cbf55908ecfbbadb142397072a723d66a41a74c1a0c4c1ed3a6c57163e33aba0500f4707
b2sums = 
3becf1f40068fc629109e6e7d464c3c484296afacc9ab6328b2ccbb3c9735bcbfa9550f9f73b430ede178ae668e37c660ce322b5b4d1873526de3d3d41185160
b2sums = 
86c3a29acd132ca321f08fd81dd5a45707accdc035b2aeec95bf358b29072ff1eedb77b2566cf48d7253d1d791599f0f44938c4600761d711cb18b59019f1c62
 


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=6.2.0
+pkgver=6.2.2
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=(x86_64)
@@ -32,10 +32,10 @@ options=('!emptydirs')
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 set_wheel.diff
 default-theme.patch)
-sha512sums=('c29150ce9a66fca4bb711f2d86bf44e0b0eff83b68cdb35ad5ce43d3e1922434517ea98c411a958cf928d43e9d20bff8d2c55f1ffe920cedae85d7ee52adfa78'
+sha512sums=('7dc724bdb052be1b60128f2e065bad9f636475cb34f84b8d4206eb259d42e8ea9daec727201db8f13b00784eb6ad27466fd89ceef6438588d5217c3e918480ce'
 
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
 
'ee7dedd59ea370cf81d75def49060f9a29b22e7b025ca7d5db87a0102d50f138c79aa562b0d36a748c4b1c59a37f600ba1f60ff6caf303cf5b6fc4d110d051b4')
-b2sums=('cf8df3c0faddfd10e43c040c53ef37013a305dd53fd1da8ed5f56ddbd60ef7f214eb5fae94e8108111695c8a727ad715e2c2965c23c27c6e49cdb54d9e531ebf'
+b2sums=('f948dbff074cfba23ef7f1fc1a3ac23b5b9772021d708940a7c72025cbf55908ecfbbadb142397072a723d66a41a74c1a0c4c1ed3a6c57163e33aba0500f4707'
 
'3becf1f40068fc629109e6e7d464c3c484296afacc9ab6328b2ccbb3c9735bcbfa9550f9f73b430ede178ae668e37c660ce322b5b4d1873526de3d3d41185160'
 
'86c3a29acd132ca321f08fd81dd5a45707accdc035b2aeec95bf358b29072ff1eedb77b2566cf48d7253d1d791599f0f44938c4600761d711cb18b59019f1c62')
 



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

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




[Git][archlinux/packaging/packages/cinnamon] Pushed new tag 6.2.2-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 6.2.2-1 at Arch Linux / Packaging / Packages / 
cinnamon

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




[Git][archlinux/packaging/packages/xreader][main] upgpkg: 4.2.1-1: Update to 4.2.1

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
45285376 by Antonio Rojas at 2024-06-24T22:44:47+02:00
upgpkg: 4.2.1-1: Update to 4.2.1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = xreader
pkgdesc = Document viewer for files like PDF and Postscript. X-Apps 
Project.
-   pkgver = 4.2.0
+   pkgver = 4.2.1
pkgrel = 1
url = https://github.com/linuxmint/xreader
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = xreader
makedepends = libgxps
makedepends = libspectre
makedepends = texlive-bin
+   makedepends = glib2-devel
depends = poppler-glib
depends = webkit2gtk-4.1
depends = xapp
@@ -23,8 +24,8 @@ pkgbase = xreader
optdepends = libspectre: support for dvi and ps files
optdepends = mathjax2: support for math in epub files
optdepends = texlive-bin: support for dvi files
-   source = 
https://github.com/linuxmint/xreader/archive/4.2.0/xreader-4.2.0.tar.gz
-   sha256sums = 
32dcef9154678bca4fae2be01d58f0e0e1aa9c3ac7b4cc085f4c654bced29fb8
-   b2sums = 
e88c948b7837aa03692356a8f8e0977250673c673eacdc0008e397ec3f8eed0ce6331b8a1678b8a2cbe75d08053461f7c778d1237d8c841088db54628c51e854
+   source = 
https://github.com/linuxmint/xreader/archive/4.2.1/xreader-4.2.1.tar.gz
+   sha256sums = 
33d77a68c21fff6107a0b5fa539073b9ee8e2e82935dd32356458c6870461db6
+   b2sums = 
f81b68f69c369ff9327fa2eb24d649ff89b1862d6c864bb401cba5d96c2381bb20ee402f5ebdc301c186e2152612f211bf4ca84bce3f599827c58a12a3a388e8
 
 pkgname = xreader


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[xreader]
+source = "git"
+git = "https://github.com/linuxmint/xreader.git";


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xreader
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
 arch=(x86_64)
@@ -17,10 +17,10 @@ optdepends=('djvulibre: support for djvu files'
 'mathjax2: support for math in epub files'
 'texlive-bin: support for dvi files')
 makedepends=(meson samurai intltool itstool gobject-introspection djvulibre
- libgxps libspectre texlive-bin)
+ libgxps libspectre texlive-bin glib2-devel)
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('32dcef9154678bca4fae2be01d58f0e0e1aa9c3ac7b4cc085f4c654bced29fb8')
-b2sums=('e88c948b7837aa03692356a8f8e0977250673c673eacdc0008e397ec3f8eed0ce6331b8a1678b8a2cbe75d08053461f7c778d1237d8c841088db54628c51e854')
+sha256sums=('33d77a68c21fff6107a0b5fa539073b9ee8e2e82935dd32356458c6870461db6')
+b2sums=('f81b68f69c369ff9327fa2eb24d649ff89b1862d6c864bb401cba5d96c2381bb20ee402f5ebdc301c186e2152612f211bf4ca84bce3f599827c58a12a3a388e8')
 
 build() {
   arch-meson ${pkgname}-${pkgver} build \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xreader/-/commit/452853768b20a3379d79f5b6e41fb9049a1ccfe6

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




[Git][archlinux/packaging/packages/xreader] Pushed new tag 4.2.1-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 4.2.1-1 at Arch Linux / Packaging / Packages / 
xreader

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




[Git][archlinux/packaging/packages/xed] Pushed new tag 3.6.3-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.6.3-1 at Arch Linux / Packaging / Packages / xed

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




[Git][archlinux/packaging/packages/xed][main] upgpkg: 3.6.3-1: Update to 3.6.3

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
86d44f0a by Antonio Rojas at 2024-06-24T22:42:56+02:00
upgpkg: 3.6.3-1: Update to 3.6.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = xed
pkgdesc = A small and lightweight text editor. X-Apps Project.
-   pkgver = 3.6.2
+   pkgver = 3.6.3
pkgrel = 1
url = https://github.com/linuxmint/xed
arch = x86_64
@@ -11,16 +11,17 @@ pkgbase = xed
makedepends = gobject-introspection
makedepends = intltool
makedepends = itstool
+   makedepends = glib2-devel
depends = gspell
depends = gtksourceview4
depends = libpeas
depends = xapp
optdepends = python: required for some plugins
-   source = https://github.com/linuxmint/xed/archive/3.6.2/xed-3.6.2.tar.gz
+   source = https://github.com/linuxmint/xed/archive/3.6.3/xed-3.6.3.tar.gz
source = libxml-2.12.patch
-   sha256sums = 
5d688361e57e0d60f1e240efbecec465bcb6cd927098c54c204e8f39073b0dbe
+   sha256sums = 
26c6810968c53d56d8d620483edc4c3e06c5e1c23a2f9cc93cb88a1f3d5884a0
sha256sums = 
ed19b6f419a4f703d290d8c97ed5d904c88a90fc475c738a0e65f7ab31697c40
-   b2sums = 
992301c197a2769088d9912dc9b28a9348285e25dee300fbed6fe8c54484ac8f45b4f4d76aea61d7769018c318d44912376b4c5f7f20d7b9de875c15377c7cfe
+   b2sums = 
ebe714e7744562910bb84d3e935fd408b54c4b83128a49e23dbf99fb84109b5fc4167eb9c843b481bba3c1b0138247ff84fc43b250b5c9f8aeee9749ffdeea79
b2sums = 
bd3f1c73b5873b05db1a734d2b42025d460f6862dbb13813e3fc97602c43e6758e2857f2e2db14e739780a7d58fdb48e87186cfde4393b7799070def14750353
 
 pkgname = xed


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xed
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc="A small and lightweight text editor. X-Apps Project."
 arch=(x86_64)
@@ -11,13 +11,13 @@ url="https://github.com/linuxmint/${pkgname}";
 license=(GPL)
 groups=(x-apps)
 depends=(gspell gtksourceview4 libpeas xapp)
-makedepends=(meson samurai gobject-introspection intltool itstool)
+makedepends=(meson samurai gobject-introspection intltool itstool glib2-devel)
 optdepends=('python: required for some plugins')
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 libxml-2.12.patch)
-sha256sums=('5d688361e57e0d60f1e240efbecec465bcb6cd927098c54c204e8f39073b0dbe'
+sha256sums=('26c6810968c53d56d8d620483edc4c3e06c5e1c23a2f9cc93cb88a1f3d5884a0'
 'ed19b6f419a4f703d290d8c97ed5d904c88a90fc475c738a0e65f7ab31697c40')
-b2sums=('992301c197a2769088d9912dc9b28a9348285e25dee300fbed6fe8c54484ac8f45b4f4d76aea61d7769018c318d44912376b4c5f7f20d7b9de875c15377c7cfe'
+b2sums=('ebe714e7744562910bb84d3e935fd408b54c4b83128a49e23dbf99fb84109b5fc4167eb9c843b481bba3c1b0138247ff84fc43b250b5c9f8aeee9749ffdeea79'
 
'bd3f1c73b5873b05db1a734d2b42025d460f6862dbb13813e3fc97602c43e6758e2857f2e2db14e739780a7d58fdb48e87186cfde4393b7799070def14750353')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xed/-/commit/86d44f0af84dc108e85cf0d8e55d57235458dc54

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




[Git][archlinux/packaging/packages/xapp] Pushed new tag 2.8.4-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.8.4-1 at Arch Linux / Packaging / Packages / xapp

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




[Git][archlinux/packaging/packages/xapp][main] upgpkg: 2.8.4-1: Update to 2.8.4

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
1ca3f062 by Antonio Rojas at 2024-06-24T22:42:28+02:00
upgpkg: 2.8.4-1: Update to 2.8.4

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = xapp
pkgdesc = Common library for X-Apps project
-   pkgver = 2.8.3
+   pkgver = 2.8.4
pkgrel = 1
url = https://github.com/linuxmint/xapp
arch = x86_64
@@ -10,14 +10,15 @@ pkgbase = xapp
makedepends = gobject-introspection
makedepends = python-gobject
makedepends = vala
+   makedepends = glib2-devel
depends = libdbusmenu-gtk3
depends = libgnomekbd
optdepends = python: for mate-desktop status applet
provides = xapps
conflicts = xapps
replaces = xapps
-   source = 
https://github.com/linuxmint/xapp/archive/2.8.3/xapp-2.8.3.tar.gz
-   sha256sums = 
03c22b6bbee4e837165c02fab8870d734cc3f540fc08daf0ad6d99faa11eb595
-   b2sums = 
54f5e340d37184df6b007998be8631cc9dd63534eb46ac2fd4010a525e14fdc3379c4cb3099ff81a4d784a0e11f2a8f456de509ba0034b38e73e1528c83c65ba
+   source = 
https://github.com/linuxmint/xapp/archive/2.8.4/xapp-2.8.4.tar.gz
+   sha256sums = 
cdcf13037451c0e74064c113d93aa438fb259d206199d023defa2690db5b9a19
+   b2sums = 
7f3a17b96e236e65eca4369cc21c0f5e913d5727ef17dba03bc7e894ba62285ec9421ad4c53c0e7136ea1ba569f6894a73b11485c6629176f32b69f4dec1587f
 
 pkgname = xapp


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[xapp]
+source = "git"
+git = "https://github.com/linuxmint/xapp.git";


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xapp
-pkgver=2.8.3
+pkgver=2.8.4
 pkgrel=1
 pkgdesc="Common library for X-Apps project"
 arch=(x86_64)
@@ -12,13 +12,13 @@ url="https://github.com/linuxmint/${pkgname}";
 license=(GPL)
 depends=(libdbusmenu-gtk3 libgnomekbd)
 optdepends=('python: for mate-desktop status applet')
-makedepends=(meson samurai gobject-introspection python-gobject vala)
+makedepends=(meson samurai gobject-introspection python-gobject vala 
glib2-devel)
 provides=(xapps)
 conflicts=(xapps)
 replaces=(xapps)
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('03c22b6bbee4e837165c02fab8870d734cc3f540fc08daf0ad6d99faa11eb595')
-b2sums=('54f5e340d37184df6b007998be8631cc9dd63534eb46ac2fd4010a525e14fdc3379c4cb3099ff81a4d784a0e11f2a8f456de509ba0034b38e73e1528c83c65ba')
+sha256sums=('cdcf13037451c0e74064c113d93aa438fb259d206199d023defa2690db5b9a19')
+b2sums=('7f3a17b96e236e65eca4369cc21c0f5e913d5727ef17dba03bc7e894ba62285ec9421ad4c53c0e7136ea1ba569f6894a73b11485c6629176f32b69f4dec1587f')
 
 build() {
   arch-meson ${pkgname}-${pkgver} build \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xapp/-/commit/1ca3f062d13213ded3cc1180a8e4c3321e6e9c59

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




[Git][archlinux/packaging/packages/lib32-libgcrypt][main] upgpkg: 1.11.0-1: Update to 1.11.0

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
2df74e1e by Antonio Rojas at 2024-06-24T22:40:33+02:00
upgpkg: 1.11.0-1: Update to 1.11.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-libgcrypt
pkgdesc = General purpose cryptographic library based on the code from 
GnuPG (32-bit)
-   pkgver = 1.10.3
+   pkgver = 1.11.0
pkgrel = 1
url = https://www.gnupg.org
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = lib32-libgcrypt
makedepends = libtool-multilib
depends = lib32-libgpg-error
depends = libgcrypt
-   source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.10.3.tar.bz2
-   source = 
https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.10.3.tar.bz2.sig
+   source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2
+   source = 
https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2.sig
validpgpkeys = 6DAA6E64A76D2840571B4902528897B826403ADA
validpgpkeys = AC8E115BF73E2D8D47FA9908E98E9B2D19C6C8BD
-   sha1sums = 359e1d01ad2eb9cd2db964ea96ef3712d0c2c649
+   sha1sums = dd2c68e0685bb99249efeeb06046fae15b5214ba
sha1sums = SKIP
-   sha256sums = 
8b0870897ac5ac67ded568dcfadf45969cfa8a6beb0fd60af2a9eadc2a3272aa
+   sha256sums = 
09120c9867ce7f2081d6aaa1775386b98c2f2f246135761aae47d81f58685b9c
sha256sums = SKIP
 
 pkgname = lib32-libgcrypt


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _pkgbasename=libgcrypt
 pkgname=lib32-$_pkgbasename
-pkgver=1.10.3
+pkgver=1.11.0
 pkgrel=1
 pkgdesc="General purpose cryptographic library based on the code from GnuPG 
(32-bit)"
 arch=(x86_64)
@@ -11,9 +11,9 @@ license=('LGPL')
 depends=('lib32-libgpg-error' $_pkgbasename)
 makedepends=(gcc-multilib libtool-multilib)
 
source=(https://gnupg.org/ftp/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('359e1d01ad2eb9cd2db964ea96ef3712d0c2c649'
+sha1sums=('dd2c68e0685bb99249efeeb06046fae15b5214ba'
   'SKIP')
-sha256sums=('8b0870897ac5ac67ded568dcfadf45969cfa8a6beb0fd60af2a9eadc2a3272aa'
+sha256sums=('09120c9867ce7f2081d6aaa1775386b98c2f2f246135761aae47d81f58685b9c'
 'SKIP')
 validpgpkeys=(
   '6DAA6E64A76D2840571B4902528897B826403ADA' # Werner Koch (dist signing 2020)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libgcrypt/-/commit/2df74e1eb9b0e53ce47975612f08fa80be596023

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




[Git][archlinux/packaging/packages/lib32-libgcrypt] Pushed new tag 1.11.0-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.11.0-1 at Arch Linux / Packaging / Packages / 
lib32-libgcrypt

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




[Git][archlinux/packaging/packages/lib32-libcups][main] upgpkg: 2.4.10-1: Update to 2.4.10

2024-06-24 Thread Antonio Rojas (@arojas)


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


Commits:
dd7d8a8d by Antonio Rojas at 2024-06-24T22:40:23+02:00
upgpkg: 2.4.10-1: Update to 2.4.10

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-libcups
pkgdesc = The CUPS Printing System - client libraries (32-bit)
-   pkgver = 2.4.9
+   pkgver = 2.4.10
pkgrel = 1
url = https://www.cups.org/
arch = x86_64
@@ -11,12 +11,12 @@ pkgbase = lib32-libcups
depends = lib32-libpng
depends = lib32-gnutls
depends = libcups
-   source = 
https://github.com/OpenPrinting/cups/releases/download/v2.4.9/cups-2.4.9-source.tar.gz
-   source = 
https://github.com/OpenPrinting/cups/releases/download/v2.4.9/cups-2.4.9-source.tar.gz.sig
+   source = 
https://github.com/OpenPrinting/cups/releases/download/v2.4.10/cups-2.4.10-source.tar.gz
+   source = 
https://github.com/OpenPrinting/cups/releases/download/v2.4.10/cups-2.4.10-source.tar.gz.sig
source = cups-freebind.patch
source = guid.patch
validpgpkeys = 7082A0A50A2E92640F3880E0E4522DCC9B246FF7
-   sha256sums = 
38fbf4535a10554113e013d54fedda03ee88007ea6a9761d626a04e1e4489e8c
+   sha256sums = 
d75757c2bc0f7a28b02ee4d52ca9e4b1aa1ba2affe16b985854f5336940e5ad7
sha256sums = SKIP
sha256sums = 
3385047b9ac8a7b13aeb8f0ca55d15f793ce7283516db0155fe28a67923c592d
sha256sums = 
0bf6a75ba1b051771f155d9a5d36b307a6d40c6857d645b250fe93f3fb713474


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


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _pkgbasename=libcups
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.9
+pkgver=2.4.10
 pkgrel=1
 pkgdesc="The CUPS Printing System - client libraries (32-bit)"
 arch=('x86_64')
@@ -13,7 +13,7 @@ 
source=(https://github.com/OpenPrinting/cups/releases/download/v${pkgver}/cups-$
 cups-freebind.patch
 guid.patch
 )
-sha256sums=('38fbf4535a10554113e013d54fedda03ee88007ea6a9761d626a04e1e4489e8c'
+sha256sums=('d75757c2bc0f7a28b02ee4d52ca9e4b1aa1ba2affe16b985854f5336940e5ad7'
 'SKIP'
 '3385047b9ac8a7b13aeb8f0ca55d15f793ce7283516db0155fe28a67923c592d'
 '0bf6a75ba1b051771f155d9a5d36b307a6d40c6857d645b250fe93f3fb713474')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libcups/-/commit/dd7d8a8d99f47ca82275fae288bdfa3726f6f237

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




[Git][archlinux/packaging/packages/lib32-libcups] Pushed new tag 2.4.10-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.4.10-1 at Arch Linux / Packaging / Packages / 
lib32-libcups

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




[Git][archlinux/packaging/packages/link-grammar][main] upgpkg: 5.12.5-1: Update to 5.12.5

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
link-grammar


Commits:
f2663d7e by Antonio Rojas at 2024-06-24T22:38:51+02:00
upgpkg: 5.12.5-1: Update to 5.12.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = link-grammar
pkgdesc = A Grammar Checking library
-   pkgver = 5.12.4
+   pkgver = 5.12.5
pkgrel = 1
url = https://opencog.github.io/link-grammar-website/
arch = x86_64
@@ -13,11 +13,11 @@ pkgbase = link-grammar
depends = sqlite
depends = libedit
options = !makeflags
-   source = 
https://www.gnucash.org/link-grammar/downloads/5.12.4/link-grammar-5.12.4.tar.gz
-   source = 
https://www.gnucash.org/link-grammar/downloads/5.12.4/link-grammar-5.12.4.tar.gz.asc
+   source = 
https://www.gnucash.org/link-grammar/downloads/5.12.5/link-grammar-5.12.5.tar.gz
+   source = 
https://www.gnucash.org/link-grammar/downloads/5.12.5/link-grammar-5.12.5.tar.gz.asc
validpgpkeys = 6407453C98BECC19ADB03D82EB6AA534E0C0651C
validpgpkeys = 830525216B5E89843F5464A99A8201045933
-   sha256sums = 
9bb7b8764d0e78c198e994af0b70a69cada3a35aa48a6deea620487fc75cfb00
+   sha256sums = 
adf7e60a40248e261dd159b948ad6c6b8cd4f99142525888081dca140395da34
sha256sums = SKIP
 
 pkgname = link-grammar


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=link-grammar
-pkgver=5.12.4
+pkgver=5.12.5
 pkgrel=1
 pkgdesc="A Grammar Checking library"
 arch=('x86_64')
@@ -14,7 +14,7 @@ options=('!makeflags')
 
source=(https://www.gnucash.org/$pkgname/downloads/$pkgver/${pkgname}-$pkgver.tar.gz{,.asc})
 validpgpkeys=('6407453C98BECC19ADB03D82EB6AA534E0C0651C'
   '830525216B5E89843F5464A99A8201045933') # Linas Vepstas 

-sha256sums=('9bb7b8764d0e78c198e994af0b70a69cada3a35aa48a6deea620487fc75cfb00'
+sha256sums=('adf7e60a40248e261dd159b948ad6c6b8cd4f99142525888081dca140395da34'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/link-grammar/-/commit/f2663d7e63bae25e00b9ad699864c542f50fad53

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




[Git][archlinux/packaging/packages/link-grammar] Pushed new tag 5.12.5-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.12.5-1 at Arch Linux / Packaging / Packages / 
link-grammar

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




[Git][archlinux/packaging/packages/xdg-desktop-portal-xapp][main] upgpkg: 1.0.7-1: Update to 1.0.7

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
xdg-desktop-portal-xapp


Commits:
eb654c19 by Antonio Rojas at 2024-06-24T22:36:42+02:00
upgpkg: 1.0.7-1: Update to 1.0.7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = xdg-desktop-portal-xapp
pkgdesc = A backend implementation for xdg-desktop-portal using GTK and 
various pieces of Cinnamon/MATE/Xfce4 infrastructure
-   pkgver = 1.0.6
+   pkgver = 1.0.7
pkgrel = 1
url = https://github.com/linuxmint/xdg-desktop-portal-xapp
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = xdg-desktop-portal-xapp
depends = xdg-desktop-portal
depends = xapp
provides = xdg-desktop-portal-impl
-   source = 
https://github.com/linuxmint/xdg-desktop-portal-xapp/archive/1.0.6/xdg-desktop-portal-xapp-1.0.6.tar.gz
+   source = 
https://github.com/linuxmint/xdg-desktop-portal-xapp/archive/1.0.7/xdg-desktop-portal-xapp-1.0.7.tar.gz
source = xapp-portals.conf
-   sha256sums = 
adb7311a742c0606cb8ee35825a5b09a556ed51e0962b1cbfa1b92cf45aa9ca6
+   sha256sums = 
19bd959fa134347dcb9677d459171efcf69cee02d22542f4d2923d8673200f9f
sha256sums = 
86f7bad3112e2bccfe07eb9345e95ed4716c126de5e9397966c6de30ae056c11
 
 pkgname = xdg-desktop-portal-xapp


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie
 
 pkgname=xdg-desktop-portal-xapp
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc='A backend implementation for xdg-desktop-portal using GTK and various 
pieces of Cinnamon/MATE/Xfce4 infrastructure'
 arch=(x86_64)
@@ -13,7 +13,7 @@ makedepends=(meson glib2-devel)
 provides=(xdg-desktop-portal-impl)
 
source=(https://github.com/linuxmint/xdg-desktop-portal-xapp/archive/$pkgver/$pkgname-$pkgver.tar.gz
 xapp-portals.conf)
-sha256sums=('adb7311a742c0606cb8ee35825a5b09a556ed51e0962b1cbfa1b92cf45aa9ca6'
+sha256sums=('19bd959fa134347dcb9677d459171efcf69cee02d22542f4d2923d8673200f9f'
 '86f7bad3112e2bccfe07eb9345e95ed4716c126de5e9397966c6de30ae056c11')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-xapp/-/commit/eb654c19ddecdacc9b548410c0ef608db239bc4a

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




[Git][archlinux/packaging/packages/xdg-desktop-portal-xapp] Pushed new tag 1.0.7-1

2024-06-24 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.0.7-1 at Arch Linux / Packaging / Packages / 
xdg-desktop-portal-xapp

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




  1   2   3   >