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

2024-07-26 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1-6.0.1p8-1 at Arch Linux / Packaging / 
Packages / jellyfin-ffmpeg

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




[Git][archlinux/packaging/packages/jellyfin-ffmpeg][main] upgpkg: 1:6.0.1p8-1

2024-07-26 Thread George Rawlinson (@grawlinson)


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


Commits:
df05920d by George Rawlinson at 2024-07-27T15:52:19+12:00
upgpkg: 1:6.0.1p8-1

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = jellyfin-ffmpeg
pkgdesc = Jellyfin fork of ffmpeg
-   pkgver = 6.0.1p7
-   pkgrel = 5
+   pkgver = 6.0.1p8
+   pkgrel = 1
epoch = 1
url = https://github.com/jellyfin/jellyfin-ffmpeg
arch = x86_64
-   license = GPL3
+   license = GPL-3.0-only
makedepends = git
makedepends = nasm
makedepends = clang
@@ -63,10 +63,13 @@ pkgbase = jellyfin-ffmpeg
optdepends = vulkan-radeon: for AMD RADV Vulkan support
optdepends = vulkan-intel: for Intel ANV Vulkan support
options = !lto
-   source = 
jellyfin-ffmpeg::git+https://github.com/jellyfin/jellyfin-ffmpeg#commit=df454b6f2809ad53f80f2c88543fb3922b5dd503
-   source = https://github.com/FFmpeg/FFmpeg/commit/06c2a2c4.patch
-   source = https://github.com/FFmpeg/FFmpeg/commit/43b417d5.patch
-   b2sums = 
ed07080a4ed1217828a75d548b55bff2899a9029ef2ecb173fb5d712546a094cc18cafa926ba12c5fa6d97fe6616782f4fede8d12340717c01a9ad9917393f1b
+   source = 
jellyfin-ffmpeg::git+https://github.com/jellyfin/jellyfin-ffmpeg#tag=v6.0.1-8
+   source = 
jellyfin-ffmpeg-06c2a2c4.patch::https://github.com/FFmpeg/FFmpeg/commit/06c2a2c4.patch
+   source = 
jellyfin-ffmpeg-43b417d5.patch::https://github.com/FFmpeg/FFmpeg/commit/43b417d5.patch
+   sha512sums = 
f72d0899f09bbfe7969b6694debb479313fbd20270dd37486a0e47ef8b56252958dc56635cc55f0e0f3bc52813680b56bcb3bfc32d2bfc670773c9283c6b999e
+   sha512sums = 
23d4132f983f92b030a90f80eb8d409f9eae039d6d762b2eaea75d080155cdf919856f4f8d1532fa15f440e1a09ccde6c9824cb4881071e13c16fad3c9f4aa51
+   sha512sums = 
748d77b84a6cfd786dbb961fd11e972b987618eaad135959741247a2e0fb8b9569b2b7b0a957d84c472085bbed08b44506da8e93fd412657a6c42ea1315bb899
+   b2sums = 
eea7f98e291afae1ca9b1ff6e82a2a1ef493a0004c976cc55e708f9bc32952d2e62cb38cdce80ac3c40ac5c9e55b2b04844499dcee664abadfd5a1dc07687c34
b2sums = 
044b1c13336a3cec263c17aa6438cd7b8e19ce328e9c8127d3c6d9dcb8dcfacefde713e47b35217c06826f87d00954b5e0a722fb4ab744c625e3d210d418bd77
b2sums = 
c8dfbed01442b1173c94ee7f7c7bda59802e86359be7dfcf52e25a05f245deac1ed8f3ca8e43650bef033cbd44c3ac15d32c191d913227da497187fcbbefa954
 


=
PKGBUILD
=
@@ -3,12 +3,12 @@
 
 pkgname=jellyfin-ffmpeg
 epoch=1
-pkgver=6.0.1p7
-pkgrel=5
+pkgver=6.0.1p8
+pkgrel=1
 pkgdesc='Jellyfin fork of ffmpeg'
 arch=('x86_64')
 url='https://github.com/jellyfin/jellyfin-ffmpeg'
