[Git][archlinux/packaging/packages/python-textual] Pushed new tag 0.72.0-1

2024-07-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.72.0-1 at Arch Linux / Packaging / Packages / 
python-textual

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




[Git][archlinux/packaging/packages/python-textual][main] upgpkg: 0.72.0-1: New upstream release

2024-07-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-textual


Commits:
c58056c7 by Robin Candau at 2024-07-09T14:48:51+02:00
upgpkg: 0.72.0-1: New upstream release
https://github.com/Textualize/textual/releases/tag/v0.72.0

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-textual
pkgdesc = Modern Text User Interface framework
-   pkgver = 0.71.1
+   pkgver = 0.72.0
pkgrel = 1
url = https://github.com/Textualize/textual
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-textual
optdepends = python-tree-sitter: for syntax highlighting support
optdepends = python-tree-sitter-languages: for custom languages support
optdepends = python-textual-dev: tools for developers
-   source = 
textual-0.71.1.tar.gz::https://github.com/Textualize/textual/archive/v0.71.1.tar.gz
-   sha512sums = 
3e5e888cafaeb0c50ca2b02175d362e565dc5092400cdfc7c1786fb2af34c523a2ec05aba07fcdbe676d56dd8d7ed68464338f39aa18246afdfb4ddb7e55adf7
+   source = 
textual-0.72.0.tar.gz::https://github.com/Textualize/textual/archive/v0.72.0.tar.gz
+   sha512sums = 
10d6bdbce6defe457457494328a5dcc75c7ee92e9b1a3bcb930c78421907034314f579ed7487c0e83746921b64bb6a97cbc4eca076bb43a0e8960e38b92a108c
 
 pkgname = python-textual


=
.nvchecker.toml
=
@@ -1,5 +1,4 @@
 [python-textual]
-source = "github"
-github = "Textualize/textual"
-use_latest_tag = true
+source = "git"
+git = "https://github.com/Textualize/textual.git;
 prefix = "v"


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 _base=textual
 pkgname=python-${_base}
-pkgver=0.71.1
+pkgver=0.72.0
 pkgrel=1
 pkgdesc="Modern Text User Interface framework"
 arch=(any)
@@ -18,7 +18,7 @@ optdepends=('python-tree-sitter: for syntax highlighting 
support'
 'python-tree-sitter-languages: for custom languages support'
 'python-textual-dev: tools for developers')
 source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('3e5e888cafaeb0c50ca2b02175d362e565dc5092400cdfc7c1786fb2af34c523a2ec05aba07fcdbe676d56dd8d7ed68464338f39aa18246afdfb4ddb7e55adf7')
+sha512sums=('10d6bdbce6defe457457494328a5dcc75c7ee92e9b1a3bcb930c78421907034314f579ed7487c0e83746921b64bb6a97cbc4eca076bb43a0e8960e38b92a108c')
 
 build() {
   cd ${_base}-${pkgver}



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

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




[Git][archlinux/packaging/packages/vale][main] upgpkg: 3.6.1-1: New upstream release

2024-07-09 Thread Robin Candau (@antiz)


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


Commits:
98cfd408 by Robin Candau at 2024-07-09T14:44:44+02:00
upgpkg: 3.6.1-1: New upstream release
https://github.com/errata-ai/vale/releases/tag/v3.6.1

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = vale
pkgdesc = A markup-aware linter for prose built with speed and 
extensibility in mind
-   pkgver = 3.6.0
+   pkgver = 3.6.1
pkgrel = 1
url = https://vale.sh
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = vale
depends = glibc
depends = gcc-libs
options = !lto
-   source = 
vale-3.6.0.tar.gz::https://github.com/errata-ai/vale/archive/v3.6.0.tar.gz
-   sha256sums = 
28c0b97eb4af84c8997eef32de502329dfa8d3a8a41945de6fe13022ecf5aaa3
+   source = 
vale-3.6.1.tar.gz::https://github.com/errata-ai/vale/archive/v3.6.1.tar.gz
+   sha256sums = 
545e71c16270af5badb90b4dd3e2813ec5372adf6bbfc935b552db16f9c98582
 
 pkgname = vale


=
.nvchecker.toml
=
@@ -1,6 +1,4 @@
 [vale]
-source = "github"
-github = "errata-ai/vale"
+source = "git"
+git = "https://github.com/errata-ai/vale.git;
 prefix = "v"
-use_max_tag = true
-exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Achilleas Pipinellis 
 
 pkgname=vale
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="A markup-aware linter for prose built with speed and extensibility in 
mind"
 url="https://vale.sh;
@@ -14,7 +14,7 @@ depends=('glibc' 'gcc-libs')
 makedepends=('go')
 options=(!lto)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/errata-ai/vale/archive/v${pkgver}.tar.gz;)
