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

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


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

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




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

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


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


Commits:
1ce35f87 by Caleb Maclennan at 2024-06-09T00:06:09+03:00
upgpkg: 1:1.39.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
-   pkgver = 1.39.3
+   pkgver = 1.39.4
pkgrel = 1
epoch = 1
url = https://www.dolthub.com
@@ -8,7 +8,7 @@ pkgbase = dolt
license = Apache
makedepends = go
depends = glibc
-   source = 
https://github.com/dolthub/dolt/archive/v1.39.3/dolt-1.39.3.tar.gz
-   sha256sums = 
aa0451510fbece520849744d54d43570963d81093c09f16f3ce278f5e23d3e2d
+   source = 
https://github.com/dolthub/dolt/archive/v1.39.4/dolt-1.39.4.tar.gz
+   sha256sums = 
3ea86fbf259c8dafbc110b65ab10c4883120b8b5b9ebfb1b5b8a1afb9e3cca43
 
 pkgname = dolt


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



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

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




[Git][archlinux/packaging/packages/zed][main] upgpkg: 0.138.6-1

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


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


Commits:
5f65da66 by Caleb Maclennan at 2024-06-07T12:38:42+03:00
upgpkg: 0.138.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = zed
pkgdesc = A high-performance, multiplayer code editor from the creators 
of Atom and Tree-sitter
-   pkgver = 0.138.4
+   pkgver = 0.138.6
pkgrel = 1
url = https://zed.dev
arch = x86_64
@@ -33,7 +33,7 @@ pkgbase = zed
optdepends = eslint: improved Javascript language support
optdepends = rust-analyzer: improved Rust language support
replaces = zed-editor
-   source = 
https://github.com/zed-industries/zed/archive/v0.138.4/zed-0.138.4.tar.gz
-   sha256sums = 
78eff0eec799820d07e7bcd13246612e541492c90e848910d4d62e63788d6952
+   source = 
https://github.com/zed-industries/zed/archive/v0.138.6/zed-0.138.6.tar.gz
+   sha256sums = 
d235109bbc986103cfe72655c3ac4bce9fa2dbac97184f4df4f23390728a9d99
 
 pkgname = zed


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Marcell Pardavi 
 
 pkgname=zed
-pkgver=0.138.4
+pkgver=0.138.6
 pkgrel=1
 pkgdesc='A high-performance, multiplayer code editor from the creators of Atom 
and Tree-sitter'
 arch=(x86_64)
@@ -36,7 +36,7 @@ optdepends=('clang: improved C/C++ language support'
 'rust-analyzer: improved Rust language support')
 _archive="$pkgname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('78eff0eec799820d07e7bcd13246612e541492c90e848910d4d62e63788d6952')