-license=('GPL3')
+license=('GPL-3.0-only')
 depends=(
   'glibc'
   'alsa-lib'
@@ -72,22 +72,16 @@ optdepends=(
   'vulkan-intel: for Intel ANV Vulkan support'
 )
 options=('!lto')
-_commit='df454b6f2809ad53f80f2c88543fb3922b5dd503'
-source=("$pkgname::git+$url#commit=$_commit"
- https://github.com/FFmpeg/FFmpeg/commit/06c2a2c4.patch
- https://github.com/FFmpeg/FFmpeg/commit/43b417d5.patch)
-b2sums=('ed07080a4ed1217828a75d548b55bff2899a9029ef2ecb173fb5d712546a094cc18cafa926ba12c5fa6d97fe6616782f4fede8d12340717c01a9ad9917393f1b'
+source=("$pkgname::git+$url#tag=v${pkgver/p/-}"
+
"$pkgname-06c2a2c4.patch::https://github.com/FFmpeg/FFmpeg/commit/06c2a2c4.patch;
+
"$pkgname-43b417d5.patch::https://github.com/FFmpeg/FFmpeg/commit/43b417d5.patch;)
+sha512sums=('f72d0899f09bbfe7969b6694debb479313fbd20270dd37486a0e47ef8b56252958dc56635cc55f0e0f3bc52813680b56bcb3bfc32d2bfc670773c9283c6b999e'
+
'23d4132f983f92b030a90f80eb8d409f9eae039d6d762b2eaea75d080155cdf919856f4f8d1532fa15f440e1a09ccde6c9824cb4881071e13c16fad3c9f4aa51'
+
'748d77b84a6cfd786dbb961fd11e972b987618eaad135959741247a2e0fb8b9569b2b7b0a957d84c472085bbed08b44506da8e93fd412657a6c42ea1315bb899')
+b2sums=('eea7f98e291afae1ca9b1ff6e82a2a1ef493a0004c976cc55e708f9bc32952d2e62cb38cdce80ac3c40ac5c9e55b2b04844499dcee664abadfd5a1dc07687c34'
 
'044b1c13336a3cec263c17aa6438cd7b8e19ce328e9c8127d3c6d9dcb8dcfacefde713e47b35217c06826f87d00954b5e0a722fb4ab744c625e3d210d418bd77'
 
'c8dfbed01442b1173c94ee7f7c7bda59802e86359be7dfcf52e25a05f245deac1ed8f3ca8e43650bef033cbd44c3ac15d32c191d913227da497187fcbbefa954')
 
-pkgver() {
-  cd "$pkgname"
-
-  # replace dash with 'p' für point release, to allow transition
-  # like 6.0-6 -> 6.0.1-1
-  git describe --tags | sed -e 's/^v//' -e 's/-/p/'
-}
-
 prepare() {
   cd "$pkgname"
 
@@ -97,8 +91,8 @@ prepare() {
   done
 
   # Fix build with newest nvidia
-  patch -p1 -i ../06c2a2c4.patch
-  patch -p1 -i 

[Git][archlinux/packaging/packages/vaporizer2] Pushed new tag 3.5.0-1

2024-07-26 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 3.5.0-1 at Arch Linux / Packaging / Packages / 
vaporizer2

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




[Git][archlinux/packaging/packages/vaporizer2] Pushed new branch main

2024-07-26 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new branch main at Arch Linux / Packaging / Packages / 
vaporizer2

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




[Git][archlinux/packaging/packages/python-pyopenssl] Pushed new tag 24.2.1-1

2024-07-26 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 24.2.1-1 at Arch Linux / Packaging / Packages / 
python-pyopenssl

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




[Git][archlinux/packaging/packages/python-pyopenssl][main] upgpkg: 24.2.1-1

2024-07-26 Thread George Rawlinson (@grawlinson)


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


Commits:
e00c15c8 by George Rawlinson at 2024-07-27T15:44:37+12:00
upgpkg: 24.2.1-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pyopenssl
pkgdesc = Python wrapper around the OpenSSL library
-   pkgver = 24.1.0
+   pkgver = 24.2.1
pkgrel = 1
url = https://pyopenssl.org/
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-pyopenssl
makedepends = python-wheel
depends = python
depends = python-cryptography
-   source = 
python-pyopenssl::git+https://github.com/pyca/pyopenssl#tag=24.1.0
-   sha512sums = 
d414fbe11a0a55f789708b38af7539cf82b6a9fddd90f72971b86592ec2ad597dfcea0dfd90b7b0ce3120d14f6a3ae1eb73cb2de3af06b6d8a3ffa9d811a6c85
-   b2sums = 
cc7b4ab0db657980f15a16d068a48f763e384c42fcdd31d94255cb759b89717e26355ab9841fe70b90a5d91b03c56f278477744e739a9f59414044ac680ee7f7
+   source = 
python-pyopenssl::git+https://github.com/pyca/pyopenssl#tag=24.2.1
+   sha512sums = 
6701d2edcd54fb30cb525a3d464cdf27e1b13f81a4fa5980fe2e7c25eb73a00a347e7e6748709bc665b24253a6a81a6c9658f02686db79bb34d0dfd432a051f6
+   b2sums = 
d4e7f411569a930ffea1b79851b052c23a567a44c9e63562018830890bbacd0d449fd73c41d6a25998a73f41a9da676d7a2820639bc55cc0ddfd1fb91d7e76d2
 
 pkgname = python-pyopenssl


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=python-pyopenssl
-pkgver=24.1.0
+pkgver=24.2.1
 pkgrel=1
 pkgdesc='Python wrapper around the OpenSSL library'
 arch=('any')
@@ -20,8 +20,8 @@ makedepends=(
 )
 checkdepends=('python-pytest' 'python-pretend' 'python-pytest-rerunfailures')
 source=("$pkgname::git+https://github.com/pyca/pyopenssl#tag=$pkgver;)
-sha512sums=('d414fbe11a0a55f789708b38af7539cf82b6a9fddd90f72971b86592ec2ad597dfcea0dfd90b7b0ce3120d14f6a3ae1eb73cb2de3af06b6d8a3ffa9d811a6c85')
-b2sums=('cc7b4ab0db657980f15a16d068a48f763e384c42fcdd31d94255cb759b89717e26355ab9841fe70b90a5d91b03c56f278477744e739a9f59414044ac680ee7f7')
+sha512sums=('6701d2edcd54fb30cb525a3d464cdf27e1b13f81a4fa5980fe2e7c25eb73a00a347e7e6748709bc665b24253a6a81a6c9658f02686db79bb34d0dfd432a051f6')
+b2sums=('d4e7f411569a930ffea1b79851b052c23a567a44c9e63562018830890bbacd0d449fd73c41d6a25998a73f41a9da676d7a2820639bc55cc0ddfd1fb91d7e76d2')
 
 build() {
   cd "$pkgname"



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

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




[Git][archlinux/packaging/packages/sg-323] Pushed new tag 0.6.3-2

2024-07-26 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.6.3-2 at Arch Linux / Packaging / Packages / 
sg-323

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




[Git][archlinux/packaging/packages/cloudflared][main] upgpkg: 2024.7.1-1

2024-07-25 Thread George Rawlinson (@grawlinson)


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


Commits:
c8c2eecd by George Rawlinson at 2024-07-25T19:36:15+12:00
upgpkg: 2024.7.1-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cloudflared
pkgdesc = Command-line client for Cloudflare Tunnel
-   pkgver = 2024.6.1
+   pkgver = 2024.7.1
pkgrel = 1
url = https://github.com/cloudflare/cloudflared
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = cloudflared
makedepends = go
depends = glibc
options = !lto
-   source = 
cloudflared::git+https://github.com/cloudflare/cloudflared.git#tag=2024.6.1
-   sha512sums = 
dd04d009b8a28d349bfc2f851bd3d453367b2fb3ef15474f07e288031a1cb7351000640c6ded2fb3a96b438cdcad410b5e65e820b6cc20ee8d753fc4cf845613
-   b2sums = 
f334efd9dbc13e1d55f88f8b2d230c86b04d42b9a32ffb6b0fbb8439d370906f0cb43b2234ccf9fe0c4d080ca2c94d84490acc50f3e6890979e511b2f823b431
+   source = 
cloudflared::git+https://github.com/cloudflare/cloudflared.git#tag=2024.7.1
+   sha512sums = 
798c2defdae4ca3c359474f56ec03788d372262828096b23fbe5b98bcb5f94b9712066e261a2d83a6d950942449a9c28f0d03f3c19bcd3e538f71e9af7ab9805
+   b2sums = 
4d82e342a5f90ecb814e80dd7f895cb27302c01e3ad656cfc348cbb9ec4646cdf9e5b68eb374d5950c4f1c255d5d03ab94e4f115b1c959011b5504a4bc3883d2
 
 pkgname = cloudflared


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=cloudflared
-pkgver=2024.6.1
+pkgver=2024.7.1
 pkgrel=1
 pkgdesc='Command-line client for Cloudflare Tunnel'
 arch=('x86_64')
@@ -11,8 +11,8 @@ depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
 source=("$pkgname::git+$url.git#tag=$pkgver")
-sha512sums=('dd04d009b8a28d349bfc2f851bd3d453367b2fb3ef15474f07e288031a1cb7351000640c6ded2fb3a96b438cdcad410b5e65e820b6cc20ee8d753fc4cf845613')
-b2sums=('f334efd9dbc13e1d55f88f8b2d230c86b04d42b9a32ffb6b0fbb8439d370906f0cb43b2234ccf9fe0c4d080ca2c94d84490acc50f3e6890979e511b2f823b431')
+sha512sums=('798c2defdae4ca3c359474f56ec03788d372262828096b23fbe5b98bcb5f94b9712066e261a2d83a6d950942449a9c28f0d03f3c19bcd3e538f71e9af7ab9805')
+b2sums=('4d82e342a5f90ecb814e80dd7f895cb27302c01e3ad656cfc348cbb9ec4646cdf9e5b68eb374d5950c4f1c255d5d03ab94e4f115b1c959011b5504a4bc3883d2')
 
 prepare() {
   cd "$pkgname"



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

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




[Git][archlinux/packaging/packages/cloudflared] Pushed new tag 2024.7.1-1

2024-07-25 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2024.7.1-1 at Arch Linux / Packaging / Packages 
/ cloudflared

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




[Git][archlinux/packaging/packages/cl-trivial-gray-streams][main] upgpkg: 2.1-1

2024-07-25 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
cl-trivial-gray-streams


Commits:
49aea857 by George Rawlinson at 2024-07-25T19:31:20+12:00
upgpkg: 2.1-1

* New upstream release.
* Update version/hash for psuedo-versioning.
* Since makepkg now does hashing for git repositories, add sha512/b2 checksums.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cl-trivial-gray-streams
pkgdesc = Compatibility layer for Gray Streams
-   pkgver = 2.0.0.r47.g2b3823e
-   pkgrel = 2
+   pkgver = 2.1
+   pkgrel = 1
url = https://trivial-gray-streams.common-lisp.dev
arch = any
license = MIT
@@ -9,9 +9,11 @@ pkgbase = cl-trivial-gray-streams
makedepends = git
depends = common-lisp
depends = cl-asdf
-   source = 
cl-trivial-gray-streams::git+https://github.com/trivial-gray-streams/trivial-gray-streams#commit=2b3823edbc78a450db4891fd2b566ca0316a7876
+   source = 
cl-trivial-gray-streams::git+https://github.com/trivial-gray-streams/trivial-gray-streams#commit=a7ead683666849762ea657dac9137d693c5a4929
source = run-tests.lisp
-   b2sums = SKIP
+   sha512sums = 
2616b95278ea8e3d77611184c7d7789760ef03ef6c240b024db717a8b451a6943597c8dc21620f19a87b987bd4f116a76b89245a57349428db6b0d6dfa94c038
+   sha512sums = 
8252eea45d95cdf66a924f2a7d357b43c3354888b519224b0e76147824d08e087ec17f88485962bb6433c1844724a53c17a7c42e4f25d3467a5c726c842ba1de
+   b2sums = 
d9ece3c7f6d070c0f176692236b3ab1f7b56bc00d5f494d0a54114ccb29f0f42a2ecc9b6b1266450ee9e939ae3cbbdca303ef2a467cd9aa927731f8e90919c1e
b2sums = 
7af6a2946854fcaa07f5ca24d3c1738b8a9eb6762c4fb8f900a3abc3b22913b50d90b29c9676837153ffc2cc8f14833718dd5e40cf8b72b47ff37e999a89efba
 
 pkgname = cl-trivial-gray-streams


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname=cl-trivial-gray-streams
 _pkgname="${pkgname#cl-}"
-pkgver=2.0.0.r47.g2b3823e
-pkgrel=2
+pkgver=2.1
+pkgrel=1
 pkgdesc='Compatibility layer for Gray Streams'
 arch=('any')
 url='https://trivial-gray-streams.common-lisp.dev'
@@ -11,20 +11,22 @@ license=('MIT')
 depends=('common-lisp' 'cl-asdf')
 makedepends=('git')
 checkdepends=('sbcl')
-_commit='2b3823edbc78a450db4891fd2b566ca0316a7876'
+_commit='a7ead683666849762ea657dac9137d693c5a4929'
 source=(
   
"$pkgname::git+https://github.com/trivial-gray-streams/trivial-gray-streams#commit=$_commit;
   'run-tests.lisp'
 )
-b2sums=('SKIP'
+sha512sums=('2616b95278ea8e3d77611184c7d7789760ef03ef6c240b024db717a8b451a6943597c8dc21620f19a87b987bd4f116a76b89245a57349428db6b0d6dfa94c038'
+
'8252eea45d95cdf66a924f2a7d357b43c3354888b519224b0e76147824d08e087ec17f88485962bb6433c1844724a53c17a7c42e4f25d3467a5c726c842ba1de')
+b2sums=('d9ece3c7f6d070c0f176692236b3ab1f7b56bc00d5f494d0a54114ccb29f0f42a2ecc9b6b1266450ee9e939ae3cbbdca303ef2a467cd9aa927731f8e90919c1e'
 
'7af6a2946854fcaa07f5ca24d3c1738b8a9eb6762c4fb8f900a3abc3b22913b50d90b29c9676837153ffc2cc8f14833718dd5e40cf8b72b47ff37e999a89efba')
 
 pkgver() {
   cd "$pkgname"
 
   # first known commit to receive latest version
-  local _pkgcommit='99f579bd352156ad6dadcf347696a0a34a9e0f82'
-  local _pkgver='2.0.0'
+  local _pkgcommit='a7ead683666849762ea657dac9137d693c5a4929'
+  local _pkgver='2.1'
   git tag "$_pkgver" "$_pkgcommit"
 
   git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cl-trivial-gray-streams/-/commit/49aea8571709ae3462a89f22d61fcfb5a5315293

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cl-trivial-gray-streams/-/commit/49aea8571709ae3462a89f22d61fcfb5a5315293
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cl-trivial-gray-streams] Pushed new tag 2.1-1

2024-07-25 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.1-1 at Arch Linux / Packaging / Packages / 
cl-trivial-gray-streams

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




[Git][archlinux/packaging/packages/cl-lift][main] upgpkg: 1.7.1.r51.ga794184-1

2024-07-25 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
cl-lift


Commits:
df18852a by George Rawlinson at 2024-07-25T19:30:02+12:00
upgpkg: 1.7.1.r51.ga794184-1

* New upstream release(s).
* Since makepkg now does hashing for git repositories, add sha512/b2 checksums.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,15 @@
 pkgbase = cl-lift
pkgdesc = The LIsp Framework for Testing
-   pkgver = 1.7.1.r47.ge08e84e
-   pkgrel = 4
+   pkgver = 1.7.1.r51.ga794184
+   pkgrel = 1
url = https://lift.common-lisp.dev
arch = any
license = MIT
makedepends = git
depends = common-lisp
depends = cl-asdf
-   source = 
cl-lift::git+https://github.com/gwkkwg/lift#commit=e08e84e5800b5d62b048b0b96e7298d6b0917987
-   b2sums = SKIP
+   source = 
cl-lift::git+https://github.com/gwkkwg/lift#commit=a7941845a9de72be60e66ea941aa34cbee35bf23
+   sha512sums = 
8dc116bdc9e20d7a4c3aa03ac9fa965a7ed93056e55cdcffea743383b22bc67e046ccffbb2f893e5322ad85dbe04006191ca92a671048a30dd4ff17c71916412
+   b2sums = 
5fc20bb5568fde2df25adcf44294ab82759c7b1f397c195e032952269cc8e46f2345f4fcbadd36216a73fd9e79cbba716b50aae213a8265dad78cbadd8d8ce58
 
 pkgname = cl-lift


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname=cl-lift
 _pkgname="${pkgname#cl-}"
-pkgver=1.7.1.r47.ge08e84e
-pkgrel=4
+pkgver=1.7.1.r51.ga794184
+pkgrel=1
 pkgdesc='The LIsp Framework for Testing'
 arch=('any')
 url='https://lift.common-lisp.dev'
@@ -11,9 +11,10 @@ license=('MIT')
 depends=('common-lisp' 'cl-asdf')
 makedepends=('git')
 #checkdepends=('sbcl') # tests fail strangely
-_commit='e08e84e5800b5d62b048b0b96e7298d6b0917987'
+_commit='a7941845a9de72be60e66ea941aa34cbee35bf23'
 source=("$pkgname::git+https://github.com/gwkkwg/lift#commit=$_commit;)
-b2sums=('SKIP')
+sha512sums=('8dc116bdc9e20d7a4c3aa03ac9fa965a7ed93056e55cdcffea743383b22bc67e046ccffbb2f893e5322ad85dbe04006191ca92a671048a30dd4ff17c71916412')
+b2sums=('5fc20bb5568fde2df25adcf44294ab82759c7b1f397c195e032952269cc8e46f2345f4fcbadd36216a73fd9e79cbba716b50aae213a8265dad78cbadd8d8ce58')
 
 pkgver() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cl-lift/-/commit/df18852acf3332075d4534839befa7ec3efa482c

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




[Git][archlinux/packaging/packages/cl-lift] Pushed new tag 1.7.1.r51.ga794184-1

2024-07-25 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.7.1.r51.ga794184-1 at Arch Linux / Packaging 
/ Packages / cl-lift

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




[Git][archlinux/packaging/packages/cl-ppcre][main] upgpkg: 2.1.2-1

2024-07-25 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
cl-ppcre


Commits:
58847be1 by George Rawlinson at 2024-07-25T19:27:15+12:00
upgpkg: 2.1.2-1

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = cl-ppcre
pkgdesc = Perl-compatible portable regexp library for Common Lisp
-   pkgver = 2.1.1.r3.gb4056c5
-   pkgrel = 2
+   pkgver = 2.1.2
+   pkgrel = 1
url = https://edicl.github.io/cl-ppcre/
arch = any
-   license = BSD
+   license = BSD-2-Clause
checkdepends = sbcl
checkdepends = cl-flexi-streams
checkdepends = perl
@@ -12,9 +12,11 @@ pkgbase = cl-ppcre
depends = common-lisp
depends = cl-asdf
depends = cl-unicode
-   source = 
cl-ppcre::git+https://github.com/edicl/cl-ppcre#commit=b4056c5aecd9304e80abced0ef9c89cd66ecfb5e
+   source = cl-ppcre::git+https://github.com/edicl/cl-ppcre#tag=v2.1.2
source = run-tests.lisp
-   b2sums = SKIP
+   sha512sums = 
ba61c40d9d4052247f22241140f003e4dc23127800301514db03b686473b9a45045650d3afd7da7d5bd6d6bb93dd0ccd10c00efa1929298168af6946d344c00f
+   sha512sums = 
238f4255854d448485453d7ba47bfeb12a3844f945b638c7a3232ed63c2fa2e10b7f6e08bbc4db6da49bb6cf763d98df933ab8245ac83ee1ab9ee731db3787f2
+   b2sums = 
991780ec87219c1884eb80f64923065fcb6f3849b9a4b73c89a285d65bbe1bdd6338131816d57f150958741c2c1002801b3bfbecb89862b961c053235cbf5ff5
b2sums = 
cd4fc113c2f1b1e3180010a79621d84b44d79dd47f10aaef9615b56b41f94625584a034059164546456b472adcac19ca0c2db98c889c159ac3c323fc5163d469
 
 pkgname = cl-ppcre


=
PKGBUILD
=
@@ -1,29 +1,24 @@
 # Maintainer: George Rawlinson 
 
 pkgname=cl-ppcre
-pkgver=2.1.1.r3.gb4056c5
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc='Perl-compatible portable regexp library for Common Lisp'
 arch=('any')
 url='https://edicl.github.io/cl-ppcre/'
-license=('BSD')
+license=('BSD-2-Clause')
 depends=('common-lisp' 'cl-asdf' 'cl-unicode')
 makedepends=('git')
 checkdepends=('sbcl' 'cl-flexi-streams' 'perl')
-_commit='b4056c5aecd9304e80abced0ef9c89cd66ecfb5e'
 source=(
-  "$pkgname::git+https://github.com/edicl/cl-ppcre#commit=$_commit;
+  "$pkgname::git+https://github.com/edicl/cl-ppcre#tag=v$pkgver;
   'run-tests.lisp'
 )
-b2sums=('SKIP'
+sha512sums=('ba61c40d9d4052247f22241140f003e4dc23127800301514db03b686473b9a45045650d3afd7da7d5bd6d6bb93dd0ccd10c00efa1929298168af6946d344c00f'
+
'238f4255854d448485453d7ba47bfeb12a3844f945b638c7a3232ed63c2fa2e10b7f6e08bbc4db6da49bb6cf763d98df933ab8245ac83ee1ab9ee731db3787f2')
+b2sums=('991780ec87219c1884eb80f64923065fcb6f3849b9a4b73c89a285d65bbe1bdd6338131816d57f150958741c2c1002801b3bfbecb89862b961c053235cbf5ff5'
 
'cd4fc113c2f1b1e3180010a79621d84b44d79dd47f10aaef9615b56b41f94625584a034059164546456b472adcac19ca0c2db98c889c159ac3c323fc5163d469')
 
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'
-}
-
 check() {
   cd "$pkgname"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cl-ppcre/-/commit/58847be1adde6205944f9931df53ff524f6bd701

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




[Git][archlinux/packaging/packages/cl-ppcre] Pushed new tag 2.1.2-1

2024-07-25 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.1.2-1 at Arch Linux / Packaging / Packages / 
cl-ppcre

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




[Git][archlinux/packaging/packages/check-sieve] Pushed new tag 0.9-2

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


George Rawlinson pushed new tag 0.9-2 at Arch Linux / Packaging / Packages / 
check-sieve

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




[Git][archlinux/packaging/packages/check-sieve][main] upgpkg: 0.9-2

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


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
check-sieve


Commits:
3724006f by George Rawlinson at 2024-07-25T16:13:22+12:00
upgpkg: 0.9-2

* Add nvchecker configuration.
* Rebuild for .SRCINFO.

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = check-sieve
+   pkgdesc = Syntax checker for Sieve scripts
+   pkgver = 0.9
+   pkgrel = 2
+   url = https://github.com/dburkart/check-sieve
+   arch = x86_64
+   license = MIT
+   checkdepends = python
+   makedepends = git
+   depends = gcc-libs
+   source = 
check-sieve::git+https://github.com/dburkart/check-sieve#tag=check-sieve-0.9
+   sha512sums = 
bd9c2ffb8c21ffa701709036b223d03ef7264f89d659cd84305bc01ba5ab0e353912b89f2f1f0f0d3e1216a0c693a1d67bdaf669b9db5fac4a9fb1e21fbfd07b
+   b2sums = 
de14c6e90712501f11e1994b1253a0ca9051e0141965ac01641d59c36a2ae85b868884ccc9b8d6a77ad6576c0abeb094bdf67e53fdced09a81c64e243495
+
+pkgname = check-sieve


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[check-sieve]
+source = "git"
+git = "https://github.com/dburkart/check-sieve.git;
+prefix = "check-sieve-"
+use_max_tag = true
+exclude_regex = "^mail-sieve-verifier-.*$"


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=check-sieve
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Syntax checker for Sieve scripts'
 arch=('x86_64')
 url='https://github.com/dburkart/check-sieve'
@@ -11,15 +11,9 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('git')
 checkdepends=('python')
-_commit='5a3033de0d447bfa80c9d7e49251696953b9d277'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^check-sieve-//'
-}
+source=("$pkgname::git+$url#tag=check-sieve-$pkgver")
+sha512sums=('bd9c2ffb8c21ffa701709036b223d03ef7264f89d659cd84305bc01ba5ab0e353912b89f2f1f0f0d3e1216a0c693a1d67bdaf669b9db5fac4a9fb1e21fbfd07b')
+b2sums=('de14c6e90712501f11e1994b1253a0ca9051e0141965ac01641d59c36a2ae85b868884ccc9b8d6a77ad6576c0abeb094bdf67e53fdced09a81c64e243495')
 
 prepare() {
   cd "$pkgname"
@@ -39,11 +33,12 @@ build() {
   make
 }
 
-check() {
-  cd "$pkgname"
-
-  make test
-}
+# https://github.com/dburkart/check-sieve/issues/66
+#check() {
+#  cd "$pkgname"
+#
+#  make test
+#}
 
 package() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/check-sieve/-/commit/3724006f1bc25ca30a474627c3f91d9d8fe983f0

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




[Git][archlinux/packaging/packages/datamash] Pushed new tag 1.8-2

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


George Rawlinson pushed new tag 1.8-2 at Arch Linux / Packaging / Packages / 
datamash

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




[Git][archlinux/packaging/packages/datamash][main] upgpkg: 1.8-2; rebuild for .SRCINFO

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


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


Commits:
5c84d1d5 by George Rawlinson at 2024-07-25T16:11:57+12:00
upgpkg: 1.8-2; rebuild for .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = datamash
+   pkgdesc = Performs basic numeric, textual and statistical operations on 
input textual data files
+   pkgver = 1.8
+   pkgrel = 2
+   url = https://www.gnu.org/software/datamash
+   arch = x86_64
+   license = GPL-3.0-only
+   source = https://ftp.gnu.org/gnu/datamash/datamash-1.8.tar.gz
+   source = https://ftp.gnu.org/gnu/datamash/datamash-1.8.tar.gz.sig
+   validpgpkeys = 33382C8D62017A1012A05B35BDB72EC3D3F87EE6
+   sha512sums = 
5ef312a73ebee5df7308b7e368f296714fcc396761499d4a5ba94906f6ecdb0867193c5ce25668bf56b7a5339a8a833a98b3ad564c01544880a6ec210c7b922a
+   sha512sums = SKIP
+   b2sums = 
42ca3528dd8011961a6711054177e263c7ad4f429f40db0532719134ff1d735b5424dcd6d2643df123d9994df7d4ceb5b36578af5a86b4070a879eebea940c73
+   b2sums = SKIP
+
+pkgname = datamash


=
PKGBUILD
=
@@ -5,13 +5,12 @@
 
 pkgname=datamash
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Performs basic numeric, textual and statistical operations on input 
textual data files'
 arch=('x86_64')
 url='https://www.gnu.org/software/datamash'
-license=('GPL')
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
-"https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
+license=('GPL-3.0-only')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 
sha512sums=('5ef312a73ebee5df7308b7e368f296714fcc396761499d4a5ba94906f6ecdb0867193c5ce25668bf56b7a5339a8a833a98b3ad564c01544880a6ec210c7b922a'
 'SKIP')
 
b2sums=('42ca3528dd8011961a6711054177e263c7ad4f429f40db0532719134ff1d735b5424dcd6d2643df123d9994df7d4ceb5b36578af5a86b4070a879eebea940c73'



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

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




[Git][archlinux/packaging/packages/bc][main] upgpkg: 1.07.1-5; rebuild for .SRCINFO

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


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


Commits:
26adae9b by George Rawlinson at 2024-07-25T15:51:26+12:00
upgpkg: 1.07.1-5; rebuild for .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = bc
+   pkgdesc = An arbitrary precision calculator language
+   pkgver = 1.07.1
+   pkgrel = 5
+   url = https://www.gnu.org/software/bc/
+   arch = x86_64
+   license = GPL-3.0-only
+   makedepends = ed
+   depends = readline
+   conflicts = bc-readline
+   replaces = bc-readline
+   source = https://ftp.gnu.org/gnu/bc/bc-1.07.1.tar.gz
+   source = https://ftp.gnu.org/gnu/bc/bc-1.07.1.tar.gz.sig
+   validpgpkeys = 00E426232F384BF6D32D8B1881C24FF12FB7B14B
+   sha512sums = 
02126d0db6b6ed06d56cfc292d6f5475ff1e574779d7e69c7809bbb1e13f946f57ea07da2a7666baa092507a951a822044b0970075f75eefe65a5c1999b75d34
+   sha512sums = SKIP
+   b2sums = 
dcedc193be5521aa0fa3a19746233ed65bc1fe8ef12e15155341706de6fbeecb6dd7ee4ab11e2d4b3aca2ae7097cce89e389b3573493bbc893e00b4ed3239594
+   b2sums = SKIP
+
+pkgname = bc


=
PKGBUILD
=
@@ -1,34 +1,43 @@
-# Maintainer: dorphell 
+# Maintainer: George Rawlinson 
+# Contributor: dorphell 
 
 pkgname=bc
 pkgver=1.07.1
-pkgrel=4
-pkgdesc="An arbitrary precision calculator language"
+pkgrel=5
+pkgdesc='An arbitrary precision calculator language'
 arch=('x86_64')
-url="https://www.gnu.org/software/bc/;
-license=('GPL')
+url='https://www.gnu.org/software/bc/'
+license=('GPL-3.0-only')
 depends=('readline')
 makedepends=('ed')
 replaces=('bc-readline')
 conflicts=('bc-readline')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a'
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('02126d0db6b6ed06d56cfc292d6f5475ff1e574779d7e69c7809bbb1e13f946f57ea07da2a7666baa092507a951a822044b0970075f75eefe65a5c1999b75d34'
 'SKIP')
+b2sums=('dcedc193be5521aa0fa3a19746233ed65bc1fe8ef12e15155341706de6fbeecb6dd7ee4ab11e2d4b3aca2ae7097cce89e389b3573493bbc893e00b4ed3239594'
+'SKIP')
 validpgpkeys=('00E426232F384BF6D32D8B1881C24FF12FB7B14B') # Phil Nelson 

 
 build() {
   cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
---infodir=/usr/share/info --with-readline
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--infodir=/usr/share/info \
+--with-readline
+
   make -j1
 }
 
 check () {
   cd "${pkgname}-${pkgver}"
+
   echo "quit" | ./bc/bc -l Test/checklib.b
 }
 
 package() {
   cd "${pkgname}-${pkgver}"
+
   make DESTDIR="${pkgdir}" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bc/-/commit/26adae9bf39e30353048428ad35f3ab7d5bf6a4b

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




[Git][archlinux/packaging/packages/bc] Pushed new tag 1.07.1-5

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


George Rawlinson pushed new tag 1.07.1-5 at Arch Linux / Packaging / Packages / 
bc

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




[Git][archlinux/packaging/packages/charm][main] upgpkg: 0.12.6-2; rebuild for .SRCINFO

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


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


Commits:
ce146c92 by George Rawlinson at 2024-07-25T15:50:47+12:00
upgpkg: 0.12.6-2; rebuild for .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,31 @@
+pkgbase = charm
+   pkgdesc = The backend for the Charm cloud
+   pkgver = 0.12.6
+   pkgrel = 2
+   url = https://charm.sh/cloud/
+   arch = x86_64
+   license = MIT
+   makedepends = git
+   makedepends = go
+   depends = glibc
+   conflicts = charm-tool
+   replaces = charm-tool
+   options = !lto
+   backup = etc/charm.conf
+   source = git+https://github.com/charmbracelet/charm.git#tag=v0.12.6
+   source = charm.conf
+   source = systemd.service
+   source = sysusers.conf
+   source = tmpfiles.conf
+   sha512sums = 
887c6117f1b32b9d7c59a8911533ff3cdff5e878bc826801363b626ca3a539be7e1309cbf32ed31f77ab75a38b15a5800e70b6d7482daa6aeafc1bf6527c4686
+   sha512sums = 
9a8b7f0695ed69186cc57593600a38f77377b760d31201b6369b27ee3b6a427cd6c42b5cf4532c69451e25c46b5a2ad1c5ea98dfb0d6f5daf03770839e6f7e4d
+   sha512sums = 
8a623d2f7111c933f50f3564d18955ba41492e735f85be838a01634bb996fb3ecf80f51787a3ac6a70afad1d9f5e574658165f706870725819079681d210fc0c
+   sha512sums = 
5441e7f7ff740bb21ff2f7856a68836534a4d64eebdb9f1907d1a8439c38d22a5b361b9004d0724c72ba976ae9ed32c732aa1338e8ae096bda8318a525198fd8
+   sha512sums = 
bc1feb750d910da8f3c0339f87b9e957a7a5aa276554ffc71e0ea2c4664b5b77483dadcd6fa8c629ad33e56ee640b3de7d23232faad4f627b9cf22d14b89f69c
+   b2sums = 
d1152bdf8802f80b5253eebe49503dce1e8fbc36fd342f31ebafc5c3f20bc3de08d82def59d5ae633cc6d59466c429f68ff885f7f7ec7a50a2123c35e0a7a7bc
+   b2sums = 
c6414097223dde827dfcbaf500d29c45843b3b0a08600a3a69c7d4ec9781675f7b677cc9bc59f88c6c3734a8ee349ee589e5d2070a3aa6afa35f4825766270e6
+   b2sums = 
ad16df43405a2969abfaf3e6f4cd6edcb2a29661a8a27bbaa13b34d3febb979356538340940383d5c737b9bd4fa434920395ea4e960951660073f8d31d225dac
+   b2sums = 
b6b509de048f1d63d3d08dda04f3e5743fc212ec44f4a7a83a98a429f9a8fdf01194b83aba7588d02b5712f9bef3efcface1197d3ca458aee5d1be955f6782cd
+   b2sums = 
2eee2c889e4efe83a534249c7048340b67819d81096a0fd7a23522d2eda46b833709eab1a0359538fdfbe27dbe4154c9d235535374e27c441dc7c030277f7218
+
+pkgname = charm


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=charm
 pkgver=0.12.6
-pkgrel=1
+pkgrel=2
 pkgdesc='The backend for the Charm cloud'
 arch=('x86_64')
 url='https://charm.sh/cloud/'
@@ -14,25 +14,24 @@ conflicts=('charm-tool')
 replaces=('charm-tool')
 backup=('etc/charm.conf')
 options=('!lto')
-_commit='f0b0b9512820de64996aecc019933431584cc92d'
 source=(
-  "git+https://github.com/charmbracelet/charm.git#commit=$_commit;
+  "git+https://github.com/charmbracelet/charm.git#tag=v$pkgver;
   'charm.conf'
   'systemd.service'
   'sysusers.conf'
   'tmpfiles.conf'
 )
-b2sums=('SKIP'
+sha512sums=('887c6117f1b32b9d7c59a8911533ff3cdff5e878bc826801363b626ca3a539be7e1309cbf32ed31f77ab75a38b15a5800e70b6d7482daa6aeafc1bf6527c4686'
+
'9a8b7f0695ed69186cc57593600a38f77377b760d31201b6369b27ee3b6a427cd6c42b5cf4532c69451e25c46b5a2ad1c5ea98dfb0d6f5daf03770839e6f7e4d'
+
'8a623d2f7111c933f50f3564d18955ba41492e735f85be838a01634bb996fb3ecf80f51787a3ac6a70afad1d9f5e574658165f706870725819079681d210fc0c'
+
'5441e7f7ff740bb21ff2f7856a68836534a4d64eebdb9f1907d1a8439c38d22a5b361b9004d0724c72ba976ae9ed32c732aa1338e8ae096bda8318a525198fd8'
+
'bc1feb750d910da8f3c0339f87b9e957a7a5aa276554ffc71e0ea2c4664b5b77483dadcd6fa8c629ad33e56ee640b3de7d23232faad4f627b9cf22d14b89f69c')
+b2sums=('d1152bdf8802f80b5253eebe49503dce1e8fbc36fd342f31ebafc5c3f20bc3de08d82def59d5ae633cc6d59466c429f68ff885f7f7ec7a50a2123c35e0a7a7bc'
 
'c6414097223dde827dfcbaf500d29c45843b3b0a08600a3a69c7d4ec9781675f7b677cc9bc59f88c6c3734a8ee349ee589e5d2070a3aa6afa35f4825766270e6'
 
'ad16df43405a2969abfaf3e6f4cd6edcb2a29661a8a27bbaa13b34d3febb979356538340940383d5c737b9bd4fa434920395ea4e960951660073f8d31d225dac'
 
'b6b509de048f1d63d3d08dda04f3e5743fc212ec44f4a7a83a98a429f9a8fdf01194b83aba7588d02b5712f9bef3efcface1197d3ca458aee5d1be955f6782cd'
 
'2eee2c889e4efe83a534249c7048340b67819d81096a0fd7a23522d2eda46b833709eab1a0359538fdfbe27dbe4154c9d235535374e27c441dc7c030277f7218')
 
-pkgver() {
-  cd charm
-
-  git describe --tags | sed 's/^v//'
-}
 prepare() {
   cd charm
 
@@ -59,9 +58,9 @@ build() {
 -modcacherw \
 -ldflags "-compressdwarf=false \
 -linkmode external \
--extldflags ${LDFLAGS} \
+-extldflags '${LDFLAGS}' \
 -X main.Version=$pkgver \
--X main.CommitSHA=$_commit" \
+-X main.CommitSHA=$(git rev-parse HEAD)" \
 -o build \
 .
 



View it on GitLab: 

[Git][archlinux/packaging/packages/charm] Pushed new tag 0.12.6-2

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


George Rawlinson pushed new tag 0.12.6-2 at Arch Linux / Packaging / Packages / 
charm

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




[Git][archlinux/packaging/packages/skate] Pushed new tag 0.2.2-2

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


George Rawlinson pushed new tag 0.2.2-2 at Arch Linux / Packaging / Packages / 
skate

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




[Git][archlinux/packaging/packages/skate][main] upgpkg: 0.2.2-2; rebuild for .SRCINFO

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


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


Commits:
1eb3a4c4 by George Rawlinson at 2024-07-25T15:50:39+12:00
upgpkg: 0.2.2-2; rebuild for .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = skate
+   pkgdesc = A personal key value store
+   pkgver = 0.2.2
+   pkgrel = 2
+   url = https://github.com/charmbracelet/skate
+   arch = x86_64
+   license = MIT
+   makedepends = git
+   makedepends = go
+   depends = glibc
+   options = !lto
+   source = git+https://github.com/charmbracelet/skate.git#tag=v0.2.2
+   sha512sums = 
9f1c9eb4b8e3289e98b88ccff13b06bcaa89c70e45b7c881f03704593eeae524a737fe570b139f795afad058ced838fc01cea8562ac1eed97047f997f6e1b872
+   b2sums = 
2b6ae00a9c9596447a4cec3d0424c0380af349f5a229ce462008ed8f7675280c8ccbf477176a7efd8551dc832360671ca27ac554c08eb691b5f168bb73de7f58
+
+pkgname = skate


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=skate
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A personal key value store'
 arch=('x86_64')
 url='https://github.com/charmbracelet/skate'
@@ -11,15 +11,9 @@ license=('MIT')
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='b8e7bbcc205c5cc0f9010f78f8201528f01b124e'
-source=("git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd skate
-
-  git describe --tags | sed 's/^v//'
-}
+source=("git+$url.git#tag=v$pkgver")
+sha512sums=('9f1c9eb4b8e3289e98b88ccff13b06bcaa89c70e45b7c881f03704593eeae524a737fe570b139f795afad058ced838fc01cea8562ac1eed97047f997f6e1b872')
+b2sums=('2b6ae00a9c9596447a4cec3d0424c0380af349f5a229ce462008ed8f7675280c8ccbf477176a7efd8551dc832360671ca27ac554c08eb691b5f168bb73de7f58')
 
 prepare() {
   cd skate
@@ -47,9 +41,9 @@ build() {
 -modcacherw \
 -ldflags "-compressdwarf=false \
 -linkmode external \
--extldflags ${LDFLAGS} \
+-extldflags '${LDFLAGS}' \
 -X main.Version=$pkgver \
--X main.CommitSHA=$_commit" \
+-X main.CommitSHA=$(git rev-parse HEAD)" \
 -o build \
 .
 



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

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




[Git][archlinux/packaging/packages/python-puremagic][main] upgpkg: 1.26-1

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


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


Commits:
42d7414b by George Rawlinson at 2024-07-24T21:52:48+12:00
upgpkg: 1.26-1

* New upstream release.
* Switch from git commit to git tag for version/checksum.
* Remove pkgver function.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-puremagic
pkgdesc = A Python module that will identify a file based off it's 
magic numbers
-   pkgver = 1.15
-   pkgrel = 2
+   pkgver = 1.26
+   pkgrel = 1
url = https://github.com/cdgriffith/puremagic
arch = any
license = MIT
@@ -12,7 +12,8 @@ pkgbase = python-puremagic
makedepends = python-setuptools
makedepends = python-wheel
depends = python
-   source = 
python-puremagic::git+https://github.com/cdgriffith/puremagic#commit=ff042db17e7477bbabcb9c5b7e8562a697f6b1cb
-   b2sums = SKIP
+   source = 
python-puremagic::git+https://github.com/cdgriffith/puremagic#tag=1.26
+   sha512sums = 
c23eaeb3bdd79e509bbe34268982c01883899eb9a510068aa4bbb0f08537af289d28960f903b19e1fcb996fa156ca89db054213a5c0137dd23491b1d3b158a49
+   b2sums = 
5b923b87c18ea3944e5cb0009fc1d6526c5aa9ba03d77f5fc2af428ee6b2f192772806fd2d87a0558c8bbde26cc1caf8bbe53b808d7eabe5242caa847a940d46
 
 pkgname = python-puremagic


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: George Rawlinson 
 
 pkgname=python-puremagic
-pkgver=1.15
-pkgrel=2
+pkgver=1.26
+pkgrel=1
 pkgdesc="A Python module that will identify a file based off it's magic 
numbers"
 arch=('any')
 url='https://github.com/cdgriffith/puremagic'
@@ -16,15 +16,9 @@ makedepends=(
   'python-wheel'
 )
 checkdepends=('python-pytest')
-_commit='ff042db17e7477bbabcb9c5b7e8562a697f6b1cb'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
+source=("$pkgname::git+$url#tag=$pkgver")
+sha512sums=('c23eaeb3bdd79e509bbe34268982c01883899eb9a510068aa4bbb0f08537af289d28960f903b19e1fcb996fa156ca89db054213a5c0137dd23491b1d3b158a49')
+b2sums=('5b923b87c18ea3944e5cb0009fc1d6526c5aa9ba03d77f5fc2af428ee6b2f192772806fd2d87a0558c8bbde26cc1caf8bbe53b808d7eabe5242caa847a940d46')
 
 build() {
   cd "$pkgname"
@@ -35,7 +29,7 @@ build() {
 check() {
   cd "$pkgname"
 
-  PYTHONPATH="$PWD:$PYTHONPATH" pytest
+  PYTHONPATH="$PWD:$PYTHONPATH" pytest -v
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-puremagic/-/commit/42d7414b821529777006d68a29025ec9d8ad5d8e

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




[Git][archlinux/packaging/packages/python-puremagic] Pushed new tag 1.26-1

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


George Rawlinson pushed new tag 1.26-1 at Arch Linux / Packaging / Packages / 
python-puremagic

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




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

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


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

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




[Git][archlinux/packaging/packages/astyle] Pushed new tag 3.5.2-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 3.5.2-1 at Arch Linux / Packaging / Packages / 
astyle

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




[Git][archlinux/packaging/packages/astyle][main] upgpkg: 3.5.2-1

2024-07-23 Thread George Rawlinson (@grawlinson)


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


Commits:
293bdd7b by George Rawlinson at 2024-07-24T17:31:50+12:00
upgpkg: 3.5.2-1

* New upstream release.
* Update license to use SPDX reference.
* Fix FTBFS with C++ standard.

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + ftbfs-update-cxx-standard.patch


Changes:

=
.SRCINFO
=
@@ -1,18 +1,23 @@
 pkgbase = astyle
pkgdesc = A free, fast and small automatic formatter for C, C++, C#, 
and Java source code.
-   pkgver = 3.4.13
+   pkgver = 3.5.2
pkgrel = 1
url = http://astyle.sourceforge.net/
arch = x86_64
-   license = LGPL
+   license = LGPL-3.0-only
makedepends = git
makedepends = jdk8-openjdk
depends = glibc
depends = gcc-libs
optdepends = java-environment-openjdk
-   source = astyle::git+https://gitlab.com/saalen/astyle.git#tag=3.4.13
+   source = astyle::git+https://gitlab.com/saalen/astyle.git#tag=3.5.2
source = simplify-makefile.patch
-   b2sums = 
5527d4bb47b02dd5a38f9fa0cfba9c6688796a86bd6bf47c731374cb6fa6232ea22a52a620a9d29c149e37f80d2913fd1dcee9a64edc816fc34e2d872744d39d
+   source = ftbfs-update-cxx-standard.patch
+   sha512sums = 
6b00bdec3473d1b1c62a3a235cd52f24e8c88f4592d092a3cf4cc861e915cfbf586e2e4ee6d9fa6e75e62cec5aef7f7d8b2c5663faba9a462565894269003714
+   sha512sums = 
4a533c6b073a55206ea2c8351d6631ba6e056d59823c8988eae63a47a762e920ad852442b57ed1860a648199c34fbc08c31bb553f0dc3f1ed145c2c702ad0290
+   sha512sums = 
403390b9e2e49ccec5b9d56f7e4a6b51488cdd39cefb15b27fd6eac4ccf2c71e0e7b9a63b41a9079cbcbed625f325eaff51158fc49ccb492bf6e26e7300d
+   b2sums = 
83c30947f2ba756076527e5f4dc1587d423e59347924d33454e9c0aca7a0132e5360662093bd08536a38a4ec443ec59ce77b5b716edca7f3f8e7d720a19114c7
b2sums = 
155dca3520e1669713efbf42431e4ba2c9c05006dcd2a14f58252d9e6913aab799af7b64c9040201e99ff8d12f953918124c83845fcf64ec025fc131e7acdf1f
+   b2sums = 
6ddbba4662da28cef2defcb9e5e6c6cacbf71322201b2ca0d2e7a61bf7d23c7389b692d14140acdc68b00fe3c8b0ca167d2adf8c2d4f7c6128e86268aa6c378b
 
 pkgname = astyle


=
PKGBUILD
=
@@ -6,27 +6,33 @@
 # Contributor: tardo 
 
 pkgname=astyle
-pkgver=3.4.13
+pkgver=3.5.2
 pkgrel=1
 pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
 arch=('x86_64')
 url='http://astyle.sourceforge.net/'
-license=('LGPL')
+license=('LGPL-3.0-only')
 depends=('glibc' 'gcc-libs')
 makedepends=('git' 'jdk8-openjdk')
 optdepends=('java-environment-openjdk')
-_commit='824d4b799173ec4dd2b3c4021a2f29d75b705f75'
 source=(
   "$pkgname::git+https://gitlab.com/saalen/astyle.git#tag=$pkgver;
   'simplify-makefile.patch'
+  'ftbfs-update-cxx-standard.patch'
 )
-b2sums=('5527d4bb47b02dd5a38f9fa0cfba9c6688796a86bd6bf47c731374cb6fa6232ea22a52a620a9d29c149e37f80d2913fd1dcee9a64edc816fc34e2d872744d39d'
-
'155dca3520e1669713efbf42431e4ba2c9c05006dcd2a14f58252d9e6913aab799af7b64c9040201e99ff8d12f953918124c83845fcf64ec025fc131e7acdf1f')
+sha512sums=('6b00bdec3473d1b1c62a3a235cd52f24e8c88f4592d092a3cf4cc861e915cfbf586e2e4ee6d9fa6e75e62cec5aef7f7d8b2c5663faba9a462565894269003714'
+
'4a533c6b073a55206ea2c8351d6631ba6e056d59823c8988eae63a47a762e920ad852442b57ed1860a648199c34fbc08c31bb553f0dc3f1ed145c2c702ad0290'
+
'403390b9e2e49ccec5b9d56f7e4a6b51488cdd39cefb15b27fd6eac4ccf2c71e0e7b9a63b41a9079cbcbed625f325eaff51158fc49ccb492bf6e26e7300d')
+b2sums=('83c30947f2ba756076527e5f4dc1587d423e59347924d33454e9c0aca7a0132e5360662093bd08536a38a4ec443ec59ce77b5b716edca7f3f8e7d720a19114c7'
+
'155dca3520e1669713efbf42431e4ba2c9c05006dcd2a14f58252d9e6913aab799af7b64c9040201e99ff8d12f953918124c83845fcf64ec025fc131e7acdf1f'
+
'6ddbba4662da28cef2defcb9e5e6c6cacbf71322201b2ca0d2e7a61bf7d23c7389b692d14140acdc68b00fe3c8b0ca167d2adf8c2d4f7c6128e86268aa6c378b')
 
 prepare() {
   cd "$pkgname"
 
   patch -p1 -i "$srcdir/simplify-makefile.patch"
+
+  patch -p1 -i "$srcdir/ftbfs-update-cxx-standard.patch"
 }
 
 build() {


=
ftbfs-update-cxx-standard.patch
=
@@ -0,0 +1,11 @@
+--- a/AStyle/build/gcc/Makefile
 b/AStyle/build/gcc/Makefile
+@@ -36,7 +36,7 @@ SYSCONF_PATH=$(prefix)/share/doc/astyle
+ bindir = bin
+ objdir = obj
+ ipath=$(prefix)/bin
+-CBASEFLAGS = -Wall -Wextra -fno-rtti -fno-exceptions -std=c++11
++CBASEFLAGS = -Wall -Wextra -fno-rtti -fno-exceptions -std=c++17
+ JAVAINCS   = -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
+ INSTALL=install -o $(USER) -g $(USER)
+ 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/astyle/-/commit/293bdd7baaee5a29a1de1e3a0aa739a4d0edb9a1

-- 
View it on GitLab: 

[Git][archlinux/packaging/packages/python-rpds-py][main] upgpkg: 0.19.0-1

2024-07-23 Thread George Rawlinson (@grawlinson)


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


Commits:
395996ff by George Rawlinson at 2024-07-24T17:25:40+12:00
upgpkg: 0.19.0-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-rpds-py
pkgdesc = Python bindings to the Rust rpds crate for persistent data 
structures
-   pkgver = 0.18.1
+   pkgver = 0.19.0
pkgrel = 1
url = https://github.com/crate-py/rpds
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = python-rpds-py
depends = glibc
depends = gcc-libs
depends = python
-   source = 
python-rpds-py::git+https://github.com/crate-py/rpds#tag=v0.18.1
-   sha512sums = 
e02ba2538fb20a1fd10e86e34fa0aae879e105a8c5cad7445967bbd0c745d6586d6cd1fb6fac41432d377e6cc96512a5761e9d07c3783f1cf6e8605ef3bd4c19
-   b2sums = 
600ba9d00576cffc1991de8b35e8859392a293e192ac4523be89800346b5935151b560ec15e8c1aba812133353546ba3de1701d84a851cb2c0fa79ff74c47a86
+   source = 
python-rpds-py::git+https://github.com/crate-py/rpds#tag=v0.19.0
+   sha512sums = 
a51c7d87acc1c63b69e62db80f387f36b4f2ad9b64efca1ca01a0b9998bd7dba4de5a245c5e2a5408e30817360d5b503ede243fbeac435896e6368134b38f7ea
+   b2sums = 
bb6e76dcf064191742f1729c3177717c8da0a5ccee4039a92bbac86f08555d1a97f79df69d23d8fe23f4f4a6f4725b51f270e0ced13bd2b39770ddd9e7c16729
 
 pkgname = python-rpds-py


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=python-rpds-py
-pkgver=0.18.1
+pkgver=0.19.0
 pkgrel=1
 pkgdesc='Python bindings to the Rust rpds crate for persistent data structures'
 arch=('x86_64')
@@ -19,8 +19,8 @@ makedepends=(
   'python-installer'
 )
 source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('e02ba2538fb20a1fd10e86e34fa0aae879e105a8c5cad7445967bbd0c745d6586d6cd1fb6fac41432d377e6cc96512a5761e9d07c3783f1cf6e8605ef3bd4c19')
-b2sums=('600ba9d00576cffc1991de8b35e8859392a293e192ac4523be89800346b5935151b560ec15e8c1aba812133353546ba3de1701d84a851cb2c0fa79ff74c47a86')
+sha512sums=('a51c7d87acc1c63b69e62db80f387f36b4f2ad9b64efca1ca01a0b9998bd7dba4de5a245c5e2a5408e30817360d5b503ede243fbeac435896e6368134b38f7ea')
+b2sums=('bb6e76dcf064191742f1729c3177717c8da0a5ccee4039a92bbac86f08555d1a97f79df69d23d8fe23f4f4a6f4725b51f270e0ced13bd2b39770ddd9e7c16729')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rpds-py/-/commit/395996ff8036c8862e2e0fd8fe4512595f19d256

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




[Git][archlinux/packaging/packages/python-rpds-py] Pushed new tag 0.19.0-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.19.0-1 at Arch Linux / Packaging / Packages / 
python-rpds-py

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




[Git][archlinux/packaging/packages/reuse][main] upgpkg: 4.0.3-1

2024-07-23 Thread George Rawlinson (@grawlinson)


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


Commits:
23f8d451 by George Rawlinson at 2024-07-24T17:25:34+12:00
upgpkg: 4.0.3-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = reuse
pkgdesc = Helper tool for providing and confirming copyright and 
licensing information
-   pkgver = 4.0.2
+   pkgver = 4.0.3
pkgrel = 1
url = https://reuse.software/
arch = any
@@ -25,8 +25,8 @@ pkgbase = reuse
depends = python-tomlkit
optdepends = git: git repository support
optdepends = mercurial: mercurial repository support
-   source = reuse::git+https://github.com/fsfe/reuse-tool#tag=v4.0.2
-   sha512sums = 
efd429810a159192e50cffc58f5fe8bc0ddb5f3254f62c22e2eb5df4ba504681673d59fbd471ca0ffe1a7b847ed07fbbf58462dee0c72882f9a7daadc309859f
-   b2sums = 
199c8139894449064776993e31dd1f862bd55938ef3d686a5e135d4fd79068cc90298ef8153cc15a9d40e9c0f98dd35f805d64f9cb795e7e4cbd1d56df7e9c18
+   source = reuse::git+https://github.com/fsfe/reuse-tool#tag=v4.0.3
+   sha512sums = 
e0923fdba1da62fe263a402e2cebc36fd99a46d326dfa7a63284668a1ebb229eb4f76d1df689551a34dccb90a7bfa73530502a3a03e82875725a0526aa8b4c18
+   b2sums = 
d6279d3df2571754450eefdcf17a144ab28c38ae1af352c19d733aecbb1ad525f61e88c33cde4d2363d13597ba6231d36dc4a59813c9b96d3b79e13dd913316f
 
 pkgname = reuse


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # SPDX-License-Identifier: CC0-1.0
 
 pkgname=reuse
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 pkgdesc='Helper tool for providing and confirming copyright and licensing 
information'
 arch=('any')
@@ -38,8 +38,8 @@ optdepends=(
   'mercurial: mercurial repository support'
 )
 source=("$pkgname::git+https://github.com/fsfe/reuse-tool#tag=v$pkgver;)
-sha512sums=('efd429810a159192e50cffc58f5fe8bc0ddb5f3254f62c22e2eb5df4ba504681673d59fbd471ca0ffe1a7b847ed07fbbf58462dee0c72882f9a7daadc309859f')
-b2sums=('199c8139894449064776993e31dd1f862bd55938ef3d686a5e135d4fd79068cc90298ef8153cc15a9d40e9c0f98dd35f805d64f9cb795e7e4cbd1d56df7e9c18')
+sha512sums=('e0923fdba1da62fe263a402e2cebc36fd99a46d326dfa7a63284668a1ebb229eb4f76d1df689551a34dccb90a7bfa73530502a3a03e82875725a0526aa8b4c18')
+b2sums=('d6279d3df2571754450eefdcf17a144ab28c38ae1af352c19d733aecbb1ad525f61e88c33cde4d2363d13597ba6231d36dc4a59813c9b96d3b79e13dd913316f')
 
 build() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/reuse/-/commit/23f8d4513105a878a078fef3a60dddaccbf94992

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




[Git][archlinux/packaging/packages/reuse] Pushed new tag 4.0.3-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 4.0.3-1 at Arch Linux / Packaging / Packages / 
reuse

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




[Git][archlinux/packaging/packages/python-kikit][main] upgpkg: 1.6.0-1

2024-07-23 Thread George Rawlinson (@grawlinson)


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


Commits:
679a2460 by George Rawlinson at 2024-07-24T17:24:52+12:00
upgpkg: 1.6.0-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,11 @@
 pkgbase = python-kikit
pkgdesc = Automation tools for KiCAD
-   pkgver = 1.5.1
-   pkgrel = 2
+   pkgver = 1.6.0
+   pkgrel = 1
url = https://github.com/yaqwsx/KiKit
arch = any
license = MIT
+   makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
@@ -19,7 +20,8 @@ pkgbase = python-kikit
depends = python-solidpython
depends = python-pcbnewtransition
depends = python-commentjson
-   source = 
python-kikit-1.5.1.tar.gz::https://github.com/yaqwsx/KiKit/archive/v1.5.1.tar.gz
-   sha512sums = 
1090211f1840ebb6f2f0533b3f588405b5eb007cca6d391183e0450361f55631912891c2e25768431dc4ae0e79025313752d72e00fd049ee9e48b10cf470fcac
+   source = python-kikit::git+https://github.com/yaqwsx/KiKit#tag=v1.6.0
+   sha512sums = 
4ac8b8948eb31c0711e93ab7caeee684d2bfc3e258396ac73147b914b7a48a79b008c37354d5ac76284d8f4c1abb17cea3d90497b54a65281e11955c2b65b256
+   b2sums = 
63a7774d546cc66547ee72273a1131a27381d0252b4a4c720ed976ac24b1188b3f14d4cc26bb1a52b12bc24e5e8980ea1b6394e9a4776ed6c5c9a06cd0aab1cd
 
 pkgname = python-kikit


=
PKGBUILD
=
@@ -1,35 +1,52 @@
-# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: George Rawlinson 
+# Contributor: Filipe Laíns (FFY00) 
 
 _pkgname=KiKit
 pkgname=python-kikit
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc='Automation tools for KiCAD'
 arch=('any')
 url='https://github.com/yaqwsx/KiKit'
 license=('MIT')
-depends=('python' 'kicad' 'python-numpy' 'python-shapely' 'python-click' 
'python-markdown2'
- 'python-pybars3' 'python-solidpython' 'python-pcbnewtransition' 
'python-commentjson')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('1090211f1840ebb6f2f0533b3f588405b5eb007cca6d391183e0450361f55631912891c2e25768431dc4ae0e79025313752d72e00fd049ee9e48b10cf470fcac')
+depends=(
+  'python'
+  'kicad'
+  'python-numpy'
+  'python-shapely'
+  'python-click'
+  'python-markdown2'
+  'python-pybars3'
+  'python-solidpython'
+  'python-pcbnewtransition'
+  'python-commentjson'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-setuptools'
+  'python-wheel'
+)
+source=("$pkgname::git+$url#tag=v$pkgver")
+sha512sums=('4ac8b8948eb31c0711e93ab7caeee684d2bfc3e258396ac73147b914b7a48a79b008c37354d5ac76284d8f4c1abb17cea3d90497b54a65281e11955c2b65b256')
+b2sums=('63a7774d546cc66547ee72273a1131a27381d0252b4a4c720ed976ac24b1188b3f14d4cc26bb1a52b12bc24e5e8980ea1b6394e9a4776ed6c5c9a06cd0aab1cd')
 
 prepare() {
-  sed -i '/versioneer/d' $_pkgname-$pkgver/setup.py
+  sed -i '/versioneer/d' $pkgname/setup.py
 }
 
 build() {
-  cd $_pkgname-$pkgver
+  cd "$pkgname"
 
-  python -m build -nw
+  python -m build --wheel --no-isolation
 }
 
 package() {
-  cd $_pkgname-$pkgver
+  cd "$pkgname"
 
-  python -m installer -d "$pkgdir" dist/*.whl
+  python -m installer --destdir="$pkgdir" dist/*.whl
 
-  install -Dm 644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENCE
 }
-
-# vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kikit/-/commit/679a2460d7290ef693dbdfa991d61323a27e8fc6

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




[Git][archlinux/packaging/packages/python-kikit] Pushed new tag 1.6.0-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.6.0-1 at Arch Linux / Packaging / Packages / 
python-kikit

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




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

2024-07-23 Thread George Rawlinson (@grawlinson)


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

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




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

2024-07-23 Thread George Rawlinson (@grawlinson)


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


Commits:
57cf2c8e by George Rawlinson at 2024-07-24T17:23:49+12:00
upgpkg: 10.9.8-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




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

2024-07-23 Thread George Rawlinson (@grawlinson)


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


Commits:
5030d2c8 by George Rawlinson at 2024-07-24T17:23:44+12:00
upgpkg: 10.9.8-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




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

2024-07-23 Thread George Rawlinson (@grawlinson)


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

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




[Git][archlinux/packaging/packages/home-assistant][main] upgpkg: 1:2024.7.3-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
home-assistant


Commits:
03ca3e15 by George Rawlinson at 2024-07-24T17:20:22+12:00
upgpkg: 1:2024.7.3-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = home-assistant
pkgdesc = Open source home automation that puts local control and 
privacy first
-   pkgver = 2024.7.2
+   pkgver = 2024.7.3
pkgrel = 1
epoch = 1
url = https://home-assistant.io/
@@ -22,11 +22,11 @@ pkgbase = home-assistant
depends = python
depends = tzdata
depends = zlib
-   source = 
home-assistant::git+https://github.com/home-assistant/core.git#tag=2024.7.2
+   source = 
home-assistant::git+https://github.com/home-assistant/core.git#tag=2024.7.3
source = home-assistant.service
-   sha512sums = 
5a6b6efd7492bef1038c643c3d4255d89fa43840f0748d21720d65137382f034ee35a300d7e3c9ea1f9fba24bc434c987c7731dc2e28a84f8f859506f6068d62
+   sha512sums = 
4c5424a8cec791ead66d65f6ba9a7c09282b16835c3925d27782ae9267f7f6524c3554921cb4102ab79fac5e5c29c79252e51175ff5f31b283b9400e819b6a32
sha512sums = 
487b0140564f1495bf4587abda7b82d0bf0d72adbdbdf7a368a375c85a874c14e9c0cf34e0d5e298d2634d6bbcee580bce3bc40a07c901474004908eb7890a18
-   b2sums = 
a465a38a7a6006bcbda432a2841ab0fc1276ff5f3a32c406c45ec95669465630ef9a012575bb22f370ecb550c1bc2142716f7853faee7d938c078295918d38a8
+   b2sums = 
37e773165a4be39e79769cfc10ac7f8943d7a2e6d2f6ae8b8d092c5904c6cd4e7703ae9781d43f0945314987df11fa355899e101bd1ae668b7214489d9545a64
b2sums = 
d7a6cd85b89c74997cd7794e5205504033c37684d798bd12e40786f33fce846980d10373261444077cc527ef382246b8235573e1bb6ade8bb8e6d9e34f9961ad
 
 pkgname = home-assistant


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=2024.7.2
+pkgver=2024.7.3
 pkgrel=1
 epoch=1
 arch=('any')
@@ -37,9 +37,9 @@ source=(
   "$pkgname::git+https://github.com/home-assistant/core.git#tag=$pkgver;
   'home-assistant.service'
 )
-sha512sums=('5a6b6efd7492bef1038c643c3d4255d89fa43840f0748d21720d65137382f034ee35a300d7e3c9ea1f9fba24bc434c987c7731dc2e28a84f8f859506f6068d62'
+sha512sums=('4c5424a8cec791ead66d65f6ba9a7c09282b16835c3925d27782ae9267f7f6524c3554921cb4102ab79fac5e5c29c79252e51175ff5f31b283b9400e819b6a32'
 
'487b0140564f1495bf4587abda7b82d0bf0d72adbdbdf7a368a375c85a874c14e9c0cf34e0d5e298d2634d6bbcee580bce3bc40a07c901474004908eb7890a18')
-b2sums=('a465a38a7a6006bcbda432a2841ab0fc1276ff5f3a32c406c45ec95669465630ef9a012575bb22f370ecb550c1bc2142716f7853faee7d938c078295918d38a8'
+b2sums=('37e773165a4be39e79769cfc10ac7f8943d7a2e6d2f6ae8b8d092c5904c6cd4e7703ae9781d43f0945314987df11fa355899e101bd1ae668b7214489d9545a64'
 
'd7a6cd85b89c74997cd7794e5205504033c37684d798bd12e40786f33fce846980d10373261444077cc527ef382246b8235573e1bb6ade8bb8e6d9e34f9961ad')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/home-assistant/-/commit/03ca3e158700f897dab87ff494d6206544e0bfde

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




[Git][archlinux/packaging/packages/home-assistant] Pushed new tag 1-2024.7.3-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1-2024.7.3-1 at Arch Linux / Packaging / 
Packages / home-assistant

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




[Git][archlinux/packaging/packages/dart-sass][main] upgpkg: 1.77.8-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
dart-sass


Commits:
6ee7a308 by George Rawlinson at 2024-07-24T17:18:06+12:00
upgpkg: 1.77.8-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dart-sass
pkgdesc = Sass makes CSS fun again
-   pkgver = 1.77.5
+   pkgver = 1.77.8
pkgrel = 1
url = http://sass-lang.com/
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = dart-sass
provides = sass
conflicts = ruby-sass
options = !strip
-   source = dart-sass::git+https://github.com/sass/dart-sass.git#tag=1.77.5
+   source = dart-sass::git+https://github.com/sass/dart-sass.git#tag=1.77.8
source = 
github.com-sass-sass::git+https://github.com/sass/sass.git#tag=embedded-protocol-2.7.1
-   sha512sums = 
5f1bb84af96526facf1e05cd0e1b759ef642a97cd55be8740dbebcad6a3074cbea7a494cb6c72a19b359945e549e67048ff57cdbbc4b2529b4907cd047dc861f
+   sha512sums = 
7c45e77ab83e6e35a39d688e8dc113a5f5e377e3fdd7ed78af277d0f82961e3ed8740ddde6c533b6d70ad361f92dfd79eed0cf7699603b2a5295ddcec2bf83cc
sha512sums = 
a1a20703416a8c60d5287a2eac5da684883d35525b7b53e89165416266d07e42558f6e8a3cc31a763583fd4b5c458d1b33146e14e98f05f131b5ca43b8c215cb
-   b2sums = 
41478c8099f34d183e27d6f80674d9bc1ed4d2928d6611b90f4224a0868876200f0501bf1195e5718a295557e9f8b74e20e242b77561db1cee05498b86279370
+   b2sums = 
2adb7008279fc1009ab8edc7f571186ae8cd3b36aa9bf11bf739836ae108752464da7ba86e628ed4d5098ed5741923854d64cbf560f8250057ec59152e6ff74f
b2sums = 
d1a1795d34a2876132917b0a05639de4bb4c09199132c95f719c677d292d066e838f9d6663370202760d27f3bdad7d200b43b4e5a0a81a0768020f4bfd4edd14
 
 pkgname = dart-sass


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Thayne McCombs 
 
 pkgname=dart-sass
-pkgver=1.77.5
+pkgver=1.77.8
 pkgrel=1
 pkgdesc='Sass makes CSS fun again'
 arch=('x86_64')
@@ -18,9 +18,9 @@ source=(
   "$pkgname::git+https://github.com/sass/dart-sass.git#tag=$pkgver;
   
"github.com-sass-sass::git+https://github.com/sass/sass.git#tag=embedded-protocol-$_sass_version;
 )
-sha512sums=('5f1bb84af96526facf1e05cd0e1b759ef642a97cd55be8740dbebcad6a3074cbea7a494cb6c72a19b359945e549e67048ff57cdbbc4b2529b4907cd047dc861f'
+sha512sums=('7c45e77ab83e6e35a39d688e8dc113a5f5e377e3fdd7ed78af277d0f82961e3ed8740ddde6c533b6d70ad361f92dfd79eed0cf7699603b2a5295ddcec2bf83cc'
 
'a1a20703416a8c60d5287a2eac5da684883d35525b7b53e89165416266d07e42558f6e8a3cc31a763583fd4b5c458d1b33146e14e98f05f131b5ca43b8c215cb')
-b2sums=('41478c8099f34d183e27d6f80674d9bc1ed4d2928d6611b90f4224a0868876200f0501bf1195e5718a295557e9f8b74e20e242b77561db1cee05498b86279370'
+b2sums=('2adb7008279fc1009ab8edc7f571186ae8cd3b36aa9bf11bf739836ae108752464da7ba86e628ed4d5098ed5741923854d64cbf560f8250057ec59152e6ff74f'
 
'd1a1795d34a2876132917b0a05639de4bb4c09199132c95f719c677d292d066e838f9d6663370202760d27f3bdad7d200b43b4e5a0a81a0768020f4bfd4edd14')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dart-sass/-/commit/6ee7a30890904ea77e85c72ac118d385396bb53b

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




[Git][archlinux/packaging/packages/dart-sass] Pushed new tag 1.77.8-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.77.8-1 at Arch Linux / Packaging / Packages / 
dart-sass

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




[Git][archlinux/packaging/packages/buf] Pushed new tag 1.35.0-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.35.0-1 at Arch Linux / Packaging / Packages / 
buf

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




[Git][archlinux/packaging/packages/buf][main] upgpkg: 1.35.0-1

2024-07-23 Thread George Rawlinson (@grawlinson)


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


Commits:
4aa8df1a by George Rawlinson at 2024-07-24T17:17:54+12:00
upgpkg: 1.35.0-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = buf
pkgdesc = A tool for working with Protocol Buffers
-   pkgver = 1.32.0
+   pkgver = 1.35.0
pkgrel = 1
url = https://buf.build
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = buf
makedepends = go
depends = glibc
options = !lto
-   source = buf::git+https://github.com/bufbuild/buf#tag=v1.32.0
-   sha512sums = 
c37d6a4f062084b37dca90c9c58c53547bd487f7b4624308a768cbd3b49a784d1bc945a73e343d80e52b0682f4e199aefd1f51eb1353c2789615bbbd131284d4
-   b2sums = 
535aae4f840503a576fb7ae052111273fe96aa668efb535e940c640ad163ab6c5f70e066eaf0cde5b743cef57efef8d80fc6eb23389cdc93115dbe40435b164b
+   source = buf::git+https://github.com/bufbuild/buf#tag=v1.35.0
+   sha512sums = 
258d6a7c2dc9369457724db17f3cfcf63a637fb8bc0fab572196aa2306654013d67435d8c2a1b4a8e9f4a0f5b5426a55d6c083b35161d1ac51b41a8ebc5b5b31
+   b2sums = 
e4f9614532f6d87d11bab34d2666f3d9c793b9d45d6a02ed3cf4745710f41bf35238b058ba66b6d0a85d99540e77b9dcc27e0cc51315330747a36147bcc218be
 
 pkgname = buf


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=buf
-pkgver=1.32.0
+pkgver=1.35.0
 pkgrel=1
 pkgdesc='A tool for working with Protocol Buffers'
 arch=('x86_64')
@@ -11,8 +11,8 @@ depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
 source=("$pkgname::git+https://github.com/bufbuild/buf#tag=v$pkgver;)
-sha512sums=('c37d6a4f062084b37dca90c9c58c53547bd487f7b4624308a768cbd3b49a784d1bc945a73e343d80e52b0682f4e199aefd1f51eb1353c2789615bbbd131284d4')
-b2sums=('535aae4f840503a576fb7ae052111273fe96aa668efb535e940c640ad163ab6c5f70e066eaf0cde5b743cef57efef8d80fc6eb23389cdc93115dbe40435b164b')
+sha512sums=('258d6a7c2dc9369457724db17f3cfcf63a637fb8bc0fab572196aa2306654013d67435d8c2a1b4a8e9f4a0f5b5426a55d6c083b35161d1ac51b41a8ebc5b5b31')
+b2sums=('e4f9614532f6d87d11bab34d2666f3d9c793b9d45d6a02ed3cf4745710f41bf35238b058ba66b6d0a85d99540e77b9dcc27e0cc51315330747a36147bcc218be')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buf/-/commit/4aa8df1ae4f5acff4534ca8ab738fe4ef8eb1ca0

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




[Git][archlinux/packaging/packages/blosc][main] upgpkg: 1.21.6-1

2024-07-23 Thread George Rawlinson (@grawlinson)


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


Commits:
48beb249 by George Rawlinson at 2024-07-24T17:17:10+12:00
upgpkg: 1.21.6-1

* New upstream release.
* Update license to use SPDX reference.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,18 @@
 pkgbase = blosc
pkgdesc = A blocking, shuffling and loss-less compression library
-   pkgver = 1.21.5
-   pkgrel = 2
+   pkgver = 1.21.6
+   pkgrel = 1
url = https://www.blosc.org
arch = x86_64
-   license = BSD
+   license = BSD-3-Clause
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
+   source = 
blosc-1.21.6.tar.gz::https://github.com/Blosc/c-blosc/archive/v1.21.6.tar.gz
+   sha512sums = 
f32ac9ca7dd473f32201cdf4b7bb61a89e8bc3e3d16e027d2c6dc1aa838cb47c42dfed6942c9108532b3920ed22a8c662e7451890177c9bbe6ec5b8ab65362b3
+   b2sums = 
87d3368a5070bb9be84b648c6727248630b97fbeda1cfcecf3da41256370436b719f943c63b84c196a2653e19c699a5f8c6aeffc0da4fffeda9fa7afeb81b853
 
 pkgname = blosc


=
PKGBUILD
=
@@ -2,12 +2,12 @@
 # Maintainer: George Rawlinson 
 
 pkgname=blosc
-pkgver=1.21.5
-pkgrel=2
+pkgver=1.21.6
+pkgrel=1
 pkgdesc='A blocking, shuffling and loss-less compression library'
 arch=('x86_64')
 url='https://www.blosc.org'
-license=('BSD')
+license=('BSD-3-Clause')
 depends=(
   'glibc'
   'lz4'
@@ -17,8 +17,8 @@ depends=(
 )
 makedepends=('cmake')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-sha512sums=('01e6d80e1114d76c4bd1b413778c293d0455879ec38e1e1ec46e8e7eaf2997b47cc2de35bc52cdc4c2c70341b6f87d70626a9a9c24ffc8b7b170d760efa60c07')
-b2sums=('f56e19146a1522554d5e8de23f580125a6181b50f1898c8e622e8ac50f2f40ab4cdaba62a5a2bc6ff437257550e205090ebe66bb8840202a26567abfc63fbf53')
+sha512sums=('f32ac9ca7dd473f32201cdf4b7bb61a89e8bc3e3d16e027d2c6dc1aa838cb47c42dfed6942c9108532b3920ed22a8c662e7451890177c9bbe6ec5b8ab65362b3')
+b2sums=('87d3368a5070bb9be84b648c6727248630b97fbeda1cfcecf3da41256370436b719f943c63b84c196a2653e19c699a5f8c6aeffc0da4fffeda9fa7afeb81b853')
 
 build() {
   cmake \



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

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




[Git][archlinux/packaging/packages/blosc] Pushed new tag 1.21.6-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.21.6-1 at Arch Linux / Packaging / Packages / 
blosc

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




[Git][archlinux/packaging/packages/dagger][main] upgpkg: 0.12.2-1

2024-07-23 Thread George Rawlinson (@grawlinson)


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


Commits:
1503105c by George Rawlinson at 2024-07-24T17:16:48+12:00
upgpkg: 0.12.2-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dagger
pkgdesc = A portable devkit for CI/CD pipelines
-   pkgver = 0.12.0
+   pkgver = 0.12.2
pkgrel = 1
url = https://dagger.io
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = dagger
makedepends = go
depends = glibc
options = !lto
-   source = dagger::git+https://github.com/dagger/dagger.git#tag=v0.12.0
-   sha512sums = 
a03fbc3c006634c8ac0267cee3b333afa04d81af70201f3f4e9258a246c2c1da031b2cdb59d2c4363faec8c5ab587068aa859a026a1d25b7d9d167d3264e2953
-   b2sums = 
22f548c9bdcac8aad85f3b9104c1fa3b29ee98b6ff6aef10b38980db4446ea00d157007947c005ecc9f79fbc75827da482acab55b5504c5a94e2773770b8aae5
+   source = dagger::git+https://github.com/dagger/dagger.git#tag=v0.12.2
+   sha512sums = 
37076fd0236dd63075ecd1b6af7705a06963928d4d331ebac882c037c4b2641e670f1b61738f901b9f733fab26699abb211da539dd0e0cf8f9783b82a8af2b2e
+   b2sums = 
9d8e1bc6fe3d0d844f55c49ad30594a1f3b17a55e7022b4abaeb625aa6580ac57f2ac31304bfb2e387bd1c78c3b934afe9c348fc4a60f3ad3577eb26e555eeca
 
 pkgname = dagger


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=dagger
-pkgver=0.12.0
+pkgver=0.12.2
 pkgrel=1
 pkgdesc='A portable devkit for CI/CD pipelines'
 arch=('x86_64')
@@ -11,8 +11,8 @@ depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
 source=("$pkgname::git+https://github.com/dagger/dagger.git#tag=v$pkgver;)
-sha512sums=('a03fbc3c006634c8ac0267cee3b333afa04d81af70201f3f4e9258a246c2c1da031b2cdb59d2c4363faec8c5ab587068aa859a026a1d25b7d9d167d3264e2953')
-b2sums=('22f548c9bdcac8aad85f3b9104c1fa3b29ee98b6ff6aef10b38980db4446ea00d157007947c005ecc9f79fbc75827da482acab55b5504c5a94e2773770b8aae5')
+sha512sums=('37076fd0236dd63075ecd1b6af7705a06963928d4d331ebac882c037c4b2641e670f1b61738f901b9f733fab26699abb211da539dd0e0cf8f9783b82a8af2b2e')
+b2sums=('9d8e1bc6fe3d0d844f55c49ad30594a1f3b17a55e7022b4abaeb625aa6580ac57f2ac31304bfb2e387bd1c78c3b934afe9c348fc4a60f3ad3577eb26e555eeca')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dagger/-/commit/1503105cb761c564e146d4c18c276f6565937d32

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




[Git][archlinux/packaging/packages/dagger] Pushed new tag 0.12.2-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.12.2-1 at Arch Linux / Packaging / Packages / 
dagger

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




[Git][archlinux/packaging/packages/bacon][main] upgpkg: 2.18.2-1

2024-07-23 Thread George Rawlinson (@grawlinson)


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


Commits:
96fe5220 by George Rawlinson at 2024-07-23T20:36:11+12:00
upgpkg: 2.18.2-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = bacon
pkgdesc = A background rust code checker
-   pkgver = 2.18.0
+   pkgver = 2.18.2
pkgrel = 1
url = https://dystroy.org/bacon
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = bacon
depends = glibc
depends = gcc-libs
options = !lto
-   source = bacon::git+https://github.com/Canop/bacon#tag=v2.18.0
-   sha512sums = 
4e04d292dea1c6f544b8f30e696032d4265dac5dec31c183e2ca8dcce2b50594f96cf77c965f9ddff4b85964c411ee90edc0224d149fbd0a389749cda662b0fb
-   b2sums = 
7142c910ac44d4bf496ed88be0f318f01bb844769e2b7c4eef8f74f619ceb228651ca95972b2111c9fe64d88087f084608ff588d583b594a28c1fe62fd7ef13d
+   source = bacon::git+https://github.com/Canop/bacon#tag=v2.18.2
+   sha512sums = 
7951c797e7554dd3ca6aa9725728c9254cbf9785d0dcacae8fcdebaf75c817ae3d0427d4be420d074953f7eaace53d99f60550da9e5b056851ac762ef913ca8b
+   b2sums = 
d4f6926565fa4d38154ddfb0ba9145777d72fbaf7e7a9a4b7dea3ac990dce56511e212f2ed4f413d67874ab8f16b10b62cfd65fb3e8ac13ead98ee6ef9f83d17
 
 pkgname = bacon


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jokler 
 
 pkgname=bacon
-pkgver=2.18.0
+pkgver=2.18.2
 pkgrel=1
 pkgdesc='A background rust code checker'
 arch=('x86_64')
@@ -12,8 +12,8 @@ depends=('glibc' 'gcc-libs')
 makedepends=('git' 'rust')
 options=('!lto')
 source=("$pkgname::git+https://github.com/Canop/bacon#tag=v$pkgver;)
-sha512sums=('4e04d292dea1c6f544b8f30e696032d4265dac5dec31c183e2ca8dcce2b50594f96cf77c965f9ddff4b85964c411ee90edc0224d149fbd0a389749cda662b0fb')
-b2sums=('7142c910ac44d4bf496ed88be0f318f01bb844769e2b7c4eef8f74f619ceb228651ca95972b2111c9fe64d88087f084608ff588d583b594a28c1fe62fd7ef13d')
+sha512sums=('7951c797e7554dd3ca6aa9725728c9254cbf9785d0dcacae8fcdebaf75c817ae3d0427d4be420d074953f7eaace53d99f60550da9e5b056851ac762ef913ca8b')
+b2sums=('d4f6926565fa4d38154ddfb0ba9145777d72fbaf7e7a9a4b7dea3ac990dce56511e212f2ed4f413d67874ab8f16b10b62cfd65fb3e8ac13ead98ee6ef9f83d17')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bacon/-/commit/96fe5220542c49626c6a7175c980ce91cb78763a

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




[Git][archlinux/packaging/packages/bacon] Pushed new tag 2.18.2-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.18.2-1 at Arch Linux / Packaging / Packages / 
bacon

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




[Git][archlinux/packaging/packages/apptainer][main] upgpkg: 1.3.3-1

2024-07-23 Thread George Rawlinson (@grawlinson)


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


Commits:
e62ab6b3 by George Rawlinson at 2024-07-23T20:23:54+12:00
upgpkg: 1.3.3-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = apptainer
pkgdesc = Application containers for secure high performance computing
-   pkgver = 1.3.2
+   pkgver = 1.3.3
pkgrel = 1
url = https://apptainer.org/
arch = x86_64
@@ -35,13 +35,13 @@ pkgbase = apptainer
backup = etc/apptainer/remote.yaml
backup = etc/apptainer/rocmliblist.conf
backup = etc/apptainer/seccomp-profiles/default.json
-   source = 
apptainer::git+https://github.com/apptainer/apptainer.git#tag=v1.3.2
+   source = 
apptainer::git+https://github.com/apptainer/apptainer.git#tag=v1.3.3
source = tmpfiles.conf
source = ftbfs-redefined-fortify_source.patch
-   sha512sums = 
bea0a427d115da0346e2ad76f9b30f248c309d58c09badbbd0cf88cfdf040a66f922f5d6668c23b4fcfee01d8b6889add522542cc955c5d50da48f3102364a1c
+   sha512sums = 
eb1135723d7a3b7a294d0a7a75dfc8dccce16db73fd05a098109852d6b1c0eb29fd3d6ce776a6f6a839cdcaa829951f76f7aa98860320c0a6dff9b013d0f2536
sha512sums = 
5f10f162e7e48d2ca821529906a4ef692fc32cec8f61d8f03ea60361e1a204eacbeca8b6214bea0accd019c765d9c4c15300ca01c83ab3cbbdc44e82c7e4908d
sha512sums = 
320bb41a26ce350886543f161ec47317390c49e6aae726a0e8bb0e2d38c8620f32d1be22d79f9ee1d34b4ccc1ed5629ddf10411e08f16e440ca0f34d76726e99
-   b2sums = 
32ba776076e631f70ea570e7fc91bda152cc042730d849990082fb5104a250616033c08465a4682159ebddb8e4954bcddaa21096c1fd7bed56155b05a954830d
+   b2sums = 
acadedcfd2011d8f0738a9a27afd348a2fbdd8b2641ad4e0907b82ae8642c340116a60b58209048d4b638cec19977444a90dbde1a122748312b7482f0fe53e2c
b2sums = 
dc9bfeb268d297b8785348c83f89a68ff760de278c8f101831a930ca0b42d2052d0498d7dd8c66f48b9fef2eb3c901de082939e85b22d0a99f7db4e22744bced
b2sums = 
d8a93e88823a386327ba9269de8280abb534bd86b32ebeb2aab67c9c2831dff90241ae06035152223c8b50af9579befcfabd2bd21dcc7fc05ea383e61d47
 


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Maciej Sieczka 
 
 pkgname=apptainer
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc='Application containers for secure high performance computing'
 arch=('x86_64')
@@ -47,10 +47,10 @@ source=(
   'tmpfiles.conf'
   'ftbfs-redefined-fortify_source.patch'
 )
-sha512sums=('bea0a427d115da0346e2ad76f9b30f248c309d58c09badbbd0cf88cfdf040a66f922f5d6668c23b4fcfee01d8b6889add522542cc955c5d50da48f3102364a1c'
+sha512sums=('eb1135723d7a3b7a294d0a7a75dfc8dccce16db73fd05a098109852d6b1c0eb29fd3d6ce776a6f6a839cdcaa829951f76f7aa98860320c0a6dff9b013d0f2536'
 
'5f10f162e7e48d2ca821529906a4ef692fc32cec8f61d8f03ea60361e1a204eacbeca8b6214bea0accd019c765d9c4c15300ca01c83ab3cbbdc44e82c7e4908d'
 
'320bb41a26ce350886543f161ec47317390c49e6aae726a0e8bb0e2d38c8620f32d1be22d79f9ee1d34b4ccc1ed5629ddf10411e08f16e440ca0f34d76726e99')
-b2sums=('32ba776076e631f70ea570e7fc91bda152cc042730d849990082fb5104a250616033c08465a4682159ebddb8e4954bcddaa21096c1fd7bed56155b05a954830d'
+b2sums=('acadedcfd2011d8f0738a9a27afd348a2fbdd8b2641ad4e0907b82ae8642c340116a60b58209048d4b638cec19977444a90dbde1a122748312b7482f0fe53e2c'
 
'dc9bfeb268d297b8785348c83f89a68ff760de278c8f101831a930ca0b42d2052d0498d7dd8c66f48b9fef2eb3c901de082939e85b22d0a99f7db4e22744bced'
 
'd8a93e88823a386327ba9269de8280abb534bd86b32ebeb2aab67c9c2831dff90241ae06035152223c8b50af9579befcfabd2bd21dcc7fc05ea383e61d47')
 



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

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




[Git][archlinux/packaging/packages/apptainer] Pushed new tag 1.3.3-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.3.3-1 at Arch Linux / Packaging / Packages / 
apptainer

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




[Git][archlinux/packaging/packages/angle-grinder][main] upgpkg: 0.19.4-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
angle-grinder


Commits:
89977226 by George Rawlinson at 2024-07-23T20:19:05+12:00
upgpkg: 0.19.4-1

* New upstream release.
* Switch from git commit to git tag for version/checksum.
* Remove pkgver function.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = angle-grinder
pkgdesc = Slice and dice logs on the command line
-   pkgver = 0.19.2
-   pkgrel = 2
+   pkgver = 0.19.4
+   pkgrel = 1
url = https://github.com/rcoh/angle-grinder
arch = x86_64
license = MIT
@@ -10,7 +10,8 @@ pkgbase = angle-grinder
depends = glibc
depends = gcc-libs
options = !lto
-   source = 
angle-grinder::git+https://github.com/rcoh/angle-grinder.git#commit=0c735e5c0ac8dc073219d019f3429f78c11071dd
-   b2sums = SKIP
+   source = 
angle-grinder::git+https://github.com/rcoh/angle-grinder.git#tag=v0.19.4
+   sha512sums = 
205be76f3f0b7ffacafde20b91f97d8f134dbf4d375bf07782b00b7dedb896d7fac9a218e30b3cd07e9081d67419bc900ba91fcff43f0b22b72c9c0caaff558e
+   b2sums = 
77e13798d5906018cb6c4c9c5e97a2731d0f8bd3e07ea7dd4ab79114ddb0bf93b79bb3a84dc27bcfe460771c794ab5b6651fc10f40f56f81272aa534c8f5a320
 
 pkgname = angle-grinder


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: George Rawlinson 
 
 pkgname=angle-grinder
-pkgver=0.19.2
-pkgrel=2
+pkgver=0.19.4
+pkgrel=1
 pkgdesc='Slice and dice logs on the command line'
 arch=('x86_64')
 url='https://github.com/rcoh/angle-grinder'
@@ -10,15 +10,9 @@ license=('MIT')
 depends=('glibc' 'gcc-libs')
 makedepends=('git' 'rust')
 options=('!lto')
-_commit='0c735e5c0ac8dc073219d019f3429f78c11071dd'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
+source=("$pkgname::git+$url.git#tag=v$pkgver")
+sha512sums=('205be76f3f0b7ffacafde20b91f97d8f134dbf4d375bf07782b00b7dedb896d7fac9a218e30b3cd07e9081d67419bc900ba91fcff43f0b22b72c9c0caaff558e')
+b2sums=('77e13798d5906018cb6c4c9c5e97a2731d0f8bd3e07ea7dd4ab79114ddb0bf93b79bb3a84dc27bcfe460771c794ab5b6651fc10f40f56f81272aa534c8f5a320')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/angle-grinder/-/commit/899772265bae2399ae2b4495fcfbde4dfe92adde

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




[Git][archlinux/packaging/packages/angle-grinder] Pushed new tag 0.19.4-1

2024-07-23 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.19.4-1 at Arch Linux / Packaging / Packages / 
angle-grinder

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




[Git][archlinux/packaging/packages/dexed] Pushed new tag 0.9.7-1

2024-07-22 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.9.7-1 at Arch Linux / Packaging / Packages / 
dexed

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




[Git][archlinux/packaging/packages/woodpecker] Pushed new tag 2.7.0-1

2024-07-20 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.7.0-1 at Arch Linux / Packaging / Packages / 
woodpecker

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




[Git][archlinux/packaging/packages/woodpecker][main] upgpkg: 2.7.0-1

2024-07-20 Thread George Rawlinson (@grawlinson)


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


Commits:
52969be1 by George Rawlinson at 2024-07-20T19:40:16+12:00
upgpkg: 2.7.0-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = woodpecker
pkgdesc = A simple CI engine with great extensibility
-   pkgver = 2.6.0
+   pkgver = 2.7.0
pkgrel = 1
url = https://woodpecker-ci.org
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = woodpecker
makedepends = pnpm
depends = glibc
options = !lto
-   source = 
woodpecker::git+https://github.com/woodpecker-ci/woodpecker#tag=v2.6.0
+   source = 
woodpecker::git+https://github.com/woodpecker-ci/woodpecker#tag=v2.7.0
source = server-systemd.service
source = server-sysusers.conf
source = server-tmpfiles.conf
@@ -19,7 +19,7 @@ pkgbase = woodpecker
source = agent-sysusers.conf
source = agent-tmpfiles.conf
source = agent.env
-   sha512sums = 
49379fa833ec1377084693296c6eded14c627e2fd72a34b689e1bf69519731adcbb87be5b06d5e16f8a516df09de1a2d055bb0566f465e910398f6014c54e16c
+   sha512sums = 
79528aeb7e9834962b59bd65292322aaa711c83bacaef04d3bc2618d79ad436f51ced853520a9e6745e947b6c99429ea37cfa08d2210618733c13758713a24bc
sha512sums = 
d67dee276cd07db05194cf19a9123ff3d1c12f7563b5d4edd7f04c315e41f1ad3a92026fe96e6186f136e4cec90bbba9ace4f4ca473ab1f6ef25399151ff3093
sha512sums = 
f4b9bd5398a7b18dade368090dc46fa7ce65a85fd06a549aef32ebffc66edcc5be831851ba078689fd5949121eb9cffc50e66511d78bf1fbb0022fc20e1f0395
sha512sums = 
b50fdb8369d3120e4f1971b3279b7926dcd65f42d266d1f8aba7b952ced684ac30e55a48ea641590252ab566b72dba306724c74a93b1accef609aa10ebca4da9
@@ -28,7 +28,7 @@ pkgbase = woodpecker
sha512sums = 
b754024eeffb563418ac331c6297ff260a10b1315af1d64a1de765fb9197e6b8f1bdcb2042399f09a116085eaf2b84da593d6c3bf758ae722e3ed9b435ce1db8
sha512sums = 
a4fb54d8f8c5bcd79e6934fff335cc06dfa7490d25418717581e1b6019a0429c9bd82509f6d4eda345a41476eefce55bc6892be4ffd0fdaa5f968aec3d59e1c1
sha512sums = 
5cb05106133fdee058c6345e7e5c6b6bd67beb51a6bca80f742a7de403ee8a03224e9c2850d5c81d61b9720a80ddc07f10f13e1f6f5ef6b23b49b80217e0
-   b2sums = 
d05efb70e602dc56f2f0798261dce4c2cc56806b5cea4129ca703f5a0cfae65179bf3ec7ed6854089687f8c9708460bd8fb7a3b5a8f93788ba8f74f243a5bfeb
+   b2sums = 
cd2bc5ae0da65939cbc05212edf79ef595ab39a25ce382d931645d807baf631a34247a072b34b72008bbc620c0a06e941d2645fb5e2e37082e95ada1428432a0
b2sums = 
9435cd7af8128a91fc939206fedd767c719c94abd027150599d2079dbffd67f6886ef7ccb53449e09f8f3e86b0ad2bfa33b7002140c772421f5b6e936d008e6f
b2sums = 
92d4b131ac328661bc35f59904bc94bd59df8e61d16dcf13d279641fb825d75949b3da469800573e03bea407a2eb2c5b1536f6c5ae4d33db218a20fb42068f5b
b2sums = 
d28d74767a4e36a34632308449a902abcb62c3f06260bab966825d937e04862c531f2c25273186a0ca3503274560770142154f7829fc850e980455f7c902734a


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(
   'woodpecker-agent'
   'woodpecker-cli'
 )
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='A simple CI engine with great extensibility'
 arch=('x86_64')
@@ -28,7 +28,7 @@ source=(
   'agent-tmpfiles.conf'
   'agent.env'
 )
-sha512sums=('49379fa833ec1377084693296c6eded14c627e2fd72a34b689e1bf69519731adcbb87be5b06d5e16f8a516df09de1a2d055bb0566f465e910398f6014c54e16c'
+sha512sums=('79528aeb7e9834962b59bd65292322aaa711c83bacaef04d3bc2618d79ad436f51ced853520a9e6745e947b6c99429ea37cfa08d2210618733c13758713a24bc'
 
'd67dee276cd07db05194cf19a9123ff3d1c12f7563b5d4edd7f04c315e41f1ad3a92026fe96e6186f136e4cec90bbba9ace4f4ca473ab1f6ef25399151ff3093'
 
'f4b9bd5398a7b18dade368090dc46fa7ce65a85fd06a549aef32ebffc66edcc5be831851ba078689fd5949121eb9cffc50e66511d78bf1fbb0022fc20e1f0395'
 
'b50fdb8369d3120e4f1971b3279b7926dcd65f42d266d1f8aba7b952ced684ac30e55a48ea641590252ab566b72dba306724c74a93b1accef609aa10ebca4da9'
@@ -37,7 +37,7 @@ 
sha512sums=('49379fa833ec1377084693296c6eded14c627e2fd72a34b689e1bf69519731adcbb
 
'b754024eeffb563418ac331c6297ff260a10b1315af1d64a1de765fb9197e6b8f1bdcb2042399f09a116085eaf2b84da593d6c3bf758ae722e3ed9b435ce1db8'
 
'a4fb54d8f8c5bcd79e6934fff335cc06dfa7490d25418717581e1b6019a0429c9bd82509f6d4eda345a41476eefce55bc6892be4ffd0fdaa5f968aec3d59e1c1'
 
'5cb05106133fdee058c6345e7e5c6b6bd67beb51a6bca80f742a7de403ee8a03224e9c2850d5c81d61b9720a80ddc07f10f13e1f6f5ef6b23b49b80217e0')
-b2sums=('d05efb70e602dc56f2f0798261dce4c2cc56806b5cea4129ca703f5a0cfae65179bf3ec7ed6854089687f8c9708460bd8fb7a3b5a8f93788ba8f74f243a5bfeb'
+b2sums=('cd2bc5ae0da65939cbc05212edf79ef595ab39a25ce382d931645d807baf631a34247a072b34b72008bbc620c0a06e941d2645fb5e2e37082e95ada1428432a0'
 

[Git][archlinux/packaging/packages/python-psycopg-pool][main] upgpkg: 3.2.2-1

2024-07-20 Thread George Rawlinson (@grawlinson)


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


Commits:
6de92dfe by George Rawlinson at 2024-07-20T19:38:29+12:00
upgpkg: 3.2.2-1

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = python-psycopg-pool
pkgdesc = Connection pool for psycopg
-   pkgver = 3.2.1
-   pkgrel = 2
+   pkgver = 3.2.2
+   pkgrel = 1
url = https://www.psycopg.org/psycopg3/
arch = any
-   license = LGPL3
+   license = LGPL-3.0-only
makedepends = git
makedepends = python-build
makedepends = python-installer
@@ -12,7 +12,8 @@ pkgbase = python-psycopg-pool
makedepends = python-setuptools
depends = python
depends = python-psycopg
-   source = 
python-psycopg::git+https://github.com/psycopg/psycopg.git#commit=55c28e5f8a4caa4a84f8f2d5461b6c4f8d27cbd3
-   b2sums = SKIP
+   source = 
python-psycopg::git+https://github.com/psycopg/psycopg.git#tag=pool-3.2.2
+   sha512sums = 
34ea2ccf607da2101e3828fb4d0c8780c5f02e3789130b7d4b908f69406782e9f5d558ff5be11937ed9da808d97c7c7cade7ddf9b776f2ef4b4c6d32c274d261
+   b2sums = 
214b7cd949324c50b85a3b3b7e48b51960d8c7f0c5767051ad4125849cc59a96d4787ed4601c87c5a6f674fb1b37ef9537d08e908743ed2c78b7bdf1106fa6d5
 
 pkgname = python-psycopg-pool


=
PKGBUILD
=
@@ -4,12 +4,12 @@
 pkgname=python-psycopg-pool
 # source is shared with python-psycopg package, hence the weird naming
 _pkgname=python-psycopg
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
 pkgdesc='Connection pool for psycopg'
 arch=('any')
 url='https://www.psycopg.org/psycopg3/'
-license=('LGPL3')
+license=('LGPL-3.0-only')
 depends=('python' 'python-psycopg')
 makedepends=(
   'git'
@@ -18,15 +18,9 @@ makedepends=(
   'python-wheel'
   'python-setuptools'
 )
-_commit='55c28e5f8a4caa4a84f8f2d5461b6c4f8d27cbd3'
-source=("$_pkgname::git+https://github.com/psycopg/psycopg.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$_pkgname"
-
-  git describe --tags --match 'pool-*' | sed 's/^pool-//'
-}
+source=("$_pkgname::git+https://github.com/psycopg/psycopg.git#tag=pool-$pkgver;)
+sha512sums=('34ea2ccf607da2101e3828fb4d0c8780c5f02e3789130b7d4b908f69406782e9f5d558ff5be11937ed9da808d97c7c7cade7ddf9b776f2ef4b4c6d32c274d261')
+b2sums=('214b7cd949324c50b85a3b3b7e48b51960d8c7f0c5767051ad4125849cc59a96d4787ed4601c87c5a6f674fb1b37ef9537d08e908743ed2c78b7bdf1106fa6d5')
 
 build(){
   cd "$_pkgname/psycopg_pool"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-psycopg-pool/-/commit/6de92dfef1f9b792bf4fe7b15c3266fe5c3034ab

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




[Git][archlinux/packaging/packages/python-psycopg-pool] Pushed new tag 3.2.2-1

2024-07-20 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 3.2.2-1 at Arch Linux / Packaging / Packages / 
python-psycopg-pool

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




[Git][archlinux/packaging/packages/python-psycopg] Pushed new tag 3.2.1-1

2024-07-20 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 3.2.1-1 at Arch Linux / Packaging / Packages / 
python-psycopg

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




[Git][archlinux/packaging/packages/python-psycopg][main] upgpkg: 3.2.1-1

2024-07-20 Thread George Rawlinson (@grawlinson)


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


Commits:
e6dac056 by George Rawlinson at 2024-07-20T19:38:03+12:00
upgpkg: 3.2.1-1

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = python-psycopg
pkgdesc = PostgreSQL database adapter for Python
-   pkgver = 3.1.17
-   pkgrel = 3
+   pkgver = 3.2.1
+   pkgrel = 1
url = https://www.psycopg.org/psycopg3/
arch = any
-   license = LGPL3
+   license = LGPL-3.0-only
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
makedepends = git
@@ -14,7 +14,8 @@ pkgbase = python-psycopg
makedepends = python-setuptools
depends = python
depends = postgresql-libs
-   source = 
python-psycopg::git+https://github.com/psycopg/psycopg.git#commit=2da0110a2cbf1c33c1af7f3c3a9a6ed64f683480
-   b2sums = SKIP
+   source = 
python-psycopg::git+https://github.com/psycopg/psycopg.git#tag=3.2.1
+   sha512sums = 
94a3e35e30fb21b0c7be604b6038a2a2ea3673c65ac212ea5ea13f56c524e808af3904ec4b5aaca9a947eb18fa59c3d1959b696212d472cf84c2b2e74d9ffa29
+   b2sums = 
a2e2b45a84f38f5a340cfe6fdabb26e7db150752e163b3bddbf3f4d2dcfda0a552e2983e50848aa55c416bc9c58579bd0ffeb8502e79b69e3bacaf1e6b6bec30
 
 pkgname = python-psycopg


=
PKGBUILD
=
@@ -2,12 +2,12 @@
 # Contributor: Guillaume Horel 
 
 pkgname=python-psycopg
-pkgver=3.1.17
-pkgrel=3
+pkgver=3.2.1
+pkgrel=1
 pkgdesc='PostgreSQL database adapter for Python'
 arch=('any')
 url='https://www.psycopg.org/psycopg3/'
-license=('LGPL3')
+license=('LGPL-3.0-only')
 depends=('python' 'postgresql-libs')
 makedepends=(
   'git'
@@ -17,15 +17,9 @@ makedepends=(
   'python-setuptools'
 )
 checkdepends=('python-pytest' 'python-pytest-asyncio')
-_commit='2da0110a2cbf1c33c1af7f3c3a9a6ed64f683480'
-source=("$pkgname::git+https://github.com/psycopg/psycopg.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
+source=("$pkgname::git+https://github.com/psycopg/psycopg.git#tag=$pkgver;)
+sha512sums=('94a3e35e30fb21b0c7be604b6038a2a2ea3673c65ac212ea5ea13f56c524e808af3904ec4b5aaca9a947eb18fa59c3d1959b696212d472cf84c2b2e74d9ffa29')
+b2sums=('a2e2b45a84f38f5a340cfe6fdabb26e7db150752e163b3bddbf3f4d2dcfda0a552e2983e50848aa55c416bc9c58579bd0ffeb8502e79b69e3bacaf1e6b6bec30')
 
 build(){
   cd "$pkgname/psycopg"



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

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




[Git][archlinux/packaging/packages/kicad-library] Pushed new tag 8.0.4-1

2024-07-18 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 8.0.4-1 at Arch Linux / Packaging / Packages / 
kicad-library

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




[Git][archlinux/packaging/packages/kicad-library][main] upgpkg: 8.0.4-1

2024-07-18 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
kicad-library


Commits:
3c380dc2 by George Rawlinson at 2024-07-18T20:43:37+12:00
upgpkg: 8.0.4-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,21 +1,21 @@
 pkgbase = kicad-library
pkgdesc = Assorted libraries for KiCad
-   pkgver = 8.0.3
+   pkgver = 8.0.4
pkgrel = 1
url = http://kicad.org/
arch = any
-   license = GPL
+   license = CC-BY-SA-4.0
makedepends = git
makedepends = cmake
options = !strip
-   source = 
git+https://gitlab.com/kicad/libraries/kicad-packages3D.git#tag=8.0.3
-   source = 
git+https://gitlab.com/kicad/libraries/kicad-symbols.git#tag=8.0.3
-   source = 
git+https://gitlab.com/kicad/libraries/kicad-templates.git#tag=8.0.3
-   source = 
git+https://gitlab.com/kicad/libraries/kicad-footprints.git#tag=8.0.3
-   sha512sums = 
c29e62ea2710f7d28f8581bd982acacd97069d2f9d60189c7d6dc32e5d09ac73198a54c17beed04bf4c2d93045bab92644fa34ea29408436d3ebd158562bfc16
-   sha512sums = 
2f2fe0fbcacf6491fb6a0bb7f31a17fbf7b8dafb15e8e436537c59551049bf368691b4a732883480f63b8071a17e8594b069f5ddd976148eadf66cc2fc553b9c
+   source = 
git+https://gitlab.com/kicad/libraries/kicad-packages3D.git#tag=8.0.4
+   source = 
git+https://gitlab.com/kicad/libraries/kicad-symbols.git#tag=8.0.4
+   source = 
git+https://gitlab.com/kicad/libraries/kicad-templates.git#tag=8.0.4
+   source = 
git+https://gitlab.com/kicad/libraries/kicad-footprints.git#tag=8.0.4
+   sha512sums = 
f275e2ed8ee87c1a51bae0bd400cf850bce338353992f197dae6855e099e541d09b00372d9352027e3d0e9cd0e73d228994deeb414d30549440dacdf46f66115
+   sha512sums = 
d6d286f95ff2f158ce6ccddd423c36eb43da1be8c805ccc27c438f1575c25328ab87a95b7270abfe6fcb1b141a99628cc765f93d3dca75ece5bbc66e25c41de8
sha512sums = 
12e432100b9962e7f7f6c3f122bc8f956f831cc8ccacf793f070fe46bca94cf20968e201e9feeff16a10d9a430f3244535d82a6787cc105658e9ae992c692a96
-   sha512sums = 
f0d61569501f4d3727fa851ffa056c8be0ea6f89d384032f12fbd2fce302983bbcbfea35ad7a11a6250127bdee831d166eb6c31b3df8e5aa706d3712d38ca9f7
+   sha512sums = 
111d95278360517466aa5ce40d5dd3e70b6869020ed5180912747fc243f61e186435ce1cfb470e34f78b15eb264e6c477aa63e64f2ee1dff91221085adfdda2d
 
 pkgname = kicad-library
pkgdesc = KiCad symbol, footprint and template libraries


=
PKGBUILD
=
@@ -5,12 +5,12 @@
 
 pkgbase=kicad-library
 pkgname=($pkgbase{,-3d})
-pkgver=8.0.3
+pkgver=8.0.4
 pkgrel=1
 pkgdesc='Assorted libraries for KiCad'
 arch=('any')
 url='http://kicad.org/'
-license=('GPL')
+license=('CC-BY-SA-4.0')
 makedepends=('git' 'cmake')
 options=('!strip')
 source=(
@@ -19,10 +19,10 @@ source=(
   "git+https://gitlab.com/kicad/libraries/kicad-templates.git#tag=$pkgver;
   "git+https://gitlab.com/kicad/libraries/kicad-footprints.git#tag=$pkgver;
 )
-sha512sums=('c29e62ea2710f7d28f8581bd982acacd97069d2f9d60189c7d6dc32e5d09ac73198a54c17beed04bf4c2d93045bab92644fa34ea29408436d3ebd158562bfc16'
-
'2f2fe0fbcacf6491fb6a0bb7f31a17fbf7b8dafb15e8e436537c59551049bf368691b4a732883480f63b8071a17e8594b069f5ddd976148eadf66cc2fc553b9c'
+sha512sums=('f275e2ed8ee87c1a51bae0bd400cf850bce338353992f197dae6855e099e541d09b00372d9352027e3d0e9cd0e73d228994deeb414d30549440dacdf46f66115'
+
'd6d286f95ff2f158ce6ccddd423c36eb43da1be8c805ccc27c438f1575c25328ab87a95b7270abfe6fcb1b141a99628cc765f93d3dca75ece5bbc66e25c41de8'
 
'12e432100b9962e7f7f6c3f122bc8f956f831cc8ccacf793f070fe46bca94cf20968e201e9feeff16a10d9a430f3244535d82a6787cc105658e9ae992c692a96'
-
'f0d61569501f4d3727fa851ffa056c8be0ea6f89d384032f12fbd2fce302983bbcbfea35ad7a11a6250127bdee831d166eb6c31b3df8e5aa706d3712d38ca9f7')
+
'111d95278360517466aa5ce40d5dd3e70b6869020ed5180912747fc243f61e186435ce1cfb470e34f78b15eb264e6c477aa63e64f2ee1dff91221085adfdda2d')
 
 build() {
   for package in symbols footprints packages3D templates; do



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kicad-library/-/commit/3c380dc2e0e4feb6ecdefc4d02559ac4838f696e

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




[Git][archlinux/packaging/packages/kicad][main] upgpkg: 8.0.4-1

2024-07-18 Thread George Rawlinson (@grawlinson)


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


Commits:
5f08a771 by George Rawlinson at 2024-07-18T20:43:23+12:00
upgpkg: 8.0.4-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kicad
pkgdesc = Electronic schematic and printed circuit board (PCB) design 
tools
-   pkgver = 8.0.3
+   pkgver = 8.0.4
pkgrel = 1
url = http://kicad.org/
arch = x86_64
@@ -23,10 +23,10 @@ pkgbase = kicad
depends = libgit2
optdepends = kicad-library: for footprints, symbols and templates
optdepends = kicad-library-3d: for 3D models of components
-   source = kicad::git+https://gitlab.com/kicad/code/kicad.git#tag=8.0.3
+   source = kicad::git+https://gitlab.com/kicad/code/kicad.git#tag=8.0.4
source = fix-archive-permissions.patch
source = fix-version-string.patch
-   sha512sums = 
1e93447c290d8d1d24782a6d6d1e2a099af39af7f8c49511129c11a34d5de8c70e46064aa924f8f516c6bd3f3bfffe563616fdd0387cff242ee813376955232a
+   sha512sums = 
5c9968c28e22faed9476a802f72ccfba1fcdd3194f04fd8d80fc94af96220f49494796b3ffb11ae575c4a6f15769e8c652cc9228c1f44b165e5d0aebc2b9e991
sha512sums = 
e36912e4144c6debe33f1711ca7a2da020389a6e376282c70f534ce9e685d0b35b58d88b810327d8baeb3466e87eda246ebf181c18e134e80bc73b91dae4bf02
sha512sums = 
17100967610c85ce2e8a860dcf703a87dc0c20f52d3f056cdb5d16323160e8594698bd51e095aea63c00a75ce8b121be681e93cec1bab72a8d1d4eb8065a91f5
 


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 # Contributor: Alexander Lutsai 
 
 pkgname=kicad
-pkgver=8.0.3
+pkgver=8.0.4
 pkgrel=1
 pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
 arch=('x86_64')
@@ -43,7 +43,7 @@ source=(
   'fix-archive-permissions.patch'
   'fix-version-string.patch'
 )
-sha512sums=('1e93447c290d8d1d24782a6d6d1e2a099af39af7f8c49511129c11a34d5de8c70e46064aa924f8f516c6bd3f3bfffe563616fdd0387cff242ee813376955232a'
+sha512sums=('5c9968c28e22faed9476a802f72ccfba1fcdd3194f04fd8d80fc94af96220f49494796b3ffb11ae575c4a6f15769e8c652cc9228c1f44b165e5d0aebc2b9e991'
 
'e36912e4144c6debe33f1711ca7a2da020389a6e376282c70f534ce9e685d0b35b58d88b810327d8baeb3466e87eda246ebf181c18e134e80bc73b91dae4bf02'
 
'17100967610c85ce2e8a860dcf703a87dc0c20f52d3f056cdb5d16323160e8594698bd51e095aea63c00a75ce8b121be681e93cec1bab72a8d1d4eb8065a91f5')
 



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

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




[Git][archlinux/packaging/packages/kicad] Pushed new tag 8.0.4-1

2024-07-18 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 8.0.4-1 at Arch Linux / Packaging / Packages / 
kicad

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




[Git][archlinux/packaging/packages/python-jsonpointer] Pushed new tag 3.0.0-1

2024-07-17 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 3.0.0-1 at Arch Linux / Packaging / Packages / 
python-jsonpointer

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




[Git][archlinux/packaging/packages/home-assistant] Pushed new tag 1-2024.7.2-1

2024-07-16 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1-2024.7.2-1 at Arch Linux / Packaging / 
Packages / home-assistant

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




[Git][archlinux/packaging/packages/home-assistant][main] upgpkg: 1:2024.7.2-1

2024-07-16 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
home-assistant


Commits:
70fceaa2 by George Rawlinson at 2024-07-17T10:08:05+12:00
upgpkg: 1:2024.7.2-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = home-assistant
pkgdesc = Open source home automation that puts local control and 
privacy first
-   pkgver = 2024.7.1
+   pkgver = 2024.7.2
pkgrel = 1
epoch = 1
url = https://home-assistant.io/
@@ -22,11 +22,11 @@ pkgbase = home-assistant
depends = python
depends = tzdata
depends = zlib
-   source = 
home-assistant::git+https://github.com/home-assistant/core.git#tag=2024.7.1
+   source = 
home-assistant::git+https://github.com/home-assistant/core.git#tag=2024.7.2
source = home-assistant.service
-   sha512sums = 
3db42081fca9d83da0bc7cd9edb7adde1adf06a0b1ea2329b51652e09dc7e1b848b230df00d97aa539061bf454a48321df3b57ed6fa4c97b284163067f0be5e9
+   sha512sums = 
5a6b6efd7492bef1038c643c3d4255d89fa43840f0748d21720d65137382f034ee35a300d7e3c9ea1f9fba24bc434c987c7731dc2e28a84f8f859506f6068d62
sha512sums = 
487b0140564f1495bf4587abda7b82d0bf0d72adbdbdf7a368a375c85a874c14e9c0cf34e0d5e298d2634d6bbcee580bce3bc40a07c901474004908eb7890a18
-   b2sums = 
1397edb7536b9268571b491b59573ca2ff22ac21d028285e5063b2db3486a1b3cbac49ca8010a79349d0ce87da870c90c4bea06a37c8b465a174abd3f61f4032
+   b2sums = 
a465a38a7a6006bcbda432a2841ab0fc1276ff5f3a32c406c45ec95669465630ef9a012575bb22f370ecb550c1bc2142716f7853faee7d938c078295918d38a8
b2sums = 
d7a6cd85b89c74997cd7794e5205504033c37684d798bd12e40786f33fce846980d10373261444077cc527ef382246b8235573e1bb6ade8bb8e6d9e34f9961ad
 
 pkgname = home-assistant


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=2024.7.1
+pkgver=2024.7.2
 pkgrel=1
 epoch=1
 arch=('any')
@@ -37,9 +37,9 @@ source=(
   "$pkgname::git+https://github.com/home-assistant/core.git#tag=$pkgver;
   'home-assistant.service'
 )
-sha512sums=('3db42081fca9d83da0bc7cd9edb7adde1adf06a0b1ea2329b51652e09dc7e1b848b230df00d97aa539061bf454a48321df3b57ed6fa4c97b284163067f0be5e9'
+sha512sums=('5a6b6efd7492bef1038c643c3d4255d89fa43840f0748d21720d65137382f034ee35a300d7e3c9ea1f9fba24bc434c987c7731dc2e28a84f8f859506f6068d62'
 
'487b0140564f1495bf4587abda7b82d0bf0d72adbdbdf7a368a375c85a874c14e9c0cf34e0d5e298d2634d6bbcee580bce3bc40a07c901474004908eb7890a18')
-b2sums=('1397edb7536b9268571b491b59573ca2ff22ac21d028285e5063b2db3486a1b3cbac49ca8010a79349d0ce87da870c90c4bea06a37c8b465a174abd3f61f4032'
+b2sums=('a465a38a7a6006bcbda432a2841ab0fc1276ff5f3a32c406c45ec95669465630ef9a012575bb22f370ecb550c1bc2142716f7853faee7d938c078295918d38a8'
 
'd7a6cd85b89c74997cd7794e5205504033c37684d798bd12e40786f33fce846980d10373261444077cc527ef382246b8235573e1bb6ade8bb8e6d9e34f9961ad')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/home-assistant/-/commit/70fceaa297bc572cc9acd6427b628793a4acd114

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




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

2024-07-16 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.12.0-1 at Arch Linux / Packaging / Packages / 
dagger

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




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

2024-07-16 Thread George Rawlinson (@grawlinson)


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


Commits:
d74b7571 by George Rawlinson at 2024-07-17T10:07:53+12:00
upgpkg: 0.12.0-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dagger
pkgdesc = A portable devkit for CI/CD pipelines
-   pkgver = 0.11.6
+   pkgver = 0.12.0
pkgrel = 1
url = https://dagger.io
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = dagger
makedepends = go
depends = glibc
options = !lto
-   source = dagger::git+https://github.com/dagger/dagger.git#tag=v0.11.6
-   sha512sums = 
371512c027812a97093acf7b2663e1d4fae6746ec0a26619943e6c79ede73f39d18526feeb2b5603750a5d8a4bb1dd11aec7bfcfeca24b54b562ab3c6fe8321a
-   b2sums = 
edbe7e9e919cc5cce930855da751a7196e5aeb8f1880918624ff68b6ea248f8210fab25d650e820cb0790fa2f86f0739db01113ddc1450a51321b170bc1364ef
+   source = dagger::git+https://github.com/dagger/dagger.git#tag=v0.12.0
+   sha512sums = 
a03fbc3c006634c8ac0267cee3b333afa04d81af70201f3f4e9258a246c2c1da031b2cdb59d2c4363faec8c5ab587068aa859a026a1d25b7d9d167d3264e2953
+   b2sums = 
22f548c9bdcac8aad85f3b9104c1fa3b29ee98b6ff6aef10b38980db4446ea00d157007947c005ecc9f79fbc75827da482acab55b5504c5a94e2773770b8aae5
 
 pkgname = dagger


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=dagger
-pkgver=0.11.6
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='A portable devkit for CI/CD pipelines'
 arch=('x86_64')
@@ -11,8 +11,8 @@ depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
 source=("$pkgname::git+https://github.com/dagger/dagger.git#tag=v$pkgver;)
-sha512sums=('371512c027812a97093acf7b2663e1d4fae6746ec0a26619943e6c79ede73f39d18526feeb2b5603750a5d8a4bb1dd11aec7bfcfeca24b54b562ab3c6fe8321a')
-b2sums=('edbe7e9e919cc5cce930855da751a7196e5aeb8f1880918624ff68b6ea248f8210fab25d650e820cb0790fa2f86f0739db01113ddc1450a51321b170bc1364ef')
+sha512sums=('a03fbc3c006634c8ac0267cee3b333afa04d81af70201f3f4e9258a246c2c1da031b2cdb59d2c4363faec8c5ab587068aa859a026a1d25b7d9d167d3264e2953')
+b2sums=('22f548c9bdcac8aad85f3b9104c1fa3b29ee98b6ff6aef10b38980db4446ea00d157007947c005ecc9f79fbc75827da482acab55b5504c5a94e2773770b8aae5')
 
 prepare() {
   cd "$pkgname"



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

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




[Git][archlinux/packaging/packages/ruby-chef-utils] Pushed new tag 18.5.1-2

2024-07-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 18.5.1-2 at Arch Linux / Packaging / Packages / 
ruby-chef-utils

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




[Git][archlinux/packaging/packages/ruby-chef-utils][main] upgpkg: 18.5.1-2

2024-07-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-chef-utils


Commits:
781a37ff by George Rawlinson at 2024-07-16T11:10:51+12:00
upgpkg: 18.5.1-2

* staging rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ruby-chef-utils
pkgdesc = Basic utility functions for Core Chef Infra development
pkgver = 18.5.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/chef/chef
arch = any
license = Apache-2.0


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=ruby-chef-utils
 _pkgname="${pkgname#ruby-}"
 pkgver=18.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Basic utility functions for Core Chef Infra development'
 arch=('any')
 url='https://github.com/chef/chef'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-chef-utils/-/commit/781a37ff13a9406d00237c71622fbc1e444f5e86

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




[Git][archlinux/packaging/packages/furnace][main] upgpkg: 0.6.5-1

2024-07-15 Thread George Rawlinson (@grawlinson)


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


Commits:
2515ff40 by George Rawlinson at 2024-07-16T11:08:37+12:00
upgpkg: 0.6.5-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = furnace
pkgdesc = A multi-system chiptune tracker compatible with DefleMask 
modules
-   pkgver = 0.6.3
+   pkgver = 0.6.5
pkgrel = 1
url = https://github.com/tildearrow/furnace
arch = x86_64
@@ -22,11 +22,11 @@ pkgbase = furnace
depends = sdl2
depends = zlib
optdepends = jack: JACK audio support
-   source = furnace::git+https://github.com/tildearrow/furnace#tag=v0.6.3
+   source = furnace::git+https://github.com/tildearrow/furnace#tag=v0.6.5
source = 
github.com-superctr-adpcm::git+https://github.com/superctr/adpcm
-   sha512sums = 
64425b74c0b75afe601563d4533723f33e7f7af912baae4b346ebe5dc806fe490fa3b9cae649a04967a47bd03a9fa81db88c9774cb3ebf6cdd1ae9fca734
+   sha512sums = 
2e9d061581a5256ff7a0d15290343caa4f72317dd968eb7619b0584d9a1a8c7b3a8a571443c05d163a02b38a8a3037e7b7bf0ba83ae755e92982e1d2f40e7617
sha512sums = SKIP
-   b2sums = 
8f726620d0c19a470dac9f80889c410569a2686b17f0bd753bd6ce019fa83019c73dc254e01f50b012f1fa396e735ee00dd79dd3972667932b2931dba12ca987
+   b2sums = 
82a19729be4236c0322fafecb71668e4162b193fd68864865f8ce6e09dd99b5d5c854b4b54eda2f845d76a7f9a770a232f3ba7ac63c6b904a0947f3242e750ce
b2sums = SKIP
 
 pkgname = furnace


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=furnace
-pkgver=0.6.3
+pkgver=0.6.5
 pkgrel=1
 pkgdesc='A multi-system chiptune tracker compatible with DefleMask modules'
 arch=('x86_64')
@@ -32,9 +32,9 @@ source=(
   "$pkgname::git+$url#tag=v$pkgver"
   'github.com-superctr-adpcm::git+https://github.com/superctr/adpcm'
 )
-sha512sums=('64425b74c0b75afe601563d4533723f33e7f7af912baae4b346ebe5dc806fe490fa3b9cae649a04967a47bd03a9fa81db88c9774cb3ebf6cdd1ae9fca734'
+sha512sums=('2e9d061581a5256ff7a0d15290343caa4f72317dd968eb7619b0584d9a1a8c7b3a8a571443c05d163a02b38a8a3037e7b7bf0ba83ae755e92982e1d2f40e7617'
 'SKIP')
-b2sums=('8f726620d0c19a470dac9f80889c410569a2686b17f0bd753bd6ce019fa83019c73dc254e01f50b012f1fa396e735ee00dd79dd3972667932b2931dba12ca987'
+b2sums=('82a19729be4236c0322fafecb71668e4162b193fd68864865f8ce6e09dd99b5d5c854b4b54eda2f845d76a7f9a770a232f3ba7ac63c6b904a0947f3242e750ce'
 'SKIP')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/furnace/-/commit/2515ff405b901f960ba2e812b738a9c96fbdfc57

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




[Git][archlinux/packaging/packages/furnace] Pushed new tag 0.6.5-1

2024-07-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.6.5-1 at Arch Linux / Packaging / Packages / 
furnace

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




[Git][archlinux/packaging/packages/ruby-chef-utils][main] upgpkg: 18.5.1-1

2024-07-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-chef-utils


Commits:
a594bbd5 by George Rawlinson at 2024-07-16T11:07:35+12:00
upgpkg: 18.5.1-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ruby-chef-utils
pkgdesc = Basic utility functions for Core Chef Infra development
-   pkgver = 18.4.64
-   pkgrel = 2
+   pkgver = 18.5.1
+   pkgrel = 1
url = https://github.com/chef/chef
arch = any
license = Apache-2.0
@@ -12,8 +12,8 @@ pkgbase = ruby-chef-utils
depends = ruby
depends = ruby-concurrent
options = !emptydirs
-   source = ruby-chef-utils::git+https://github.com/chef/chef#tag=v18.4.64
-   sha512sums = 
37270d80ebb89dd8bebf18810a1c7040903ea8d86c090e7302845e613c9074a45c7a16c78e7d1756e9ca202def21e7abdf6e19312e82451dc8d53187e0115643
-   b2sums = 
43a6f5fc09ee28736f327937812378f03f3d5c02960a779614e0b7488205be7bfc2826ac6e553d0aa0799ce80f65554ea5a3ce2a41c15494e64210965b40a284
+   source = ruby-chef-utils::git+https://github.com/chef/chef#tag=v18.5.1
+   sha512sums = 
832f170979f1ce9ad91f4c5c6d7492d346e1989f719eaf3a8bb2270debe2bd51998bed462ab7961239547636f7733066606f98ad65c1039767ab39cf8e33eab6
+   b2sums = 
0a89cb9d37359bc6787e541fa29ffa973d50775a1307ddc9de6dccf9347cb8dde5587fd3e6c03730e8c8023eb6be4314f8e4a0b726cac5377cc76a84271761ab
 
 pkgname = ruby-chef-utils


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname=ruby-chef-utils
 _pkgname="${pkgname#ruby-}"
-pkgver=18.4.64
-pkgrel=2
+pkgver=18.5.1
+pkgrel=1
 pkgdesc='Basic utility functions for Core Chef Infra development'
 arch=('any')
 url='https://github.com/chef/chef'
@@ -12,8 +12,8 @@ depends=('ruby' 'ruby-concurrent')
 makedepends=('git' 'ruby-rdoc' 'ruby-rake' 'ruby-bundler')
 options=('!emptydirs')
 source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('37270d80ebb89dd8bebf18810a1c7040903ea8d86c090e7302845e613c9074a45c7a16c78e7d1756e9ca202def21e7abdf6e19312e82451dc8d53187e0115643')
-b2sums=('43a6f5fc09ee28736f327937812378f03f3d5c02960a779614e0b7488205be7bfc2826ac6e553d0aa0799ce80f65554ea5a3ce2a41c15494e64210965b40a284')
+sha512sums=('832f170979f1ce9ad91f4c5c6d7492d346e1989f719eaf3a8bb2270debe2bd51998bed462ab7961239547636f7733066606f98ad65c1039767ab39cf8e33eab6')
+b2sums=('0a89cb9d37359bc6787e541fa29ffa973d50775a1307ddc9de6dccf9347cb8dde5587fd3e6c03730e8c8023eb6be4314f8e4a0b726cac5377cc76a84271761ab')
 
 build() {
   cd "$pkgname/$_pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-chef-utils/-/commit/a594bbd5446e1e59929fa4497c57a217ab634ff0

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




[Git][archlinux/packaging/packages/ruby-chef-utils] Pushed new tag 18.5.1-1

2024-07-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 18.5.1-1 at Arch Linux / Packaging / Packages / 
ruby-chef-utils

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




[Git][archlinux/packaging/packages/dbmate] Pushed new tag 2.19.0-1

2024-07-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.19.0-1 at Arch Linux / Packaging / Packages / 
dbmate

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




[Git][archlinux/packaging/packages/dbmate][main] upgpkg: 2.19.0-1

2024-07-15 Thread George Rawlinson (@grawlinson)


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


Commits:
1e347b4a by George Rawlinson at 2024-07-15T19:40:49+12:00
upgpkg: 2.19.0-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dbmate
pkgdesc = A lightweight, framework-agnostic database migration tool
-   pkgver = 2.16.0
+   pkgver = 2.19.0
pkgrel = 1
url = https://github.com/amacneil/dbmate
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = dbmate
optdepends = postgresql: for local PostgreSQL instance
optdepends = sqlite: for local SQLite instance
options = !lto
-   source = dbmate::git+https://github.com/amacneil/dbmate.git#tag=v2.16.0
-   sha512sums = 
e0ad3007bbf48890d85a55f3cb379d4df9e0ab013501387a0a6d012313bd5e1210f07d8b1cec108354108a1ef76217457d3d2b07e3d296b3d07eff4123a867c5
-   b2sums = 
afbf573a30c5f1b9152fe3da29101c001dd96e5bcd01c2e36c278549aecff9637ef01460de64bb444142d861eb14d86b4a9e94a432da304cd175b4ebb02e55e5
+   source = dbmate::git+https://github.com/amacneil/dbmate.git#tag=v2.19.0
+   sha512sums = 
447e21874d6a352bf74e36d1160e8aa4280907752406f4cc690657984d6aebc1883daaf6f159d246c5797ce782463a1c9ad43398821a290a2ad56869b8b61f3a
+   b2sums = 
4c056dced9c793faf1c88348fcc4c928de57e3d5a827074ff5efbdbc0976ce1d6689f49bb8ffa548904b1fd14fb326b9f27eefd68c43a8d5ae473a8f36759b1a
 
 pkgname = dbmate


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Marco A Rojas 
 
 pkgname=dbmate
-pkgver=2.16.0
+pkgver=2.19.0
 pkgrel=1
 pkgdesc='A lightweight, framework-agnostic database migration tool'
 arch=('x86_64')
@@ -17,8 +17,8 @@ optdepends=(
 )
 options=('!lto')
 source=("$pkgname::git+$url.git#tag=v$pkgver")
-sha512sums=('e0ad3007bbf48890d85a55f3cb379d4df9e0ab013501387a0a6d012313bd5e1210f07d8b1cec108354108a1ef76217457d3d2b07e3d296b3d07eff4123a867c5')
-b2sums=('afbf573a30c5f1b9152fe3da29101c001dd96e5bcd01c2e36c278549aecff9637ef01460de64bb444142d861eb14d86b4a9e94a432da304cd175b4ebb02e55e5')
+sha512sums=('447e21874d6a352bf74e36d1160e8aa4280907752406f4cc690657984d6aebc1883daaf6f159d246c5797ce782463a1c9ad43398821a290a2ad56869b8b61f3a')
+b2sums=('4c056dced9c793faf1c88348fcc4c928de57e3d5a827074ff5efbdbc0976ce1d6689f49bb8ffa548904b1fd14fb326b9f27eefd68c43a8d5ae473a8f36759b1a')
 
 prepare() {
   cd "$pkgname"



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

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




[Git][archlinux/packaging/packages/soju][main] upgpkg: 0.8.1-1

2024-07-15 Thread George Rawlinson (@grawlinson)


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


Commits:
d430b49c by George Rawlinson at 2024-07-15T19:40:35+12:00
upgpkg: 0.8.1-1

* New upstream release.
* Update source url (moved from sr.ht to codeberg[0][1]).

[0]: 
https://codeberg.org/emersion/soju/commit/65410474ca95e00162b9a42752017f8e49de42e7
[1]: https://emersion.fr/blog/2024/status-update-64/

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = soju
pkgdesc = A user-friendly IRC bouncer
-   pkgver = 0.8.0
+   pkgver = 0.8.1
pkgrel = 1
url = https://soju.im
arch = x86_64
@@ -14,15 +14,15 @@ pkgbase = soju
optdepends = sqlite: SQLite support
options = !lto
backup = etc/soju/config
-   source = soju::git+https://git.sr.ht/~emersion/soju#tag=v0.8.0
+   source = soju::git+https://codeberg.org/emersion/soju#tag=v0.8.1
source = systemd.service.patch
source = sysusers.conf
source = tmpfiles.conf
-   sha512sums = 
1fb571ac20541f41b7dc70c71afcf5c20696389d67c8bb502714e3776ebfb68c0997d24f37720cebbb06078d3af96382f0a45a294d65b2af610170d1289850fa
+   sha512sums = 
7594fa0247fb11cc6a6101d9363a9f9d9189772da7e981bda72ba75cd858b122bcf303280220540ec4df0daa82aa0d81bd61c905df8669b73de6f6e757264003
sha512sums = 
659aa69e907b184ef20eca07b6ae9f9fb45d9d25e61c77855e5ea9143f6db5074d8b73d84f67ea71fc9497666145451a33da88edee986e538e4530811db0571a
sha512sums = 
7b4069043d204581b0eda376956f8996365631e83ca78e002d6ea0caec931605bb5e99cf4f42a75b6de958267b982ee8ed7f31046c6b97d8f2442430678f3c07
sha512sums = 
378dd64a8c3fa4fd1b28c055bbeb7c46eb05ec79a925d5b138af5d373970e82bafba62ff29269f63e67c67f34fb961570d448a02fa08f7f6cf4e8d844a3c12a0
-   b2sums = 
b5cc7a89f38b4d291dde489a60b5c5aa5c89dea1d2d4bdd65d6a62e8340d9705656f2d3d1ac8aa1cff42dc8ecd5cb9171543450af2551ba36cd8006bbf717ffc
+   b2sums = 
8189288909eac1a3706ab3e6e419df4e154bbff841d7e82471f9f1f45565e3640aa87020ccaa3e040958df4d6a921ba253f5f05c164e2420c072f91e6660b710
b2sums = 
96e3690c8fa5aeb243187d48ed4ceecc6b5362618d4d521fbad404f9c892bb7bf9ca94c9baa9d5fa878924d59531a3312ae3f3b20a0ef092676c14cd46df9154
b2sums = 
14e951b98e80d0dddf08aa0c2b03c57a86bda5ea1fd62d332e56edaf42f478ff86e9367699ab83b1ce0b968068e31048573b703bca6f4900cea901ad518a94b7
b2sums = 
9d164e694980e40955b1e8cedf1875214299840a8fce09b20069d594e74265c4335c0693e4bdd7c073c062a1de66cca859657f7581a27baffbfab741f45d0acc


=
.nvchecker.toml
=
@@ -1,4 +1,4 @@
 [soju]
 source = "git"
-git = "https://git.sr.ht/~emersion/soju;
+git = "https://codeberg.org/emersion/soju;
 prefix = "v"


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=soju
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc='A user-friendly IRC bouncer'
 arch=('x86_64')
@@ -21,16 +21,16 @@ optdepends=(
 backup=('etc/soju/config')
 options=('!lto')
 source=(
-  "$pkgname::git+https://git.sr.ht/~emersion/soju#tag=v$pkgver;
+  "$pkgname::git+https://codeberg.org/emersion/soju#tag=v$pkgver;
   'systemd.service.patch'
   'sysusers.conf'
   'tmpfiles.conf'
 )
-sha512sums=('1fb571ac20541f41b7dc70c71afcf5c20696389d67c8bb502714e3776ebfb68c0997d24f37720cebbb06078d3af96382f0a45a294d65b2af610170d1289850fa'
+sha512sums=('7594fa0247fb11cc6a6101d9363a9f9d9189772da7e981bda72ba75cd858b122bcf303280220540ec4df0daa82aa0d81bd61c905df8669b73de6f6e757264003'
 
'659aa69e907b184ef20eca07b6ae9f9fb45d9d25e61c77855e5ea9143f6db5074d8b73d84f67ea71fc9497666145451a33da88edee986e538e4530811db0571a'
 
'7b4069043d204581b0eda376956f8996365631e83ca78e002d6ea0caec931605bb5e99cf4f42a75b6de958267b982ee8ed7f31046c6b97d8f2442430678f3c07'
 
'378dd64a8c3fa4fd1b28c055bbeb7c46eb05ec79a925d5b138af5d373970e82bafba62ff29269f63e67c67f34fb961570d448a02fa08f7f6cf4e8d844a3c12a0')
-b2sums=('b5cc7a89f38b4d291dde489a60b5c5aa5c89dea1d2d4bdd65d6a62e8340d9705656f2d3d1ac8aa1cff42dc8ecd5cb9171543450af2551ba36cd8006bbf717ffc'
+b2sums=('8189288909eac1a3706ab3e6e419df4e154bbff841d7e82471f9f1f45565e3640aa87020ccaa3e040958df4d6a921ba253f5f05c164e2420c072f91e6660b710'
 
'96e3690c8fa5aeb243187d48ed4ceecc6b5362618d4d521fbad404f9c892bb7bf9ca94c9baa9d5fa878924d59531a3312ae3f3b20a0ef092676c14cd46df9154'
 
'14e951b98e80d0dddf08aa0c2b03c57a86bda5ea1fd62d332e56edaf42f478ff86e9367699ab83b1ce0b968068e31048573b703bca6f4900cea901ad518a94b7'
 
'9d164e694980e40955b1e8cedf1875214299840a8fce09b20069d594e74265c4335c0693e4bdd7c073c062a1de66cca859657f7581a27baffbfab741f45d0acc')
@@ -65,8 +65,8 @@ build() {
 -ldflags "-compressdwarf=false \
 -linkmode external \
 -extldflags '${LDFLAGS}' \
--X 

[Git][archlinux/packaging/packages/soju] Pushed new tag 0.8.1-1

2024-07-15 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.8.1-1 at Arch Linux / Packaging / Packages / 
soju

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




[Git][archlinux/packaging/packages/dbmate][main] chore: add nvchecker config

2024-07-15 Thread George Rawlinson (@grawlinson)


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


Commits:
cd14e39e by George Rawlinson at 2024-07-15T19:38:15+12:00
chore: add nvchecker config

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

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



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

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




[Git][archlinux/packaging/packages/cppcheck][main] upgpkg: 2.14.2-1

2024-07-11 Thread George Rawlinson (@grawlinson)


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


Commits:
6be90e40 by George Rawlinson at 2024-07-11T20:26:26+12:00
upgpkg: 2.14.2-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cppcheck
pkgdesc = A tool for static C/C++ code analysis
-   pkgver = 2.14.1
+   pkgver = 2.14.2
pkgrel = 1
url = http://cppcheck.sourceforge.net/
arch = x86_64
@@ -20,11 +20,11 @@ pkgbase = cppcheck
optdepends = qt6-tools: run cppcheck-gui
optdepends = python-pygments: cppcheck-htmlreport
optdepends = clang: for cppcheck-gui integration
-   source = cppcheck::git+https://github.com/danmar/cppcheck.git#tag=2.14.1
+   source = cppcheck::git+https://github.com/danmar/cppcheck.git#tag=2.14.2
source = translations-location.patch
-   sha512sums = 
a36733ed0906aff8d7d1bff6aa0a43f1d79fad9f48ecfa1f8f69c6ae13d5a099bd7d18cc4e30b3e4dc3a1cb24ad8e0855403eb6c90e5525e50661cd4eda792a4
+   sha512sums = 
6391d7ab4a2250db0a7b9d67234fa2e212777a3f9754c3f7eeaac3b0c4ca39bf12cda01265f84c704f7fa4a506f525bbea132c4770a5e93be7d70a89e8915a6d
sha512sums = 
d3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae
-   b2sums = 
75ece358f442aa27f6224a6eaba1915c9a122613906fbd6457443d4af3eede6d4897a737acfa0fcd8c10b820a13fcf6f9badc808386e98486c34ca06551aaef3
+   b2sums = 
5e5be5c4260b65ca8dd98392118b81bf532c03177acf0a9af6be5225f2652e5b83bcc1f1d60155acedc2fa20c95851ea70160e372279f47de933396199688536
b2sums = 
8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f
 
 pkgname = cppcheck


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=cppcheck
-pkgver=2.14.1
+pkgver=2.14.2
 pkgrel=1
 pkgdesc='A tool for static C/C++ code analysis'
 arch=('x86_64')
@@ -34,9 +34,9 @@ source=(
   "$pkgname::git+https://github.com/danmar/cppcheck.git#tag=$pkgver;
   'translations-location.patch'
 )
-sha512sums=('a36733ed0906aff8d7d1bff6aa0a43f1d79fad9f48ecfa1f8f69c6ae13d5a099bd7d18cc4e30b3e4dc3a1cb24ad8e0855403eb6c90e5525e50661cd4eda792a4'
+sha512sums=('6391d7ab4a2250db0a7b9d67234fa2e212777a3f9754c3f7eeaac3b0c4ca39bf12cda01265f84c704f7fa4a506f525bbea132c4770a5e93be7d70a89e8915a6d'
 
'd3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae')
-b2sums=('75ece358f442aa27f6224a6eaba1915c9a122613906fbd6457443d4af3eede6d4897a737acfa0fcd8c10b820a13fcf6f9badc808386e98486c34ca06551aaef3'
+b2sums=('5e5be5c4260b65ca8dd98392118b81bf532c03177acf0a9af6be5225f2652e5b83bcc1f1d60155acedc2fa20c95851ea70160e372279f47de933396199688536'
 
'8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/cppcheck] Pushed new tag 2.14.2-1

2024-07-11 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.14.2-1 at Arch Linux / Packaging / Packages / 
cppcheck

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




[Git][archlinux/packaging/packages/rustscan][main] upgpkg: 2.3.0-2

2024-07-10 Thread George Rawlinson (@grawlinson)


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


Commits:
114bc050 by George Rawlinson at 2024-07-10T20:57:41+12:00
upgpkg: 2.3.0-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = rustscan
pkgdesc = A modern port scanner
pkgver = 2.3.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/rustscan/RustScan
arch = x86_64
license = GPL-3.0-or-later


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=rustscan
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A modern port scanner'
 arch=('x86_64')
 url='https://github.com/rustscan/RustScan'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rustscan/-/commit/114bc0500909a9d913f40fb5f63540be873aa9c3

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




[Git][archlinux/packaging/packages/rustscan] Pushed new tag 2.3.0-2

2024-07-10 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.3.0-2 at Arch Linux / Packaging / Packages / 
rustscan

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




[Git][archlinux/packaging/packages/rustscan][main] uhh...?

2024-07-10 Thread George Rawlinson (@grawlinson)


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


Commits:
d3f72bf0 by George Rawlinson at 2024-07-10T20:52:53+12:00
uhh...?

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -19,12 +19,6 @@ source=("$pkgname::git+$url#tag=$pkgver")
 
sha512sums=('a21f951914c71d42ffd0a58a4c394d32d07f33fb82cea39e48657ba60da5a446fe94de50f772ae657e3682a8fd70bb7e4d1560eb07cb98599e68eae9514e2e87')
 
b2sums=('13234f92c7eb67ce64a2be97e542da540a79e6eae7eb37ca74bdc7e758dacca1f2ac1e2586021813606d51098500ad0e500f57dd4dc17f6e37edcea42d304553')
 
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
 prepare() {
   cd "$pkgname"
 



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

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




[Git][archlinux/packaging/packages/rustscan] Pushed new tag 2.3.0-1

2024-07-10 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.3.0-1 at Arch Linux / Packaging / Packages / 
rustscan

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




[Git][archlinux/packaging/packages/rustscan][main] upgpkg: 2.3.0-1

2024-07-10 Thread George Rawlinson (@grawlinson)


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


Commits:
d8a762ce by George Rawlinson at 2024-07-10T20:52:02+12:00
upgpkg: 2.3.0-1

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,18 @@
 pkgbase = rustscan
pkgdesc = A modern port scanner
-   pkgver = 2.2.3
-   pkgrel = 2
+   pkgver = 2.3.0
+   pkgrel = 1
url = https://github.com/rustscan/RustScan
arch = x86_64
-   license = GPL3
+   license = GPL-3.0-or-later
checkdepends = python
makedepends = git
-   makedepends = cargo
+   makedepends = rust
depends = gcc-libs
optdepends = nmap: Script engine support
options = !lto
-   source = 
rustscan::git+https://github.com/rustscan/RustScan#commit=5328bfc8b00c99163edf770e859960280d55360b
-   b2sums = 
960a175f59406d502d3b30dd2b9d13f5e152bdac1cd6e230e06c5b2291ffb254553e7c4163fcc40d9f3a65067823e041f7c95782e2f2299b50c401221a1738c5
+   source = rustscan::git+https://github.com/rustscan/RustScan#tag=2.3.0
+   sha512sums = 
a21f951914c71d42ffd0a58a4c394d32d07f33fb82cea39e48657ba60da5a446fe94de50f772ae657e3682a8fd70bb7e4d1560eb07cb98599e68eae9514e2e87
+   b2sums = 
13234f92c7eb67ce64a2be97e542da540a79e6eae7eb37ca74bdc7e758dacca1f2ac1e2586021813606d51098500ad0e500f57dd4dc17f6e37edcea42d304553
 
 pkgname = rustscan


=
PKGBUILD
=
@@ -4,20 +4,20 @@
 # Contributor: Hao Long 
 
 pkgname=rustscan
-pkgver=2.2.3
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='A modern port scanner'
 arch=('x86_64')
 url='https://github.com/rustscan/RustScan'
-license=('GPL3')
+license=('GPL-3.0-or-later') # https://github.com/RustScan/RustScan/issues/615
 depends=('gcc-libs')
-makedepends=('git' 'cargo')
+makedepends=('git' 'rust')
 optdepends=('nmap: Script engine support')
 checkdepends=('python')
 options=('!lto')
-_commit=5328bfc8b00c99163edf770e859960280d55360b
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('960a175f59406d502d3b30dd2b9d13f5e152bdac1cd6e230e06c5b2291ffb254553e7c4163fcc40d9f3a65067823e041f7c95782e2f2299b50c401221a1738c5')
+source=("$pkgname::git+$url#tag=$pkgver")
+sha512sums=('a21f951914c71d42ffd0a58a4c394d32d07f33fb82cea39e48657ba60da5a446fe94de50f772ae657e3682a8fd70bb7e4d1560eb07cb98599e68eae9514e2e87')
+b2sums=('13234f92c7eb67ce64a2be97e542da540a79e6eae7eb37ca74bdc7e758dacca1f2ac1e2586021813606d51098500ad0e500f57dd4dc17f6e37edcea42d304553')
 
 pkgver() {
   cd "$pkgname"



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

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




[Git][archlinux/packaging/packages/miniflux][main] upgpkg: 2.1.4-1

2024-07-10 Thread George Rawlinson (@grawlinson)


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


Commits:
19025bd1 by George Rawlinson at 2024-07-10T20:46:54+12:00
upgpkg: 2.1.4-1

* New upstream release.
* Update license to use SPDX reference.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,21 +1,21 @@
 pkgbase = miniflux
pkgdesc = Minimalist and opinionated feed reader
-   pkgver = 2.1.3
+   pkgver = 2.1.4
pkgrel = 1
url = https://miniflux.app
arch = x86_64
-   license = Apache
+   license = Apache-2.0
makedepends = git
makedepends = go
depends = glibc
optdepends = postgresql: for local PostgreSQL instance
options = !lto
backup = etc/miniflux.conf
-   source = miniflux::git+https://github.com/miniflux/v2.git#tag=2.1.3
+   source = miniflux::git+https://github.com/miniflux/v2.git#tag=2.1.4
source = sysusers.conf
-   sha512sums = 
1101789d9581d504acfcb09bda5940182953bb597b713924dc9a145bc5c9e8c3f7d0b85b083e8accc4f86af997e79bf17f39462102286cb9a686d17efcbf21c5
+   sha512sums = 
0849ad28a68f6a30490987171e46d9a7877f9fc5436102f73ac1f5ab987a1c97d0f20639d3c9be1d9a45fde6df425c1e88f0a71ba053b5a3d58ad2c151325b04
sha512sums = 
eb026d1eb085f0638161a6a75af5e870c7ba4755012bf7f895de5c1bdd9fbdcb44a8aacbb71c482ca101c214f12f65906ddbcbb7044fad051490f44276aba8e5
-   b2sums = 
c890c13194a84cf4636388aad34d72ea949a0447b593e52911b33adf54b1b7118dee0c2c2d4bc05289485f09ac5684dc25da3e56c3cacf6a51c37a667a919c44
+   b2sums = 
f610338ec64a7d608343fddcb3776b40cfb9f2e38274a7d455d343a3688ed39962c052975bc0984dccaffbd32ce95a403139e2f05c5bd31889f5f21386afbbe8
b2sums = 
71a1cba0e015c6b33897e3492dd014efbfac240d3c6f007f86ff7bade830ce0f2809d4d0ad1d8ca1189627e2961dddc7ff6682cd445587f5145bee0eab8a7bf6
 
 pkgname = miniflux


=
PKGBUILD
=
@@ -4,12 +4,12 @@
 # Contributor: somini 
 
 pkgname=miniflux
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc='Minimalist and opinionated feed reader'
 arch=('x86_64')
 url='https://miniflux.app'
-license=('Apache')
+license=('Apache-2.0')
 depends=('glibc')
 optdepends=(
   'postgresql: for local PostgreSQL instance'
@@ -21,9 +21,9 @@ source=(
   "$pkgname::git+https://github.com/miniflux/v2.git#tag=$pkgver;
   'sysusers.conf'
 )
-sha512sums=('1101789d9581d504acfcb09bda5940182953bb597b713924dc9a145bc5c9e8c3f7d0b85b083e8accc4f86af997e79bf17f39462102286cb9a686d17efcbf21c5'
+sha512sums=('0849ad28a68f6a30490987171e46d9a7877f9fc5436102f73ac1f5ab987a1c97d0f20639d3c9be1d9a45fde6df425c1e88f0a71ba053b5a3d58ad2c151325b04'
 
'eb026d1eb085f0638161a6a75af5e870c7ba4755012bf7f895de5c1bdd9fbdcb44a8aacbb71c482ca101c214f12f65906ddbcbb7044fad051490f44276aba8e5')
-b2sums=('c890c13194a84cf4636388aad34d72ea949a0447b593e52911b33adf54b1b7118dee0c2c2d4bc05289485f09ac5684dc25da3e56c3cacf6a51c37a667a919c44'
+b2sums=('f610338ec64a7d608343fddcb3776b40cfb9f2e38274a7d455d343a3688ed39962c052975bc0984dccaffbd32ce95a403139e2f05c5bd31889f5f21386afbbe8'
 
'71a1cba0e015c6b33897e3492dd014efbfac240d3c6f007f86ff7bade830ce0f2809d4d0ad1d8ca1189627e2961dddc7ff6682cd445587f5145bee0eab8a7bf6')
 
 prepare() {
@@ -50,7 +50,7 @@ build() {
   export GOPATH="${srcdir}"
 
   # ensure build date is reproducible
-  local BUILD_DATE="$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" 
+%Y-%m-%d)"
+  local BUILD_DATE=$(git show --no-patch --format=%cd 
--date=format:%Y-%m-%d-%H:%M:%S)
 
   go build -v \
 -buildmode=pie \
@@ -60,7 +60,7 @@ build() {
 -linkmode external \
 -extldflags '${LDFLAGS}' \
 -X miniflux.app/v2/internal/version.Version=${pkgver} \
--X miniflux.app/v2/internal/version.Commit=${_commit} \
+-X miniflux.app/v2/internal/version.Commit=$(git rev-parse HEAD) \
 -X miniflux.app/v2/internal/version.BuildDate=${BUILD_DATE}" \
 -o build \
 .



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/miniflux/-/commit/19025bd14ee8c6439b2f533df6824ed5b86580b8

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




[Git][archlinux/packaging/packages/miniflux] Pushed new tag 2.1.4-1

2024-07-10 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.1.4-1 at Arch Linux / Packaging / Packages / 
miniflux

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




[Git][archlinux/packaging/packages/ot-keys] Pushed new tag 1.0.1-1

2024-07-10 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.0.1-1 at Arch Linux / Packaging / Packages / 
ot-keys

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




[Git][archlinux/packaging/packages/ot-keys] Pushed new branch main

2024-07-10 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new branch main at Arch Linux / Packaging / Packages / 
ot-keys

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




[Git][archlinux/packaging/packages/ot-urchin][main] upgpkg: 1.0.2-1

2024-07-10 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
ot-urchin


Commits:
2fc8a272 by George Rawlinson at 2024-07-10T19:40:11+12:00
upgpkg: 1.0.2-1

* New upstream release.
* Update license to use SPDX reference.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = ot-urchin
pkgdesc = A hybrid drum synth that models the gritty lo-fi sound of 
vintage beats
-   pkgver = 1.0.0
+   pkgver = 1.0.2
pkgrel = 1
url = https://punklabs.com/ot-urchin
arch = x86_64
groups = pro-audio
-   license = GPL3
+   license = GPL-3.0-or-later
makedepends = rust
makedepends = libglvnd
makedepends = python
@@ -15,12 +15,12 @@ pkgbase = ot-urchin
makedepends = libxcb
makedepends = libxcursor
makedepends = xcb-util-wm
-   source = 
ot-urchin-1.0.0.zip::https://punklabs.com/content/projects/ot-urchin/downloads/OneTrickURCHIN-Source-v1.0.0.zip
-   source = 
ot-urchin-1.0.0-UserGuide.pdf::https://punklabs.com/content/projects/ot-urchin/downloads/OneTrick%20URCHIN%20User%20Guide.pdf
-   sha512sums = 
7dfb87a5989ebbf8e6f3581f41266c0b76faa496c641433ba99e83a8b2fedf43a416fde692dbda61e1f9bb9d93cdb46f62edef53826eb0fc6e92aad8206d0888
-   sha512sums = 
14c3733523da6826b88f2942213aa0487cb97dbba21b22dab2d39c9f31f18d9a50c33fd61bc1c67377490b0f4f0227854ac2ced2fda9ef0da19fb6f1a2f47f4e
-   b2sums = 
274fd49d0eaae0b9cc1b9e04650f2bb5dba9c4283565e7d292fc6a4fc82deda5fec9b35a9a9fa61f26ef37039e411047ab26d3df6a57da3bc6edd8478928f95d
-   b2sums = 
d34311025c69665beb59bfe35a3051c6c5a3c8896de97b091c9aac0f9c3cb27e39476374288d7ed54e64d4a660c6429c85bf417bc5b17658c0d967329d4846f3
+   source = 
ot-urchin-1.0.2.zip::https://punklabs.com/content/projects/ot-urchin/downloads/OneTrickURCHIN-Source-v1.0.2.zip
+   source = 
ot-urchin-1.0.2-UserGuide.pdf::https://punklabs.com/content/projects/ot-urchin/downloads/OneTrick%20URCHIN%20User%20Guide.pdf
+   sha512sums = 
cd195bff490cc621479fdd93bb3fcf6c58b1b4c9dcf7730bea99a170121afd151f69d826cc962cb3b297c738497f22ec19b4ded99beeabebaa09fbfe4a8695e2
+   sha512sums = 
10b9902c5c786c42573fe5402727b2582b87489f1482df923086541cc6b0258b5424965897dbe2a5d2baeb98db17f51b832bba8c75e0cea4dbb58c009fefda96
+   b2sums = 
81f7e04e1ac0f76a95273347abd3988002820cdad75d5b53b743890bbf63612d0d46346197be902461ba09cdfb5f88a319a43a4e27f018e7ac4adf52f3b20af7
+   b2sums = 
f6a51ace8c7279b488d33fa814ee42990e372bda2fbe0ebe9c9623823b1118cba447fee90559430e5c477f0103f48bd342843ceaf1788f917cb6754929943c93
 
 pkgname = ot-urchin-docs
pkgdesc = A hybrid drum synth that models the gritty lo-fi sound of 
vintage beats - documentation


=
PKGBUILD
=
@@ -7,12 +7,12 @@ pkgname=(
   'ot-urchin-clap'
   'ot-urchin-vst3'
 )
-pkgver=1.0.0
+pkgver=1.0.2
 pkgrel=1
 pkgdesc='A hybrid drum synth that models the gritty lo-fi sound of vintage 
beats'
 arch=('x86_64')
 url='https://punklabs.com/ot-urchin'
-license=('GPL3')
+license=('GPL-3.0-or-later')
 groups=('pro-audio')
 _common_depends=(
   'glibc'
@@ -37,10 +37,10 @@ source=(
   
"$pkgbase-$pkgver.zip::https://punklabs.com/content/projects/ot-urchin/downloads/OneTrickURCHIN-Source-v$pkgver.zip;
   
"$pkgbase-$pkgver-UserGuide.pdf::https://punklabs.com/content/projects/ot-urchin/downloads/OneTrick%20URCHIN%20User%20Guide.pdf;
 )
-sha512sums=('7dfb87a5989ebbf8e6f3581f41266c0b76faa496c641433ba99e83a8b2fedf43a416fde692dbda61e1f9bb9d93cdb46f62edef53826eb0fc6e92aad8206d0888'
-
'14c3733523da6826b88f2942213aa0487cb97dbba21b22dab2d39c9f31f18d9a50c33fd61bc1c67377490b0f4f0227854ac2ced2fda9ef0da19fb6f1a2f47f4e')
-b2sums=('274fd49d0eaae0b9cc1b9e04650f2bb5dba9c4283565e7d292fc6a4fc82deda5fec9b35a9a9fa61f26ef37039e411047ab26d3df6a57da3bc6edd8478928f95d'
-
'd34311025c69665beb59bfe35a3051c6c5a3c8896de97b091c9aac0f9c3cb27e39476374288d7ed54e64d4a660c6429c85bf417bc5b17658c0d967329d4846f3')
+sha512sums=('cd195bff490cc621479fdd93bb3fcf6c58b1b4c9dcf7730bea99a170121afd151f69d826cc962cb3b297c738497f22ec19b4ded99beeabebaa09fbfe4a8695e2'
+
'10b9902c5c786c42573fe5402727b2582b87489f1482df923086541cc6b0258b5424965897dbe2a5d2baeb98db17f51b832bba8c75e0cea4dbb58c009fefda96')
+b2sums=('81f7e04e1ac0f76a95273347abd3988002820cdad75d5b53b743890bbf63612d0d46346197be902461ba09cdfb5f88a319a43a4e27f018e7ac4adf52f3b20af7'
+
'f6a51ace8c7279b488d33fa814ee42990e372bda2fbe0ebe9c9623823b1118cba447fee90559430e5c477f0103f48bd342843ceaf1788f917cb6754929943c93')
 
 prepare() {
   # download dependencies



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ot-urchin/-/commit/2fc8a272016c46c8a0ed31a1881ca6d931f3dfe1

-- 
View it on GitLab: 

[Git][archlinux/packaging/packages/ot-urchin] Pushed new tag 1.0.2-1

2024-07-10 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.0.2-1 at Arch Linux / Packaging / Packages / 
ot-urchin

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




[Git][archlinux/packaging/packages/ot-cryptid][main] upgpkg: 1.0.2-1

2024-07-10 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
ot-cryptid


Commits:
a79ed52d by George Rawlinson at 2024-07-10T19:39:28+12:00
upgpkg: 1.0.2-1

* New upstream release.
* Update license to use SPDX reference.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = ot-cryptid
pkgdesc = FM drum synthesizer with a Yamaha DX-7 emulation sound engine
-   pkgver = 1.0.1
-   pkgrel = 3
+   pkgver = 1.0.2
+   pkgrel = 1
url = https://punklabs.com/ot-cryptid
arch = x86_64
groups = pro-audio
-   license = GPL3
+   license = GPL-3.0-or-later
makedepends = alsa-lib
makedepends = rust
makedepends = jack
@@ -15,12 +15,12 @@ pkgbase = ot-cryptid
makedepends = libxcb
makedepends = libxcursor
makedepends = xcb-util-wm
-   source = 
ot-cryptid-1.0.1.zip::https://punklabs.com/content/projects/ot-cryptid/downloads/OneTrick-CRYPTID-1.0.1-Source.zip
-   source = 
ot-cryptid-1.0.1-UserGuide.pdf::https://punklabs.com/content/projects/ot-cryptid/downloads/OneTrick%20CRYPTID%20User%20Guide.pdf
-   sha512sums = 
1b48e988c7fc6bd2a1a45f06f848dd9eaadf51f91c36e093d18185b2a6df4971f3884056ea4be3ec9b7455b84d579544e5abf8553951e2ea0fec692651310679
-   sha512sums = 
b485343816b463844c4cf7727541d87a81538ab0d655207fae1de66a540cfbafc9a0fd0056c15d2069f9c066b3416f094aae7977ed68deaeddae3cd2aac8ff2f
-   b2sums = 
78f6f79e9cf366d68a86e18d2504e67e017e4e793d818d1c2311f15223bc9b87a976e4bbc9d21cc97de07c13630a5337376ae1853cb00b8c4c44020e40c30fe9
-   b2sums = 
34e81e067128285f0b30ff5398322be9e9ac1c7c4234c6d0311743f7d58f376b4b9de6b69a00dbf850da195d1aefa0f739918d97cffee3469b7059e27632c07e
+   source = 
ot-cryptid-1.0.2.zip::https://punklabs.com/content/projects/ot-cryptid/downloads/OneTrickCRYPTID-Source-v1.0.2.zip
+   source = 
ot-cryptid-1.0.2-UserGuide.pdf::https://punklabs.com/content/projects/ot-cryptid/downloads/OneTrick%20CRYPTID%20User%20Guide.pdf
+   sha512sums = 
1d94d95a441ce6ee9d57a8f8097c26e52bf85d2c804df6464f17e5d686ee7d62dc702cc5774f79e78e7005e0434a3ca0aa684b7e2a61d98513df13b3699ce963
+   sha512sums = 
82bd855d50ccf7e4fe375c8448e744c6597f4f4e1e96f042ab5c8f4a74c4aea813ab3c99fcfb51dc973d45d8342e226596879f25fba91464e5bfc11ffea6f843
+   b2sums = 
661410463b1e36a9468edcc3fd48dbff467b76f4dbdd5c3249829aba35bbb509a92c3956aff6438ed8be19d75e0d0c843c5c1d7e3d19315263c8062b24da1ba5
+   b2sums = 
533df354963b33b9d4a697b8eee1fca492390bb44763db10e2eb7fb1f77758d997e0070828a5d196f8c7de67205889ff14aa1dab5026f7103c1dd98564ee6e6e
 
 pkgname = ot-cryptid-docs
pkgdesc = FM drum synthesizer with a Yamaha DX-7 emulation sound engine 
- documentation


=
PKGBUILD
=
@@ -7,12 +7,12 @@ pkgname=(
   'ot-cryptid-vst3'
   'ot-cryptid-standalone'
 )
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='FM drum synthesizer with a Yamaha DX-7 emulation sound engine'
 arch=('x86_64')
 url='https://punklabs.com/ot-cryptid'
-license=('GPL3')
+license=('GPL-3.0-or-later')
 groups=('pro-audio')
 _common_depends=(
   'glibc'
@@ -35,13 +35,13 @@ makedepends=(
   'xcb-util-wm'
 )
 source=(
-  
"$pkgbase-$pkgver.zip::https://punklabs.com/content/projects/ot-cryptid/downloads/OneTrick-CRYPTID-$pkgver-Source.zip;
+  
"$pkgbase-$pkgver.zip::https://punklabs.com/content/projects/ot-cryptid/downloads/OneTrickCRYPTID-Source-v$pkgver.zip;
   
"$pkgbase-$pkgver-UserGuide.pdf::https://punklabs.com/content/projects/ot-cryptid/downloads/OneTrick%20CRYPTID%20User%20Guide.pdf;
 )
-sha512sums=('1b48e988c7fc6bd2a1a45f06f848dd9eaadf51f91c36e093d18185b2a6df4971f3884056ea4be3ec9b7455b84d579544e5abf8553951e2ea0fec692651310679'
-
'b485343816b463844c4cf7727541d87a81538ab0d655207fae1de66a540cfbafc9a0fd0056c15d2069f9c066b3416f094aae7977ed68deaeddae3cd2aac8ff2f')
-b2sums=('78f6f79e9cf366d68a86e18d2504e67e017e4e793d818d1c2311f15223bc9b87a976e4bbc9d21cc97de07c13630a5337376ae1853cb00b8c4c44020e40c30fe9'
-
'34e81e067128285f0b30ff5398322be9e9ac1c7c4234c6d0311743f7d58f376b4b9de6b69a00dbf850da195d1aefa0f739918d97cffee3469b7059e27632c07e')
+sha512sums=('1d94d95a441ce6ee9d57a8f8097c26e52bf85d2c804df6464f17e5d686ee7d62dc702cc5774f79e78e7005e0434a3ca0aa684b7e2a61d98513df13b3699ce963'
+
'82bd855d50ccf7e4fe375c8448e744c6597f4f4e1e96f042ab5c8f4a74c4aea813ab3c99fcfb51dc973d45d8342e226596879f25fba91464e5bfc11ffea6f843')
+b2sums=('661410463b1e36a9468edcc3fd48dbff467b76f4dbdd5c3249829aba35bbb509a92c3956aff6438ed8be19d75e0d0c843c5c1d7e3d19315263c8062b24da1ba5'
+
'533df354963b33b9d4a697b8eee1fca492390bb44763db10e2eb7fb1f77758d997e0070828a5d196f8c7de67205889ff14aa1dab5026f7103c1dd98564ee6e6e')
 
 prepare() {
   # download dependencies



View it on GitLab: 

[Git][archlinux/packaging/packages/ot-cryptid] Pushed new tag 1.0.2-1

2024-07-10 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.0.2-1 at Arch Linux / Packaging / Packages / 
ot-cryptid

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




[Git][archlinux/packaging/packages/certbot-nginx][main] upgpkg: 2.11.0-1: upgpkg: 2.11.0-1

2024-07-09 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
certbot-nginx


Commits:
c8ef9eee by George Rawlinson at 2024-07-10T10:38:46+12:00
upgpkg: 2.11.0-1: upgpkg: 2.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,21 +1,22 @@
 pkgbase = certbot-nginx
pkgdesc = Nginx plugin for Certbot
-   pkgver = 2.8.0
-   pkgrel = 2
+   pkgver = 2.11.0
+   pkgrel = 1
url = https://pypi.python.org/pypi/certbot-nginx
arch = any
-   license = Apache
+   license = Apache-2.0
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-wheel
makedepends = python-installer
-   depends = certbot=2.8.0
-   depends = python-acme=2.8.0
+   depends = certbot=2.11.0
+   depends = python-acme=2.11.0
depends = python-pyopenssl
depends = python-pyparsing
depends = python-setuptools
-   source = 
github.com-certbot-certbot::git+https://github.com/certbot/certbot#commit=e9225d1cc27345e65df40a624be188cd02976768
-   b2sums = SKIP
+   source = 
github.com-certbot-certbot::git+https://github.com/certbot/certbot#tag=v2.11.0
+   sha512sums = 
92edffc2662902eb2617d473486301ecf2a80c129963e21236a01d4b6450fe4cc02032e4c4afe28c18a47cffc301b33e9f435eaeebc75a05d3ce776898e666d3
+   b2sums = 
feed7a8f8ad7f1709a33a1fe4f7679b1506e48625529821edcd4a183155a4483e4e9376dc5a0f3caeb32f2cb363c0856754baee59f4b7b4f110b6b38ee45
 
 pkgname = certbot-nginx


=
PKGBUILD
=
@@ -3,11 +3,11 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=2.8.0
-pkgrel=2
+pkgver=2.11.0
+pkgrel=1
 pkgdesc='Nginx plugin for Certbot'
 arch=('any')
-license=('Apache')
+license=('Apache-2.0')
 url='https://pypi.python.org/pypi/certbot-nginx'
 depends=(
   "certbot=$pkgver"
@@ -26,16 +26,10 @@ checkdepends=('python-pytest')
 # git repository is used because certbot is a huge monorepo and it's easier to
 # share the entire repository across all certbot related packages than a few
 # hundred tarballs.
-_commit='e9225d1cc27345e65df40a624be188cd02976768'
 _repo='github.com-certbot-certbot'
-source=("$_repo::git+https://github.com/certbot/certbot#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$_repo"
-
-  git describe --tags | sed 's/^v//'
-}
+source=("$_repo::git+https://github.com/certbot/certbot#tag=v$pkgver;)
+sha512sums=('92edffc2662902eb2617d473486301ecf2a80c129963e21236a01d4b6450fe4cc02032e4c4afe28c18a47cffc301b33e9f435eaeebc75a05d3ce776898e666d3')
+b2sums=('feed7a8f8ad7f1709a33a1fe4f7679b1506e48625529821edcd4a183155a4483e4e9376dc5a0f3caeb32f2cb363c0856754baee59f4b7b4f110b6b38ee45')
 
 prepare() {
   cd "$_repo/$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/certbot-nginx/-/commit/c8ef9eee2b1ba0b7ef05ebde6bef345c879a95bf

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




[Git][archlinux/packaging/packages/certbot-nginx] Pushed new tag 2.11.0-1

2024-07-09 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.11.0-1 at Arch Linux / Packaging / Packages / 
certbot-nginx

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




  1   2   3   4   5   6   7   8   9   10   >