-sha256sums=('28c0b97eb4af84c8997eef32de502329dfa8d3a8a41945de6fe13022ecf5aaa3')
+sha256sums=('545e71c16270af5badb90b4dd3e2813ec5372adf6bbfc935b552db16f9c98582')
 
 prepare(){
cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vale/-/commit/98cfd408a0e29713fae5688ee62b6352abae2f78

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




[Git][archlinux/packaging/packages/vale] Pushed new tag 3.6.1-1

2024-07-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 3.6.1-1 at Arch Linux / Packaging / Packages / vale

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




[Git][archlinux/packaging/packages/check-jsonschema][main] upgpkg: 0.29.0-1: New upstream release

2024-07-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
check-jsonschema


Commits:
013a1dee by Robin Candau at 2024-07-09T14:40:09+02:00
upgpkg: 0.29.0-1: New upstream release
https://github.com/python-jsonschema/check-jsonschema/releases/tag/0.29.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = check-jsonschema
pkgdesc = A JSON Schema CLI and pre-commit hook built on jsonschema
-   pkgver = 0.28.6
+   pkgver = 0.29.0
pkgrel = 1
url = https://github.com/python-jsonschema/check-jsonschema
arch = any
@@ -24,8 +24,8 @@ pkgbase = check-jsonschema
depends = python-ruamel-yaml
optdepends = python-json5: for JSON5 support
optdepends = python-orjson: for using orjson as JSON parser
-   source = 
https://github.com/python-jsonschema/check-jsonschema/archive/0.28.6/check-jsonschema-0.28.6.tar.gz
-   sha512sums = 
6149a4ec00aebed88fb41ae7417b91df3f03f9f343ca1a60a1ac7362d0d657d627912b2b3244bd06314524d3f4c2246ee46250af239c65c0c7f336d5ddc6e988
-   b2sums = 
2c3ac25e282e1ccdc5c4662216174bbe3fdbe46e7b63460a79660de03fbd8c9a0598d50a82d7ea2e4efae8ab50e1993d5c3ccdd5ff2052553c042625f13e1b01
+   source = 
https://github.com/python-jsonschema/check-jsonschema/archive/0.29.0/check-jsonschema-0.29.0.tar.gz
+   sha512sums = 
2c620469fb11d2c9ec0ab05922b417274a06c81de057319640794245f3797b42ee4554af457698df64c84549f13da9f04f2c7212292c7851a80c308fee8cf0f7
+   b2sums = 
ffa0cf4e877f4ce5eef377ffec113ef745cad0ddec37a5f2d2c30fed85dac7560464220061c4d168f1dadf1226f65159de3240f37a6c9e21fbec573f82bb8dc9
 
 pkgname = check-jsonschema


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Robin Candau 
 
 pkgname=check-jsonschema
-pkgver=0.28.6
+pkgver=0.29.0
 pkgrel=1
 pkgdesc="A JSON Schema CLI and pre-commit hook built on jsonschema"
 arch=(any)
@@ -36,8 +36,8 @@ optdepends=(
   'python-orjson: for using orjson as JSON parser'
 )
 source=($url/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('6149a4ec00aebed88fb41ae7417b91df3f03f9f343ca1a60a1ac7362d0d657d627912b2b3244bd06314524d3f4c2246ee46250af239c65c0c7f336d5ddc6e988')
-b2sums=('2c3ac25e282e1ccdc5c4662216174bbe3fdbe46e7b63460a79660de03fbd8c9a0598d50a82d7ea2e4efae8ab50e1993d5c3ccdd5ff2052553c042625f13e1b01')
+sha512sums=('2c620469fb11d2c9ec0ab05922b417274a06c81de057319640794245f3797b42ee4554af457698df64c84549f13da9f04f2c7212292c7851a80c308fee8cf0f7')
+b2sums=('ffa0cf4e877f4ce5eef377ffec113ef745cad0ddec37a5f2d2c30fed85dac7560464220061c4d168f1dadf1226f65159de3240f37a6c9e21fbec573f82bb8dc9')
 
 check() {
   # we don't support pinning



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/check-jsonschema/-/commit/013a1deeaad8b4e6f8f2bfd2d36ac5c41d794611

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




[Git][archlinux/packaging/packages/check-jsonschema] Pushed new tag 0.29.0-1

2024-07-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.29.0-1 at Arch Linux / Packaging / Packages / 
check-jsonschema

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




[Git][archlinux/packaging/packages/discord][main] Update maintainers info

2024-07-08 Thread Robin Candau (@antiz)


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


Commits:
bbae7b82 by Robin Candau at 2024-07-08T22:25:27+02:00
Update maintainers info

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,6 +1,7 @@
 # Maintainer: Filipe LaĆ­ns (FFY00) 
 # Maintainer: Morgan 
 # Maintainer: T.J. Townsend 
+# Maintainer: Robin Candau 
 
 pkgname=discord
 _pkgname=Discord



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

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




[Git][archlinux/packaging/packages/discord][main] 2 commits: upgpkg: 0.0.59-1: New upstream release

2024-07-08 Thread Robin Candau (@antiz)


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


Commits:
9d1804f3 by Robin Candau at 2024-07-08T22:22:48+02:00
upgpkg: 0.0.59-1: New upstream release

- - - - -
a390ea2d by Robin Candau at 2024-07-08T22:24:23+02:00
upgpkg: 0.0.59-2: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = discord
pkgdesc = All-in-one voice and text chat for gamers
pkgver = 0.0.59
-   pkgrel = 1
+   pkgrel = 2
url = https://discord.com
arch = x86_64
license = custom
@@ -19,7 +19,7 @@ pkgbase = discord
source = LICENSE-0.0.59.html::https://discordapp.com/terms
source = OSS-LICENSES-0.0.59.html::https://discordapp.com/licenses
sha512sums = 
43a911d03d62f9d73e8058771b59d148500fc48a0cf51be90899f4927979034d73326086084d342b4885ebe74560b4b99598d8514be9a51f00a9dd2010c74132
-   sha512sums = 
73458aa30ffdf4b35a079c77a9ac049fb3fce8b37a0336307e90eebf129ede79a0f9a303a8affa992bfd44d6d86e2e622377a49ba664c6b4c1b11ce11b18624e
-   sha512sums = 
0aae68efedeb346910d65fbb6446d7be0d47722747efe22a9901cc8ff03175d97dddbbb22212a4dce23ce23c446d21cbd3b2a4625796123a962af138e6218e9e
+   sha512sums = 
052b1d9b2b5d57361af426a94e8e98ceb093c996519f6ddd66ebb2b546919218bfe6305b98d1d516714def3103f37110f501fea19441f23ca062aa3b6dc92202
+   sha512sums = 
aa8949d7ce0e25ab0a5a7d99074ce9e0e06165758c11d0dda0aea052637745ad3987f6c839c33b8af9c1fcf2870a823da63a15afccfd9cf44b196e85ebc0bdfa
 
 pkgname = discord


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=discord
 _pkgname=Discord
 pkgver=0.0.59
-pkgrel=1
+pkgrel=2
 pkgdesc="All-in-one voice and text chat for gamers"
 arch=('x86_64')
 url='https://discord.com'
@@ -19,8 +19,8 @@ 
source=("https://dl.discordapp.net/apps/linux/$pkgver/$pkgname-$pkgver.tar.gz;
 "LICENSE-$pkgver.html::https://discordapp.com/terms;
 "OSS-LICENSES-$pkgver.html::https://discordapp.com/licenses;)
 
sha512sums=('43a911d03d62f9d73e8058771b59d148500fc48a0cf51be90899f4927979034d73326086084d342b4885ebe74560b4b99598d8514be9a51f00a9dd2010c74132'
-
'73458aa30ffdf4b35a079c77a9ac049fb3fce8b37a0336307e90eebf129ede79a0f9a303a8affa992bfd44d6d86e2e622377a49ba664c6b4c1b11ce11b18624e'
-
'0aae68efedeb346910d65fbb6446d7be0d47722747efe22a9901cc8ff03175d97dddbbb22212a4dce23ce23c446d21cbd3b2a4625796123a962af138e6218e9e')
+
'052b1d9b2b5d57361af426a94e8e98ceb093c996519f6ddd66ebb2b546919218bfe6305b98d1d516714def3103f37110f501fea19441f23ca062aa3b6dc92202'
+
'aa8949d7ce0e25ab0a5a7d99074ce9e0e06165758c11d0dda0aea052637745ad3987f6c839c33b8af9c1fcf2870a823da63a15afccfd9cf44b196e85ebc0bdfa')
 
 prepare() {
   cd $_pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/discord/-/compare/a17ba4d9694f7df86b61fd6999daa013e76bbe7c...a390ea2dbb0391944114a10fadc0f9faba9b8352

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




[Git][archlinux/packaging/packages/discord] Pushed new tag 0.0.59-2

2024-07-08 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.0.59-2 at Arch Linux / Packaging / Packages / 
discord

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




[Git][archlinux/packaging/packages/python-sentry_sdk][main] upgpkg: 2.8.0-1: New upstream release

2024-07-08 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-sentry_sdk


Commits:
ffc95341 by Robin Candau at 2024-07-08T18:42:29+02:00
upgpkg: 2.8.0-1: New upstream release
https://github.com/getsentry/sentry-python/releases/tag/2.8.0

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-sentry_sdk
pkgdesc = The official Python SDK for Sentry.io
-   pkgver = 2.7.1
+   pkgver = 2.8.0
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -30,7 +30,7 @@ pkgbase = python-sentry_sdk
optdepends = python-tornado: adds support for the Tornado Web Framework
optdepends = python-pure-eval: for richer stacktraces & additional 
variables
optdepends = python-executing: for richer stacktraces & better function 
names
-   source = 
python-sentry_sdk-2.7.1.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.7.1.tar.gz
-   sha256sums = 
0be665a8b13328a3e62f8f68309c491d66c9e226f1995731d9e0078af3b6b4e5
+   source = 
python-sentry_sdk-2.8.0.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.8.0.tar.gz
+   sha256sums = 
84207b29cec6a57f97b50b1715cc2ba633b2682b2ec894e01440280ff4758b33
 
 pkgname = python-sentry_sdk


=
.nvchecker.toml
=
@@ -1,6 +1,4 @@
 [python-sentry_sdk]
-source = "github"
-github = "getsentry/sentry-python"
+source = "git"
+git = "https://github.com/getsentry/sentry-python.git;
 prefix = "v"
-use_max_tag = true
-exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-sentry_sdk
 _pkgname=sentry-python
-pkgver=2.7.1
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="The official Python SDK for Sentry.io"
 arch=('any')
@@ -31,7 +31,7 @@ optdepends=('python-aiohttp: adds support for the 
AIOHTTP-Server Web Framework'
 'python-pure-eval: for richer stacktraces & additional variables'
 'python-executing: for richer stacktraces & better function names')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/${pkgver}.tar.gz;)
-sha256sums=('0be665a8b13328a3e62f8f68309c491d66c9e226f1995731d9e0078af3b6b4e5')
+sha256sums=('84207b29cec6a57f97b50b1715cc2ba633b2682b2ec894e01440280ff4758b33')
 
 build() {
cd "${_pkgname}-${pkgver}"



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

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




[Git][archlinux/packaging/packages/python-sentry_sdk] Pushed new tag 2.8.0-1

2024-07-08 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.8.0-1 at Arch Linux / Packaging / Packages / 
python-sentry_sdk

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




[Git][archlinux/packaging/packages/swayimg] Pushed new tag 2.3-1

2024-07-07 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.3-1 at Arch Linux / Packaging / Packages / swayimg

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




[Git][archlinux/packaging/packages/swayimg][main] upgpkg: 2.3-1: New upstream release + Add nvchecker integration

2024-07-07 Thread Robin Candau (@antiz)


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


Commits:
ed5d88e9 by Robin Candau at 2024-07-07T20:23:56+02:00
upgpkg: 2.3-1: New upstream release + Add nvchecker integration
https://github.com/artemsen/swayimg/releases/tag/v2.3

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = swayimg
pkgdesc = A lightweight image viewer for Wayland display servers
-   pkgver = 2.2
+   pkgver = 2.3
pkgrel = 1
url = https://github.com/artemsen/swayimg
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = swayimg
depends = libwebpdemux.so
depends = libxkbcommon
depends = openexr
-   source = 
swayimg-2.2.tar.gz::https://github.com/artemsen/swayimg/archive/v2.2.tar.gz
-   sha256sums = 
fc9cf24def4459570d2cd7fcd142e7e2228fc8ca77892c773b2061de778ac5c3
+   source = 
swayimg-2.3.tar.gz::https://github.com/artemsen/swayimg/archive/v2.3.tar.gz
+   sha256sums = 
c5bde4bee699d8379cd666a027db806fdc3dc08639fd53edbc2fcf8cffab038d
 
 pkgname = swayimg


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


=
PKGBUILD
=
@@ -1,8 +1,9 @@
 # Maintainer: Brett Cornwall 
+# Maintainer: Robin Candau 
 # Contributor: Artem Senichev 
 
 pkgname=swayimg
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
 pkgdesc='A lightweight image viewer for Wayland display servers'
 arch=('x86_64')
@@ -37,7 +38,7 @@ depends=(
 )
 url='https://github.com/artemsen/swayimg'
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/artemsen/swayimg/archive/v$pkgver.tar.gz;)
-sha256sums=('fc9cf24def4459570d2cd7fcd142e7e2228fc8ca77892c773b2061de778ac5c3')
+sha256sums=('c5bde4bee699d8379cd666a027db806fdc3dc08639fd53edbc2fcf8cffab038d')
 
 build() {
 arch-meson build ${pkgname}-${pkgver} \



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

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




[Git][archlinux/packaging/packages/limine][main] upgpkg: 7.9.2-1: New upstream release

2024-07-06 Thread Robin Candau (@antiz)


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


Commits:
86077cf2 by Robin Candau at 2024-07-06T21:51:23+02:00
upgpkg: 7.9.2-1: New upstream release

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = limine
pkgdesc = An advanced, portable, multiprotocol bootloader
-   pkgver = 7.9.1
+   pkgver = 7.9.2
pkgrel = 1
url = https://limine-bootloader.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = limine
makedepends = lld
makedepends = clang
depends = glibc
-   source = git+https://github.com/limine-bootloader/limine.git#tag=v7.9.1
-   sha256sums = 
e2ec1060b6ec964159620705938bc249e46880eb91306daf26ae6dffed359590
+   source = git+https://github.com/limine-bootloader/limine.git#tag=v7.9.2
+   sha256sums = 
af6840f87268fe94f10f57e5c99692f71435fbd9b02236abe7a7c265fdb1d31d
 
 pkgname = limine


=
.nvchecker.toml
=
@@ -1,6 +1,4 @@
 [limine]
-source = "github"
-github = "limine-bootloader/limine"
+source = "git"
+git = "https://github.com/limine-bootloader/limine.git;
 prefix = "v"
-use_max_tag = true
-exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mintsuki 
 
 pkgname=limine
-pkgver=7.9.1
+pkgver=7.9.2
 pkgrel=1
 pkgdesc="An advanced, portable, multiprotocol bootloader"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD-2-Clause')
 depends=('glibc')
 makedepends=('git' 'nasm' 'mtools' 'llvm' 'lld' 'clang')
 source=("git+https://github.com/limine-bootloader/limine.git#tag=v${pkgver};)
-sha256sums=('e2ec1060b6ec964159620705938bc249e46880eb91306daf26ae6dffed359590')
+sha256sums=('af6840f87268fe94f10f57e5c99692f71435fbd9b02236abe7a7c265fdb1d31d')
 
 prepare() {
cd "${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/86077cf2bb01a8daaf3fa721219e64fb1e9ca716

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




[Git][archlinux/packaging/packages/limine] Pushed new tag 7.9.2-1

2024-07-06 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 7.9.2-1 at Arch Linux / Packaging / Packages / 
limine

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




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

2024-07-06 Thread Robin Candau (@antiz)


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


Commits:
244a0827 by Robin Candau at 2024-07-06T17:15:02+02:00
upgpkg: 2.466-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = jenkins
pkgdesc = Extendable continuous integration server (latest)
-   pkgver = 2.464
+   pkgver = 2.466
pkgrel = 1
url = https://jenkins.io
install = jenkins.install
@@ -16,13 +16,13 @@ pkgbase = jenkins
conflicts = jenkins-ci
replaces = jenkins-ci
backup = etc/conf.d/jenkins
-   source = 
https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.464.tar.gz
+   source = 
https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.466.tar.gz
source = jenkins.conf
source = jenkins.service
source = jenkins.tmpfiles
source = jenkins.sysusers
source = skip-failing-test.patch
-   sha512sums = 
1a5c0cd986efa5722bf611e82ecb4ede8c8a717a9bae73c37485c36618131c48d4184d615fb7ba61cd03395fa7e84e2c752bd735302cf04ec678b532245d24b4
+   sha512sums = 
2223dc82b952c49ffd25382d7ccdf77ba235834ccb510c27bd4053550e567f5db2ed8818287acddf403605fba580006019bcf470290d70635683316dea56353c
sha512sums = 
482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553
sha512sums = 
c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2
sha512sums = 
a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90


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



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

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




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

2024-07-06 Thread Robin Candau (@antiz)


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

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




[Git][archlinux/packaging/packages/molecule] Pushed new tag 24.6.1-1

2024-07-05 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 24.6.1-1 at Arch Linux / Packaging / Packages / 
molecule

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




[Git][archlinux/packaging/packages/stress-ng] Pushed new tag 0.18.01-1

2024-07-05 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.18.01-1 at Arch Linux / Packaging / Packages / 
stress-ng

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




[Git][archlinux/packaging/packages/stress-ng] Pushed new branch main

2024-07-05 Thread Robin Candau (@antiz)


Robin Candau pushed new branch main at Arch Linux / Packaging / Packages / 
stress-ng

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




[Git][archlinux/packaging/packages/gpick][main] upgpkg: 0.3-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
2a8ea723 by Robin Candau at 2024-07-05T02:23:45+02:00
upgpkg: 0.3-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = gpick
+   pkgdesc = Advanced color picker written in C++ using GTK+ toolkit
+   pkgver = 0.3
+   pkgrel = 2
+   url = http://www.gpick.org/
+   arch = x86_64
+   license = BSD
+   makedepends = boost
+   makedepends = cmake
+   makedepends = ragel
+   depends = gtk3
+   depends = lua
+   source = 
https://github.com/thezbyg/gpick/releases/download/v0.3//gpick-0.3.tar.gz
+   source = buildfix.diff
+   sha256sums = 
90b03ce10d2f3e211a3f37d262596e4ae40d05cbd633aa0560d0891562c93474
+   sha256sums = 
eda057cd669b1fe90280eb1b63be31365ec166a61d6bb158721e7b1ca637beae
+
+pkgname = gpick


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=gpick
 pkgver=0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced color picker written in C++ using GTK+ toolkit"
 arch=('x86_64')
 url="http://www.gpick.org/;



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

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




[Git][archlinux/packaging/packages/gpick] Pushed new tag 0.3-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.3-2 at Arch Linux / Packaging / Packages / gpick

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




[Git][archlinux/packaging/packages/asplib][main] upgpkg: 20160310.da66f51-5: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
c98bcc50 by Robin Candau at 2024-07-05T02:16:17+02:00
upgpkg: 20160310.da66f51-5: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = asplib
+   pkgdesc = Achim's Signal Processing LIBrary
+   pkgver = 20160310.da66f51
+   pkgrel = 5
+   url = https://github.com/AchimTuran/asplib
+   arch = x86_64
+   license = GPL
+   makedepends = git
+   makedepends = cmake
+   depends = gcc-libs
+   source = git+https://github.com/AchimTuran/asplib.git#commit=da66f51
+   sha256sums = SKIP
+
+pkgname = asplib


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=asplib
 _commit=da66f51
 pkgver=20160310.da66f51
-pkgrel=4
+pkgrel=5
 pkgdesc="Achim's Signal Processing LIBrary"
 arch=('x86_64')
 url='https://github.com/AchimTuran/asplib'



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

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




[Git][archlinux/packaging/packages/asplib] Pushed new tag 20160310.da66f51-5

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 20160310.da66f51-5 at Arch Linux / Packaging / 
Packages / asplib

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




[Git][archlinux/packaging/packages/etc-update][main] upgpkg: 2.3.99-3: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
etc-update


Commits:
82579226 by Robin Candau at 2024-07-05T02:13:31+02:00
upgpkg: 2.3.99-3: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = etc-update
+   pkgdesc = CLI to interactively merge .pacnew configuration files
+   pkgver = 2.3.99
+   pkgrel = 3
+   url = https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update
+   arch = any
+   license = GPL
+   makedepends = git
+   depends = bash
+   optdepends = dialog: for the menu mode
+   backup = etc/etc-update.conf
+   source = https://github.com/gentoo/portage/archive/portage-2.3.99.tar.gz
+   sha512sums = 
aa5f955c191106855bc802e6991e51c309ee6727b8a2cb57ab4ca28f48e1f7959a718b54b0b60e22559c436d370da8c1847ddfdc09b3ed823cde8d688be015f6
+   b2sums = 
25065893dff649d6380a6e6debc6461c015e225811f26dbe994a572a4434feee241ac9b22f48cadd0f5071e6d76f1a69f7607e36e108e7a244c5795e5e6dd9f6
+
+pkgname = etc-update


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname='etc-update'
 pkgdesc="CLI to interactively merge .pacnew configuration files"
 pkgver=2.3.99
-pkgrel=2
+pkgrel=3
 arch=('any')
 url="https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update;
 license=('GPL')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/etc-update/-/commit/82579226fc6e6e804f9f9d6b0a7fba762a23d00a

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




[Git][archlinux/packaging/packages/etc-update] Pushed new tag 2.3.99-3

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.3.99-3 at Arch Linux / Packaging / Packages / 
etc-update

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




[Git][archlinux/packaging/packages/espeakup][main] upgpkg: 0.90-3: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
a019b0a0 by Robin Candau at 2024-07-05T02:12:53+02:00
upgpkg: 0.90-3: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = espeakup
+   pkgdesc = A light weight connector for espeak-ng and speakup
+   pkgver = 0.90
+   pkgrel = 3
+   url = https://github.com/linux-speakup/espeakup
+   arch = x86_64
+   license = GPL3
+   makedepends = alsa-lib
+   makedepends = meson
+   makedepends = ruby-ronn-ng
+   depends = glibc
+   depends = espeak-ng
+   source = 
https://github.com/linux-speakup/espeakup/archive/v0.90/espeakup-v0.90.tar.gz
+   sha512sums = 
0731835a04063c5eac8ed0ed37cd92cc5d2dd1c58cbd94e158b7dfbb7bc0e2f84a6484fffd9009bf2920652a36fb737044b2e1fb67fb1679ee7150855bc9a15e
+   b2sums = 
f91a70bad0d985d313852b9e5f72dea4330ab23050ca6904ae5895d513088031f34d878cd64d97dcf2cf02dddc3e9fdabd0826cac98634829019ed3267e27bd8
+
+pkgname = espeakup
+   depends = glibc
+   depends = espeak-ng
+   depends = alsa-lib
+   depends = libasound.so


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=espeakup
 pkgver=0.90
-pkgrel=2
+pkgrel=3
 pkgdesc="A light weight connector for espeak-ng and speakup"
 arch=(x86_64)
 url="https://github.com/linux-speakup/espeakup;



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

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




[Git][archlinux/packaging/packages/espeakup] Pushed new tag 0.90-3

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.90-3 at Arch Linux / Packaging / Packages / 
espeakup

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




[Git][archlinux/packaging/packages/espeak-ng] Pushed new tag 1.51.1-3

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.51.1-3 at Arch Linux / Packaging / Packages / 
espeak-ng

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




[Git][archlinux/packaging/packages/espeak-ng][main] upgpkg: 1.51.1-3: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
espeak-ng


Commits:
f1c80833 by Robin Candau at 2024-07-05T02:12:06+02:00
upgpkg: 1.51.1-3: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = espeak-ng
+   pkgdesc = Multi-lingual software speech synthesizer
+   pkgver = 1.51.1
+   pkgrel = 3
+   url = https://github.com/espeak-ng/espeak-ng
+   arch = x86_64
+   license = GPL3
+   makedepends = ruby-ronn-ng
+   depends = pcaudiolib
+   depends = libsonic
+   provides = espeak-ng-espeak
+   conflicts = espeak-ng-espeak
+   conflicts = espeak
+   replaces = espeak-ng-espeak
+   source = 
https://github.com/espeak-ng/espeak-ng/archive/1.51.1/espeak-ng-1.51.1.tar.gz
+   b2sums = 
7b5a9d0613636942374b2b414fa5cffcbefe18083dc9aa79a6ac08cc3737cbef06808bf90f0c846ec33acf481797329fb6d2f013b6f67abd6a2dfcda0d3f9343
+
+pkgname = espeak-ng


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=espeak-ng
 pkgver=1.51.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-lingual software speech synthesizer'
 url=https://github.com/espeak-ng/espeak-ng
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/espeak-ng/-/commit/f1c80833df28146e9ee54259bb6f90ca4494b385

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




[Git][archlinux/packaging/packages/esh][main] upgpkg: 0.3.2-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
e9b48913 by Robin Candau at 2024-07-05T02:11:10+02:00
upgpkg: 0.3.2-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = esh
+   pkgdesc = Simple templating engine based on shell
+   pkgver = 0.3.2
+   pkgrel = 2
+   url = https://github.com/jirutka/esh
+   arch = any
+   license = MIT
+   makedepends = asciidoctor
+   depends = gawk
+   depends = sed
+   source = 
esh-0.3.2.tar.gz::https://github.com/jirutka/esh/archive/v0.3.2/esh-0.3.2.tar.gz
+   sha512sums = 
f93835f0c28b75fa4b4ab2fdccd860050e4dde25634074065b182f289dd36d05074c7a5762f6cd35f409ae2ef239de5e0799af70ec6a96ba63df50fc8c123784
+   b2sums = 
3e979edc98192e52ef0bacfb069d3a53d29303a361ba9e26e71e08079690c26a6448c4837b5c7ccebfbadad23c25dc0547931143bd0dbc5e30c30c5d3e229914
+
+pkgname = esh


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=esh
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple templating engine based on shell"
 arch=('any')
 url="https://github.com/jirutka/esh;



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

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




[Git][archlinux/packaging/packages/esh] Pushed new tag 0.3.2-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.3.2-2 at Arch Linux / Packaging / Packages / esh

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




[Git][archlinux/packaging/packages/easy-pdk][main] upgpkg: 1.3-4: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
easy-pdk


Commits:
177301b7 by Robin Candau at 2024-07-05T01:19:58+02:00
upgpkg: 1.3-4: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = easy-pdk
+   pkgdesc = Easy PDK programmer for PADAUK microcontroller
+   pkgver = 1.3
+   pkgrel = 4
+   url = https://github.com/free-pdk/easy-pdk-programmer-software
+   arch = x86_64
+   license = GPL
+   makedepends = arm-none-eabi-gcc
+   makedepends = arm-none-eabi-newlib
+   makedepends = dfu-util
+   depends = glibc
+   optdepends = dfu-util: flash the programmer
+   source = 
easy-pdk-1.3.tar.gz::https://github.com/free-pdk/easy-pdk-programmer-software/archive/1.3.tar.gz
+   sha512sums = 
d9c21ddc258018a45da2864b03b8f507a71b4086251867cad1cf157fa651ae211dded6717ee4920d8d417712c72e5dc47445271c4000e43f2dfcffa2e93fc1ab
+
+pkgname = easy-pdk


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=easy-pdk-programmer-software
 pkgname=easy-pdk
 pkgver=1.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Easy PDK programmer for PADAUK microcontroller'
 arch=('x86_64')
 url='https://github.com/free-pdk/easy-pdk-programmer-software'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/easy-pdk/-/commit/177301b7ef533e2f1a95a5a872ba1ea35c115ea4

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




[Git][archlinux/packaging/packages/easy-pdk] Pushed new tag 1.3-4

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.3-4 at Arch Linux / Packaging / Packages / 
easy-pdk

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




[Git][archlinux/packaging/packages/dsdcc][main] upgpkg: 1.9.4-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
1dacdc91 by Robin Candau at 2024-07-05T01:18:46+02:00
upgpkg: 1.9.4-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = dsdcc
+   pkgdesc = Digital Speech Decoder (DSD) rewritten as a C++ library
+   pkgver = 1.9.4
+   pkgrel = 2
+   url = https://github.com/f4exb/dsdcc
+   arch = x86_64
+   license = GPL3
+   makedepends = cmake
+   depends = mbelib
+   depends = serialdv
+   source = 
dsdcc-1.9.4.tar.gz::https://github.com/f4exb/dsdcc/archive/v1.9.4.tar.gz
+   sha512sums = 
6724ddb867b4664026b1a5f1e004fbd5f57ee0b6e7c7669a83b273a26b362d29d61e7ac16d8908205836f07d413cf1a8808472db84c83f27c7809fc88753309e
+
+pkgname = dsdcc


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=dsdcc
 pkgver=1.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Digital Speech Decoder (DSD) rewritten as a C++ library'
 arch=('x86_64')
 url='https://github.com/f4exb/dsdcc'



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

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




[Git][archlinux/packaging/packages/dsdcc] Pushed new tag 1.9.4-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.9.4-2 at Arch Linux / Packaging / Packages / dsdcc

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




[Git][archlinux/packaging/packages/cycfx2prog] Pushed new tag 0.47-5

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.47-5 at Arch Linux / Packaging / Packages / 
cycfx2prog

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




[Git][archlinux/packaging/packages/cycfx2prog][main] upgpkg: 0.47-5: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
60d77d65 by Robin Candau at 2024-07-05T01:18:00+02:00
upgpkg: 0.47-5: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = cycfx2prog
+   pkgdesc = CycFX2Prog is a small and useful tool to program the FX2 and 
do basic enpoint communication for testing purposes
+   pkgver = 0.47
+   pkgrel = 5
+   url = https://www.triplespark.net/elec/periph/USB-FX2/software/
+   arch = x86_64
+   license = GPL2
+   depends = glibc
+   depends = libusb-compat
+   source = 
https://www.triplespark.net/elec/periph/USB-FX2/software//cycfx2prog-0.47.tar.gz
+   source = cycfx2prog-0.47-makefile.patch
+   sha512sums = 
089895f0c4b45012f9f9fc607a30c2e2897f360d270973354fa739cc456d2728080733461f6a3681422049599947461c05e5d9e7e598fc3c9fd6d5a7d89e346c
+   sha512sums = 
432ae4cad8743efe527a38966e120466783fc3b4d9a797d2e2a2ff8382d7413c2d98952efda713f3c5cfa61afd75533beae98187017145aa518f30264e0262c3
+   b2sums = 
41fb12157cf03efed6ce40111bb6bef03c986828690b5f36b7250f9b00af3f1ac872703a8774b70353126a297f974964f55461d38eab2bada0754306433f20c7
+   b2sums = 
2cb1628cd69a16a2f8a2dcad74df566b121eb8872d3038a3a9dcf8a844cf1101ef65bb793cc98980cc75ba0bda13ea0a6567a58a54c583e6d2c6d39f2501d742
+
+pkgname = cycfx2prog


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=cycfx2prog
 pkgver=0.47
-pkgrel=4
+pkgrel=5
 pkgdesc='CycFX2Prog is a small and useful tool to program the FX2 and do basic 
enpoint communication for testing purposes'
 arch=(x86_64)
 url='https://www.triplespark.net/elec/periph/USB-FX2/software/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cycfx2prog/-/commit/60d77d6520275b1529117e151d02365359af1c55

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




[Git][archlinux/packaging/packages/at51] Pushed new tag 1.0.0-5

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.0.0-5 at Arch Linux / Packaging / Packages / at51

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




[Git][archlinux/packaging/packages/at51][main] upgpkg: 1.0.0-5: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
9f3353a4 by Robin Candau at 2024-07-05T01:17:19+02:00
upgpkg: 1.0.0-5: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = at51
+   pkgdesc = Applications for reverse engineering architecture 8051 
firmware
+   pkgver = 1.0.0
+   pkgrel = 5
+   url = https://github.com/8051Enthusiast/at51
+   arch = x86_64
+   license = MIT
+   makedepends = rust
+   makedepends = cargo
+   depends = gcc-libs
+   depends = glibc
+   source = 
https://github.com/8051Enthusiast/at51/archive/1.0.0/at51-1.0.0.tar.gz
+   sha512sums = 
41bdd9357e8d6a4e385187a6371e94cbbf91ef907d13216c6b1807dae4c84da28552dc35e46f4247e21dcbce6eb3013d2c6e70c1f97b00d740618e71d565c117
+   b2sums = 
3bb3793c2082fa4ce2973bd4c58ff684ebe6afdcf1507d112a0a9c89e8410bda8493d1346c939d24e80896b24151123b15d9f20c97d66ddab7e7455f470dca1d
+
+pkgname = at51


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=at51
 pkgver=1.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Applications for reverse engineering architecture 8051 firmware'
 arch=(x86_64)
 url=https://github.com/8051Enthusiast/at51



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

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




[Git][archlinux/packaging/packages/dex] Pushed new tag 0.9.0-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.9.0-2 at Arch Linux / Packaging / Packages / dex

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




[Git][archlinux/packaging/packages/dex][main] upgpkg: 0.9.0-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
a064f3ea by Robin Candau at 2024-07-05T01:06:01+02:00
upgpkg: 0.9.0-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = dex
+   pkgdesc = Program to generate and execute DesktopEntry files of type 
Application
+   pkgver = 0.9.0
+   pkgrel = 2
+   url = https://github.com/jceb/dex
+   arch = any
+   license = GPL2
+   makedepends = git
+   makedepends = python-sphinx
+   depends = python
+   source = https://github.com/jceb/dex/archive/v0.9.0/dex-0.9.0.tar.gz
+   source = fix-dex-version.patch
+   sha512sums = 
d68f5482cb0948f27a724437ddfc6de9a0f502bfd0d5c60c76fb85dda3c30e4c432013e530f6a91138c9ac9ff36b3824cd5e382e9d29bb9fb2ec2b9de4133094
+   sha512sums = 
327135abd8c61068a9cbd76dc15ba81d5a7c4e96e8f3ceaa4e2db0f15e7f433aa81310ec80db02bbf2f5abadbc22bb03a71b88ba039a08254eea610d3dd7c7f6
+   b2sums = 
7abc01ccc6938e926840e4448eb6436db77703c1f8e1fef334d97196803a0b59af0f05fc507d1ac4337367120f7d9d9a211aecec6ac3644424edee3599067a89
+   b2sums = 
de60d2f1118a9b27f7a133b0058a780f9dd1e31cf9bbf99c5218b65ea4cde2c1f7a23a9f948ec0b32d2a4cea70a8a95cdab9bfaebabad27fda722d72947184db
+
+pkgname = dex


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=dex
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Program to generate and execute DesktopEntry files of type 
Application'
 url='https://github.com/jceb/dex'
 arch=('any')



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

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




[Git][archlinux/packaging/packages/aspell-sv][main] upgpkg: 0.51-5: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
aspell-sv


Commits:
0d8dadd0 by Robin Candau at 2024-07-05T01:04:56+02:00
upgpkg: 0.51-5: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = aspell-sv
+   pkgdesc = Swedish dictionary for aspell
+   pkgver = 0.51
+   pkgrel = 5
+   url = http://aspell.net/
+   arch = x86_64
+   license = LGPL
+   depends = aspell
+   source = ftp://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-0.51-0.tar.bz2
+   md5sums = d180c781f8986ea0f65b6b18f02a494e
+   sha256sums = 
9b70573c9c8cf76f5cdb6abcdfb834a754bbaa1efd7d6f57f47b8a91a19c5c0a
+
+pkgname = aspell-sv


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=aspell-sv
 pkgver=0.51
-pkgrel=4
+pkgrel=5
 
 pkgdesc="Swedish dictionary for aspell"
 url="http://aspell.net/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-sv/-/commit/0d8dadd05abf24ce2df8078ec95179113e4c63fe

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




[Git][archlinux/packaging/packages/aspell-sv] Pushed new tag 0.51-5

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.51-5 at Arch Linux / Packaging / Packages / 
aspell-sv

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




[Git][archlinux/packaging/packages/aspell-el][main] upgpkg: 0.08-6: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
aspell-el


Commits:
080187d2 by Robin Candau at 2024-07-05T01:04:05+02:00
upgpkg: 0.08-6: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = aspell-el
+   pkgdesc = Greek dictionary for aspell
+   pkgver = 0.08
+   pkgrel = 6
+   url = https://www.elspell.gr/
+   arch = any
+   license = GPL
+   depends = aspell
+   source = 
http://elspell.math.upatras.gr/files/aspell/aspell6-el-0.08-0.tar.bz2
+   md5sums = cf0e677c37ffb64e4b8ebe13acd233c7
+   sha256sums = 
4af60f1a8adf8b1899680deefdf49288d7406a2c591658f880628bf7c1604cd2
+
+pkgname = aspell-el


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=aspell-el
 pkgver=0.08
-pkgrel=5
+pkgrel=6
 pkgdesc="Greek dictionary for aspell"
 url="https://www.elspell.gr/;
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-el/-/commit/080187d25d35a9b374e8f40a1607db90e8a06680

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




[Git][archlinux/packaging/packages/aspell-el] Pushed new tag 0.08-6

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.08-6 at Arch Linux / Packaging / Packages / 
aspell-el

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




[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.128.2-1: New upstream release

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
1da1af91 by Robin Candau at 2024-07-04T18:43:31+02:00
upgpkg: 0.128.2-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.128.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
-   pkgver = 0.128.1
+   pkgver = 0.128.2
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hugo
depends = glibc
depends = gcc-libs
optdepends = python-docutils: reStructuredText support
-   source = 
hugo-0.128.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.128.1.tar.gz
-   sha512sums = 
2a74b8b7fe85635f29de9f1c7e9a92fbf6c843c3dc8a8ceb971ea218bdf13bc55621b62d0556229d623525244bdbded295141ddff5db57f3092b25a7cc18107d
+   source = 
hugo-0.128.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.128.2.tar.gz
+   sha512sums = 
4710fceb11872577a1d9c929d296dc79829135af0c509ac0b7b8142568b0e907c2de28c9f482cc1138d9595086363397166eb2ca208fa4fdf1beadd168558787
 
 pkgname = hugo


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.128.1
+pkgver=0.128.2
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('glibc' 'gcc-libs')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('2a74b8b7fe85635f29de9f1c7e9a92fbf6c843c3dc8a8ceb971ea218bdf13bc55621b62d0556229d623525244bdbded295141ddff5db57f3092b25a7cc18107d')
+sha512sums=('4710fceb11872577a1d9c929d296dc79829135af0c509ac0b7b8142568b0e907c2de28c9f482cc1138d9595086363397166eb2ca208fa4fdf1beadd168558787')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

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




[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.128.2-1

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.128.2-1 at Arch Linux / Packaging / Packages / 
hugo

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




[Git][archlinux/packaging/packages/dcraw][main] upgpkg: 9.28.0-5: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
b14d2e60 by Robin Candau at 2024-07-04T17:02:05+02:00
upgpkg: 9.28.0-5: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = dcraw
+   pkgdesc = Decodes any raw image from any digital camera
+   pkgver = 9.28.0
+   pkgrel = 5
+   url = https://www.dechifro.org/dcraw/
+   arch = x86_64
+   license = custom
+   depends = lcms2
+   depends = jasper
+   source = https://www.dechifro.org/dcraw/archive/dcraw-9.28.0.tar.gz
+   sha256sums = 
2890c3da2642cd44c5f3bfed2c9b2c1db83da5cec09cc17e0fa72e17541fb4b9
+
+pkgname = dcraw


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=dcraw
 pkgver=9.28.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Decodes any raw image from any digital camera'
 url='https://www.dechifro.org/dcraw/'
 arch=('x86_64')



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

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




[Git][archlinux/packaging/packages/dcraw] Pushed new tag 9.28.0-5

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 9.28.0-5 at Arch Linux / Packaging / Packages / 
dcraw

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




[Git][archlinux/packaging/packages/cereal] Pushed new tag 1.3.2-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.3.2-2 at Arch Linux / Packaging / Packages / 
cereal

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




[Git][archlinux/packaging/packages/cereal][main] upgpkg: 1.3.2-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
c4a7074e by Robin Candau at 2024-07-04T17:01:05+02:00
upgpkg: 1.3.2-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = cereal
+   pkgdesc = C++11 library for serialization
+   pkgver = 1.3.2
+   pkgrel = 2
+   url = https://github.com/USCiLab/cereal
+   arch = any
+   license = BSD
+   makedepends = boost
+   makedepends = cmake
+   makedepends = git
+   makedepends = ninja
+   source = 
git+https://github.com/USCiLab/cereal.git#tag=ebef1e929807629befafbb2918ea1a08c7194554
+   sha256sums = SKIP
+
+pkgname = cereal


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=cereal
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='C++11 library for serialization'
 arch=(any)
 url=https://github.com/USCiLab/cereal



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

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




[Git][archlinux/packaging/packages/blosc] Pushed new tag 1.21.5-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.21.5-2 at Arch Linux / Packaging / Packages / 
blosc

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




[Git][archlinux/packaging/packages/blosc][main] upgpkg: 1.21.5-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
c316ddd9 by Robin Candau at 2024-07-04T16:59:42+02:00
upgpkg: 1.21.5-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = blosc
+   pkgdesc = A blocking, shuffling and loss-less compression library
+   pkgver = 1.21.5
+   pkgrel = 2
+   url = https://www.blosc.org
+   arch = x86_64
+   license = BSD
+   makedepends = cmake
+   depends = glibc
+   depends = lz4
+   depends = snappy
+   depends = zlib
+   depends = zstd
+   source = 
blosc-1.21.5.tar.gz::https://github.com/Blosc/c-blosc/archive/v1.21.5.tar.gz
+   sha512sums = 
01e6d80e1114d76c4bd1b413778c293d0455879ec38e1e1ec46e8e7eaf2997b47cc2de35bc52cdc4c2c70341b6f87d70626a9a9c24ffc8b7b170d760efa60c07
+   b2sums = 
f56e19146a1522554d5e8de23f580125a6181b50f1898c8e622e8ac50f2f40ab4cdaba62a5a2bc6ff437257550e205090ebe66bb8840202a26567abfc63fbf53
+
+pkgname = blosc


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=blosc
 pkgver=1.21.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A blocking, shuffling and loss-less compression library'
 arch=('x86_64')
 url='https://www.blosc.org'



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

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




[Git][archlinux/packaging/packages/cpanminus] Pushed new tag 1.7046-3

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.7046-3 at Arch Linux / Packaging / Packages / 
cpanminus

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




[Git][archlinux/packaging/packages/cpanminus][main] upgpkg: 1.7046-3: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
d30b3522 by Robin Candau at 2024-07-04T16:55:50+02:00
upgpkg: 1.7046-3: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = cpanminus
+   pkgdesc = get, unpack, build and install modules from CPAN
+   pkgver = 1.7046
+   pkgrel = 3
+   url = https://metacpan.org/release/App-cpanminus
+   arch = any
+   license = PerlArtistic
+   license = GPL
+   depends = perl>=5.8.1
+   provides = perl-app-cpanminus=1.7046
+   options = !emptydirs
+   source = 
https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7046.tar.gz
+   md5sums = c6630373e444ed1e6b772e50e526a333
+   sha512sums = 
ced5f264979eb50cc33ac566c0242998c9b9c158ba435b9a180810f58eaa0b28d0de70312ade10df0ee3808369423f7baa029f2be740461d20a695e5e24d0d9b
+
+pkgname = cpanminus


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=cpanminus
 pkgver=1.7046
-pkgrel=2
+pkgrel=3
 pkgdesc='get, unpack, build and install modules from CPAN'
 arch=(any)
 license=(PerlArtistic GPL)



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

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




[Git][archlinux/packaging/packages/ack][main] upgpkg: 3.7.0-3: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
f6516f04 by Robin Candau at 2024-07-04T16:55:04+02:00
upgpkg: 3.7.0-3: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = ack
+   pkgdesc = A Perl-based grep replacement, aimed at programmers with 
large trees of heterogeneous source code
+   pkgver = 3.7.0
+   pkgrel = 3
+   url = http://betterthangrep.com/
+   arch = any
+   license = GPL
+   license = PerlArtistic
+   depends = perl-file-next
+   options = !emptydirs
+   source = 
https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/ack-v3.7.0.tar.gz
+   md5sums = 7daaf78636f9cbbebf42a6898d89f50f
+   sha256sums = 
ea7caa14f757de083310ed2cba298661ddcca5dee06ec8f18043ea625a79df20
+
+pkgname = ack


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=ack
 pkgver=3.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Perl-based grep replacement, aimed at programmers with large trees 
of heterogeneous source code"
 arch=('any')
 url="http://betterthangrep.com/;



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

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




[Git][archlinux/packaging/packages/ack] Pushed new tag 3.7.0-3

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 3.7.0-3 at Arch Linux / Packaging / Packages / ack

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




[Git][archlinux/packaging/packages/docker-scan] Pushed new tag 0.26.0-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.26.0-2 at Arch Linux / Packaging / Packages / 
docker-scan

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




[Git][archlinux/packaging/packages/docker-scan][main] upgpkg: 0.26.0-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
docker-scan


Commits:
e60ed4dd by Robin Candau at 2024-07-04T16:48:29+02:00
upgpkg: 0.26.0-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = docker-scan
+   pkgdesc = Docker Scan is a Command Line Interface to run vulnerability 
detection on your Dockerfiles and Docker images
+   pkgver = 0.26.0
+   pkgrel = 2
+   url = https://github.com/docker/scan-cli-plugin
+   arch = x86_64
+   license = Apache
+   makedepends = go
+   makedepends = git
+   source = 
git+https://github.com/docker/scan-cli-plugin.git#commit=c7fa31d4c4cc150f5ac569a6786b0b616cf677e1
+   sha512sums = SKIP
+
+pkgname = docker-scan


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=docker-scan
 pkgver=0.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Docker Scan is a Command Line Interface to run vulnerability 
detection on your Dockerfiles and Docker images"
 arch=('x86_64')
 url="https://github.com/docker/scan-cli-plugin;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/docker-scan/-/commit/e60ed4dd5992ea1a2d144d1a4bbf67b1a2351d5f

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




[Git][archlinux/packaging/packages/bucklespring] Pushed new tag 1.5.1-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.5.1-2 at Arch Linux / Packaging / Packages / 
bucklespring

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




[Git][archlinux/packaging/packages/bucklespring][main] upgpkg: 1.5.1-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
c9307814 by Robin Candau at 2024-07-04T16:47:33+02:00
upgpkg: 1.5.1-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = bucklespring
+   pkgdesc = Nostalgia bucklespring keyboard sound, sampled from IBM's 
Model-M
+   pkgver = 1.5.1
+   pkgrel = 2
+   url = https://github.com/zevv/bucklespring
+   arch = i686
+   arch = x86_64
+   license = MIT
+   depends = openal
+   depends = alure
+   depends = libxtst
+   depends = dumb
+   depends = mpg123
+   source = 
bucklespring-1.5.1.tar.gz::https://github.com/zevv/bucklespring/archive/v1.5.1.tar.gz
+   sha256sums = 
8d75d9809aa1f45b6f613bd6547f52a4ba9b207119775e48497c1a17fe98d541
+
+pkgname = bucklespring


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=bucklespring
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
 arch=('i686' 'x86_64')
 url="https://github.com/zevv/bucklespring;



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

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




[Git][archlinux/packaging/packages/arch-install-scripts][main] upgpkg: 28-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
arch-install-scripts


Commits:
d92bb218 by Robin Candau at 2024-07-04T16:46:51+02:00
upgpkg: 28-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = arch-install-scripts
+   pkgdesc = Scripts to aid in installing Arch Linux
+   pkgver = 28
+   pkgrel = 2
+   url = https://github.com/archlinux/arch-install-scripts
+   arch = any
+   license = GPL2
+   makedepends = asciidoc
+   makedepends = git
+   depends = awk
+   depends = bash
+   depends = coreutils
+   depends = grep
+   depends = pacman
+   depends = util-linux
+   source = 
git+https://github.com/archlinux/arch-install-scripts#tag=v28?signed
+   validpgpkeys = BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B
+   validpgpkeys = C100346676634E80C940FB9E9C02FF419FECBE16
+   sha256sums = SKIP
+
+pkgname = arch-install-scripts


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=arch-install-scripts
 pkgver=28
-pkgrel=1
+pkgrel=2
 pkgdesc="Scripts to aid in installing Arch Linux"
 arch=('any')
 url="https://github.com/archlinux/arch-install-scripts;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-install-scripts/-/commit/d92bb218f36d4c32549e32f504e1d138d21a4c33

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




[Git][archlinux/packaging/packages/arch-install-scripts] Pushed new tag 28-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 28-2 at Arch Linux / Packaging / Packages / 
arch-install-scripts

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




[Git][archlinux/packaging/packages/acpid][main] upgpkg: 2.0.34-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
47359ad5 by Robin Candau at 2024-07-04T16:46:09+02:00
upgpkg: 2.0.34-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = acpid
+   pkgdesc = A daemon for delivering ACPI power management events with 
netlink support
+   pkgver = 2.0.34
+   pkgrel = 2
+   url = https://sourceforge.net/projects/acpid2/
+   arch = x86_64
+   license = GPL
+   depends = bash
+   optdepends = perl: use perl based examples
+   replaces = acpid2
+   backup = etc/acpi/handler.sh
+   backup = etc/acpi/events/anything
+   source = 
https://downloads.sourceforge.net/sourceforge/acpid2/acpid-2.0.34.tar.xz
+   source = acpid.service
+   source = anything
+   source = handler.sh
+   sha256sums = 
2d095c8cfcbc847caec746d62cdc8d0bff1ec1bc72ef7c674c721e04da6ab333
+   sha256sums = 
a8236bbf774f5e90a4daa369731d6d335c3374ddc62f1224fba02a3d6d678111
+   sha256sums = 
eb5230affb9dba7653890655b94e83f377c689a39131b6b13c8202ba2382c275
+   sha256sums = 
1c1e39b7ecc57092ba9d747f452fb36d8ae0456e2e64849c9c4a2625d1d57413
+
+pkgname = acpid


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=acpid
 pkgver=2.0.34
-pkgrel=1
+pkgrel=2
 pkgdesc='A daemon for delivering ACPI power management events with netlink 
support'
 arch=('x86_64')
 url='https://sourceforge.net/projects/acpid2/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/acpid/-/commit/47359ad51443f2bd97804427c5a78213cfc73150

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




[Git][archlinux/packaging/packages/acpid] Pushed new tag 2.0.34-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.0.34-2 at Arch Linux / Packaging / Packages / 
acpid

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




[Git][archlinux/packaging/packages/aspell-it][main] upgpkg: 2.4_20070901-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
aspell-it


Commits:
ffd11d42 by Robin Candau at 2024-07-04T16:37:49+02:00
upgpkg: 2.4_20070901-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,12 @@
+pkgbase = aspell-it
+   pkgdesc = Italian dictionary for aspell
+   pkgver = 2.4_20070901
+   pkgrel = 2
+   url = http://aspell.net/
+   arch = any
+   license = GPL
+   depends = aspell
+   source = 
https://sourceforge.net/projects/linguistico/files/Dizionario%20italiano%20per%20Aspell/2.4-20070901-0/aspell6-it-2.4-20070901-0.tar.bz2
+   sha512sums = 
6a5014880e51103e70d57a6b01e2d4bb5d51ae939f72ee9270b46891804203399c817dd73c3a0b91c004744a4e66a1a5b402d19be0a53db952152cdd3c1741e9
+
+pkgname = aspell-it


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=aspell-it
 pkgver=2.4_20070901
-pkgrel=1
+pkgrel=2
 pkgdesc="Italian dictionary for aspell"
 arch=('any')
 url="http://aspell.net/;



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

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




[Git][archlinux/packaging/packages/aspell-it] Pushed new tag 2.4_20070901-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.4_20070901-2 at Arch Linux / Packaging / Packages 
/ aspell-it

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




[Git][archlinux/packaging/packages/aspell-es] Pushed new tag 1.11-10

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.11-10 at Arch Linux / Packaging / Packages / 
aspell-es

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




[Git][archlinux/packaging/packages/aspell-es][main] upgpkg: 1.11-10: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
aspell-es


Commits:
7f64ac0f by Robin Candau at 2024-07-04T16:37:11+02:00
upgpkg: 1.11-10: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = aspell-es
+   pkgdesc = Spanish dictionary for aspell
+   pkgver = 1.11
+   pkgrel = 10
+   url = http://aspell.net/
+   arch = x86_64
+   license = GPL
+   depends = aspell
+   source = 
https://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-1.11-2.tar.bz2
+   md5sums = 8406336a89c64e47e96f4153d0af70c4
+   sha256sums = 
ad367fa1e7069c72eb7ae37e4d39c30a44d32a6aa73cedccbd0d06a69018afcc
+
+pkgname = aspell-es


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=aspell-es
 pkgver=1.11
-pkgrel=9
+pkgrel=10
 pkgdesc="Spanish dictionary for aspell"
 arch=('x86_64')
 url="http://aspell.net/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-es/-/commit/7f64ac0f6958271afa32b955f8514f272949b125

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




[Git][archlinux/packaging/packages/evisum] Pushed new tag 0.6.0-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.6.0-2 at Arch Linux / Packaging / Packages / 
evisum

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




[Git][archlinux/packaging/packages/evisum][main] upgpkg: 0.6.0-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
023dc19a by Robin Candau at 2024-07-04T16:33:05+02:00
upgpkg: 0.6.0-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = evisum
+   pkgdesc = EFL Process viewer
+   pkgver = 0.6.0
+   pkgrel = 2
+   url = https://www.enlightenment.org
+   arch = x86_64
+   license = BSD
+   makedepends = meson
+   makedepends = ninja
+   depends = efl
+   source = 
https://download.enlightenment.org/rel/apps/evisum/evisum-0.6.0.tar.xz
+   sha256sums = 
256062cfeb6dc1779cbd7c3fe6b958e1a2d0bd6209814dcdbcc032086ecde3c6
+
+pkgname = evisum


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=evisum
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="EFL Process viewer"
 arch=('x86_64')
 url="https://www.enlightenment.org;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/evisum/-/commit/023dc19ad7d743aa96d840b3821e5aee64fbcfb8

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




[Git][archlinux/packaging/packages/ephoto][main] upgpkg: 1.6.0-3: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
b33c34dc by Robin Candau at 2024-07-04T16:32:16+02:00
upgpkg: 1.6.0-3: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = ephoto
+   pkgdesc = EFL photo gallery viewer
+   pkgver = 1.6.0
+   pkgrel = 3
+   url = https://www.enlightenment.org/
+   arch = x86_64
+   license = BSD
+   makedepends = meson
+   makedepends = ninja
+   depends = efl
+   depends = libexif
+   source = 
https://download.enlightenment.org/rel/apps/ephoto/ephoto-1.6.0.tar.xz
+   sha256sums = 
36bc73f3ce1bf9c606630d0031d1629a115911e78b796fd1f90322b5886670d3
+
+pkgname = ephoto


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=ephoto
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="EFL photo gallery viewer"
 arch=('x86_64')
 url="https://www.enlightenment.org/;



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

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




[Git][archlinux/packaging/packages/ephoto] Pushed new tag 1.6.0-3

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.6.0-3 at Arch Linux / Packaging / Packages / 
ephoto

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




[Git][archlinux/packaging/packages/ecrire][main] upgpkg: 0.2.0-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
67aa24d8 by Robin Candau at 2024-07-04T16:31:25+02:00
upgpkg: 0.2.0-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = ecrire
+   pkgdesc = EFL Simple Text editor
+   pkgver = 0.2.0
+   pkgrel = 2
+   url = https://www.enlightenment.org/
+   arch = x86_64
+   license = GPL3
+   makedepends = meson
+   makedepends = ninja
+   depends = efl
+   source = 
https://download.enlightenment.org/rel/apps/ecrire/ecrire-0.2.0.tar.xz
+   sha256sums = 
d964598790d5b26767e21b7dbc09ca16867f530d50fa363c7694fd3c50995fdf
+
+pkgname = ecrire


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=ecrire
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="EFL Simple Text editor"
 arch=('x86_64')
 url="https://www.enlightenment.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ecrire/-/commit/67aa24d8971ca8a755b94a313a7c1487495a0fef

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




[Git][archlinux/packaging/packages/ecrire] Pushed new tag 0.2.0-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.2.0-2 at Arch Linux / Packaging / Packages / 
ecrire

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




[Git][archlinux/packaging/packages/archlinux-contrib] Pushed new tag 20240704-1

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 20240704-1 at Arch Linux / Packaging / Packages / 
archlinux-contrib

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




[Git][archlinux/packaging/packages/bchunk][main] upgpkg: 1.2.2-8: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
dadb31e9 by Robin Candau at 2024-07-04T14:05:17+02:00
upgpkg: 1.2.2-8: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = bchunk
+   pkgdesc = A Tool to Convert *.raw *.bin files to an ISO file
+   pkgver = 1.2.2
+   pkgrel = 8
+   url = http://he.fi/bchunk/
+   arch = x86_64
+   license = GPL
+   makedepends = systemd
+   depends = glibc
+   source = http://he.fi/bchunk/bchunk-1.2.2.tar.gz
+   sha512sums = 
94fcc1dea3a38a907b3f209c20f3de54028cc34bf8964d1dccf94faf3ca3851270cc8e052c29a3f04c60e525c029ebfb1c3c04fa85525e20273ac8d72cb317c8
+
+pkgname = bchunk


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=bchunk
 pkgver=1.2.2
-pkgrel=7
+pkgrel=8
 pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
 url="http://he.fi/bchunk/;
 arch=('x86_64')



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

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




[Git][archlinux/packaging/packages/bchunk] Pushed new tag 1.2.2-8

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.2.2-8 at Arch Linux / Packaging / Packages / 
bchunk

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




[Git][archlinux/packaging/packages/asunder][main] upgpkg: 3.0.1-2: Rebuild to produce .SRCINFO

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
f348c85b by Robin Candau at 2024-07-04T14:01:56+02:00
upgpkg: 3.0.1-2: Rebuild to produce .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,28 @@
+pkgbase = asunder
+   pkgdesc = a graphical CD ripper and encoder
+   pkgver = 3.0.1
+   pkgrel = 2
+   url = http://littlesvr.ca/asunder/
+   arch = x86_64
+   license = GPL2
+   makedepends = pkgconfig
+   makedepends = intltool
+   makedepends = gettext
+   depends = gdk-pixbuf2
+   depends = glib2
+   depends = glibc
+   depends = gtk2
+   depends = libcddb
+   depends = cdparanoia
+   optdepends = lame: for mp3 support
+   optdepends = vorbis-tools: for ogg support
+   optdepends = fdkaac: for mp3 support
+   optdepends = flac: for flac support
+   optdepends = opus-tools: for opus support
+   optdepends = wavpack: for wavpack support
+   optdepends = musepack-tools: for musepack support
+   optdepends = mac: for monkey audio support
+   source = http://littlesvr.ca/asunder/releases/asunder-3.0.1.tar.bz2
+   sha512sums = 
07b4caa80c35b39f407952276237787561100e1f546637b64119741f75385afe8db43a991cce364fb152ed5d20b9a9ac99a972b6cbb9616073dada2e2d048b74
+
+pkgname = asunder


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=asunder
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="a graphical CD ripper and encoder"
 arch=('x86_64')
 url="http://littlesvr.ca/asunder/;



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

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




[Git][archlinux/packaging/packages/asunder] Pushed new tag 3.0.1-2

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 3.0.1-2 at Arch Linux / Packaging / Packages / 
asunder

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




[Git][archlinux/packaging/packages/glances] Pushed new tag 4.1.2.1-1

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 4.1.2.1-1 at Arch Linux / Packaging / Packages / 
glances

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




[Git][archlinux/packaging/packages/glances][main] upgpkg: 4.1.2.1-1: New upstream release

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
d4561374 by Robin Candau at 2024-07-04T08:49:00+02:00
upgpkg: 4.1.2.1-1: New upstream release

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = glances
pkgdesc = CLI curses-based monitoring tool
-   pkgver = 4.1.1
+   pkgver = 4.1.2.1
pkgrel = 1
url = https://nicolargo.github.io/glances/
arch = any
@@ -26,11 +26,11 @@ pkgbase = glances
optdepends = python-zeroconf: for the autodiscover mode
optdepends = python-pystache: templating engine
optdepends = python-prometheus_client: for the Prometheus export module
-   source = 
glances-4.1.1-1.tar.gz::https://github.com/nicolargo/glances/archive/v4.1.1.tar.gz
+   source = 
glances-4.1.2.1-1.tar.gz::https://github.com/nicolargo/glances/archive/v4.1.2.1.tar.gz
source = glances.service
-   sha512sums = 
4573b3046a34b539f84f2b9e8190a2f6fea8c214cfb8ac6197ee0e8c4e1bd29483a5551897624861de1bd359f609127e612c53b7eb0291db9d1be55af3cfad56
+   sha512sums = 
a440e6fb39c6aac3fa846e49268170e2a7c1a331a7b319dbe9d5cadf8aa9975146a5fae7d99abc085a9f9aadc739281073f5a99f95f456132a2e78b14898f340
sha512sums = 
49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4
-   b2sums = 
09d9f558979fbdb785190247d3a9b50ec331d6e06dc23441a23965d818a97d10327c0944315a5ced19f707a179da83835c60fd15ff6d9163edb57fd92741
+   b2sums = 
2c22bd5bc4c1a162b92dcb016363dcf789c13b0fbeaab091f0f84d5538885b7c7e20347620491cc248242e25f81806119d82395ee72623ca2a80ffab78cddf56
b2sums = 
ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017
 
 pkgname = glances


=
.nvchecker.toml
=
@@ -1,6 +1,4 @@
 [glances]
-source = "github"
-github = "nicolargo/glances"
+source = "git"
+git = "https://github.com/nicolargo/glances.git;
 prefix = "v"
-use_max_tag = true
-exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Francois Boulogne 
 
 pkgname=glances
-pkgver=4.1.1
+pkgver=4.1.2.1
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
@@ -25,9 +25,9 @@ optdepends=('hddtemp: HDD temperature monitoring support'
 'python-prometheus_client: for the Prometheus export module')
 
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz;
 'glances.service')
-sha512sums=('4573b3046a34b539f84f2b9e8190a2f6fea8c214cfb8ac6197ee0e8c4e1bd29483a5551897624861de1bd359f609127e612c53b7eb0291db9d1be55af3cfad56'
+sha512sums=('a440e6fb39c6aac3fa846e49268170e2a7c1a331a7b319dbe9d5cadf8aa9975146a5fae7d99abc085a9f9aadc739281073f5a99f95f456132a2e78b14898f340'
 
'49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
-b2sums=('09d9f558979fbdb785190247d3a9b50ec331d6e06dc23441a23965d818a97d10327c0944315a5ced19f707a179da83835c60fd15ff6d9163edb57fd92741'
+b2sums=('2c22bd5bc4c1a162b92dcb016363dcf789c13b0fbeaab091f0f84d5538885b7c7e20347620491cc248242e25f81806119d82395ee72623ca2a80ffab78cddf56'
 
'ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017')
 
 build() {



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

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




[Git][archlinux/packaging/packages/fastfetch][main] upgpkg: 2.17.2-1: New upstream

2024-07-04 Thread Robin Candau (@antiz)


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


Commits:
f9dae054 by Robin Candau at 2024-07-04T08:41:39+02:00
upgpkg: 2.17.2-1: New upstream
https://github.com/fastfetch-cli/fastfetch/releases/tag/2.17.2

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = fastfetch
pkgdesc = Like Neofetch, but much faster because written in C
-   pkgver = 2.17.1
-   pkgrel = 2
+   pkgver = 2.17.2
+   pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
license = MIT
@@ -43,7 +43,7 @@ pkgbase = fastfetch
optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font
optdepends = zlib: Faster image output when using kitty graphics 
protocol
optdepends = libdrm: Displays detection
-   source = 
fastfetch-2.17.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.17.1.tar.gz
-   sha256sums = 
a38969ebb757070db5dace8a42f874d8898a7232da64c73fc86c60a2c9da9be0
+   source = 
fastfetch-2.17.2.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.17.2.tar.gz
+   sha256sums = 
f41322a9d9601a5a5a74f67a3253c7e8631e6241053094d050cf02bbade8cbcd
 
 pkgname = fastfetch


=
.nvchecker.toml
=
@@ -1,4 +1,4 @@
 [fastfetch]
-source = "github"
-github = "fastfetch-cli/fastfetch"
-use_max_tag = true
+source = "git"
+git = "https://github.com/fastfetch-cli/fastfetch.git;
+prefix = "v"


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Mark Wagie 
 
 pkgname=fastfetch
-pkgver=2.17.1
-pkgrel=2
+pkgver=2.17.2
+pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 arch=('x86_64')
 url="https://github.com/fastfetch-cli/fastfetch;
@@ -50,7 +50,7 @@ optdepends=(
   'libdrm: Displays detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('a38969ebb757070db5dace8a42f874d8898a7232da64c73fc86c60a2c9da9be0')
+sha256sums=('f41322a9d9601a5a5a74f67a3253c7e8631e6241053094d050cf02bbade8cbcd')
 
 build() {
cmake -B build -S "${pkgname}-${pkgver}" \



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

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




[Git][archlinux/packaging/packages/fastfetch] Pushed new tag 2.17.2-1

2024-07-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.17.2-1 at Arch Linux / Packaging / Packages / 
fastfetch

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




[Git][archlinux/packaging/packages/mpv][main] upgpkg: 1:0.38.0-6: Libplacebo 7 rebuild

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


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


Commits:
d573ca49 by Robin Candau at 2024-07-03T08:00:30+02:00
upgpkg: 1:0.38.0-6: Libplacebo 7 rebuild
https://archlinux.org/todo/libplace-7-rebuild/

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mpv
pkgdesc = a free, open source, and cross-platform media player
pkgver = 0.38.0
-   pkgrel = 5
+   pkgrel = 6
epoch = 1
url = https://mpv.io/
arch = x86_64


=
.nvchecker.toml
=
@@ -1,6 +1,4 @@
 [mpv]
-source = "github"
-github = "mpv-player/mpv"
+source = "git"
+git = "https://github.com/mpv-player/mpv.git;
 prefix = "v"
-use_max_tag = true
-exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.38.0
-pkgrel=5
+pkgrel=6
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('x86_64')
 license=('GPL-2.0-or-later AND LGPL-2.1-or-later')



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

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




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

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


Robin Candau pushed new tag 1-0.38.0-6 at Arch Linux / Packaging / Packages / 
mpv

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




[Git][archlinux/packaging/packages/jellyfin-ffmpeg][main] upgpkg: 1:6.0.1p7-5: Libplacebo 7 rebuild

2024-07-02 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
jellyfin-ffmpeg


Commits:
dae49460 by Robin Candau at 2024-07-03T07:58:03+02:00
upgpkg: 1:6.0.1p7-5: Libplacebo 7 rebuild
https://archlinux.org/todo/libplace-7-rebuild/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = jellyfin-ffmpeg
pkgdesc = Jellyfin fork of ffmpeg
pkgver = 6.0.1p7
-   pkgrel = 4
+   pkgrel = 5
epoch = 1
url = https://github.com/jellyfin/jellyfin-ffmpeg
arch = x86_64


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=jellyfin-ffmpeg
 epoch=1
 pkgver=6.0.1p7
-pkgrel=4
+pkgrel=5
 pkgdesc='Jellyfin fork of ffmpeg'
 arch=('x86_64')
 url='https://github.com/jellyfin/jellyfin-ffmpeg'



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

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




[Git][archlinux/packaging/packages/jellyfin-ffmpeg] Pushed new tag 1-6.0.1p7-5

2024-07-02 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1-6.0.1p7-5 at Arch Linux / Packaging / Packages / 
jellyfin-ffmpeg

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




[Git][archlinux/packaging/packages/protonmail-bridge][main] upgpkg: 3.12.0-1: New upstream release

2024-07-02 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
protonmail-bridge


Commits:
b3b19021 by Robin Candau at 2024-07-03T07:55:08+02:00
upgpkg: 3.12.0-1: New upstream release
https://github.com/ProtonMail/proton-bridge/releases/tag/v3.12.0

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = protonmail-bridge
pkgdesc = Integrate ProtonMail paid account with any program that 
supports IMAP and SMTP
-   pkgver = 3.11.1
-   pkgrel = 5
+   pkgver = 3.12.0
+   pkgrel = 1
url = https://github.com/ProtonMail/proton-bridge
arch = x86_64
license = GPL-3.0-only
@@ -20,12 +20,12 @@ pkgbase = protonmail-bridge
makedepends = qt6-svg
makedepends = sentry-native
options = !lto
-   source = git+https://github.com/ProtonMail/proton-bridge#tag=v3.11.1
+   source = git+https://github.com/ProtonMail/proton-bridge#tag=v3.12.0
source = protonmail-bridge.desktop
source = protonmail-bridge.service
source = remove-vcpkg-dependency.patch
source = remove-failing-test.patch
-   sha256sums = 
2cb9f4e40fe77a520425808a525e3b2335c261b32b9378861266a225a48f4915
+   sha256sums = 
97b0f10cc1fe27b931d86dbc82f693de7e44ebf2903f05707ee0ddf05e423aec
sha256sums = 
404db600803b9be875365d84e0726c3f7aedceaf122a795ca2248ee9f005753b
sha256sums = 
d51fb6efde22354d84b894b979a685d06fcc9cf3040d999d1cd6ebf5242a5043
sha256sums = 
436a9a293424fb7d48a8fd61fff7d63985dec56d6170cd2fbae24fe03ef98136


=
.nvchecker.toml
=
@@ -1,5 +1,4 @@
 [protonmail-bridge]
-source = "github"
-github = "ProtonMail/proton-bridge"
+source = "git"
+git = "https://github.com/ProtonMail/proton-bridge.git;
 prefix = "v"
-use_latest_release = true


=
PKGBUILD
=
@@ -11,8 +11,8 @@ pkgname=(
   protonmail-bridge-core
   protonmail-bridge
 )
-pkgver=3.11.1
-pkgrel=5
+pkgver=3.12.0
+pkgrel=1
 pkgdesc="Integrate ProtonMail paid account with any program that supports IMAP 
and SMTP"
 arch=(x86_64)
 url="https://github.com/ProtonMail/proton-bridge;
@@ -41,13 +41,11 @@ source=(
   "remove-vcpkg-dependency.patch"
   "remove-failing-test.patch"
 )
-sha256sums=(
-  '2cb9f4e40fe77a520425808a525e3b2335c261b32b9378861266a225a48f4915'
-  '404db600803b9be875365d84e0726c3f7aedceaf122a795ca2248ee9f005753b'
-  'd51fb6efde22354d84b894b979a685d06fcc9cf3040d999d1cd6ebf5242a5043'
-  '436a9a293424fb7d48a8fd61fff7d63985dec56d6170cd2fbae24fe03ef98136'
-  '95f2b800ecc9ce8dbc7532515aef97d19becbe425606b99a5f902f94e387181f'
-)
+sha256sums=('97b0f10cc1fe27b931d86dbc82f693de7e44ebf2903f05707ee0ddf05e423aec'
+'404db600803b9be875365d84e0726c3f7aedceaf122a795ca2248ee9f005753b'
+'d51fb6efde22354d84b894b979a685d06fcc9cf3040d999d1cd6ebf5242a5043'
+'436a9a293424fb7d48a8fd61fff7d63985dec56d6170cd2fbae24fe03ef98136'
+'95f2b800ecc9ce8dbc7532515aef97d19becbe425606b99a5f902f94e387181f')
 
 _archive="$_pkgbase"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/protonmail-bridge/-/commit/b3b19021d846ce7fec2c3c10fd1618566e3251e8

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




[Git][archlinux/packaging/packages/protonmail-bridge] Pushed new tag 3.12.0-1

2024-07-02 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 3.12.0-1 at Arch Linux / Packaging / Packages / 
protonmail-bridge

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




[Git][archlinux/packaging/packages/ffmpeg] Pushed new tag 2-7.0.1-2

2024-07-02 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2-7.0.1-2 at Arch Linux / Packaging / Packages / 
ffmpeg

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




[Git][archlinux/packaging/packages/ffmpeg][main] upgpkg: 2:7.0.1-2: Libplacebo 7 rebuild

2024-07-02 Thread Robin Candau (@antiz)


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


Commits:
36e0e888 by Robin Candau at 2024-07-03T07:52:31+02:00
upgpkg: 2:7.0.1-2: Libplacebo 7 rebuild
https://archlinux.org/todo/libplace-7-rebuild/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and 
video
pkgver = 7.0.1
-   pkgrel = 1
+   pkgrel = 2
epoch = 2
url = https://ffmpeg.org
arch = x86_64


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=7.0.1
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg/-/commit/36e0e888b34c934cd090f8dd00eefaeaf27b3f71

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




[Git][archlinux/packaging/packages/containerd][main] upgpkg: 1.7.19-1: New upstream release

2024-07-02 Thread Robin Candau (@antiz)


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


Commits:
4752daaa by Robin Candau at 2024-07-03T07:42:29+02:00
upgpkg: 1.7.19-1: New upstream release
https://github.com/containerd/containerd/releases/tag/v1.7.19

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = containerd
pkgdesc = An open and reliable container runtime
-   pkgver = 1.7.18
+   pkgver = 1.7.19
pkgrel = 1
url = https://containerd.io/
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = containerd
makedepends = go-md2man
depends = runc
provides = container-runtime
-   source = 
git+https://github.com/containerd/containerd.git#tag=v1.7.18?signed
+   source = 
git+https://github.com/containerd/containerd.git#tag=v1.7.19?signed
validpgpkeys = 8C7A111C21105794B0E8A27BF58C5D0A4405ACDB
-   sha256sums = 
bf7e80e646086a8d83984c1a128f5fe91d24807678dc5b2a6e96a65914076d73
+   sha256sums = 
014dd70b04c890e516fe36b5a03c400dd4a1b6853c2de5484f35b8702dc6bee6
 
 pkgname = containerd


=
.nvchecker.toml
=
@@ -1,6 +1,5 @@
 [containerd]
-source = "github"
-github = "containerd/containerd"
+source = "git"
+git = "https://github.com/containerd/containerd.git;
 prefix = "v"
-use_max_tag = true
 exclude_regex = "v.*(pre|rc|alpha|beta).*"


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Iwan Timmer 
 
 pkgname=containerd
-pkgver=1.7.18
+pkgver=1.7.19
 pkgrel=1
 pkgdesc='An open and reliable container runtime'
 url='https://containerd.io/'
@@ -16,7 +16,7 @@ arch=('x86_64')
 license=("Apache-2.0")
 
source=("git+https://github.com/containerd/containerd.git#tag=v${pkgver}?signed;)
 validpgpkeys=("8C7A111C21105794B0E8A27BF58C5D0A4405ACDB") # Derek McGowan
-sha256sums=('bf7e80e646086a8d83984c1a128f5fe91d24807678dc5b2a6e96a65914076d73')
+sha256sums=('014dd70b04c890e516fe36b5a03c400dd4a1b6853c2de5484f35b8702dc6bee6')
 
 prepare() {
   # fix paths in service



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/containerd/-/commit/4752daaae7136022564828309809d4ecbefbe1fc

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




[Git][archlinux/packaging/packages/containerd] Pushed new tag 1.7.19-1

2024-07-02 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.7.19-1 at Arch Linux / Packaging / Packages / 
containerd

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




[Git][archlinux/packaging/packages/goverlay][main] Update .nvchecker.toml to avoid using GitHub API

2024-07-02 Thread Robin Candau (@antiz)


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


Commits:
3ddd04b2 by Robin Candau at 2024-07-03T07:37:04+02:00
Update .nvchecker.toml to avoid using GitHub API

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,6 +1,3 @@
 [goverlay]
-source = "github"
-github = "benjamimgois/goverlay"
-prefix = "v"
-use_max_tag = true
-exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
+source = "git"
+git = "https://github.com/benjamimgois/goverlay.git;



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

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




[Git][archlinux/packaging/packages/libplacebo] Pushed new tag 7.349.0-1

2024-07-02 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 7.349.0-1 at Arch Linux / Packaging / Packages / 
libplacebo

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




[Git][archlinux/packaging/packages/libplacebo][main] upgpkg: 7.349.0-1: New upstream release

2024-07-02 Thread Robin Candau (@antiz)


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


Commits:
1a609bed by Robin Candau at 2024-07-02T19:08:25+02:00
upgpkg: 7.349.0-1: New upstream release
https://code.videolan.org/videolan/libplacebo/-/tags/v7.349.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libplacebo
pkgdesc = Reusable library for GPU-accelerated video/image rendering 
primitives
-   pkgver = 6.338.2
-   pkgrel = 7
+   pkgver = 7.349.0
+   pkgrel = 1
url = https://github.com/haasn/libplacebo
arch = x86_64
license = LGPL-2.1-or-later
@@ -26,9 +26,9 @@ pkgbase = libplacebo
depends = libdovi
depends = xxhash
provides = libplacebo.so
-   source = 
https://code.videolan.org/videolan/libplacebo/-/archive/v6.338.2/libplacebo-v6.338.2.tar.gz
-   sha512sums = 
0f20ae47bc2a7cd128d667ec2dd750a2d6ad5f16be6ab97122c2dda1ebf239958ee4bf453a7f835bea2dafb60a2e27b795801532aad994e002854c190aa6bbd8
-   b2sums = 
23485d677fbc59d47cbfd56ac3d5187c18206d7c03b0a7c4decd1d5b5772a88de4e8cfdfc4fe1ce2c8031ea053cee968d010474047dc511d597d9d5ee3a8
+   source = 
https://code.videolan.org/videolan/libplacebo/-/archive/v7.349.0/libplacebo-v7.349.0.tar.gz
+   sha512sums = 
94fb0ad4f6cdafc81a43f06a73e49ef8ed7f81e751ad2a028f6f91295a06d8c12f2959e2595bd654db946fc5aa89758ab9d37f985ebb82badbd517ed02f3ddca
+   b2sums = 
4a1a667e608e559f2ac163d25183ce9cd2a3ddfa05d88219e5597db08478c883f12efb2e66fe54d9aab65f2863efbe60f0448e241a69109ea423af8222008493
 
 pkgname = libplacebo
depends = vulkan-icd-loader


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Maintainer: Robin Candau 
 
 pkgname=libplacebo
-pkgver=6.338.2
-pkgrel=7
+pkgver=7.349.0
+pkgrel=1
 pkgdesc='Reusable library for GPU-accelerated video/image rendering primitives'
 url='https://github.com/haasn/libplacebo'
 arch=('x86_64')
@@ -17,8 +17,8 @@ makedepends=(
 )
 provides=('libplacebo.so')
 
source=(https://code.videolan.org/videolan/libplacebo/-/archive/v${pkgver}/libplacebo-v${pkgver}.tar.gz)
-sha512sums=('0f20ae47bc2a7cd128d667ec2dd750a2d6ad5f16be6ab97122c2dda1ebf239958ee4bf453a7f835bea2dafb60a2e27b795801532aad994e002854c190aa6bbd8')
-b2sums=('23485d677fbc59d47cbfd56ac3d5187c18206d7c03b0a7c4decd1d5b5772a88de4e8cfdfc4fe1ce2c8031ea053cee968d010474047dc511d597d9d5ee3a8')
+sha512sums=('94fb0ad4f6cdafc81a43f06a73e49ef8ed7f81e751ad2a028f6f91295a06d8c12f2959e2595bd654db946fc5aa89758ab9d37f985ebb82badbd517ed02f3ddca')
+b2sums=('4a1a667e608e559f2ac163d25183ce9cd2a3ddfa05d88219e5597db08478c883f12efb2e66fe54d9aab65f2863efbe60f0448e241a69109ea423af8222008493')
 
 build() {
   cd ${pkgname}-v${pkgver}



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

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




[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.128.1-1: New upstream release

2024-07-02 Thread Robin Candau (@antiz)


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


Commits:
45bb3b11 by Robin Candau at 2024-07-02T18:57:50+02:00
upgpkg: 0.128.1-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.128.1

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
-   pkgver = 0.128.0
+   pkgver = 0.128.1
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hugo
depends = glibc
depends = gcc-libs
optdepends = python-docutils: reStructuredText support
-   source = 
hugo-0.128.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.128.0.tar.gz
-   sha512sums = 
6c7d6cf1ce971f4a760362dc7327465d9331dc3dafef6777498d32c18fcba52e62b14fcb70fbbacc669c58ccd2a53e0859487af3c21a3bc874d0efbb87d4bab3
+   source = 
hugo-0.128.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.128.1.tar.gz
+   sha512sums = 
2a74b8b7fe85635f29de9f1c7e9a92fbf6c843c3dc8a8ceb971ea218bdf13bc55621b62d0556229d623525244bdbded295141ddff5db57f3092b25a7cc18107d
 
 pkgname = hugo


=
.nvchecker.toml
=
@@ -1,6 +1,4 @@
 [hugo]
-source = "github"
-github = "gohugoio/hugo"
+source = "git"
+git = "https://github.com/gohugoio/hugo.git;
 prefix = "v"
-use_max_tag = true
-exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.128.0
+pkgver=0.128.1
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('glibc' 'gcc-libs')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('6c7d6cf1ce971f4a760362dc7327465d9331dc3dafef6777498d32c18fcba52e62b14fcb70fbbacc669c58ccd2a53e0859487af3c21a3bc874d0efbb87d4bab3')
+sha512sums=('2a74b8b7fe85635f29de9f1c7e9a92fbf6c843c3dc8a8ceb971ea218bdf13bc55621b62d0556229d623525244bdbded295141ddff5db57f3092b25a7cc18107d')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

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




[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.128.1-1

2024-07-02 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.128.1-1 at Arch Linux / Packaging / Packages / 
hugo

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




  1   2   3   4   5   6   7   8   9   10   >