+sha256sums=('d235109bbc986103cfe72655c3ac4bce9fa2dbac97184f4df4f23390728a9d99')
 
 prepare() {
cd "$_archive"



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

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




[Git][archlinux/packaging/packages/zed] Pushed new tag 0.138.6-1

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


Caleb Maclennan pushed new tag 0.138.6-1 at Arch Linux / Packaging / Packages / 
zed

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




[Git][archlinux/packaging/packages/sile] Pushed new tag 0.15.0-1

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


Caleb Maclennan pushed new tag 0.15.0-1 at Arch Linux / Packaging / Packages / 
sile

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




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

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


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


Commits:
22d49d51 by Caleb Maclennan at 2024-06-06T23:45:25+03:00
upgpkg: 1:10.0.8-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = croc
pkgdesc = Easily and securely send things from one computer to another.
-   pkgver = 10.0.7
+   pkgver = 10.0.8
pkgrel = 1
epoch = 1
url = https://github.com/schollz/croc
@@ -8,7 +8,7 @@ pkgbase = croc
license = MIT
makedepends = go
depends = glibc
-   source = 
croc-v10.0.7.tar.gz::https://github.com/schollz/croc/releases/download/v10.0.7/croc_v10.0.7_src.tar.gz
-   sha256sums = 
2fa74ac0fac0f518681b0e2c9cf876d254aa6c1c6324b3baabac2f0ce93eba1a
+   source = 
croc-v10.0.8.tar.gz::https://github.com/schollz/croc/releases/download/v10.0.8/croc_v10.0.8_src.tar.gz
+   sha256sums = 
8b48f13a4968c6877f4c7a039ed91147b553b8eb99fa0cab675fe82548137fef
 
 pkgname = croc


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=10.0.7
+pkgver=10.0.8
 pkgrel=1
 epoch=1
 pkgdesc='Easily and securely send things from one computer to another.'
@@ -14,7 +14,7 @@ depends=(glibc)
 makedepends=(go)
 _archive="$pkgname-v$pkgver"
 
source=("$_archive.tar.gz::$url/releases/download/v$pkgver/${pkgname}_v${pkgver}_src.tar.gz")
-sha256sums=('2fa74ac0fac0f518681b0e2c9cf876d254aa6c1c6324b3baabac2f0ce93eba1a')
+sha256sums=('8b48f13a4968c6877f4c7a039ed91147b553b8eb99fa0cab675fe82548137fef')
 
 build() {
 cd "$_archive"



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

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




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

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


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

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




[Git][archlinux/packaging/packages/python-pylint][main] upgpkg: 3.2.3-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-pylint


Commits:
10776856 by Caleb Maclennan at 2024-06-06T17:47:44+03:00
upgpkg: 3.2.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pylint
pkgdesc = Analyzes Python code looking for bugs and signs of poor 
quality
-   pkgver = 3.2.2
+   pkgver = 3.2.3
pkgrel = 1
url = https://pylint.pycqa.org
arch = any
@@ -27,7 +27,7 @@ pkgbase = python-pylint
depends = python-platformdirs
depends = python-tomlkit
optdepends = graphviz: Enable output formats other than dot or vcg
-   source = 
https://github.com/PyCQA/pylint/archive/v3.2.2/pylint-3.2.2.tar.gz
-   sha256sums = 
04083d8df982caf984e1a9908ced17abc0005a1cd51b1ac568fac1ac22473ad6
+   source = 
https://github.com/PyCQA/pylint/archive/v3.2.3/pylint-3.2.3.tar.gz
+   sha256sums = 
0032ab7c5a1191158d8ad6e20da8aa5db6c0d4dbf2597833e07b343fb1f556ae
 
 pkgname = python-pylint


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
@@ -34,7 +34,7 @@ checkdepends=(mpdecimal
 optdepends=('graphviz: Enable output formats other than dot or vcg')
 _archive="$_pyname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('04083d8df982caf984e1a9908ced17abc0005a1cd51b1ac568fac1ac22473ad6')
+sha256sums=('0032ab7c5a1191158d8ad6e20da8aa5db6c0d4dbf2597833e07b343fb1f556ae')
 
 prepare() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint/-/commit/10776856b6be5564324f3d4b9e324967b06a77dd

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




[Git][archlinux/packaging/packages/python-pylint] Pushed new tag 3.2.3-1

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


Caleb Maclennan pushed new tag 3.2.3-1 at Arch Linux / Packaging / Packages / 
python-pylint

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




[Git][archlinux/packaging/packages/tesseract][main] upgpkg: 5.4.0-1

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


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


Commits:
bad08877 by Caleb Maclennan at 2024-06-06T17:21:53+03:00
upgpkg: 5.4.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tesseract
pkgdesc = An OCR program
-   pkgver = 5.3.4
-   pkgrel = 2
+   pkgver = 5.4.0
+   pkgrel = 1
url = https://github.com/tesseract-ocr/tesseract
arch = x86_64
license = APACHE
@@ -141,8 +141,8 @@ pkgbase = tesseract
optdepends = tesseract-data-yid: OCR data (yid)
optdepends = tesseract-data-yor: OCR data (yor)
provides = libtesseract.so
-   source = 
https://github.com/tesseract-ocr/tesseract/archive/5.3.4/tesseract-5.3.4.tar.gz
-   sha256sums = 
141afc12b34a14bb691a939b4b122db0d51bd38feda7f41696822bacea7710c7
+   source = 
https://github.com/tesseract-ocr/tesseract/archive/5.4.0/tesseract-5.4.0.tar.gz
+   sha256sums = 
30ceffd9b86780f01cbf4eaf9b7fc59abddfcbaf5bbd52f9a633c6528cb183fd
 
 pkgname = tesseract
depends = gcc-libs


=
PKGBUILD
=
@@ -13,8 +13,8 @@ _langs=(afr amh ara asm aze aze_cyrl bel ben bod bos bre bul 
cat ceb ces
 tel tgk tgl tha tir ton tur uig ukr urd uzb uzb_cyrl vie yid yor)
 
 pkgname=tesseract
-pkgver=5.3.4
-pkgrel=2
+pkgver=5.4.0
+pkgrel=1
 pkgdesc='An OCR program'
 arch=(x86_64)
 url="https://github.com/tesseract-ocr/tesseract;
@@ -28,7 +28,7 @@ for _lang in "${_langs[@]}"; do
 done
 provides=(libtesseract.so)
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('141afc12b34a14bb691a939b4b122db0d51bd38feda7f41696822bacea7710c7')
+sha256sums=('30ceffd9b86780f01cbf4eaf9b7fc59abddfcbaf5bbd52f9a633c6528cb183fd')
 
 build() {
   cd "$srcdir"/$pkgname-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tesseract/-/commit/bad088778b6dfde7d79a097bc61d831d3243dd17

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




[Git][archlinux/packaging/packages/tesseract] Pushed new tag 5.4.0-1

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


Caleb Maclennan pushed new tag 5.4.0-1 at Arch Linux / Packaging / Packages / 
tesseract

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




[Git][archlinux/packaging/packages/jujutsu][main] upgpkg: 0.18.0-1

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


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


Commits:
75d1bf23 by Caleb Maclennan at 2024-06-06T16:30:09+03:00
upgpkg: 0.18.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = jujutsu
pkgdesc = Git-compatible VCS that is both simple and powerful
-   pkgver = 0.17.1
+   pkgver = 0.18.0
pkgrel = 1
url = https://github.com/martinvonz/jj
arch = x86_64
@@ -12,7 +12,14 @@ pkgbase = jujutsu
depends = libgit2
depends = zstd
replaces = jujutsu-bin
-   source = 
https://github.com/martinvonz/jj/archive/refs/tags/v0.17.1/jj-0.17.1.tar.gz
-   sha256sums = 
653e1190a82a39dae733487a11aa641ba62a36ae1e221c21844f822575961919
+   source = 
https://github.com/martinvonz/jj/archive/refs/tags/v0.18.0/jj-0.18.0.tar.gz
+   sha256sums = 
3e07ba61974e05daa604bdd5a31ec0aaad52e16226dabb380916b8e7e7702b9b
 
 pkgname = jujutsu
+   depends = gcc-libs
+   depends = glibc
+   depends = openssl
+   depends = libgit2
+   depends = zstd
+   depends = libgit2.so
+   depends = libz.so


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=jujutsu
 _pkgname=jj
-pkgver=0.17.1
+pkgver=0.18.0
 pkgrel=1
 pkgdesc='Git-compatible VCS that is both simple and powerful'
 arch=(x86_64)
@@ -20,38 +20,44 @@ replaces=("$pkgname-bin")
 makedepends=(cargo)
 _archive="$_pkgname-$pkgver"
 source=("$url/archive/refs/tags/v$pkgver/$_archive.tar.gz")
-sha256sums=('653e1190a82a39dae733487a11aa641ba62a36ae1e221c21844f822575961919')
+sha256sums=('3e07ba61974e05daa604bdd5a31ec0aaad52e16226dabb380916b8e7e7702b9b')
 
 prepare() {
cd "$_archive"
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
+   mkdir -p completions
 }
 
 build() {
cd "$_archive"
CFLAGS+=' -ffat-lto-objects'
cargo build --frozen --release --all-features --package jj-cli
-   target/release/jj util completion bash > jj.bash
-   target/release/jj util completion zsh > _jj
-   target/release/jj util completion fish > jj.fish
-   target/release/jj util completion elvish > jj.elv
+   local jj=target/release/jj
+   $jj util completion bash > completions/jj
+   $jj util completion elvish > completions/jj.elv
+   $jj util completion fish > completions/jj.fish
+   $jj util completion zsh > completions/_jj
 }
 
 check() {
-   depends+=(libgit2.so
- libz.so)
cd "$_archive"
+   local skipped=(
+   test_diff_command # relies on config of external command
+   test_acls::test_diff # relies on assumptions about tty
+   )
cargo test --frozen --all-features --package jj-cli -- \
-   --skip test_diff_command
+   ${skipped[@]/#/--skip }
 }
 
 package() {
+   depends+=(libgit2.so
+ libz.so)
cd "$_archive"
install -Dm0755 -t "$pkgdir/usr/bin" target/release/jj
-   install -Dm0644 jj.bash 
"$pkgdir/usr/share/bash-completion/completions/jj"
-   install -Dm0644 -t "$pkgdir/usr/share/zsh/site-functions/" _jj
-   install -Dm0644 -t "$pkgdir/usr/share/fish/completions/" jj.fish
-   install -Dm0644 -t "$pkgdir/usr/share/elvish/lib/" jj.elv
+   install -Dm0644 -t "$pkgdir/usr/share/bash-completion/completions/" 
completions/jj
+   install -Dm0644 -t "$pkgdir/usr/share/elvish/lib/" completions/jj.elv
+   install -Dm0644 -t "$pkgdir/usr/share/fish/completions/" 
completions/jj.fish
+   install -Dm0644 -t "$pkgdir/usr/share/zsh/site-functions/" 
completions/_jj
install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname" ./*.md
cp -at "$pkgdir/usr/share/doc/$pkgname" docs
# Avoid namcap warning for dead symlink



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/75d1bf23a13f773426d484b02727c8fa8324f181

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




[Git][archlinux/packaging/packages/jujutsu] Pushed new tag 0.18.0-1

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


Caleb Maclennan pushed new tag 0.18.0-1 at Arch Linux / Packaging / Packages / 
jujutsu

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




[Git][archlinux/packaging/packages/greetd] Pushed new tag 0.10.1-2

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


Caleb Maclennan pushed new tag 0.10.1-2 at Arch Linux / Packaging / Packages / 
greetd

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




[Git][archlinux/packaging/packages/greetd][main] upgpkg: 0.10.1-2

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


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


Commits:
df7f0e24 by Caleb Maclennan at 2024-06-06T13:07:45+03:00
upgpkg: 0.10.1-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = greetd
pkgdesc = Generic greeter daemon
pkgver = 0.10.1
-   pkgrel = 1
+   pkgrel = 2
url = https://git.sr.ht/~kennylevinsen/greetd
arch = x86_64
license = GPL-3.0-only
-   makedepends = cargo-nightly
+   makedepends = cargo
makedepends = scdoc
depends = gcc-libs
depends = glibc


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgbase=greetd
 pkgname=($pkgbase $pkgbase-agreety)
 pkgver=0.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Generic greeter daemon'
 arch=(x86_64)
 url="https://git.sr.ht/~kennylevinsen/$pkgbase;
@@ -13,7 +13,7 @@ license=(GPL-3.0-only)
 depends=(gcc-libs
  glibc
  systemd)
-makedepends=(cargo-nightly
+makedepends=(cargo
  scdoc)
 # optdepends=('greetd-gtkgreet: Simple GTK based greeter'
 # 'greetd-dlm: Dumb Login Manager'
@@ -30,8 +30,7 @@ 
sha256sums=('03098623b248c9c9b8d8bdbb1605117871df0ea2b9299574516f983a6a49db6d'
 
 prepare() {
cd "$_archive"
-   # Gah! Upstream started using nightly syntax in a patch release
-   rustup default nightly-2024-06-05
+   sed -i -e '/feature.doc_cfg/d' greetd_ipc/src/lib.rs
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/greetd/-/commit/df7f0e249b7d1033a1ab07fc3628f5592507e46a

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




[Git][archlinux/packaging/packages/greetd][main] upgpkg: 0.10.1-1

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


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


Commits:
d3477ca6 by Caleb Maclennan at 2024-06-06T12:52:34+03:00
upgpkg: 0.10.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,19 @@
 pkgbase = greetd
pkgdesc = Generic greeter daemon
-   pkgver = 0.10.0
+   pkgver = 0.10.1
pkgrel = 1
url = https://git.sr.ht/~kennylevinsen/greetd
arch = x86_64
-   license = GPL3
-   makedepends = cargo
+   license = GPL-3.0-only
+   makedepends = cargo-nightly
makedepends = scdoc
depends = gcc-libs
depends = glibc
depends = systemd
-   source = 
greetd-0.10.0.tar.gz::https://git.sr.ht/~kennylevinsen/greetd/archive/0.10.0.tar.gz
+   source = 
greetd-0.10.1.tar.gz::https://git.sr.ht/~kennylevinsen/greetd/archive/0.10.1.tar.gz
source = greetd.sysusers
source = greetd.pam
-   sha256sums = 
d6151a8683f386c53a010b6dfe37cf4c842bc03313bed7a917be96309372d1df
+   sha256sums = 
03098623b248c9c9b8d8bdbb1605117871df0ea2b9299574516f983a6a49db6d
sha256sums = 
896b7c9b5ec9c9c5795842db9b0f0d792b9d0ceda35891c5c169a9150795b8d1
sha256sums = 
993a3096c2b113e6800f2abbd5d4233ebf1a97eef423990d3187d665d3490b92
 


=
PKGBUILD
=
@@ -4,16 +4,16 @@
 
 pkgbase=greetd
 pkgname=($pkgbase $pkgbase-agreety)
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc='Generic greeter daemon'
 arch=(x86_64)
 url="https://git.sr.ht/~kennylevinsen/$pkgbase;
-license=(GPL3)
+license=(GPL-3.0-only)
 depends=(gcc-libs
  glibc
  systemd)
-makedepends=(cargo
+makedepends=(cargo-nightly
  scdoc)
 # optdepends=('greetd-gtkgreet: Simple GTK based greeter'
 # 'greetd-dlm: Dumb Login Manager'
@@ -24,13 +24,15 @@ _archive="$pkgbase-$pkgver"
 source=("$_archive.tar.gz::$url/archive/$pkgver.tar.gz"
 "$pkgbase.sysusers"
 "$pkgbase.pam")
-sha256sums=('d6151a8683f386c53a010b6dfe37cf4c842bc03313bed7a917be96309372d1df'
+sha256sums=('03098623b248c9c9b8d8bdbb1605117871df0ea2b9299574516f983a6a49db6d'
 '896b7c9b5ec9c9c5795842db9b0f0d792b9d0ceda35891c5c169a9150795b8d1'
 '993a3096c2b113e6800f2abbd5d4233ebf1a97eef423990d3187d665d3490b92')
 
 prepare() {
cd "$_archive"
-   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+   # Gah! Upstream started using nightly syntax in a patch release
+   rustup default nightly-2024-06-05
+   cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {
@@ -45,8 +47,9 @@ check() {
 }
 
 package_greetd() {
-   # The default config uses agreety, so even though people can substitute 
othe packages that provide a greeter
-   # we should keep the agreety dependency until installing a different 
one would work without manual intervention.
+   # The default config uses agreety, so even though people can substitute
+   # other packages that provide a greeter we should keep the agreety 
dependency
+   # until installing a different one would work without manual 
intervention.
depends+=("$pkgbase-agreety"
  "$pkgbase-greeter"
  pam)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/greetd/-/commit/d3477ca6c97e45926ceb557685d42a4bef5548e0

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




[Git][archlinux/packaging/packages/greetd] Pushed new tag 0.10.1-1

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


Caleb Maclennan pushed new tag 0.10.1-1 at Arch Linux / Packaging / Packages / 
greetd

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




[Git][archlinux/packaging/packages/uv][main] upgpkg: 0.2.8-1

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


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


Commits:
b2a9289e by Caleb Maclennan at 2024-06-06T12:42:46+03:00
upgpkg: 0.2.8-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = uv
pkgdesc = An extremely fast Python package installer and resolver 
written in Rust
-   pkgver = 0.2.7
+   pkgver = 0.2.8
pkgrel = 1
url = https://github.com/astral-sh/uv
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = uv
depends = zlib
depends = libz.so
options = !lto
-   source = git+https://github.com/astral-sh/uv.git#tag=0.2.7
-   sha256sums = 
1c379510d754655d12674dee790bc840b551bc4022e4529f31894a070e447cd5
+   source = git+https://github.com/astral-sh/uv.git#tag=0.2.8
+   sha256sums = 
ebcc00ba4c0c2d86829edcb5b24925a013390a8cef5ee764817892eda7d659c2
 
 pkgname = uv
 


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.2.7
+pkgver=0.2.8
 pkgrel=1
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
@@ -20,7 +20,7 @@ makedepends=('cargo' 'maturin' 'python-installer' 'cmake' 
'git')
 checkdepends=('python' 'python-zstandard' 'libxcrypt-compat' 'clang')
 options=('!lto')
 source=("git+$url.git#tag=$pkgver")
-sha256sums=('1c379510d754655d12674dee790bc840b551bc4022e4529f31894a070e447cd5')
+sha256sums=('ebcc00ba4c0c2d86829edcb5b24925a013390a8cef5ee764817892eda7d659c2')
 
 prepare() {
   cd "$pkgbase"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/b2a9289e70e627b394cc776b226c89a7f03f239e

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




[Git][archlinux/packaging/packages/uv] Pushed new tag 0.2.8-1

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


Caleb Maclennan pushed new tag 0.2.8-1 at Arch Linux / Packaging / Packages / uv

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




[Git][archlinux/packaging/packages/python-cbor2][main] upgpkg: 5.6.4-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-cbor2


Commits:
03935a22 by Caleb Maclennan at 2024-06-06T12:38:44+03:00
upgpkg: 5.6.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-cbor2
pkgdesc = Pure Python CBOR (de)serializer with extensive tag support
-   pkgver = 5.6.3
-   pkgrel = 3
+   pkgver = 5.6.4
+   pkgrel = 1
url = https://github.com/agronholm/cbor2
arch = x86_64
license = MIT
@@ -14,8 +14,8 @@ pkgbase = python-cbor2
makedepends = python-toml
depends = glibc
depends = python
-   source = 
https://github.com/agronholm/cbor2/archive/refs/tags/5.6.3/cbor2-5.6.3.tar.gz
-   sha512sums = 
3636bcbf9156c78d9ed2b5cc95d6a1df991e9d9d1eb1d9e8f956d3edbe1cbc5cdb8f727785d7045119ff393e9dc139e170e7d415e32f8c3ddb6835669122b9c8
-   b2sums = 
9c21cd5eec1210f75e508df7d912890b3ec660d2adc6a1868d8317c8cfd4d0103960649c299ee97cceae447b2f38d11200b895616758723c901807e88ca0d8b8
+   source = 
https://github.com/agronholm/cbor2/archive/refs/tags/5.6.4/cbor2-5.6.4.tar.gz
+   sha512sums = 
713e82bfc64d82eeaba7f9a18f9be82ec846f8cb18ec393edffd9108aec5346ca0184b188ffeec2e51343d4c30832640d4dbaaaf5de7dc80618f503502c979e9
+   b2sums = 
ed6c8945cb6d5abaeaae1d4ebb78379f5ba230e36b8e1c44c7dc0945108b6e4dd00a0213bc73b039df8534a451496652d1fa8bee68e0b01766a80ed08677bd19
 
 pkgname = python-cbor2


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 _name=cbor2
 pkgname=python-cbor2
-pkgver=5.6.3
-pkgrel=3
+pkgver=5.6.4
+pkgrel=1
 pkgdesc="Pure Python CBOR (de)serializer with extensive tag support"
 arch=(x86_64)
 url="https://github.com/agronholm/cbor2;
@@ -17,8 +17,8 @@ makedepends=(python-{build,installer,wheel}
 checkdepends=(python-hypothesis
   python-pytest)
 source=($url/archive/refs/tags/$pkgver/$_name-$pkgver.tar.gz)
-sha512sums=('3636bcbf9156c78d9ed2b5cc95d6a1df991e9d9d1eb1d9e8f956d3edbe1cbc5cdb8f727785d7045119ff393e9dc139e170e7d415e32f8c3ddb6835669122b9c8')
-b2sums=('9c21cd5eec1210f75e508df7d912890b3ec660d2adc6a1868d8317c8cfd4d0103960649c299ee97cceae447b2f38d11200b895616758723c901807e88ca0d8b8')
+sha512sums=('713e82bfc64d82eeaba7f9a18f9be82ec846f8cb18ec393edffd9108aec5346ca0184b188ffeec2e51343d4c30832640d4dbaaaf5de7dc80618f503502c979e9')
+b2sums=('ed6c8945cb6d5abaeaae1d4ebb78379f5ba230e36b8e1c44c7dc0945108b6e4dd00a0213bc73b039df8534a451496652d1fa8bee68e0b01766a80ed08677bd19')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cbor2/-/commit/03935a22584a8e64f6dee36c25d4de6d7ab312c8

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




[Git][archlinux/packaging/packages/python-cbor2] Pushed new tag 5.6.4-1

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


Caleb Maclennan pushed new tag 5.6.4-1 at Arch Linux / Packaging / Packages / 
python-cbor2

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




[Git][archlinux/packaging/packages/electron30] Pushed new tag 30.1.0-1

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


Caleb Maclennan pushed new tag 30.1.0-1 at Arch Linux / Packaging / Packages / 
electron30

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




[Git][archlinux/packaging/packages/electron29] Pushed new tag 29.4.3-1

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


Caleb Maclennan pushed new tag 29.4.3-1 at Arch Linux / Packaging / Packages / 
electron29

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




[Git][archlinux/packaging/packages/electron29][main] upgpkg: 29.4.3-1

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


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


Commits:
781ddb44 by Caleb Maclennan at 2024-06-06T10:55:41+03:00
upgpkg: 29.4.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = electron29
pkgdesc = Build cross platform desktop apps with web technologies
-   pkgver = 29.4.2
+   pkgver = 29.4.3
pkgrel = 1
url = https://electronjs.org
arch = x86_64
@@ -83,7 +83,7 @@ pkgbase = electron29
optdepends = trash-cli: file deletion support (trash-put)
optdepends = xdg-utils: open URLs with desktop’s default (xdg-email, 
xdg-open)
options = !lto
-   source = git+https://github.com/electron/electron.git#tag=v29.4.2
+   source = git+https://github.com/electron/electron.git#tag=v29.4.3
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/122-3/chromium-patches-122-3.tar.bz2
source = support-ICU-74-in-LazyTextBreakIterator.patch
source = drop-flag-unsupported-by-clang17.patch
@@ -246,7 +246,7 @@ pkgbase = electron29
source = 
chromium-mirror_third_party_vulkan-deps_vulkan-tools_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git#commit=7c6d640a5ca3ab73c1f42d22312f672b54babfaf
source = 
chromium-mirror_third_party_vulkan-deps_vulkan-utility-libraries_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries.git#commit=4cfc176e3242b4dbdfd3f6c5680c5d8f2cb7db45
source = 
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=d26b50b03815ff226e6df478b4ddc4b98d8deaee
-   sha256sums = 
3fa549d267e3f02d321b800a4700f4192d12f85b0b10dbbec3de30074864713e
+   sha256sums = 
5a4318f8afcf5f55762b72e9dff0c00b14962582c1b51b8721ec6a0e3d01d222
sha256sums = 
7916b80d801bcc5c23cb9dd1ae820d939af3ef640dbcb2a3c8d6780dcf6ba7a3
sha256sums = 
8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 # Note: source array can be synced with an Electron release after updating 
$pkgver with:
 # bash -c 'source PKGBUILD; _update_sources'
 
-pkgver=29.4.2
+pkgver=29.4.3
 _gcc_patches=122-3
 pkgrel=1
 _major_ver=${pkgver%%.*}
@@ -230,7 +230,7 @@ 
source=("git+https://github.com/electron/electron.git#tag=v$pkgver;
 
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=d26b50b03815ff226e6df478b4ddc4b98d8deaee
 # END managed sources
 )
-sha256sums=('3fa549d267e3f02d321b800a4700f4192d12f85b0b10dbbec3de30074864713e'
+sha256sums=('5a4318f8afcf5f55762b72e9dff0c00b14962582c1b51b8721ec6a0e3d01d222'
 '7916b80d801bcc5c23cb9dd1ae820d939af3ef640dbcb2a3c8d6780dcf6ba7a3'
 '8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron29/-/commit/781ddb44a54bd699bcd054a328f777390e4b76cf

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




[Git][archlinux/packaging/packages/lightdm-slick-greeter][main] upgpkg: 2.0.4-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
lightdm-slick-greeter


Commits:
9530e537 by Caleb Maclennan at 2024-06-06T02:31:55+03:00
upgpkg: 2.0.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lightdm-slick-greeter
pkgdesc = A slick-looking LightDM greeter
-   pkgver = 2.0.3
+   pkgver = 2.0.4
pkgrel = 1
url = https://github.com/linuxmint/slick-greeter
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = lightdm-slick-greeter
depends = xorg-server
depends = xapp
optdepends = numlockx: enable numerical keypad on supported keyboard
-   source = 
lightdm-slick-greeter-2.0.3.tar.gz::https://github.com/linuxmint/slick-greeter/archive/2.0.3.tar.gz
-   sha512sums = 
db6424e68f547d95fb67c835a8e2a842232cadf92fbded7a329c9e4ed8fd9588ee0914c92a7f11b97d28859e3a8ef2885b6b4cea73214d5693074397edbb7279
-   b2sums = 
cf7991ee5727b52d23b06f87570e4709ca1a2406c773e015fd23d820bec826115a1e5137d99d1816ebc1ecd3f0e1a013ef1a3f1b8f93430f88179127d8a1ddb9
+   source = 
lightdm-slick-greeter-2.0.4.tar.gz::https://github.com/linuxmint/slick-greeter/archive/2.0.4.tar.gz
+   sha512sums = 
e3362b03abe58f76c43644f4638352ab1e934137a4efa1fe6dd7c7c7e40935fbc10c33c1daa432f2bccf0af0b2c141d53581171e01c2cc71a2eaab8aa1ac74d2
+   b2sums = 
275fdef11fe55656a05c2e5abfb17fcc19ef7fc992a004ba5eb339ccd6bba7e7a3d4f49d066150f5a2ad339cdde9352663429d07f557964a7f1d438d36addec8
 
 pkgname = lightdm-slick-greeter


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Sam Burgos 
 
 pkgname=lightdm-slick-greeter
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc='A slick-looking LightDM greeter'
 arch=('x86_64')
@@ -14,8 +14,8 @@ depends=('cairo' 'freetype2' 'gtk3' 'libcanberra' 'libxext' 
'lightdm' 'pixman'
 optdepends=('numlockx: enable numerical keypad on supported keyboard')
 makedepends=('intltool' 'vala' 'gnome-common')
 source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz")
-sha512sums=('db6424e68f547d95fb67c835a8e2a842232cadf92fbded7a329c9e4ed8fd9588ee0914c92a7f11b97d28859e3a8ef2885b6b4cea73214d5693074397edbb7279')
-b2sums=('cf7991ee5727b52d23b06f87570e4709ca1a2406c773e015fd23d820bec826115a1e5137d99d1816ebc1ecd3f0e1a013ef1a3f1b8f93430f88179127d8a1ddb9')
+sha512sums=('e3362b03abe58f76c43644f4638352ab1e934137a4efa1fe6dd7c7c7e40935fbc10c33c1daa432f2bccf0af0b2c141d53581171e01c2cc71a2eaab8aa1ac74d2')
+b2sums=('275fdef11fe55656a05c2e5abfb17fcc19ef7fc992a004ba5eb339ccd6bba7e7a3d4f49d066150f5a2ad339cdde9352663429d07f557964a7f1d438d36addec8')
 
 prepare() {
cd slick-greeter-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lightdm-slick-greeter/-/commit/9530e5377474591813752e77d364a0eadbadd271

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lightdm-slick-greeter/-/commit/9530e5377474591813752e77d364a0eadbadd271
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lightdm-slick-greeter] Pushed new tag 2.0.4-1

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


Caleb Maclennan pushed new tag 2.0.4-1 at Arch Linux / Packaging / Packages / 
lightdm-slick-greeter

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




[Git][archlinux/packaging/packages/bmake][main] upgpkg: 20240602-1

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


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


Commits:
fa906b3a by Caleb Maclennan at 2024-06-06T02:31:42+03:00
upgpkg: 20240602-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = bmake
pkgdesc = Portable version of the NetBSD make build tool
-   pkgver = 20240520
+   pkgver = 20240602
pkgrel = 1
url = https://www.crufty.net/help/sjg/bmake.html
arch = x86_64
-   license = BSD
+   license = BSD-3-Clause
makedepends = bc
optdepends = python: for meta2deps.py script
-   source = https://www.crufty.net/ftp/pub/sjg/bmake-20240520.tar.gz
-   source = https://www.crufty.net/ftp/pub/sjg/bmake-20240520.tar.gz.asc
+   source = https://www.crufty.net/ftp/pub/sjg/bmake-20240602.tar.gz
+   source = https://www.crufty.net/ftp/pub/sjg/bmake-20240602.tar.gz.asc
validpgpkeys = 7E228507C26D8DC164F531BFBA54C8AF755A2A99
-   sha256sums = 
2210ccd455b008df7951f6dbd347bfcc1837c46473014e4b8dd5ff3091ae2894
+   sha256sums = 
44a0f7b0cecd71dc43a03c8fd5eda6d159e0d7e1302f669cc03203e75dde7b9b
sha256sums = SKIP
 
 pkgname = bmake


=
PKGBUILD
=
@@ -1,31 +1,32 @@
-# Maintainer: Ivy Foster 
+# Maintainer: Caleb Maclennan 
 # Maintainer: T.J. Townsend 
+# Contributor: Ivy Foster 
 # Contributor: Alex Szczuczko 
 # Contributor: Devin Cofer 
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20240520
+pkgver=20240602
 pkgrel=1
 pkgdesc='Portable version of the NetBSD make build tool'
 arch=(x86_64)
 url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-optdepends=('python: for meta2deps.py script')
+license=(BSD-3-Clause)
 makedepends=(bc)
+optdepends=('python: for meta2deps.py script')
 
#source=("https://ftp.netbsd.org/pub/NetBSD/misc/sjg/bmake-$pkgver.tar.gz"{,.asc})
 source=("https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz"{,.asc})
-sha256sums=('2210ccd455b008df7951f6dbd347bfcc1837c46473014e4b8dd5ff3091ae2894'
+sha256sums=('44a0f7b0cecd71dc43a03c8fd5eda6d159e0d7e1302f669cc03203e75dde7b9b'
 'SKIP')
 validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
 
 build() {
-  cd bmake
-  ./boot-strap --prefix=/usr op=build
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
 }
 
 package() {
-  cd bmake
-  ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+   cd bmake
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bmake/-/commit/fa906b3a0c99123cae96f44b6b4e56c9f3184fb3

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




[Git][archlinux/packaging/packages/bmake] Pushed new tag 20240602-1

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


Caleb Maclennan pushed new tag 20240602-1 at Arch Linux / Packaging / Packages 
/ bmake

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




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

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


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


Commits:
9e20b050 by Caleb Maclennan at 2024-06-06T01:59:50+03:00
upgpkg: 1.28.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Fredy García 
 
 pkgname=just
-pkgver=1.27.0
+pkgver=1.28.0
 pkgrel=1
 pkgdesc="A handy way to save and run project-specific commands"
 arch=("x86_64")
@@ -12,16 +12,23 @@ license=("custom:CC0")
 depends=("gcc-libs")
 makedepends=("cargo")
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('3f7af44ce43fef5e54df2b64574930e036baadae4a66645e996c4bb2164bf2a3')
+sha256sums=('4c421d1e7b62c41055d53822a44752617ff13aebc76abd6713eb99875c127166')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
   cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
+  mkdir -p man completions
 }
 
 build() {
   cd "${pkgname}-${pkgver}"
   cargo build --frozen --release
+  local just="cargo run --frozen --release --"
+  $just --man > "man/${pkgname}.1"
+  $just --completions bash > "completions/${pkgname}"
+  $just --completions elvish > "completions/${pkgname}.elv"
+  $just --completions fish > "completions/${pkgname}.fish"
+  $just --completions zsh > "completions/_${pkgname}"
 }
 
 check() {
@@ -34,7 +41,8 @@ package() {
   install -Dm755 -t "${pkgdir}/usr/bin/" "target/release/${pkgname}"
   install -Dm644 -t "${pkgdir}/usr/share/man/man1/" "man/${pkgname}.1"
   install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" "LICENSE"
-  install -Dm644 "completions/just.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_just"
-  install -Dm644 "completions/just.bash" 
"${pkgdir}/usr/share/bash-completion/completions/just"
-  install -Dm644 "completions/just.fish" 
"${pkgdir}/usr/share/fish/vendor_completions.d/just.fish"
+  install -Dm644 -t "${pkgdir}/usr/share/bash-completion/completions/" 
"completions/${pkgname}"
+  install -Dm644 -t "${pkgdir}/usr/share/elvish/lib/" 
"completions/${pkgname}.elv"
+  install -Dm644 -t "${pkgdir}/usr/share/fish/vendor_completions.d/" 
"completions/${pkgname}.fish"
+  install -Dm644 -t "${pkgdir}/usr/share/zsh/site-functions/" 
"completions/_${pkgname}"
 }



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

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




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

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


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

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




[Git][archlinux/packaging/packages/zed][main] upgpkg: 0.138.4-1

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


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


Commits:
4dfea428 by Caleb Maclennan at 2024-06-06T01:38:20+03:00
upgpkg: 0.138.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = zed
pkgdesc = A high-performance, multiplayer code editor from the creators 
of Atom and Tree-sitter
-   pkgver = 0.137.6
+   pkgver = 0.138.4
pkgrel = 1
url = https://zed.dev
arch = x86_64
@@ -33,7 +33,7 @@ pkgbase = zed
optdepends = eslint: improved Javascript language support
optdepends = rust-analyzer: improved Rust language support
replaces = zed-editor
-   source = 
https://github.com/zed-industries/zed/archive/v0.137.6/zed-0.137.6.tar.gz
-   sha256sums = 
e596b4caa045886dcaa6fddebcc4c02026ad6d9a0d7984dec5a55fbf72e71e5e
+   source = 
https://github.com/zed-industries/zed/archive/v0.138.4/zed-0.138.4.tar.gz
+   sha256sums = 
78eff0eec799820d07e7bcd13246612e541492c90e848910d4d62e63788d6952
 
 pkgname = zed


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Marcell Pardavi 
 
 pkgname=zed
-pkgver=0.137.6
+pkgver=0.138.4
 pkgrel=1
 pkgdesc='A high-performance, multiplayer code editor from the creators of Atom 
and Tree-sitter'
 arch=(x86_64)
@@ -36,7 +36,7 @@ optdepends=('clang: improved C/C++ language support'
 'rust-analyzer: improved Rust language support')
 _archive="$pkgname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('e596b4caa045886dcaa6fddebcc4c02026ad6d9a0d7984dec5a55fbf72e71e5e')
+sha256sums=('78eff0eec799820d07e7bcd13246612e541492c90e848910d4d62e63788d6952')
 
 prepare() {
cd "$_archive"



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

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




[Git][archlinux/packaging/packages/zed] Pushed new tag 0.138.4-1

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


Caleb Maclennan pushed new tag 0.138.4-1 at Arch Linux / Packaging / Packages / 
zed

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




[Git][archlinux/packaging/packages/ruff] Pushed new tag 0.4.8-1

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


Caleb Maclennan pushed new tag 0.4.8-1 at Arch Linux / Packaging / Packages / 
ruff

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




[Git][archlinux/packaging/packages/ruff][main] upgpkg: 0.4.8-1

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


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


Commits:
4717e1ec by Caleb Maclennan at 2024-06-05T23:17:16+03:00
upgpkg: 0.4.8-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ruff
pkgdesc = An extremely fast Python linter, written in Rust
-   pkgver = 0.4.7
+   pkgver = 0.4.8
pkgrel = 1
url = https://github.com/astral-sh/ruff
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = ruff
depends = gcc-libs
depends = glibc
options = !lto
-   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.7/ruff-0.4.7.tar.gz
-   sha512sums = 
a47320fdfccfe0803dfafefe4c35d65d456604b0d9bc0c7dc6227f5e468d3c0b6694ea1424e90e36f9ee4476f4579216ab33ec29e1fb2be46a128bd2d3a73618
-   b2sums = 
7af319939e53a706c3777eecd4042f8d929cab79c82f3172a615857f46a687ee28409ba80c811a0c02bc45537c816b27d82e5d78838418993dbc9b7be656eb40
+   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.8/ruff-0.4.8.tar.gz
+   sha512sums = 
2080b60dcd7b53d1afea3a020f56ff37d08eccdf5bef81220ebaf622e832f665fa61a93f14954bc60b914e7fa58cce3ac2ab6ee38cafe3a25d3cc3c1f598e37e
+   b2sums = 
fb788bcbeaad1ab50dca2a2b254c9cf4a65d5140c2789166d4ddb8ec350633c56a85603c4cf8dd423c37a457c557b7cd386d0baee310ea0c51f311d9ef9bc48b
 
 pkgname = ruff
 


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=ruff
 pkgname=($pkgbase python-$pkgbase)
-pkgver=0.4.7
+pkgver=0.4.8
 pkgrel=1
 pkgdesc='An extremely fast Python linter, written in Rust'
 arch=(x86_64)
@@ -23,8 +23,8 @@ makedepends=(
 options=(!lto)
 _archive="$pkgbase-$pkgver"
 source=($url/archive/refs/tags/v$pkgver/$_archive.tar.gz)
-sha512sums=('a47320fdfccfe0803dfafefe4c35d65d456604b0d9bc0c7dc6227f5e468d3c0b6694ea1424e90e36f9ee4476f4579216ab33ec29e1fb2be46a128bd2d3a73618')
-b2sums=('7af319939e53a706c3777eecd4042f8d929cab79c82f3172a615857f46a687ee28409ba80c811a0c02bc45537c816b27d82e5d78838418993dbc9b7be656eb40')
+sha512sums=('2080b60dcd7b53d1afea3a020f56ff37d08eccdf5bef81220ebaf622e832f665fa61a93f14954bc60b914e7fa58cce3ac2ab6ee38cafe3a25d3cc3c1f598e37e')
+b2sums=('fb788bcbeaad1ab50dca2a2b254c9cf4a65d5140c2789166d4ddb8ec350633c56a85603c4cf8dd423c37a457c557b7cd386d0baee310ea0c51f311d9ef9bc48b')
 
 prepare() {
   cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruff/-/commit/4717e1eca8cb8e05daba8fc2007c0b36f8b87448

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




[Git][archlinux/packaging/packages/ttf-joypixels][main] Setup nvchecker

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
ttf-joypixels


Commits:
35f9524d by Caleb Maclennan at 2024-06-05T12:47:29+03:00
Setup nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[ttf-joypixels]
+source = "regex"
+url = "https://cms-api.joypixels.com/product/XYEJQ1FBDYQNWLD4UGOA/_/;
+regex = '"JoyPixels (\d+\.\d+)"'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-joypixels/-/commit/35f9524d569fa3db3bfeb2c53abaeb47547b8619

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




[Git][archlinux/packaging/packages/ttf-joypixels][main] Note maintainer change

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
ttf-joypixels


Commits:
dc0fa6e4 by Caleb Maclennan at 2024-06-05T12:47:43+03:00
Note maintainer change

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,4 +1,5 @@
-# Maintainer: Maxim Baz 
+# Maintainer: Caleb Maclennan 
+# Contributor: Maxim Baz 
 
 pkgname=ttf-joypixels
 pkgver=8.0.0



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-joypixels/-/commit/dc0fa6e45c3464df57b0db6c2900e1e78abc4990

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




[Git][archlinux/packaging/packages/bmake][main] Setup nvchecker

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


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


Commits:
0d237dfe by Caleb Maclennan at 2024-06-05T12:08:48+03:00
Setup nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[bmake]
+source = "regex"
+url = "https://www.crufty.net/ftp/pub/sjg/;
+regex = 'bmake-(\d{8}).tar.gz.asc'



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

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




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

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


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


Commits:
fc3e3b08 by Caleb Maclennan at 2024-06-05T11:43:41+03:00
upgpkg: 1:1.39.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
-   pkgver = 1.39.2
+   pkgver = 1.39.3
pkgrel = 1
epoch = 1
url = https://www.dolthub.com
@@ -8,7 +8,7 @@ pkgbase = dolt
license = Apache
makedepends = go
depends = glibc
-   source = 
https://github.com/dolthub/dolt/archive/v1.39.2/dolt-1.39.2.tar.gz
-   sha256sums = 
4001b177afcc32971cc428e8c6e47b6339f291196a431b94499be325f316ecdc
+   source = 
https://github.com/dolthub/dolt/archive/v1.39.3/dolt-1.39.3.tar.gz
+   sha256sums = 
aa0451510fbece520849744d54d43570963d81093c09f16f3ce278f5e23d3e2d
 
 pkgname = dolt


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



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

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




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

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


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

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




[Git][archlinux/packaging/packages/python-weasyprint][main] upgpkg: 62.2-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-weasyprint


Commits:
11a6c4c2 by Caleb Maclennan at 2024-06-04T17:53:08+03:00
upgpkg: 62.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-weasyprint
pkgdesc = Utility to render HTML and CSS to PDF
-   pkgver = 62.1
+   pkgver = 62.2
pkgrel = 1
url = https://weasyprint.org/
arch = any
@@ -26,7 +26,7 @@ pkgbase = python-weasyprint
depends = python-tinycss2>=1.3
depends = python-zopfli
depends = ttf-font
-   source = 
python-weasyprint::git+https://github.com/Kozea/WeasyPrint.git#tag=v62.1
-   sha256sums = 
c9d2b80b48826dfd9ddd6c3aca0c57b5077843ff3685cc177728f54453e66e90
+   source = 
python-weasyprint::git+https://github.com/Kozea/WeasyPrint.git#tag=v62.2
+   sha256sums = 
40fe96ed7a1c3bfe8bf1abd51db8954e3790899ae3e5c1f230fef8a4d17dc13f
 
 pkgname = python-weasyprint


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Florijan Hamzic 
 
 pkgname=python-weasyprint
-pkgver=62.1
+pkgver=62.2
 pkgrel=1
 pkgdesc='Utility to render HTML and CSS to PDF'
 arch=(any)
@@ -31,7 +31,7 @@ checkdepends=(python-pytest
   ghostscript
   ttf-dejavu)
 source=("$pkgname::git+$_url.git#tag=v$pkgver")
-sha256sums=('c9d2b80b48826dfd9ddd6c3aca0c57b5077843ff3685cc177728f54453e66e90')
+sha256sums=('40fe96ed7a1c3bfe8bf1abd51db8954e3790899ae3e5c1f230fef8a4d17dc13f')
 
 prepare() {
cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-weasyprint/-/commit/11a6c4c25f72dbbd4e0faa7718451de771c4f104

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




[Git][archlinux/packaging/packages/python-weasyprint] Pushed new tag 62.2-1

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


Caleb Maclennan pushed new tag 62.2-1 at Arch Linux / Packaging / Packages / 
python-weasyprint

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




[Git][archlinux/packaging/packages/syncthing][main] upgpkg: 1.27.8-1

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


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


Commits:
fc294257 by Caleb Maclennan at 2024-06-04T15:54:56+03:00
upgpkg: 1.27.8-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = syncthing
pkgdesc = Open Source Continuous Replication / Cluster Synchronization 
Thing
-   pkgver = 1.27.7
+   pkgver = 1.27.8
pkgrel = 1
url = https://syncthing.net/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = syncthing
makedepends = git
makedepends = go
depends = glibc
-   source = 
https://github.com/syncthing/syncthing/releases/download/v1.27.7/syncthing-source-v1.27.7.tar.gz
-   source = 
https://github.com/syncthing/syncthing/releases/download/v1.27.7/syncthing-source-v1.27.7.tar.gz.asc
+   source = 
https://github.com/syncthing/syncthing/releases/download/v1.27.8/syncthing-source-v1.27.8.tar.gz
+   source = 
https://github.com/syncthing/syncthing/releases/download/v1.27.8/syncthing-source-v1.27.8.tar.gz.asc
source = syncthing-discosrv.sysusers
source = syncthing-relaysrv.sysusers
source = syncthing-discosrv.tmpfiles
@@ -18,7 +18,7 @@ pkgbase = syncthing
source = syncthing-relaysrv.service
source = gcc-pie-segfaults-race.patch
validpgpkeys = 37C84554E7E0A261E4F76E1ED26E6ED000654A3E
-   sha256sums = 
2572a2fbb425be2998ff045ea08055710182ced5b3673b96107ccaa56b34c5b5
+   sha256sums = 
89ec4a959e72d30078c9802f2bf0826b4388f2acd930f87cfd63495f5e9548c8
sha256sums = SKIP
sha256sums = 
f6e704dd7b10127b1642c889a29e95468daa75d895493b235ce1ed5e97155b70
sha256sums = 
6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 BUILDENV+=(!check)
 
 pkgname=('syncthing' 'syncthing-discosrv' 'syncthing-relaysrv')
-pkgver=1.27.7
+pkgver=1.27.8
 pkgrel=1
 pkgdesc='Open Source Continuous Replication / Cluster Synchronization Thing'
 arch=('x86_64')
@@ -24,7 +24,7 @@ 
source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncth
 syncthing-{disco,relay}srv.service
 gcc-pie-segfaults-race.patch)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('2572a2fbb425be2998ff045ea08055710182ced5b3673b96107ccaa56b34c5b5'
+sha256sums=('89ec4a959e72d30078c9802f2bf0826b4388f2acd930f87cfd63495f5e9548c8'
 'SKIP'
 'f6e704dd7b10127b1642c889a29e95468daa75d895493b235ce1ed5e97155b70'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syncthing/-/commit/fc2942579a480ede6b9e7dac1ae29da94ad1cefc

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




[Git][archlinux/packaging/packages/syncthing] Pushed new tag 1.27.8-1

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


Caleb Maclennan pushed new tag 1.27.8-1 at Arch Linux / Packaging / Packages / 
syncthing

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




[Git][archlinux/packaging/packages/nushell][main] upgpkg: 0.94.2-1

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


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


Commits:
5d81533e by Caleb Maclennan at 2024-06-04T12:20:11+03:00
upgpkg: 0.94.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nushell
pkgdesc = A new type of shell
-   pkgver = 0.94.1
+   pkgver = 0.94.2
pkgrel = 1
url = https://www.nushell.sh
install = nushell.install
@@ -13,7 +13,7 @@ pkgbase = nushell
depends = libcrypto.so
depends = libssl.so
depends = zlib
-   source = git+https://github.com/nushell/nushell.git#tag=0.94.1
-   sha256sums = 
d4c65ad77a6351d7a9414222357b625b6605787b3c26020f9ed7fa9f6cc5060a
+   source = git+https://github.com/nushell/nushell.git#tag=0.94.2
+   sha256sums = 
d2f30971004cc7420762f364536e95df769580400992e8a286ad19b3f7ce6578
 
 pkgname = nushell


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Bumsik Kim 
 
 pkgname=nushell
-pkgver=0.94.1
+pkgver=0.94.2
 pkgrel=1
 pkgdesc='A new type of shell'
 arch=('x86_64')
@@ -21,7 +21,7 @@ depends=(
 makedepends=('cargo' 'git')
 install=nushell.install
 source=("git+https://github.com/nushell/nushell.git#tag=$pkgver;)
-sha256sums=('d4c65ad77a6351d7a9414222357b625b6605787b3c26020f9ed7fa9f6cc5060a')
+sha256sums=('d2f30971004cc7420762f364536e95df769580400992e8a286ad19b3f7ce6578')
 
 prepare() {
   cd "$pkgname"



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

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




[Git][archlinux/packaging/packages/nushell] Pushed new tag 0.94.2-1

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


Caleb Maclennan pushed new tag 0.94.2-1 at Arch Linux / Packaging / Packages / 
nushell

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




[Git][archlinux/packaging/packages/ugrep] Pushed new tag 6.1.0-1

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


Caleb Maclennan pushed new tag 6.1.0-1 at Arch Linux / Packaging / Packages / 
ugrep

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




[Git][archlinux/packaging/packages/ugrep][main] upgpkg: 6.1.0-1

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


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


Commits:
0e224a70 by Caleb Maclennan at 2024-06-03T22:48:29+03:00
upgpkg: 6.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ugrep
pkgdesc = ultra fast grep with interactive TUI, fuzzy search, boolean 
queries, hexdumps and more
-   pkgver = 6.0.0
+   pkgver = 6.1.0
pkgrel = 1
url = https://github.com/Genivia/ugrep
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = ugrep
optdepends = libreoffice: to search office documents
optdepends = csvkit: to search spreadsheets
optdepends = openssl: to search certificates and key files
-   source = 
https://github.com/Genivia/ugrep/archive/v6.0.0/ugrep-6.0.0.tar.gz
-   sha256sums = 
ee155c8561747b1f694e1cf4a064c2e4d504094d0714e908e3f9ea2ac9b7a9aa
+   source = 
https://github.com/Genivia/ugrep/archive/v6.1.0/ugrep-6.1.0.tar.gz
+   sha256sums = 
587ebb694dd3d2f5bef9f35df5b9e196b89da981cfe1084539e55b8d9a62fd65
 
 pkgname = ugrep


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Adria Arrufat 
 
 pkgname=ugrep
-pkgver=6.0.0
+pkgver=6.1.0
 pkgrel=1
 pkgdesc='ultra fast grep with interactive TUI, fuzzy search, boolean queries, 
hexdumps and more'
 arch=(x86_64)
@@ -23,7 +23,7 @@ optdepends=('python-pdftotext: to search pdf'
 'openssl: to search certificates and key files')
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('ee155c8561747b1f694e1cf4a064c2e4d504094d0714e908e3f9ea2ac9b7a9aa')
+sha256sums=('587ebb694dd3d2f5bef9f35df5b9e196b89da981cfe1084539e55b8d9a62fd65')
 
 build() {
cd "$_archive"



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

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




[Git][archlinux/packaging/packages/weechat][main] upgpkg: 4.3.1-1

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


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


Commits:
f5198e02 by Caleb Maclennan at 2024-06-03T12:18:47+03:00
upgpkg: 4.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = weechat
pkgdesc = Fast, light and extensible IRC client (curses UI)
-   pkgver = 4.3.0
+   pkgver = 4.3.1
pkgrel = 1
url = https://www.weechat.org/
arch = x86_64
@@ -25,12 +25,12 @@ pkgbase = weechat
optdepends = python: support for python scripts
optdepends = ruby: support for ruby scripts
optdepends = tcl: support for tcl scripts
-   source = https://www.weechat.org/files/src/weechat-4.3.0.tar.xz
-   source = https://www.weechat.org/files/src/weechat-4.3.0.tar.xz.asc
+   source = https://www.weechat.org/files/src/weechat-4.3.1.tar.xz
+   source = https://www.weechat.org/files/src/weechat-4.3.1.tar.xz.asc
validpgpkeys = A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8
-   sha512sums = 
d52d04dd3e8a5e0b5f6b626c2ee9e1b400c8605e7102a53b22206ad4caf89f226fd1cfc827072c3ab298967f4d1ba94a97c504cee8e9ecdec8234eabacc63e12
+   sha512sums = 
e78fb37f983600340c88d63b5ba4e26febb18184c71da396daf8af6539a09c23656f6c8984d9ccb65cd5ec8fad099c449267870fbf9718088e7e9e5f556d
sha512sums = SKIP
-   b2sums = 
7b860401e09094cec7baa1c0d72a9901ba16a1b78164d1c9ef22d8eb02ac29ba57c446caa65d2d19fcd7cb24bb40d2ad687ff267ed246c43c0228e04097b6019
+   b2sums = 
5072bea7375802bfac1522ab97058f12705834525c27e7bf4f69d0ae3e51076755e622cb4cf121324e9bbab3da11b776127a26ea5a583803b613902f78c36d16
b2sums = SKIP
 
 pkgname = weechat


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: lucke 
 
 pkgname=weechat
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('x86_64')
@@ -32,9 +32,9 @@ optdepends=('enchant: spellchecker support'
 'ruby: support for ruby scripts'
 'tcl: support for tcl scripts')
 source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('d52d04dd3e8a5e0b5f6b626c2ee9e1b400c8605e7102a53b22206ad4caf89f226fd1cfc827072c3ab298967f4d1ba94a97c504cee8e9ecdec8234eabacc63e12'
+sha512sums=('e78fb37f983600340c88d63b5ba4e26febb18184c71da396daf8af6539a09c23656f6c8984d9ccb65cd5ec8fad099c449267870fbf9718088e7e9e5f556d'
 'SKIP')
-b2sums=('7b860401e09094cec7baa1c0d72a9901ba16a1b78164d1c9ef22d8eb02ac29ba57c446caa65d2d19fcd7cb24bb40d2ad687ff267ed246c43c0228e04097b6019'
+b2sums=('5072bea7375802bfac1522ab97058f12705834525c27e7bf4f69d0ae3e51076755e622cb4cf121324e9bbab3da11b776127a26ea5a583803b613902f78c36d16'
 'SKIP')
 validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/weechat/-/commit/f5198e022e21aab9c81969d1f5e2822a3d2a33fa

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




[Git][archlinux/packaging/packages/weechat] Pushed new tag 4.3.1-1

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


Caleb Maclennan pushed new tag 4.3.1-1 at Arch Linux / Packaging / Packages / 
weechat

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




[Git][archlinux/packaging/packages/python-lupa] Pushed new tag 2.2-1

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


Caleb Maclennan pushed new tag 2.2-1 at Arch Linux / Packaging / Packages / 
python-lupa

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




[Git][archlinux/packaging/packages/greetd-tuigreet][main] upgpkg: 0.9.1-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
greetd-tuigreet


Commits:
8cff7a43 by Caleb Maclennan at 2024-06-03T12:16:16+03:00
upgpkg: 0.9.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,19 @@
 pkgbase = greetd-tuigreet
pkgdesc = A console UI greeter for greetd
-   pkgver = 0.9.0
+   pkgver = 0.9.1
pkgrel = 1
url = https://github.com/apognu/tuigreet
arch = x86_64
-   license = GPL3
+   license = GPL-3.0-only
makedepends = cargo
makedepends = scdoc
depends = gcc-libs
depends = greetd
depends = systemd
provides = greetd-greeter
-   source = 
https://github.com/apognu/tuigreet/archive/0.9.0/tuigreet-0.9.0.tar.gz
+   source = 
https://github.com/apognu/tuigreet/archive/0.9.1/tuigreet-0.9.1.tar.gz
source = tuigreet.tmpfiles
-   sha256sums = 
721254c3173d3f5cd360d1ddb2d57139022f2d75d561818fad68d01f89bc5ce3
+   sha256sums = 
14fd1fadeb84040eb31901da2b53a48aa55b0fdaccb36d96fa52ce2d2113667f
sha256sums = 
8f83aee7874aab5d06981a1d1cd05df906368a79dbca90d157a33a2f023b67d3
 
 pkgname = greetd-tuigreet


=
PKGBUILD
=
@@ -3,11 +3,11 @@
 
 pkgname=greetd-tuigreet
 _pkgname=${pkgname#*-}
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='A console UI greeter for greetd'
 url="https://github.com/apognu/$_pkgname;
-license=(GPL3)
+license=(GPL-3.0-only)
 arch=(x86_64)
 depends=(gcc-libs
  greetd
@@ -18,7 +18,7 @@ makedepends=(cargo
 _archive="$_pkgname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz"
 "$_pkgname.tmpfiles")
-sha256sums=('721254c3173d3f5cd360d1ddb2d57139022f2d75d561818fad68d01f89bc5ce3'
+sha256sums=('14fd1fadeb84040eb31901da2b53a48aa55b0fdaccb36d96fa52ce2d2113667f'
 '8f83aee7874aab5d06981a1d1cd05df906368a79dbca90d157a33a2f023b67d3')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/greetd-tuigreet/-/commit/8cff7a432671ff926cc9d7b954062d0ec6aeb0e2

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




[Git][archlinux/packaging/packages/python-lupa][main] upgpkg: 2.2-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-lupa


Commits:
a6272ae1 by Caleb Maclennan at 2024-06-03T12:16:19+03:00
upgpkg: 2.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-lupa
pkgdesc = Python wrapper around Lua and LuaJIT
-   pkgver = 2.1
-   pkgrel = 4
+   pkgver = 2.2
+   pkgrel = 1
url = https://github.com/scoder/lupa
arch = x86_64
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-lupa
depends = gcc-libs
depends = glibc
depends = python
-   source = 
https://files.pythonhosted.org/packages/source/l/lupa/lupa-2.1.tar.gz
-   sha256sums = 
760030712d5273396f5e963dd8731aefb5ac65d92eff8bf8fd4124c1630fe950
+   source = 
https://files.pythonhosted.org/packages/source/l/lupa/lupa-2.2.tar.gz
+   sha256sums = 
665a006bcf8d9aacdfdb953824b929d06a0c55910a662b59be2f157ab4c8924d
 
 pkgname = python-lupa


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 _pkgname=lupa
 pkgname=python-lupa
-pkgver=2.1
-pkgrel=4
+pkgver=2.2
+pkgrel=1
 pkgdesc='Python wrapper around Lua and LuaJIT'
 arch=(x86_64)
 url="https://github.com/scoder/$_pkgname;
@@ -17,7 +17,7 @@ makedepends=(cython
  python-setuptools)
 _archive="$_pkgname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz;)
-sha256sums=('760030712d5273396f5e963dd8731aefb5ac65d92eff8bf8fd4124c1630fe950')
+sha256sums=('665a006bcf8d9aacdfdb953824b929d06a0c55910a662b59be2f157ab4c8924d')
 
 build() {
cd "$_archive"



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

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




[Git][archlinux/packaging/packages/greetd-tuigreet] Pushed new tag 0.9.1-1

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


Caleb Maclennan pushed new tag 0.9.1-1 at Arch Linux / Packaging / Packages / 
greetd-tuigreet

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




[Git][archlinux/packaging/packages/junicode-font] Pushed new tag 2.208-1

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


Caleb Maclennan pushed new tag 2.208-1 at Arch Linux / Packaging / Packages / 
junicode-font

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




[Git][archlinux/packaging/packages/junicode-font][main] upgpkg: 2.208-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
junicode-font


Commits:
1501860d by Caleb Maclennan at 2024-06-03T11:43:26+03:00
upgpkg: 2.208-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = junicode-font
pkgdesc = Font for medievalists
-   pkgver = 2.207
+   pkgver = 2.208
pkgrel = 1
url = https://github.com/psb1558/Junicode-font
arch = any
license = OFL
-   source = 
https://github.com/psb1558/Junicode-font/releases/download/v2.207/Junicode_2.207.zip
-   sha256sums = 
6f98028bf139c47d3aef5ea931d8bb4434d091f1308eb80f3ae0c398e399e973
+   source = 
https://github.com/psb1558/Junicode-font/releases/download/v2.208/Junicode_2.208.zip
+   sha256sums = 
7398e617d0d7a3a4c4803f4f9c6bc5a7f564af0472c9109a17bc483c7bd94536
 
 pkgname = otf-junicode
provides = junicode-font


=
PKGBUILD
=
@@ -6,14 +6,14 @@
 _name=junicode
 pkgbase=$_name-font
 pkgname=(otf-$_name ttf-$_name ttf-$_name-variable)
-pkgver=2.207
+pkgver=2.208
 pkgrel=1
 pkgdesc='Font for medievalists'
 arch=(any)
 url="https://github.com/psb1558/${pkgbase^};
 license=(OFL)
 source=("$url/releases/download/v$pkgver/${_name^}_$pkgver.zip")
-sha256sums=('6f98028bf139c47d3aef5ea931d8bb4434d091f1308eb80f3ae0c398e399e973')
+sha256sums=('7398e617d0d7a3a4c4803f4f9c6bc5a7f564af0472c9109a17bc483c7bd94536')
 
 package_otf-junicode() {
 provides=("$pkgbase")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/junicode-font/-/commit/1501860df28c6ccbd48a52362a21ed8177bc3e93

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




[Git][archlinux/packaging/packages/gitui][main] upgpkg: 0.26.3-1

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


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


Commits:
db079d7c by Caleb Maclennan at 2024-06-02T22:49:28+03:00
upgpkg: 0.26.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gitui
pkgdesc = Blazing fast terminal-ui for git written in Rust
-   pkgver = 0.26.2
+   pkgver = 0.26.3
pkgrel = 1
url = https://github.com/extrawurst/gitui
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = gitui
depends = libxcb
depends = openssl
depends = zlib
-   source = git+https://github.com/extrawurst/gitui.git?tag=0.26.2
+   source = git+https://github.com/extrawurst/gitui.git?tag=0.26.3
sha256sums = SKIP
 
 pkgname = gitui


=
PKGBUILD
=
@@ -4,13 +4,12 @@
 # Contributor: Wesley Moore 
 
 pkgname=gitui
-pkgver=0.26.2
+pkgver=0.26.3
 pkgrel=1
 pkgdesc='Blazing fast terminal-ui for git written in Rust'
 url='https://github.com/extrawurst/gitui'
 arch=('x86_64')
 license=('MIT')
-# work around two libssl.so providers being in the repos by only depending on 
package for now
 depends=('gcc-libs' 'glibc' 'libgit2' 'libxcb' 'openssl' 'zlib')
 makedepends=('cargo' 'git' 'python') # xcb crate needs python
 source=("git+$url.git?tag=$pkgver")
@@ -18,8 +17,6 @@ sha256sums=('SKIP')
 
 prepare() {
   cd "$pkgname"
-  # https://github.com/extrawurst/gitui/issues/2234
-  git cherry-pick -n b925155b7fcf95062e0bbae2295384e1f188ab1a
   cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitui/-/commit/db079d7c8743c9527261564efba9ec0c87bffef8

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




[Git][archlinux/packaging/packages/gitui] Pushed new tag 0.26.3-1

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


Caleb Maclennan pushed new tag 0.26.3-1 at Arch Linux / Packaging / Packages / 
gitui

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




[Git][archlinux/packaging/packages/lynx][main] upgpkg: 2.9.2-1

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


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


Commits:
eee4ac7c by Caleb Maclennan at 2024-06-01T23:11:49+03:00
upgpkg: 2.9.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lynx
pkgdesc = A text browser for the World Wide Web
-   pkgver = 2.9.1
+   pkgver = 2.9.2
pkgrel = 1
url = https://lynx.invisible-island.net/
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = lynx
depends = zlib
options = !lto
backup = etc/lynx.cfg
-   source = 
https://invisible-mirror.net/archives/lynx/tarballs/lynx2.9.1.tar.bz2
-   source = 
https://invisible-mirror.net/archives/lynx/tarballs/lynx2.9.1.tar.bz2.asc
+   source = 
https://invisible-mirror.net/archives/lynx/tarballs/lynx2.9.2.tar.bz2
+   source = 
https://invisible-mirror.net/archives/lynx/tarballs/lynx2.9.2.tar.bz2.asc
validpgpkeys = 19882D92DDA4C400C22C0D56CC2AF4472167BE03
-   sha256sums = 
a6db9b22c20df435df3757925a505531ce9a514d134742e935d71aa5c41339c5
+   sha256sums = 
7374b89936d991669e101f4e97f2c9592036e1e8cdaa7bafc259a77ab6fb07ce
sha256sums = SKIP
 
 pkgname = lynx


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=lynx
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 pkgdesc='A text browser for the World Wide Web'
 url='https://lynx.invisible-island.net/'
@@ -21,7 +21,7 @@ backup=(etc/lynx.cfg)
 options=(!lto)
 _archive="$pkgname$pkgver"
 
source=("https://invisible-mirror.net/archives/lynx/tarballs/$_archive.tar.bz2"{,.asc})
-sha256sums=('a6db9b22c20df435df3757925a505531ce9a514d134742e935d71aa5c41339c5'
+sha256sums=('7374b89936d991669e101f4e97f2c9592036e1e8cdaa7bafc259a77ab6fb07ce'
 'SKIP')
 validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas Dickey 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lynx/-/commit/eee4ac7c93b672f3ccad3ce55374d409031b8d67

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




[Git][archlinux/packaging/packages/lynx] Pushed new tag 2.9.2-1

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


Caleb Maclennan pushed new tag 2.9.2-1 at Arch Linux / Packaging / Packages / 
lynx

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




[Git][archlinux/packaging/packages/buildkit][main] Fine-tune nvchecker

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


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


Commits:
7cf6663f by Caleb Maclennan at 2024-06-01T23:10:41+03:00
Fine-tune nvchecker

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -2,4 +2,5 @@
 source = "github"
 github = "moby/buildkit"
 prefix = "v"
+include_regex = 'v\d+\.\d+\.\d+'
 use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildkit/-/commit/7cf6663f8c43515841ade3eeb7545e184c0940e4

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




[Git][archlinux/packaging/packages/exim] Pushed new tag 4.97.1-3

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


Caleb Maclennan pushed new tag 4.97.1-3 at Arch Linux / Packaging / Packages / 
exim

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




[Git][archlinux/packaging/packages/ruff][main] upgpkg: 0.4.7-1

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


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


Commits:
c04c86ac by Caleb Maclennan at 2024-06-01T10:36:07+03:00
upgpkg: 0.4.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ruff
pkgdesc = An extremely fast Python linter, written in Rust
-   pkgver = 0.4.6
+   pkgver = 0.4.7
pkgrel = 1
url = https://github.com/astral-sh/ruff
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = ruff
depends = gcc-libs
depends = glibc
options = !lto
-   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.6/ruff-0.4.6.tar.gz
-   sha512sums = 
c00e6adfa58a568ac673981593da256345ad41e5911cf8512eb50e3a0e55adf1e973afd6d873352edacf991b669d044dbbae43c7698781f53bdab6c82f8d4f89
-   b2sums = 
9112900bc73a3554c6d788fb548b38ea68d9fc8b32638068fbd641f0c038a1c156f641679f8a31c565c539b7fa33929bc57f6f0cfecceda5065ecc659daf2b52
+   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.7/ruff-0.4.7.tar.gz
+   sha512sums = 
a47320fdfccfe0803dfafefe4c35d65d456604b0d9bc0c7dc6227f5e468d3c0b6694ea1424e90e36f9ee4476f4579216ab33ec29e1fb2be46a128bd2d3a73618
+   b2sums = 
7af319939e53a706c3777eecd4042f8d929cab79c82f3172a615857f46a687ee28409ba80c811a0c02bc45537c816b27d82e5d78838418993dbc9b7be656eb40
 
 pkgname = ruff
 


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=ruff
 pkgname=($pkgbase python-$pkgbase)
-pkgver=0.4.6
+pkgver=0.4.7
 pkgrel=1
 pkgdesc='An extremely fast Python linter, written in Rust'
 arch=(x86_64)
@@ -23,8 +23,8 @@ makedepends=(
 options=(!lto)
 _archive="$pkgbase-$pkgver"
 source=($url/archive/refs/tags/v$pkgver/$_archive.tar.gz)
-sha512sums=('c00e6adfa58a568ac673981593da256345ad41e5911cf8512eb50e3a0e55adf1e973afd6d873352edacf991b669d044dbbae43c7698781f53bdab6c82f8d4f89')
-b2sums=('9112900bc73a3554c6d788fb548b38ea68d9fc8b32638068fbd641f0c038a1c156f641679f8a31c565c539b7fa33929bc57f6f0cfecceda5065ecc659daf2b52')
+sha512sums=('a47320fdfccfe0803dfafefe4c35d65d456604b0d9bc0c7dc6227f5e468d3c0b6694ea1424e90e36f9ee4476f4579216ab33ec29e1fb2be46a128bd2d3a73618')
+b2sums=('7af319939e53a706c3777eecd4042f8d929cab79c82f3172a615857f46a687ee28409ba80c811a0c02bc45537c816b27d82e5d78838418993dbc9b7be656eb40')
 
 prepare() {
   cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruff/-/commit/c04c86ac37e9d0e014c9767a4dcc514a992cd452

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




[Git][archlinux/packaging/packages/exim][main] Setup nvchecker

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


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


Commits:
ad958730 by Caleb Maclennan at 2024-06-01T10:36:05+03:00
Setup nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[exim]
+source = "git"
+git = "git://git.exim.org/exim.git"
+include_regex = 'exim-\d+\.\d+\.\d+'
+prefix = "exim-"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/exim/-/commit/ad95873082b10b56e48fcf9356d8c0fd76c01bab

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




[Git][archlinux/packaging/packages/ruff] Pushed new tag 0.4.7-1

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


Caleb Maclennan pushed new tag 0.4.7-1 at Arch Linux / Packaging / Packages / 
ruff

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




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

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


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


Commits:
04662636 by Caleb Maclennan at 2024-06-01T10:35:16+03:00
upgpkg: 1:10.0.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = croc
pkgdesc = Easily and securely send things from one computer to another.
-   pkgver = 10.0.6
+   pkgver = 10.0.7
pkgrel = 1
epoch = 1
url = https://github.com/schollz/croc
@@ -8,7 +8,7 @@ pkgbase = croc
license = MIT
makedepends = go
depends = glibc
-   source = 
croc-v10.0.6.tar.gz::https://github.com/schollz/croc/releases/download/v10.0.6/croc_v10.0.6_src.tar.gz
-   sha256sums = 
e7b01e2babc0e8316cc835b25e2aecd68852ac3c4fb59dcec96a8ad6494d7747
+   source = 
croc-v10.0.7.tar.gz::https://github.com/schollz/croc/releases/download/v10.0.7/croc_v10.0.7_src.tar.gz
+   sha256sums = 
2fa74ac0fac0f518681b0e2c9cf876d254aa6c1c6324b3baabac2f0ce93eba1a
 
 pkgname = croc


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=10.0.6
+pkgver=10.0.7
 pkgrel=1
 epoch=1
 pkgdesc='Easily and securely send things from one computer to another.'
@@ -14,7 +14,7 @@ depends=(glibc)
 makedepends=(go)
 _archive="$pkgname-v$pkgver"
 
source=("$_archive.tar.gz::$url/releases/download/v$pkgver/${pkgname}_v${pkgver}_src.tar.gz")
-sha256sums=('e7b01e2babc0e8316cc835b25e2aecd68852ac3c4fb59dcec96a8ad6494d7747')
+sha256sums=('2fa74ac0fac0f518681b0e2c9cf876d254aa6c1c6324b3baabac2f0ce93eba1a')
 
 build() {
 cd "$_archive"



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

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




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

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


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

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




[Git][archlinux/packaging/packages/git-annex][main] upgpkg: 10.20240531-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
git-annex


Commits:
0403c3fa by Caleb Maclennan at 2024-05-31T23:01:33+03:00
upgpkg: 10.20240531-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = git-annex
pkgdesc = Manage files with git, without checking their contents into 
git
-   pkgver = 10.20240430
-   pkgrel = 6
+   pkgver = 10.20240531
+   pkgrel = 1
url = https://git-annex.branchable.com/
arch = x86_64
license = AGPL-3.0-only
@@ -90,7 +90,7 @@ pkgbase = git-annex
depends = haskell-yesod-core
depends = haskell-yesod-form
depends = haskell-yesod-static
-   source = git+https://git.joeyh.name/git/git-annex.git#tag=10.20240430
-   sha256sums = 
28b3eb40854cc55261f8be950129dc966654671fd31fa23cf60c728d79b67c49
+   source = git+https://git.joeyh.name/git/git-annex.git#tag=10.20240531
+   sha256sums = 
2462d0e26f7f93f8654387b6b0489c6e290dda78829a06f9da5e31878f587e8e
 
 pkgname = git-annex


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=10.20240430
-pkgrel=6
+pkgver=10.20240531
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL-3.0-only")
@@ -32,7 +32,7 @@ depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 
'haskell-ansi-terminal'
  'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
 makedepends=('chrpath' 'ghc' 'uusi')
 source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
-sha256sums=('28b3eb40854cc55261f8be950129dc966654671fd31fa23cf60c728d79b67c49')
+sha256sums=('2462d0e26f7f93f8654387b6b0489c6e290dda78829a06f9da5e31878f587e8e')
 
 prepare() {
   cd git-annex



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-annex/-/commit/0403c3fadaefb28cc2353bc412482205d01cf3b7

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




[Git][archlinux/packaging/packages/git-annex] Pushed new tag 10.20240531-1

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


Caleb Maclennan pushed new tag 10.20240531-1 at Arch Linux / Packaging / 
Packages / git-annex

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




[Git][archlinux/packaging/packages/tabiew][main] upgpkg: 0.3.4-1

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


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


Commits:
49e55316 by Caleb Maclennan at 2024-05-31T23:00:27+03:00
upgpkg: 0.3.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tabiew
pkgdesc = A lightweight TUI to view and query CSV files
-   pkgver = 0.3.3
+   pkgver = 0.3.4
pkgrel = 1
url = https://github.com/shshemi/tabiew
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = tabiew
makedepends = cargo
depends = gcc-libs
depends = glibc
-   source = 
https://github.com/shshemi/tabiew/archive/v0.3.3/tabiew-0.3.3.tar.gz
-   sha512sums = 
1489331ddc83a6a7ed73eb770ca5c28e99e836a25b640bdbb5d67fdb84b92e3cc93c2013731671dfbba988708dfc88e8c382f384d272ad7b01ced31161623831
+   source = 
https://github.com/shshemi/tabiew/archive/v0.3.4/tabiew-0.3.4.tar.gz
+   sha512sums = 
4cb8a13d4350469d5b852556278c2792bf5522962c5cb8dcd8a3db3a7912e5c03b914009333b21c35d97f2de9cad4d09770cca44c17e35d68f0c98650a698492
 
 pkgname = tabiew


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=tabiew
-pkgver=0.3.3
+pkgver=0.3.4
 pkgrel=1
 pkgdesc="A lightweight TUI to view and query CSV files"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
 depends=('gcc-libs' 'glibc')
 makedepends=('cargo')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('1489331ddc83a6a7ed73eb770ca5c28e99e836a25b640bdbb5d67fdb84b92e3cc93c2013731671dfbba988708dfc88e8c382f384d272ad7b01ced31161623831')
+sha512sums=('4cb8a13d4350469d5b852556278c2792bf5522962c5cb8dcd8a3db3a7912e5c03b914009333b21c35d97f2de9cad4d09770cca44c17e35d68f0c98650a698492')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tabiew/-/commit/49e553167fc7deba268055b2c93fd04727f29d17

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




[Git][archlinux/packaging/packages/tabiew] Pushed new tag 0.3.4-1

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


Caleb Maclennan pushed new tag 0.3.4-1 at Arch Linux / Packaging / Packages / 
tabiew

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




[Git][archlinux/packaging/packages/luarocks] Pushed new tag 3.11.1-1

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


Caleb Maclennan pushed new tag 3.11.1-1 at Arch Linux / Packaging / Packages / 
luarocks

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




[Git][archlinux/packaging/packages/luarocks][main] upgpkg: 3.11.1-1

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


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


Commits:
9fa68c2f by Caleb Maclennan at 2024-05-31T22:45:51+03:00
upgpkg: 3.11.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = luarocks
pkgdesc = Deployment and management system for Lua modules
-   pkgver = 3.11.0
+   pkgver = 3.11.1
pkgrel = 1
url = https://luarocks.org/
arch = any
@@ -21,8 +21,8 @@ pkgbase = luarocks
backup = etc/luarocks/config-5.2.lua
backup = etc/luarocks/config-5.3.lua
backup = etc/luarocks/config-5.4.lua
-   source = https://luarocks.org/releases/luarocks-3.11.0.tar.gz
-   source = https://luarocks.org/releases/luarocks-3.11.0.tar.gz.asc
+   source = https://luarocks.org/releases/luarocks-3.11.1.tar.gz
+   source = https://luarocks.org/releases/luarocks-3.11.1.tar.gz.asc
source = luarocks-make-manifest-5.1.hook
source = luarocks-make-manifest-5.2.hook
source = luarocks-make-manifest-5.3.hook
@@ -34,7 +34,7 @@ pkgbase = luarocks
source = luarocks-admin.fish
source = luarocks-admin.zsh
validpgpkeys = 8460980B2B79786DE0C7FCC83FD8F43C2BB3C478
-   sha512sums = 
bec918e98209e5ff5c498c4454b8c8182ecfeb0786cb4cd241d59149f33560e981ff2db8d49785823ccf31643366de15b5f2599c6eef0951d17ba66436b79644
+   sha512sums = 
1e214fd41711f62fda122d73441165a2d0ffe7ed29d3d3d7690b9a1a272c03e269fc39e0c2d35dddaa64fad411b87754da4e7b8236af562fde837e9e6626fbad
sha512sums = SKIP
sha512sums = 
cd90cba877c0dd435b44328a0869e3102c52eb36ed5b764c3ee8a78de95772fe094419dc032db2e2c91d9a0aa35ab7c6e8a13e29b9feeb3a3172d7a129d005c0
sha512sums = 
25b2303f39ecf8e6ce44bd6c9f59d322eb748eea89e4ca31991fe36eae46949062bd4d3c876de488b4dd7354fcb0531b5e29454dec99a7f981f3dc857776d2bb


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Y 
 
 pkgname=luarocks
-pkgver=3.11.0
+pkgver=3.11.1
 pkgrel=1
 pkgdesc='Deployment and management system for Lua modules'
 backup=(etc/luarocks/config-5.{1,2,3,4}.lua)
@@ -33,7 +33,7 @@ 
source=("https://luarocks.org/releases/$pkgname-$pkgver.tar.gz"{,.asc}
 "luarocks-admin.fish"
 "luarocks-admin.zsh"
 )
-sha512sums=('bec918e98209e5ff5c498c4454b8c8182ecfeb0786cb4cd241d59149f33560e981ff2db8d49785823ccf31643366de15b5f2599c6eef0951d17ba66436b79644'
+sha512sums=('1e214fd41711f62fda122d73441165a2d0ffe7ed29d3d3d7690b9a1a272c03e269fc39e0c2d35dddaa64fad411b87754da4e7b8236af562fde837e9e6626fbad'
 'SKIP'
 
'cd90cba877c0dd435b44328a0869e3102c52eb36ed5b764c3ee8a78de95772fe094419dc032db2e2c91d9a0aa35ab7c6e8a13e29b9feeb3a3172d7a129d005c0'
 
'25b2303f39ecf8e6ce44bd6c9f59d322eb748eea89e4ca31991fe36eae46949062bd4d3c876de488b4dd7354fcb0531b5e29454dec99a7f981f3dc857776d2bb'



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

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




[Git][archlinux/packaging/packages/zed][main] upgpkg: 0.137.6-1

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


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


Commits:
46545aa1 by Caleb Maclennan at 2024-05-31T21:46:18+03:00
upgpkg: 0.137.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zed
pkgdesc = A high-performance, multiplayer code editor from the creators 
of Atom and Tree-sitter
-   pkgver = 0.137.5
-   pkgrel = 2
+   pkgver = 0.137.6
+   pkgrel = 1
url = https://zed.dev
arch = x86_64
license = GPL-3.0-or-later
@@ -33,7 +33,7 @@ pkgbase = zed
optdepends = eslint: improved Javascript language support
optdepends = rust-analyzer: improved Rust language support
replaces = zed-editor
-   source = 
https://github.com/zed-industries/zed/archive/v0.137.5/zed-0.137.5.tar.gz
-   sha256sums = 
9667c4c91a9a51871d4f659e7e0ed349abe437c1ee08fb42955948f986edde2c
+   source = 
https://github.com/zed-industries/zed/archive/v0.137.6/zed-0.137.6.tar.gz
+   sha256sums = 
e596b4caa045886dcaa6fddebcc4c02026ad6d9a0d7984dec5a55fbf72e71e5e
 
 pkgname = zed


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Marcell Pardavi 
 
 pkgname=zed
-pkgver=0.137.5
-pkgrel=2
+pkgver=0.137.6
+pkgrel=1
 pkgdesc='A high-performance, multiplayer code editor from the creators of Atom 
and Tree-sitter'
 arch=(x86_64)
 url=https://zed.dev
@@ -36,7 +36,7 @@ optdepends=('clang: improved C/C++ language support'
 'rust-analyzer: improved Rust language support')
 _archive="$pkgname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('9667c4c91a9a51871d4f659e7e0ed349abe437c1ee08fb42955948f986edde2c')
+sha256sums=('e596b4caa045886dcaa6fddebcc4c02026ad6d9a0d7984dec5a55fbf72e71e5e')
 
 prepare() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zed/-/commit/46545aa1be186b23c9161a0ead15e6242b3e4d72

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




[Git][archlinux/packaging/packages/zed] Pushed new tag 0.137.6-1

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


Caleb Maclennan pushed new tag 0.137.6-1 at Arch Linux / Packaging / Packages / 
zed

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




[Git][archlinux/packaging/packages/python-fonttools] Pushed new tag 4.53.0-1

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


Caleb Maclennan pushed new tag 4.53.0-1 at Arch Linux / Packaging / Packages / 
python-fonttools

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




[Git][archlinux/packaging/packages/python-fonttools][main] upgpkg: 4.53.0-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-fonttools


Commits:
1f0fe9da by Caleb Maclennan at 2024-05-31T21:25:07+03:00
upgpkg: 4.53.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-fonttools
pkgdesc = A library to manipulate font files from Python
-   pkgver = 4.52.4
+   pkgver = 4.53.0
pkgrel = 1
url = https://github.com/fonttools/fonttools
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = python-fonttools
optdepends = python-uharfbuzz: to use the Harfbuzz Repacker for packing 
GSUB/GPOS tables
optdepends = python-unicodedata2: for displaying the Unicode character 
names when dumping the cmap table with ttx
optdepends = python-zopfli: faster backend fom WOFF 1.0 web fonts 
compression
-   source = 
https://github.com/fonttools/fonttools/archive/4.52.4/fonttools-4.52.4.tar.gz
-   sha256sums = 
06b50877534910977f091637ae660baa2f8d929d87dacf002b0d964abe78a0e0
+   source = 
https://github.com/fonttools/fonttools/archive/4.53.0/fonttools-4.53.0.tar.gz
+   sha256sums = 
f48a1e557e4c64b3a61c7a599bae3a33b44c0bbd190d8feb130d23065b0dfe71
 
 pkgname = python-fonttools


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=python-fonttools
 _pyname=${pkgname#python-}
-pkgver=4.52.4
+pkgver=4.53.0
 pkgrel=1
 pkgdesc='A library to manipulate font files from Python'
 url="https://github.com/fonttools/$_pyname;
@@ -34,7 +34,7 @@ optdepends=('python-brotli: to compress/decompress WOFF 2.0 
web fonts'
 'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
 _archive="$_pyname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('06b50877534910977f091637ae660baa2f8d929d87dacf002b0d964abe78a0e0')
+sha256sums=('f48a1e557e4c64b3a61c7a599bae3a33b44c0bbd190d8feb130d23065b0dfe71')
 
 build() {
cd "$_archive"



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

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




[Git][archlinux/packaging/packages/setzer] Pushed new tag 65-2

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


Caleb Maclennan pushed new tag 65-2 at Arch Linux / Packaging / Packages / 
setzer

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




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

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


Caleb Maclennan pushed new branch main at Arch Linux / Packaging / Packages / 
setzer

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




[Git][archlinux/packaging/packages/zed] Pushed new tag 0.137.5-2

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


Caleb Maclennan pushed new tag 0.137.5-2 at Arch Linux / Packaging / Packages / 
zed

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




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

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


Caleb Maclennan pushed new branch main at Arch Linux / Packaging / Packages / 
zed

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




[Git][archlinux/packaging/packages/python-bibtexparser] Pushed new branch main

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


Caleb Maclennan pushed new branch main at Arch Linux / Packaging / Packages / 
python-bibtexparser

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




[Git][archlinux/packaging/packages/python-bibtexparser] Pushed new tag 1.4.1-3

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


Caleb Maclennan pushed new tag 1.4.1-3 at Arch Linux / Packaging / Packages / 
python-bibtexparser

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




[Git][archlinux/packaging/packages/node-gyp][main] upgpkg: 10.1.0-3: Update optdepends

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
node-gyp


Commits:
2046c6b1 by Caleb Maclennan at 2024-05-31T13:43:24+03:00
upgpkg: 10.1.0-3: Update optdepends

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = node-gyp
pkgdesc = Node.js native addon build tool
pkgver = 10.1.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/nodejs/node-gyp
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,18 +3,16 @@
 
 pkgname=node-gyp
 pkgver=10.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Node.js native addon build tool'
 arch=('any')
 url='https://github.com/nodejs/node-gyp'
 license=('MIT')
 depends=('nodejs' 'nodejs-nopt' 'semver')
 makedepends=('npm')
-optdepends=(
-  'gcc: to build C++ modules'
-  'make: to build C++ modules'
-  'python: to build C++ modules'
-)
+optdepends=('gcc: to build C++ modules'
+'make: to build C++ modules'
+'python: to build C++ modules')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
 
sha512sums=('0782793357000713dce4fc1f8e16d5e61a32d833fda7c9455c04a710dea1ba05ce6bad78d7ab674d9dbdc7db12c00774a3df57348729bc30f2d6cc00131b1528')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/node-gyp/-/commit/2046c6b195d3e69116f7c5d1947d4d3f9cebf97b

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




[Git][archlinux/packaging/packages/node-gyp] Pushed new tag 10.1.0-3

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


Caleb Maclennan pushed new tag 10.1.0-3 at Arch Linux / Packaging / Packages / 
node-gyp

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




[Git][archlinux/packaging/packages/node-gyp][main] Rework dependencies

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
node-gyp


Commits:
542580a3 by Hanabishi Recca at 2024-05-03T12:26:13+00:00
Rework dependencies

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -8,8 +8,10 @@ pkgbase = node-gyp
makedepends = npm
depends = nodejs
depends = nodejs-nopt
-   depends = python
depends = semver
+   optdepends = gcc: to build C++ modules
+   optdepends = make: to build C++ modules
+   optdepends = python: to build C++ modules
noextract = node-gyp-10.1.0.tgz
source = https://registry.npmjs.org/node-gyp/-/node-gyp-10.1.0.tgz
sha512sums = 
0782793357000713dce4fc1f8e16d5e61a32d833fda7c9455c04a710dea1ba05ce6bad78d7ab674d9dbdc7db12c00774a3df57348729bc30f2d6cc00131b1528


=
PKGBUILD
=
@@ -8,8 +8,13 @@ pkgdesc='Node.js native addon build tool'
 arch=('any')
 url='https://github.com/nodejs/node-gyp'
 license=('MIT')
-depends=('nodejs' 'nodejs-nopt' 'python' 'semver')
+depends=('nodejs' 'nodejs-nopt' 'semver')
 makedepends=('npm')
+optdepends=(
+  'gcc: to build C++ modules'
+  'make: to build C++ modules'
+  'python: to build C++ modules'
+)
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
 
sha512sums=('0782793357000713dce4fc1f8e16d5e61a32d833fda7c9455c04a710dea1ba05ce6bad78d7ab674d9dbdc7db12c00774a3df57348729bc30f2d6cc00131b1528')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/node-gyp/-/commit/542580a39abd3f7487e0174ebef945a7ccd01839

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




[Git][archlinux/packaging/packages/python-leather] Pushed new tag 0.4.0-3

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


Caleb Maclennan pushed new tag 0.4.0-3 at Arch Linux / Packaging / Packages / 
python-leather

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




[Git][archlinux/packaging/packages/python-leather][main] upgpkg: 0.4.0-3: Address upstream repackage, closes !1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-leather


Commits:
5afcfd99 by Caleb Maclennan at 2024-05-31T12:31:31+03:00
upgpkg: 0.4.0-3: Address upstream repackage, closes !1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-leather
pkgdesc = Python charting for 80% of humans
pkgver = 0.4.0
-   pkgrel = 2
+   pkgrel = 3
url = https://leather.readthedocs.io
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-leather
makedepends = python-setuptools
depends = python
depends = python-six
-   source = 
leather-0.4.0.tar.gz::https://github.com/wireservice/leather/archive/0.4.0.tar.gz
-   sha256sums = 
2bc92e77a2db43b0a0aabdc9ce0893d0728ce0c8098897a55e4c2244bbdc5b0f
+   source = 
https://github.com/wireservice/leather/archive/0.4.0/leather-0.4.0-3.tar.gz
+   sha256sums = 
5b4d698e97534a2600150837c2beb446278b7ef276a699768efc5488c88290c3
 
 pkgname = python-leather


=
PKGBUILD
=
@@ -1,10 +1,14 @@
 # Maintainer: Caleb Maclennan 
 # Contributor: Michał Pałubicki 
 
+# TODO : Drop $pkgrel from $source on the next release...
+# 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-leather/-/merge_requests/1
+# https://github.com/wireservice/leather/issues/107
+
 _pyname=leather
 pkgname=python-$_pyname
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python charting for 80% of humans'
 arch=(any)
 url="https://$_pyname.readthedocs.io;
@@ -16,8 +20,8 @@ makedepends=(python-{build,installer,wheel}
 checkdepends=(python-cssselect
   python-lxml)
 _archive="$_pyname-$pkgver"
-source=("$_archive.tar.gz::https://github.com/wireservice/$_pyname/archive/$pkgver.tar.gz;)
-sha256sums=('2bc92e77a2db43b0a0aabdc9ce0893d0728ce0c8098897a55e4c2244bbdc5b0f')
+source=("https://github.com/wireservice/$_pyname/archive/$pkgver/$_archive-$pkgrel.tar.gz;)
+sha256sums=('5b4d698e97534a2600150837c2beb446278b7ef276a699768efc5488c88290c3')
 
 build() {
cd "$_archive"



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

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




[Git][archlinux/packaging/packages/nushell][main] upgpkg: 0.94.1-1

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


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


Commits:
4d6ddd61 by Caleb Maclennan at 2024-05-31T10:40:35+03:00
upgpkg: 0.94.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nushell
pkgdesc = A new type of shell
-   pkgver = 0.94.0
+   pkgver = 0.94.1
pkgrel = 1
url = https://www.nushell.sh
install = nushell.install
@@ -13,7 +13,7 @@ pkgbase = nushell
depends = libcrypto.so
depends = libssl.so
depends = zlib
-   source = git+https://github.com/nushell/nushell.git#tag=0.94.0
-   sha256sums = 
9358949a27ff0e6083b5dfd32ae8e18d02fd211361f2d05d2179a8693882f73e
+   source = git+https://github.com/nushell/nushell.git#tag=0.94.1
+   sha256sums = 
d4c65ad77a6351d7a9414222357b625b6605787b3c26020f9ed7fa9f6cc5060a
 
 pkgname = nushell


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Bumsik Kim 
 
 pkgname=nushell
-pkgver=0.94.0
+pkgver=0.94.1
 pkgrel=1
 pkgdesc='A new type of shell'
 arch=('x86_64')
@@ -21,7 +21,7 @@ depends=(
 makedepends=('cargo' 'git')
 install=nushell.install
 source=("git+https://github.com/nushell/nushell.git#tag=$pkgver;)
-sha256sums=('9358949a27ff0e6083b5dfd32ae8e18d02fd211361f2d05d2179a8693882f73e')
+sha256sums=('d4c65ad77a6351d7a9414222357b625b6605787b3c26020f9ed7fa9f6cc5060a')
 
 prepare() {
   cd "$pkgname"



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

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




[Git][archlinux/packaging/packages/nushell] Pushed new tag 0.94.1-1

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


Caleb Maclennan pushed new tag 0.94.1-1 at Arch Linux / Packaging / Packages / 
nushell

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




[Git][archlinux/packaging/packages/calibre] Pushed new tag 7.12.0-1

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


Caleb Maclennan pushed new tag 7.12.0-1 at Arch Linux / Packaging / Packages / 
calibre

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




[Git][archlinux/packaging/packages/calibre][main] upgpkg: 7.12.0-1

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


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


Commits:
150a324e by Caleb Maclennan at 2024-05-31T10:30:53+03:00
upgpkg: 7.12.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = calibre
pkgdesc = Ebook management application
-   pkgver = 7.11.0
+   pkgver = 7.12.0
pkgrel = 1
url = https://calibre-ebook.com
arch = x86_64
@@ -70,10 +70,10 @@ pkgbase = calibre
conflicts = calibre-python3
replaces = calibre-common
replaces = calibre-python3
-   source = https://download.calibre-ebook.com/7.11.0/calibre-7.11.0.tar.xz
-   source = https://calibre-ebook.com/signatures/calibre-7.11.0.tar.xz.sig
+   source = https://download.calibre-ebook.com/7.12.0/calibre-7.12.0.tar.xz
+   source = https://calibre-ebook.com/signatures/calibre-7.12.0.tar.xz.sig
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
-   sha256sums = 
25243c06965fed9bcb95ddc6339ff27cb4becd18851a2d2bed5ebb5dbebad8eb
+   sha256sums = 
5c790e453531dfe3be8b6bdb4e26401c8ff4858df13c85efbcd015b97cb8c339
sha256sums = SKIP
 
 pkgname = calibre


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=7.11.0
+pkgver=7.12.0
 pkgrel=1
 pkgdesc='Ebook management application'
 arch=(x86_64)
@@ -82,7 +82,7 @@ replaces=("${conflicts[@]}")
 _archive="$pkgname-$pkgver"
 source=("https://download.calibre-ebook.com/$pkgver/$_archive.tar.xz;
 "$url/signatures/$_archive.tar.xz.sig")
-sha256sums=('25243c06965fed9bcb95ddc6339ff27cb4becd18851a2d2bed5ebb5dbebad8eb'
+sha256sums=('5c790e453531dfe3be8b6bdb4e26401c8ff4858df13c85efbcd015b97cb8c339'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/150a324e29fada42357fe48ce253425ebdfbe3a9

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




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

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


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


Commits:
7ad8d565 by Caleb Maclennan at 2024-05-31T10:27:26+03:00
upgpkg: 1:1.39.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




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

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


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

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




[Git][archlinux/packaging/packages/chezmoi] Pushed new tag 2.48.2-1

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


Caleb Maclennan pushed new tag 2.48.2-1 at Arch Linux / Packaging / Packages / 
chezmoi

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




[Git][archlinux/packaging/packages/chezmoi][main] upgpkg: 2.48.2-1

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


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


Commits:
2dd8de94 by Caleb Maclennan at 2024-05-31T10:26:37+03:00
upgpkg: 2.48.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chezmoi
pkgdesc = Manage your dotfiles across multiple machines
-   pkgver = 2.48.1
+   pkgver = 2.48.2
pkgrel = 1
url = https://www.chezmoi.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = chezmoi
makedepends = git
depends = glibc
options = !lto
-   source = 
chezmoi-2.48.1.tar.gz::https://github.com/twpayne/chezmoi/archive/v2.48.1.tar.gz
-   sha512sums = 
42cfefbd00abe02326c806b3dc2925be2b109fe545b969efc3ce11dc17362c9e4156f2ad506a0e2c4543d02b5f1eff5a3985d88090e4c3be66264bb0cc77a57c
+   source = 
chezmoi-2.48.2.tar.gz::https://github.com/twpayne/chezmoi/archive/v2.48.2.tar.gz
+   sha512sums = 
080d45df25d4bd6305d2124e436dd75f57f1de85fddfa9956c6f2ebe664f8ec153a5c52130de9808b83061ef2641e97688defb366ed185ec8cd12e3618370995
 
 pkgname = chezmoi


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor:  
 
 pkgname=chezmoi
-pkgver=2.48.1
+pkgver=2.48.2
 pkgrel=1
 pkgdesc="Manage your dotfiles across multiple machines"
 arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('glibc')
 checkdepends=('zip')
 options=('!lto')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha512sums=('42cfefbd00abe02326c806b3dc2925be2b109fe545b969efc3ce11dc17362c9e4156f2ad506a0e2c4543d02b5f1eff5a3985d88090e4c3be66264bb0cc77a57c')
+sha512sums=('080d45df25d4bd6305d2124e436dd75f57f1de85fddfa9956c6f2ebe664f8ec153a5c52130de9808b83061ef2641e97688defb366ed185ec8cd12e3618370995')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

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




[Git][archlinux/packaging/packages/electron29][main] upgpkg: 29.4.2-1

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


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


Commits:
c91228d9 by Caleb Maclennan at 2024-05-30T11:33:06+03:00
upgpkg: 29.4.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = electron29
pkgdesc = Build cross platform desktop apps with web technologies
-   pkgver = 29.4.1
-   pkgrel = 2
+   pkgver = 29.4.2
+   pkgrel = 1
url = https://electronjs.org
arch = x86_64
license = MIT
@@ -83,7 +83,7 @@ pkgbase = electron29
optdepends = trash-cli: file deletion support (trash-put)
optdepends = xdg-utils: open URLs with desktop’s default (xdg-email, 
xdg-open)
options = !lto
-   source = git+https://github.com/electron/electron.git#tag=v29.4.1
+   source = git+https://github.com/electron/electron.git#tag=v29.4.2
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/122-3/chromium-patches-122-3.tar.bz2
source = support-ICU-74-in-LazyTextBreakIterator.patch
source = drop-flag-unsupported-by-clang17.patch
@@ -246,7 +246,7 @@ pkgbase = electron29
source = 
chromium-mirror_third_party_vulkan-deps_vulkan-tools_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git#commit=7c6d640a5ca3ab73c1f42d22312f672b54babfaf
source = 
chromium-mirror_third_party_vulkan-deps_vulkan-utility-libraries_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries.git#commit=4cfc176e3242b4dbdfd3f6c5680c5d8f2cb7db45
source = 
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=d26b50b03815ff226e6df478b4ddc4b98d8deaee
-   sha256sums = 
0f58393e0d9d6cc038b5d60323989c8e52fc898ab127c4a39fdb9c88879271e7
+   sha256sums = 
3fa549d267e3f02d321b800a4700f4192d12f85b0b10dbbec3de30074864713e
sha256sums = 
7916b80d801bcc5c23cb9dd1ae820d939af3ef640dbcb2a3c8d6780dcf6ba7a3
sha256sums = 
8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1


=
PKGBUILD
=
@@ -8,9 +8,9 @@
 # Note: source array can be synced with an Electron release after updating 
$pkgver with:
 # bash -c 'source PKGBUILD; _update_sources'
 
-pkgver=29.4.1
+pkgver=29.4.2
 _gcc_patches=122-3
-pkgrel=2
+pkgrel=1
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'
@@ -230,7 +230,7 @@ 
source=("git+https://github.com/electron/electron.git#tag=v$pkgver;
 
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=d26b50b03815ff226e6df478b4ddc4b98d8deaee
 # END managed sources
 )
-sha256sums=('0f58393e0d9d6cc038b5d60323989c8e52fc898ab127c4a39fdb9c88879271e7'
+sha256sums=('3fa549d267e3f02d321b800a4700f4192d12f85b0b10dbbec3de30074864713e'
 '7916b80d801bcc5c23cb9dd1ae820d939af3ef640dbcb2a3c8d6780dcf6ba7a3'
 '8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron29/-/commit/c91228d92283160e5569c85be75def9d4120ff5f

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




[Git][archlinux/packaging/packages/electron29] Pushed new tag 29.4.2-1

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


Caleb Maclennan pushed new tag 29.4.2-1 at Arch Linux / Packaging / Packages / 
electron29

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




[Git][archlinux/packaging/packages/cargo-edit] Pushed new tag 0.12.3-1

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


Caleb Maclennan pushed new tag 0.12.3-1 at Arch Linux / Packaging / Packages / 
cargo-edit

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




[Git][archlinux/packaging/packages/cargo-edit][main] upgpkg: 0.12.3-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-edit


Commits:
88de33ed by Caleb Maclennan at 2024-05-30T11:27:46+03:00
upgpkg: 0.12.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cargo-edit
pkgdesc = Managing cargo dependencies from the command line
-   pkgver = 0.12.2
-   pkgrel = 2
+   pkgver = 0.12.3
+   pkgrel = 1
url = https://github.com/killercup/cargo-edit/releases
arch = x86_64
license = MIT
@@ -10,9 +10,9 @@ pkgbase = cargo-edit
depends = libgit2
depends = libssh2
depends = openssl
-   source = 
https://github.com/killercup/cargo-edit/archive/v0.12.2/cargo-edit-0.12.2.tar.gz
-   sha512sums = 
91750b1129eebbbc86d9eb1e3e3ed428039b4997975a7708acee60cd537b5daa4a1de0ed64462162fa82b73a15795c1e1603aaac2f7bcc1570ec83c147f0c207
-   b2sums = 
37e91b5eb41fd56e2be382ee77bd6a6c859d1e1d7c99d45c2597e1a24194ea79ad1c563eb065615bf9cd87ab108de84d772e31d4faeaa57f9f556d6eb7fe570b
+   source = 
https://github.com/killercup/cargo-edit/archive/v0.12.3/cargo-edit-0.12.3.tar.gz
+   sha512sums = 
3e0f8a99b36adb225eba92dbab9c4c79a8c8247d4aa059949dae33bb267d991d774bf511564fd196ea0837f3262de44e3a09c40ec04f7cd4a68c96ba8decba07
+   b2sums = 
5b23ac492a92cad6efcdbba13960bda7f1e5a561cab55d4cb8e05e01337c49ec3fc861a8806010fb9bbdff48be8a463563fb23c59fffd3cdaaa6e4fa18b2d35f
 
 pkgname = cargo-edit
depends = cargo


=
PKGBUILD
=
@@ -3,16 +3,16 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=cargo-edit
-pkgver=0.12.2
-pkgrel=2
+pkgver=0.12.3
+pkgrel=1
 pkgdesc='Managing cargo dependencies from the command line'
 url='https://github.com/killercup/cargo-edit/releases'
 arch=('x86_64')
 license=('MIT' 'Apache-2.0')
 depends=('cargo' 'libgit2' 'libssh2' 'openssl')
 
source=(https://github.com/killercup/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('91750b1129eebbbc86d9eb1e3e3ed428039b4997975a7708acee60cd537b5daa4a1de0ed64462162fa82b73a15795c1e1603aaac2f7bcc1570ec83c147f0c207')
-b2sums=('37e91b5eb41fd56e2be382ee77bd6a6c859d1e1d7c99d45c2597e1a24194ea79ad1c563eb065615bf9cd87ab108de84d772e31d4faeaa57f9f556d6eb7fe570b')
+sha512sums=('3e0f8a99b36adb225eba92dbab9c4c79a8c8247d4aa059949dae33bb267d991d774bf511564fd196ea0837f3262de44e3a09c40ec04f7cd4a68c96ba8decba07')
+b2sums=('5b23ac492a92cad6efcdbba13960bda7f1e5a561cab55d4cb8e05e01337c49ec3fc861a8806010fb9bbdff48be8a463563fb23c59fffd3cdaaa6e4fa18b2d35f')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-edit/-/commit/88de33edbcc301c64556d03c32d682f592e9a654

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




[Git][archlinux/packaging/packages/electron30] Pushed new tag 30.0.9-1

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


Caleb Maclennan pushed new tag 30.0.9-1 at Arch Linux / Packaging / Packages / 
electron30

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




  1   2   3   4   5   6   7   8   9   10   >