[Git][archlinux/packaging/packages/qt6-shadertools][main] Switch to git sources

2024-04-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
qt6-shadertools


Commits:
2d0f3b50 by Antonio Rojas at 2024-04-03T07:55:08+02:00
Switch to git sources

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -7,11 +7,12 @@ pkgbase = qt6-shadertools
groups = qt6
license = GPL3
makedepends = cmake
+   makedepends = git
makedepends = ninja
depends = gcc-libs
depends = glibc
depends = qt6-base
-   source = 
https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtshadertools-everywhere-src-6.7.0.tar.xz
-   sha256sums = 
3e13f967c62f0815c901e754cbc472a2e19170da0c7a505230d559615f7998af
+   source = git+https://code.qt.io/qt/qtshadertools#tag=v6.7.0
+   sha256sums = 
537ba1f76d3a81ddc6bffc4331384fe0a331464633a9ff0fb3963f6b55de09b1
 
 pkgname = qt6-shadertools


=
PKGBUILD
=
@@ -14,11 +14,12 @@ depends=(gcc-libs
  glibc
  qt6-base)
 makedepends=(cmake
+ git
  ninja)
 groups=(qt6)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('3e13f967c62f0815c901e754cbc472a2e19170da0c7a505230d559615f7998af')
+_pkgfn=${pkgname/6-/}
+source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
+sha256sums=('537ba1f76d3a81ddc6bffc4331384fe0a331464633a9ff0fb3963f6b55de09b1')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-shadertools/-/commit/2d0f3b50368b29bb963f58fc7bb5ddaffbf11043

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




[Git][archlinux/packaging/packages/qt6-base][main] Switch to git sources

2024-04-02 Thread Antonio Rojas (@arojas)


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


Commits:
eedc04f2 by Antonio Rojas at 2024-04-03T07:52:09+02:00
Switch to git sources

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -13,6 +13,7 @@ pkgbase = qt6-base
makedepends = cmake
makedepends = cups
makedepends = freetds
+   makedepends = git
makedepends = gst-plugins-base-libs
makedepends = gtk3
makedepends = libfbclient
@@ -75,11 +76,11 @@ pkgbase = qt6-base
optdepends = postgresql-libs: PostgreSQL driver
optdepends = qt6-wayland: to run Qt6 applications in a Wayland session
optdepends = unixodbc: ODBC driver
-   source = 
https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtbase-everywhere-src-6.7.0.tar.xz
+   source = git+https://code.qt.io/qt/qtbase#tag=v6.7.0
source = qt6-base-cflags.patch
source = qt6-base-nostrip.patch
source = fix-wrong-cpp-if.patch
-   sha256sums = 
11b2e29e2e52fb0e3b453ea13bbe51a10fdff36e1c192d8868c5a40233b8b254
+   sha256sums = 
ee87abbfdf2d5bb204056bcb6c53e21c03e1abd779e3669faa56db7249c5e39e
sha256sums = 
5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78
sha256sums = 
4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094
sha256sums = 
b5cb3a29738a2783242a96c9d94298421875dcabec4fc2b5d8c5329b66e63070


=
PKGBUILD
=
@@ -58,6 +58,7 @@ makedepends=(alsa-lib
  cmake
  cups
  freetds
+ git
  gst-plugins-base-libs
  gtk3
  libfbclient
@@ -78,12 +79,12 @@ optdepends=('freetds: MS SQL driver'
 'qt6-wayland: to run Qt6 applications in a Wayland session'
 'unixodbc: ODBC driver')
 groups=(qt6)
-_pkgfn=${pkgbase/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
+_pkgfn=${pkgbase/6-/}
+source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver
 qt6-base-cflags.patch
 qt6-base-nostrip.patch
 fix-wrong-cpp-if.patch)
-sha256sums=('11b2e29e2e52fb0e3b453ea13bbe51a10fdff36e1c192d8868c5a40233b8b254'
+sha256sums=('ee87abbfdf2d5bb204056bcb6c53e21c03e1abd779e3669faa56db7249c5e39e'
 '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
 '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094'
 'b5cb3a29738a2783242a96c9d94298421875dcabec4fc2b5d8c5329b66e63070')



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

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




[Git][archlinux/packaging/packages/cudnn] Pushed new tag 9.0.0.312-1

2024-04-02 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 9.0.0.312-1 at Arch Linux / Packaging / 
Packages / cudnn

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




[Git][archlinux/packaging/packages/cudnn][main] upgpkg: 9.0.0.312-1

2024-04-02 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
f697c678 by Sven-Hendrik Haase at 2024-04-03T07:17:32+02:00
upgpkg: 9.0.0.312-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cudnn
pkgdesc = NVIDIA CUDA Deep Neural Network library
-   pkgver = 8.9.7.29
+   pkgver = 9.0.0.312
pkgrel = 1
url = https://developer.nvidia.com/cuDNN
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = cudnn
depends = cuda>=12
options = !strip
options = staticlibs
-   source = 
https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.7.29_cuda12-archive.tar.xz
+   source = 
https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.0.0.312_cuda12-archive.tar.xz
source = NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
-   b2sums = 
8c68349d8cbc8080ed352f2749426be4cda9aed18b6b7dababe739e7eef74ba20157ca6424bfd1df7f1299ea87e11e8606bdef9f60b312cddf79eb3d7ebe6c3f
+   b2sums = 
d48227a20621d1a9fce0c67ccc87cdf79edeee837eb076de2b311ea8c24e69cecf189007fe9e31154aa7a1e79af4cce0fa7945dc9fe9cb15f035cf688b271526
b2sums = 
222e3d3640808a130dfc339fa8e48ea396f784af77d09d90fae1e5550de8272e643d9a765d832b3d950234a3f7a8706a12191d49717f732cff190e5fd920ed52
 
 pkgname = cudnn


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Yunhui Fu 
 
 pkgname=cudnn
-pkgver=8.9.7.29
+pkgver=9.0.0.312
 _cudaver=12
 pkgrel=1
 pkgdesc="NVIDIA CUDA Deep Neural Network library"
@@ -21,7 +21,7 @@ options=(!strip staticlibs)
 # or 
https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/
 
source=("https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-${pkgver}_cuda${_cudaver}-archive.tar.xz;
 "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-b2sums=('8c68349d8cbc8080ed352f2749426be4cda9aed18b6b7dababe739e7eef74ba20157ca6424bfd1df7f1299ea87e11e8606bdef9f60b312cddf79eb3d7ebe6c3f'
+b2sums=('d48227a20621d1a9fce0c67ccc87cdf79edeee837eb076de2b311ea8c24e69cecf189007fe9e31154aa7a1e79af4cce0fa7945dc9fe9cb15f035cf688b271526'
 
'222e3d3640808a130dfc339fa8e48ea396f784af77d09d90fae1e5550de8272e643d9a765d832b3d950234a3f7a8706a12191d49717f732cff190e5fd920ed52')
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cudnn/-/commit/f697c67837e6e313828cf48dd23ea3f048f699fe

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




[Git][archlinux/packaging/packages/loupe][main] 46.1-1

2024-04-02 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
696bfe83 by Jan Alexander Steffens (heftig) at 2024-04-03T05:05:28+02:00
46.1-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + keys/pgp/4587A0EE1EE5478AAB82C0A93BA28A5559F08EBD.asc


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = loupe
pkgdesc = A simple image viewer for GNOME
-   pkgver = 46.0
+   pkgver = 46.1
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/loupe
arch = x86_64
@@ -23,7 +23,8 @@ pkgbase = loupe
depends = libadwaita
depends = libgweather-4
depends = libseccomp
-   source = 
git+https://gitlab.gnome.org/GNOME/loupe.git#commit=b3238e28bd451120cdb516ec8dd76197218e3cdb
-   b2sums = SKIP
+   source = git+https://gitlab.gnome.org/GNOME/loupe.git?signed#tag=46.1
+   validpgpkeys = 4587A0EE1EE5478AAB82C0A93BA28A5559F08EBD
+   b2sums = 
99de72ebf5c0b98feb2ec2c83cb331bc5b7ecb440d7a7a3e8ac63f1d19de84c7e3c25b35a23da6222541771ea12eb78284d874b33bba1ef6107ff7b206782539
 
 pkgname = loupe


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Fabian Bornschein 
 
 pkgname=loupe
-pkgver=46.0
+pkgver=46.1
 pkgrel=1
 pkgdesc="A simple image viewer for GNOME"
 arch=(x86_64)
@@ -29,9 +29,11 @@ makedepends=(
   meson
   rust
 )
-_commit=b3238e28bd451120cdb516ec8dd76197218e3cdb  # tags/46.0^0
-source=("git+https://gitlab.gnome.org/GNOME/loupe.git#commit=$_commit;)
-b2sums=('SKIP')
+source=("git+$url.git?signed#tag=${pkgver/[a-z]/.&}")
+b2sums=('99de72ebf5c0b98feb2ec2c83cb331bc5b7ecb440d7a7a3e8ac63f1d19de84c7e3c25b35a23da6222541771ea12eb78284d874b33bba1ef6107ff7b206782539')
+validpgpkeys=(
+  4587A0EE1EE5478AAB82C0A93BA28A5559F08EBD # Sophie Herold 

+)
 
 # Use LTO
 export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
@@ -39,11 +41,6 @@ export CARGO_PROFILE_RELEASE_LTO=true 
CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
 # Use debug
 export CARGO_PROFILE_RELEASE_DEBUG=2
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
 prepare() {
   cd $pkgname
 }


=
keys/pgp/4587A0EE1EE5478AAB82C0A93BA28A5559F08EBD.asc
=
@@ -0,0 +1,10 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mDMEZQceAxYJKwYBBAHaRw8BAQdAtKEfvOEN76hodwi6TZMTZyXTg2lXhSKImTL0
+ICJSkC+0JlNvcGhpZSBIZXJvbGQgPHNvcGhpZWhlcm9sZEBnbm9tZS5vcmc+iJYE
+ExYIAD4WIQRFh6DuHuVHiquCwKk7oopVWfCOvQUCZQceAwIbAwUJCWYBgAULCQgH
+AgYVCgkICwIEFgIDAQIeAQIXgAAKCRA7oopVWfCOvbppAQD78+1xriQ8CazyX6Kl
+nS94d4/QSVSupz5B7Nku0KC7JQEA0+MTMDvNLfvbDNEdNS7hdAdR9pp3F02R4iwU
+IdueywA=
+=VmhQ
+-END PGP PUBLIC KEY BLOCK-



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/loupe/-/commit/696bfe83894d7f8455f61a03b66fcf28bc008785

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




[Git][archlinux/packaging/packages/loupe] Pushed new tag 46.1-1

2024-04-02 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




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

2024-04-02 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/sof-bin] Pushed new tag 2024.03-1

2024-04-02 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 2024.03-1 at Arch Linux / 
Packaging / Packages / sof-bin

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




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

2024-04-02 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
16a50a42 by Jan Alexander Steffens (heftig) at 2024-04-03T04:50:13+02:00
124.0.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = firefox
pkgdesc = Standalone web browser from mozilla.org
-   pkgver = 124.0.1
+   pkgver = 124.0.2
pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = x86_64
@@ -44,16 +44,16 @@ pkgbase = firefox
options = !emptydirs
options = !lto
options = !makeflags
-   source = 
https://archive.mozilla.org/pub/firefox/releases/124.0.1/source/firefox-124.0.1.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/124.0.1/source/firefox-124.0.1.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/124.0.2/source/firefox-124.0.2.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/124.0.2/source/firefox-124.0.2.source.tar.xz.asc
source = firefox.desktop
source = identity-icons-brand.svg
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
ddac16aea855e057ff6be3c143f7155cc20f452e1f45eb6288ff27e9346ab843
+   sha256sums = 
a6526d3540e19c8875cb7364e4490436c189478d375c4cb5216b0414e4b2d91c
sha256sums = SKIP
sha256sums = 
1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044
sha256sums = 
a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
-   b2sums = 
b986833fbf28ebcb5588a68367054ca7a2f51f69685349ba65d25e118c90ded55c6e626842bbda8f00717ee55aa784c808e8f09855de423234a592ad23d9e9bf
+   b2sums = 
eaa35c3967514cb9f9ca48e32414bdecead3147a3d5ba8e9648be32f04b5d9e209ce71e02029851e1654c66d5cefd9a7b1a2a0fa68558a856c2ae3b1112d04d6
b2sums = SKIP
b2sums = 
d07557840097dd48a60c51cc5111950781e1c6ce27693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628
b2sums = 
63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=124.0.1
+pkgver=124.0.2
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 url="https://www.mozilla.org/firefox/;
@@ -66,11 +66,11 @@ validpgpkeys=(
   # 
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
   14F26682D0916CDD81E37B6D61B7B526D98F0353
 )
-sha256sums=('ddac16aea855e057ff6be3c143f7155cc20f452e1f45eb6288ff27e9346ab843'
+sha256sums=('a6526d3540e19c8875cb7364e4490436c189478d375c4cb5216b0414e4b2d91c'
 'SKIP'
 '1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044'
 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9')
-b2sums=('b986833fbf28ebcb5588a68367054ca7a2f51f69685349ba65d25e118c90ded55c6e626842bbda8f00717ee55aa784c808e8f09855de423234a592ad23d9e9bf'
+b2sums=('eaa35c3967514cb9f9ca48e32414bdecead3147a3d5ba8e9648be32f04b5d9e209ce71e02029851e1654c66d5cefd9a7b1a2a0fa68558a856c2ae3b1112d04d6'
 'SKIP'
 
'd07557840097dd48a60c51cc5111950781e1c6ce27693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628'
 
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34')



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

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




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

2024-04-02 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/sof-bin][main] 2024.03-1

2024-04-02 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
8e062e04 by Jan Alexander Steffens (heftig) at 2024-04-03T04:50:25+02:00
2024.03-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,12 @@
 pkgbase = sof-bin
pkgdesc = Sound Open Firmware
-   pkgver = 2023.12.1
+   pkgver = 2024.03
pkgrel = 1
url = https://www.sofproject.org/
arch = x86_64
-   license = custom:BSD
-   license = custom:ISC
-   source = 
https://github.com/thesofproject/sof-bin/releases/download/v2023.12.1/sof-bin-2023.12.1.tar.gz
-   b2sums = 
a901637ba25df51152f04c7db5330b70a18c92363b102c061568a4c3a8a7e2fc506ac9783abe715f680a27be8a040d63b7dd5b62682979ccf1e4eaeb30789d83
+   license = BSD-3-Clause AND ISC
+   source = 
https://github.com/thesofproject/sof-bin/releases/download/v2024.03/sof-bin-2024.03.tar.gz
+   b2sums = 
23d73ff3ab30b5134086bb21e606805a7d9667adf1a5598a3d31068ba0254dc4c34464ee3913eb3530a8124e3614eff9ba28fa731e9816b28980ea05834c1037
 
 pkgname = sof-firmware
options = !strip


=
PKGBUILD
=
@@ -5,17 +5,14 @@ pkgname=(
   sof-firmware
   sof-tools
 )
-pkgver=2023.12.1
+pkgver=2024.03
 pkgrel=1
 pkgdesc="Sound Open Firmware"
 url="https://www.sofproject.org/;
 arch=(x86_64)
-license=(
-  custom:BSD
-  custom:ISC
-)
+license=('BSD-3-Clause AND ISC')
 
source=(https://github.com/thesofproject/sof-bin/releases/download/v$pkgver/sof-bin-$pkgver.tar.gz)
-b2sums=('a901637ba25df51152f04c7db5330b70a18c92363b102c061568a4c3a8a7e2fc506ac9783abe715f680a27be8a040d63b7dd5b62682979ccf1e4eaeb30789d83')
+b2sums=('23d73ff3ab30b5134086bb21e606805a7d9667adf1a5598a3d31068ba0254dc4c34464ee3913eb3530a8124e3614eff9ba28fa731e9816b28980ea05834c1037')
 
 prepare() {
   cd sof-bin-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sof-bin/-/commit/8e062e0410582d0c9aebdfefe9548f57f26be24d

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




[Git][archlinux/packaging/packages/dateutils] Pushed new tag 0.4.11-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 0.4.11-2 at Arch Linux / Packaging / Packages / 
dateutils

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




[Git][archlinux/packaging/packages/dateutils][main] upgpkg: 0.4.11-2: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
dateutils


Commits:
e451ca89 by T.J. Townsend at 2024-04-02T21:17:06-04:00
upgpkg: 0.4.11-2: build from git tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = dateutils
pkgdesc = nifty command line date and time utilities; fast date 
calculations and conversion in the shell
pkgver = 0.4.11
-   pkgrel = 1
+   pkgrel = 2
url = https://www.fresse.org/dateutils/
arch = x86_64
license = BSD
+   makedepends = git
+   makedepends = gperf
depends = glibc
-   source = 
dateutils-0.4.11.tar.xz::https://github.com/hroptatyr/dateutils/releases/download/v0.4.11/dateutils-0.4.11.tar.xz
-   source = 
dateutils-0.4.11.tar.asc::https://github.com/hroptatyr/dateutils/releases/download/v0.4.11/dateutils-0.4.11.tar.asc
+   source = 
git+https://github.com/hroptatyr/dateutils.git?signed#tag=v0.4.11
validpgpkeys = 6CB0D61E23A4275CC2CFA16194C9A1AC82C9390E
-   sha512sums = 
601fa8197acdb68fe0688aed3fa2ba2fcf66b9a8ad23a0c7cb816a2cba9c645854ec8715a2127e02294cc068f63b09d0596eee60e151a8ad0edff22f54ec9d7a
-   sha512sums = SKIP
+   sha512sums = 
4fdf3ed23928145086f78077db3ec16364bdf1d7aba73bd360057a3026c0f3b5e968496c3a177c8f5cbe2483892c5a28f1459bdbecf4805d4b4b6979a911ec44
 
 pkgname = dateutils


=
PKGBUILD
=
@@ -2,31 +2,35 @@
 
 pkgname=dateutils
 pkgver=0.4.11
-pkgrel=1
+pkgrel=2
 pkgdesc='nifty command line date and time utilities; fast date calculations 
and conversion in the shell'
 url='https://www.fresse.org/dateutils/'
 arch=('x86_64')
 license=('BSD')
+makedepends=('git' 'gperf')
 depends=('glibc')
-source=("$pkgname-$pkgver.tar.xz::https://github.com/hroptatyr/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
-
"$pkgname-$pkgver.tar.asc::https://github.com/hroptatyr/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.asc;)
+source=("git+https://github.com/hroptatyr/dateutils.git?signed#tag=v${pkgver};)
+sha512sums=('4fdf3ed23928145086f78077db3ec16364bdf1d7aba73bd360057a3026c0f3b5e968496c3a177c8f5cbe2483892c5a28f1459bdbecf4805d4b4b6979a911ec44')
 validpgpkeys=('6CB0D61E23A4275CC2CFA16194C9A1AC82C9390E')
-sha512sums=('601fa8197acdb68fe0688aed3fa2ba2fcf66b9a8ad23a0c7cb816a2cba9c645854ec8715a2127e02294cc068f63b09d0596eee60e151a8ad0edff22f54ec9d7a'
-'SKIP')
+
+prepare() {
+cd $pkgname
+autoreconf -fiv
+}
 
 build() {
-cd $pkgname-$pkgver
+cd $pkgname
 ./configure --prefix=/usr --with-old-links=no
 make
 }
 
 check() {
-cd $pkgname-$pkgver
+cd $pkgname
 make check
 }
 
 package() {
-cd $pkgname-$pkgver
+cd $pkgname
 make DESTDIR="$pkgdir" install
 install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dateutils/-/commit/e451ca891db28fa369e94faf3d873890090321b5

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




[Git][archlinux/packaging/packages/telegram-desktop][main] upgpkg: 4.16.1-2

2024-04-02 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
3b85f7a9 by Sven-Hendrik Haase at 2024-04-03T02:36:01+02:00
upgpkg: 4.16.1-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = telegram-desktop
pkgdesc = Official Telegram Desktop client
pkgver = 4.16.1
-   pkgrel = 1
+   pkgrel = 2
url = https://desktop.telegram.org/
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: hexchain 
 pkgname=telegram-desktop
 pkgver=4.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/telegram-desktop/-/commit/3b85f7a9cce974c1d9dc60c53bcaad6d47cce109

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




[Git][archlinux/packaging/packages/telegram-desktop] Pushed new tag 4.16.1-2

2024-04-02 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 4.16.1-2 at Arch Linux / Packaging / Packages 
/ telegram-desktop

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




[Git][archlinux/packaging/packages/bsd-games][main] add validpgpkeys

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
bsd-games


Commits:
dc8eee98 by T.J. Townsend at 2024-04-02T20:26:08-04:00
add validpgpkeys

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,8 +15,9 @@ license=('BSD')
 makedepends=('git')
 depends=('ncurses' 'systemd')
 optdepends=('words: for hangman')
-source=($pkgname::"git+https://git.code.sf.net/p/bsd-games/code#tag=v${pkgver};)
+source=($pkgname::"git+https://git.code.sf.net/p/bsd-games/code?signed#tag=v${pkgver};)
 sha256sums=('33b17362808ad950865c06d26d423606b889c5b3cacf9f76105817c75f16f79e')
+validpgpkeys=(F726C152F992ACEFBAE85569F384187A57EF569F) # Mike Sharov
 
 build() {
 cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bsd-games/-/commit/dc8eee98c8782d2654396053c8d8fb83df45d6b2

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




[Git][archlinux/packaging/packages/bsd-games] Pushed new tag 3.3-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 3.3-2 at Arch Linux / Packaging / Packages / 
bsd-games

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




[Git][archlinux/packaging/packages/bsd-games][main] upgpkg: 3.3-2: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
bsd-games


Commits:
0ff3cd7a by T.J. Townsend at 2024-04-02T20:23:57-04:00
upgpkg: 3.3-2: build from git tag

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = bsd-games
+   pkgdesc = Linux port of the collection of BSD command line games
+   pkgver = 3.3
+   pkgrel = 2
+   url = https://sourceforge.net/projects/bsd-games
+   arch = x86_64
+   license = BSD
+   makedepends = git
+   depends = ncurses
+   depends = systemd
+   optdepends = words: for hangman
+   source = 
bsd-games::git+https://git.code.sf.net/p/bsd-games/code#tag=v3.3
+   sha256sums = 
33b17362808ad950865c06d26d423606b889c5b3cacf9f76105817c75f16f79e
+
+pkgname = bsd-games


=
PKGBUILD
=
@@ -7,24 +7,25 @@
 
 pkgname=bsd-games
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux port of the collection of BSD command line games'
 url='https://sourceforge.net/projects/bsd-games'
 arch=('x86_64')
 license=('BSD')
+makedepends=('git')
 depends=('ncurses' 'systemd')
 optdepends=('words: for hangman')
-source=("https://downloads.sourceforge.net/sourceforge/bsd-games/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('78bfdf7f4e1f61ed42ad1209ef52520b89a583bd511e9606b8162f813078048d')
+source=($pkgname::"git+https://git.code.sf.net/p/bsd-games/code#tag=v${pkgver};)
+sha256sums=('33b17362808ad950865c06d26d423606b889c5b3cacf9f76105817c75f16f79e')
 
 build() {
-cd "$pkgname-$pkgver"
+cd "$pkgname"
 ./configure --prefix=/usr
 make
 }
 
 package() {
-cd "$pkgname-$pkgver"
+cd "$pkgname"
 make DESTDIR="$pkgdir" install
 install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bsd-games/-/commit/0ff3cd7a675c4fbc6143533314a988abd2e3ecb3

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




[Git][archlinux/packaging/packages/xcompmgr][main] upgpkg: 1.1.9-2: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
xcompmgr


Commits:
eb530737 by T.J. Townsend at 2024-04-02T19:43:55-04:00
upgpkg: 1.1.9-2: build from git tag

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = xcompmgr
+   pkgdesc = Composite window effect manager for X.org
+   pkgver = 1.1.9
+   pkgrel = 2
+   url = https://xorg.freedesktop.org/
+   arch = x86_64
+   license = custom
+   makedepends = git
+   makedepends = xorg-util-macros
+   depends = libxcomposite
+   depends = libxdamage
+   depends = libxrender
+   depends = libxext
+   source = 
git+https://gitlab.freedesktop.org/xorg/app/xcompmgr.git?signed#tag=xcompmgr-1.1.9
+   validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
+   sha512sums = 
119bc124f7a148dded0e31bb64257116fdf8f017b1aefe3d5879345c753080302980fffe26356b2f7dd830b2ae5285c552e9f628a5f72cc54a2ed637d40d2b8d
+
+pkgname = xcompmgr


=
PKGBUILD
=
@@ -5,25 +5,30 @@
 
 pkgname=xcompmgr
 pkgver=1.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Composite window effect manager for X.org"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/;
 license=('custom')
+makedepends=('git' 'xorg-util-macros')
 depends=('libxcomposite' 'libxdamage' 'libxrender' 'libxext')
-source=(https://xorg.freedesktop.org/releases/individual/app/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha512sums=('699117492af7fd84b36d317dcbf422d5ec86a7f21e29370caa737cd940d8ff866a5c8704ba2e7bd17a64e085d77fd23b628263d619813dead85cd669ff5b860e'
-'SKIP')
+source=("git+https://gitlab.freedesktop.org/xorg/app/xcompmgr.git?signed#tag=${pkgname}-${pkgver};)
+sha512sums=('119bc124f7a148dded0e31bb64257116fdf8f017b1aefe3d5879345c753080302980fffe26356b2f7dd830b2ae5285c552e9f628a5f72cc54a2ed637d40d2b8d')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 
+prepare() {
+  cd ${pkgname}
+  autoreconf -fiv
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xcompmgr/-/commit/eb530737f6e5f7d2ccfc353279fb972f98af1a31

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




[Git][archlinux/packaging/packages/xcompmgr] Pushed new tag 1.1.9-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 1.1.9-2 at Arch Linux / Packaging / Packages / 
xcompmgr

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




[Git][archlinux/packaging/packages/telegram-desktop][main] upgpkg: 4.16.1-1

2024-04-02 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
dc335ee5 by Sven-Hendrik Haase at 2024-04-03T01:25:27+02:00
upgpkg: 4.16.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = telegram-desktop
pkgdesc = Official Telegram Desktop client
-   pkgver = 4.16.0
-   pkgrel = 2
+   pkgver = 4.16.1
+   pkgrel = 1
url = https://desktop.telegram.org/
arch = x86_64
license = GPL3
@@ -48,7 +48,7 @@ pkgbase = telegram-desktop
depends = kcoreaddons
optdepends = webkit2gtk: embedded browser features
optdepends = xdg-desktop-portal: desktop integration
-   source = 
https://github.com/telegramdesktop/tdesktop/releases/download/v4.16.0/tdesktop-4.16.0-full.tar.gz
-   sha512sums = 
877e86ef328ae96cedd01aa7e406c498e8c2f88aeafae68d0945b7945912a8544215eb42f468949749e8f4d2ebbee1133f36bceca2b7adc1d4a4bfb4b58a5656
+   source = 
https://github.com/telegramdesktop/tdesktop/releases/download/v4.16.1/tdesktop-4.16.1-full.tar.gz
+   sha512sums = 
fb8da3e6ff6885b75e3e8f58fd080926cfbf28a7c47579197823e369d538534af6e7949b5d02905809db22b3e4595596fc32a3bcd7cef1b1cdcf327935316c8c
 
 pkgname = telegram-desktop


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: hexchain 
 pkgname=telegram-desktop
-pkgver=4.16.0
-pkgrel=2
+pkgver=4.16.1
+pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -17,7 +17,7 @@ makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 
'tl-expected' 'microsoft-
 optdepends=('webkit2gtk: embedded browser features'
 'xdg-desktop-portal: desktop integration')
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
-sha512sums=('877e86ef328ae96cedd01aa7e406c498e8c2f88aeafae68d0945b7945912a8544215eb42f468949749e8f4d2ebbee1133f36bceca2b7adc1d4a4bfb4b58a5656')
+sha512sums=('fb8da3e6ff6885b75e3e8f58fd080926cfbf28a7c47579197823e369d538534af6e7949b5d02905809db22b3e4595596fc32a3bcd7cef1b1cdcf327935316c8c')
 
 build() {
 CXXFLAGS+=' -ffat-lto-objects'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/telegram-desktop/-/commit/dc335ee5d5687c7379b439a8559d323cfeb73b2d

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




[Git][archlinux/packaging/packages/telegram-desktop] Pushed new tag 4.16.1-1

2024-04-02 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 4.16.1-1 at Arch Linux / Packaging / Packages 
/ telegram-desktop

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




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

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 2.1.0-4 at Arch Linux / Packaging / Packages / 
biblesync

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




[Git][archlinux/packaging/packages/biblesync][main] upgpkg: 2.1.0-4: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
biblesync


Commits:
841fb6d4 by T.J. Townsend at 2024-04-02T19:14:35-04:00
upgpkg: 2.1.0-4: build from git tag

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = biblesync
+   pkgdesc = multicast shared co-navigation library for Bible programs
+   pkgver = 2.1.0
+   pkgrel = 4
+   url = https://github.com/karlkleinpaste/biblesync
+   arch = x86_64
+   license = custom
+   makedepends = cmake
+   makedepends = git
+   depends = gcc-libs
+   depends = util-linux-libs
+   provides = libbiblesync.so
+   source = git+https://github.com/karlkleinpaste/biblesync.git#tag=2.1.0
+   sha256sums = 
867f86996a63e2bac48507b1ca3e8f4498d64691f67f14e3c3610d497e5bfb4a
+
+pkgname = biblesync


=
PKGBUILD
=
@@ -4,19 +4,19 @@
 
 pkgname=biblesync
 pkgver=2.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='multicast shared co-navigation library for Bible programs'
 arch=('x86_64')
 url="https://github.com/karlkleinpaste/biblesync;
 license=('custom')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
 depends=('gcc-libs' 'util-linux-libs')
 provides=('libbiblesync.so')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('9083fcacc4d85f2b8c3a3254112129c02d940d20db8c0c5bcb6239b115e8d0e8')
+source=("git+https://github.com/karlkleinpaste/biblesync.git#tag=${pkgver};)
+sha256sums=('867f86996a63e2bac48507b1ca3e8f4498d64691f67f14e3c3610d497e5bfb4a')
 
 build() {
-  cmake -B build -S "$pkgname-$pkgver" \
+  cmake -B build -S "$pkgname" \
 -DBUILD_SHARED_LIBS=TRUE \
 -DLIBDIR=/usr/lib \
 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -27,5 +27,5 @@ build() {
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 "$pkgname-$pkgver"/COPYING -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+  install -Dm644 "$pkgname"/COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/biblesync/-/commit/841fb6d4ab87bf7a1bea8b443f7e6610cdfdf969

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




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

2024-04-02 Thread @orhun


Orhun Parmaksız pushed new tag 0.1.28-1 at Arch Linux / Packaging / Packages / 
uv

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




[Git][archlinux/packaging/packages/uv][main] upgpkg: 0.1.28-1: upstream release

2024-04-02 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / uv


Commits:
3fd65e5a by Orhun Parmaksız at 2024-04-03T01:19:26+03:00
upgpkg: 0.1.28-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = uv
pkgdesc = An extremely fast Python package installer and resolver 
written in Rust
-   pkgver = 0.1.27
-   pkgrel = 2
+   pkgver = 0.1.28
+   pkgrel = 1
url = https://github.com/astral-sh/uv
arch = x86_64
license = MIT
@@ -20,8 +20,8 @@ pkgbase = uv
depends = zlib
depends = libz.so
options = !lto
-   source = git+https://github.com/astral-sh/uv.git#tag=0.1.27
-   sha256sums = 
1caf4377edc747dd7f2c840c4a7d72f766ad86f3c860d8a5ae406f1a120c2b6e
+   source = git+https://github.com/astral-sh/uv.git#tag=0.1.28
+   sha256sums = 
08eb16ca09803a48fb8e39f3058e104d86820edb5d910fd48a94e3798c3e2f2a
 
 pkgname = uv
 


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.1.27
-pkgrel=2
+pkgver=0.1.28
+pkgrel=1
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
 url="https://github.com/astral-sh/uv;
@@ -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=('1caf4377edc747dd7f2c840c4a7d72f766ad86f3c860d8a5ae406f1a120c2b6e')
+sha256sums=('08eb16ca09803a48fb8e39f3058e104d86820edb5d910fd48a94e3798c3e2f2a')
 
 prepare() {
   cd "$pkgbase"



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

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




[Git][archlinux/packaging/packages/xiphos][main] upgpkg: 4.2.1-13: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
xiphos


Commits:
15b713f3 by T.J. Townsend at 2024-04-02T18:06:49-04:00
upgpkg: 4.2.1-13: build from git tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,14 @@
 pkgbase = xiphos
pkgdesc = A Bible study tool for GTK3
pkgver = 4.2.1
-   pkgrel = 12
+   pkgrel = 13
url = https://xiphos.org
arch = x86_64
license = GPL2
makedepends = appstream-glib
makedepends = cmake
makedepends = docbook-utils
+   makedepends = git
makedepends = gnome-common
makedepends = gtkmm
makedepends = intltool
@@ -24,11 +25,11 @@ pkgbase = xiphos
depends = minizip
depends = sword>=1.9.0
depends = webkit2gtk
-   source = 
https://github.com/crosswire/xiphos/releases/download/4.2.1/xiphos-4.2.1.tar.xz
+   source = git+https://github.com/crosswire/xiphos.git#tag=4.2.1
source = https-by-default.patch
source = xiphos-glibc.patch
source = disable-webkit-editor.patch
-   sha256sums = 
d34353f62224302c924757fca55ff0fc19f96815f20b893279ceef3d7d054128
+   sha256sums = 
5507438e9c2ad60caaba6585dd2115435410a2ac48188174cb6e3a84e9ec1908
sha256sums = 
3630dee5f9f05600e1a726b91a89e2eb17615a73d30548de303e7b29ec2286d2
sha256sums = 
d1669dced24a5d6d9a76ab033fc89201855285b76a1e80ef3fe695242d1c401d
sha256sums = 
b8e7e8da6eaa246f7f6ff952bf4b5bc87a7274a6e71ae311fad55da2c43aa5af


=
PKGBUILD
=
@@ -7,26 +7,26 @@
 
 pkgname=xiphos
 pkgver=4.2.1
-pkgrel=12
+pkgrel=13
 pkgdesc='A Bible study tool for GTK3'
 arch=('x86_64')
 url='https://xiphos.org'
 license=('GPL2')
 depends=('biblesync' 'dbus-glib' 'icu' 'libbiblesync.so' 'libicui18n.so'
  'minizip' 'sword>=1.9.0' 'webkit2gtk')
-makedepends=('appstream-glib' 'cmake' 'docbook-utils' 'gnome-common' 'gtkmm'
+makedepends=('appstream-glib' 'cmake' 'docbook-utils' 'git' 'gnome-common' 
'gtkmm'
  'intltool' 'libffi' 'libxml2' 'python' 'zlib' 'zip')
-source=("https://github.com/crosswire/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+source=("git+https://github.com/crosswire/xiphos.git#tag=${pkgver};
 "https-by-default.patch"
 "xiphos-glibc.patch"
 "disable-webkit-editor.patch")
-sha256sums=('d34353f62224302c924757fca55ff0fc19f96815f20b893279ceef3d7d054128'
+sha256sums=('5507438e9c2ad60caaba6585dd2115435410a2ac48188174cb6e3a84e9ec1908'
 '3630dee5f9f05600e1a726b91a89e2eb17615a73d30548de303e7b29ec2286d2'
 'd1669dced24a5d6d9a76ab033fc89201855285b76a1e80ef3fe695242d1c401d'
 'b8e7e8da6eaa246f7f6ff952bf4b5bc87a7274a6e71ae311fad55da2c43aa5af')
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   # https://github.com/crosswire/xiphos/issues/1083
   patch -Np0 -i ../xiphos-glibc.patch
   # disable study pad as it requires a very old webkitgtk
@@ -37,7 +37,7 @@ prepare() {
 }
 
 build() {
-  cmake -B build -S "$pkgname-$pkgver" \
+  cmake -B build -S "$pkgname" \
   -DCMAKE_BUILD_TYPE=None \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -Wno-dev



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xiphos/-/commit/15b713f3e8ac556a0c99cfb450cbca427ed78b8d

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




[Git][archlinux/packaging/packages/xiphos] Pushed new tag 4.2.1-13

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 4.2.1-13 at Arch Linux / Packaging / Packages / 
xiphos

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




[Git][archlinux/packaging/packages/python-contourpy][main] upgpkg: 1.2.1-1: Update to 1.2.1

2024-04-02 Thread Antonio Rojas (@arojas)


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


Commits:
ebea8ba6 by Antonio Rojas at 2024-04-02T23:56:38+02:00
upgpkg: 1.2.1-1: Update to 1.2.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-contourpy
pkgdesc = Python library for calculating contours in 2D quadrilateral 
grids
-   pkgver = 1.2.0
+   pkgver = 1.2.1
pkgrel = 1
url = https://github.com/contourpy/contourpy
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = python-contourpy
depends = python
depends = python-numpy
optdepends = python-matplotlib: matplotlib renderer
-   source = 
https://pypi.python.org/packages/source/c/contourpy/contourpy-1.2.0.tar.gz
-   sha256sums = 
171f311cb758de7da13fc53af221ae47a5877be5a0843a9fe150818c51ed276a
+   source = 
https://pypi.python.org/packages/source/c/contourpy/contourpy-1.2.1.tar.gz
+   sha256sums = 
4d8908b3bee1c889e547867ca4cdc54e5ab6be6d3e078556814a22457f49423c
 
 pkgname = python-contourpy


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _pyname=contourpy
 pkgname=python-$_pyname
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc='Python library for calculating contours in 2D quadrilateral grids'
 arch=(x86_64)
@@ -21,7 +21,7 @@ checkdepends=(python-matplotlib
   python-wurlitzer)
 optdepends=('python-matplotlib: matplotlib renderer')
 
source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('171f311cb758de7da13fc53af221ae47a5877be5a0843a9fe150818c51ed276a')
+sha256sums=('4d8908b3bee1c889e547867ca4cdc54e5ab6be6d3e078556814a22457f49423c')
 
 prepare() {
   sed -e '/ninja/d' -i $_pyname-$pkgver/pyproject.toml



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

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




[Git][archlinux/packaging/packages/python-contourpy] Pushed new tag 1.2.1-1

2024-04-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.2.1-1 at Arch Linux / Packaging / Packages / 
python-contourpy

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




[Git][archlinux/packaging/packages/cmatrix][main] upgpkg: 2.0-3 - rebuild with sha256sums=

2024-04-02 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / cmatrix


Commits:
ad42751d by kpcyrd at 2024-04-02T23:54:06+02:00
upgpkg: 2.0-3 - rebuild with sha256sums=

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = cmatrix
+   pkgdesc = A curses-based scrolling 'Matrix'-like screen
+   pkgver = 2.0
+   pkgrel = 3
+   url = https://www.asty.org/cmatrix/
+   arch = x86_64
+   license = GPL3
+   makedepends = cmake
+   depends = ncurses
+   optdepends = kbd: cmatrix-tty custom font
+   optdepends = xterm: cmatrix-tty custom font
+   source = 
cmatrix-2.0.tgz::https://github.com/abishekvashok/cmatrix/archive/v2.0.tar.gz
+   source = cmatrix-tty
+   sha256sums = 
ad93ba39acd383696ab6a9ebbed1259ecf2d3cf9f49d6b97038c66f80749e99a
+   sha256sums = 
94890bec3d04f076ae43c56a7768e67cff2a209e02819e2ce80fd61173b15a30
+
+pkgname = cmatrix


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=cmatrix
 pkgver=2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A curses-based scrolling 'Matrix'-like screen"
 arch=('x86_64')
 url="https://www.asty.org/cmatrix/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cmatrix/-/commit/ad42751ded766464cbaf7e05f9d0c831aefeff65

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




[Git][archlinux/packaging/packages/cmatrix] Pushed new tag 2.0-3

2024-04-02 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 2.0-3 at Arch Linux / Packaging / Packages / cmatrix

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




[Git][archlinux/packaging/packages/primecount][main] upgpkg: 7.12-1: Update to 7.12

2024-04-02 Thread Antonio Rojas (@arojas)


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


Commits:
8419c8c1 by Antonio Rojas at 2024-04-02T23:48:10+02:00
upgpkg: 7.12-1: Update to 7.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = primecount
pkgdesc = Fast C++ prime counting function implementation
-   pkgver = 7.11
+   pkgver = 7.12
pkgrel = 1
url = https://github.com/kimwalisch/primecount
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = primecount
depends = gcc-libs
depends = glibc
depends = primesieve
-   source = 
https://github.com/kimwalisch/primecount/archive/v7.11/primecount-7.11.tar.gz
-   sha256sums = 
e5b01b50f4f19ae5c9f902bbee08082218862d15ed4ca45deb72f6c9c3f9
+   source = 
https://github.com/kimwalisch/primecount/archive/v7.12/primecount-7.12.tar.gz
+   sha256sums = 
b801aa95e434d1b7575e42cb9009286b5f94618a417888bb6bd3217ef2f1321c
 
 pkgname = primecount


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=primecount
-pkgver=7.11
+pkgver=7.12
 pkgrel=1
 pkgdesc='Fast C++ prime counting function implementation'
 arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(gcc-libs
  primesieve)
 makedepends=(cmake)
 
source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e5b01b50f4f19ae5c9f902bbee08082218862d15ed4ca45deb72f6c9c3f9')
+sha256sums=('b801aa95e434d1b7575e42cb9009286b5f94618a417888bb6bd3217ef2f1321c')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/primecount/-/commit/8419c8c17cbd97fedb610cfd9b9c6c2ef6b53841

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




[Git][archlinux/packaging/packages/primecount] Pushed new tag 7.12-1

2024-04-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 7.12-1 at Arch Linux / Packaging / Packages / 
primecount

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




[Git][archlinux/packaging/packages/dmenu][main] upgpkg: 5.3-2: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / dmenu


Commits:
6ee4d458 by T.J. Townsend at 2024-04-02T17:46:34-04:00
upgpkg: 5.3-2: build from git tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,11 @@
 pkgbase = dmenu
pkgdesc = Generic menu for X
pkgver = 5.3
-   pkgrel = 1
+   pkgrel = 2
url = https://tools.suckless.org/dmenu/
arch = x86_64
license = MIT
+   makedepends = git
depends = sh
depends = glibc
depends = coreutils
@@ -14,8 +15,8 @@ pkgbase = dmenu
depends = freetype2
depends = fontconfig
depends = libfontconfig.so
-   source = https://dl.suckless.org/tools/dmenu-5.3.tar.gz
-   sha512sums = 
60f758134063ad7f304fbb0785c66dddc21461e5e5014f8735cf6d5c95dc22a177f069d48101e633ddffe5bbefc1118a2bf8b31daaf7b6438fdf6fe1bcb5d61c
-   b2sums = 
fd76b0b11a153f98dd58ec20bc8a0ebc67f814cdf2d13a35ea3addcc3ad423bb9b2f4f73897cf6293e61a507900e7b7fec65e4f0acd15cc8e425f5506faa
+   source = git+https://git.suckless.org/dmenu#tag=5.3
+   sha512sums = 
781f4aab2bb32c39e79a2269b62fdb8cacdcebc162f73844e0ff86f8d084fd151eb63811e0f4de906ae5b3ca3a02f12c82fbf4d9f5f3e4a9b5d847de787aefd4
+   b2sums = 
6da7112a8975c152038f7694f1a658674f92c2d5a9340f97e8b64430a2fce612c87effd361078b66ce77510d6bb6478c47ea3b1d6ee0adfafa1e8c0d62f1adb5
 
 pkgname = dmenu


=
PKGBUILD
=
@@ -8,25 +8,26 @@
 
 pkgname=dmenu
 pkgver=5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Generic menu for X'
 url='https://tools.suckless.org/dmenu/'
 arch=('x86_64')
 license=('MIT')
+makedepends=('git')
 depends=('sh' 'glibc' 'coreutils' 'libx11' 'libxinerama' 'libxft' 'freetype2' 
'fontconfig' 'libfontconfig.so')
-source=(https://dl.suckless.org/tools/dmenu-${pkgver}.tar.gz)
-sha512sums=('60f758134063ad7f304fbb0785c66dddc21461e5e5014f8735cf6d5c95dc22a177f069d48101e633ddffe5bbefc1118a2bf8b31daaf7b6438fdf6fe1bcb5d61c')
-b2sums=('fd76b0b11a153f98dd58ec20bc8a0ebc67f814cdf2d13a35ea3addcc3ad423bb9b2f4f73897cf6293e61a507900e7b7fec65e4f0acd15cc8e425f5506faa')
+source=("git+https://git.suckless.org/dmenu#tag=${pkgver};)
+sha512sums=('781f4aab2bb32c39e79a2269b62fdb8cacdcebc162f73844e0ff86f8d084fd151eb63811e0f4de906ae5b3ca3a02f12c82fbf4d9f5f3e4a9b5d847de787aefd4')
+b2sums=('6da7112a8975c152038f7694f1a658674f92c2d5a9340f97e8b64430a2fce612c87effd361078b66ce77510d6bb6478c47ea3b1d6ee0adfafa1e8c0d62f1adb5')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   echo "CPPFLAGS+=${CPPFLAGS}" >> config.mk
   echo "CFLAGS+=${CFLAGS}" >> config.mk
   echo "LDFLAGS+=${LDFLAGS}" >> config.mk
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   make \
  X11INC=/usr/include/X11 \
  X11LIB=/usr/lib/X11 \
@@ -34,7 +35,7 @@ build() {
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   make PREFIX=/usr DESTDIR="${pkgdir}" install
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }



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

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




[Git][archlinux/packaging/packages/dmenu] Pushed new tag 5.3-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 5.3-2 at Arch Linux / Packaging / Packages / dmenu

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




[Git][archlinux/packaging/packages/igraph][main] upgpkg: 0.10.11-1: Update to 0.10.11

2024-04-02 Thread Antonio Rojas (@arojas)


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


Commits:
dd778dc7 by Antonio Rojas at 2024-04-02T23:43:37+02:00
upgpkg: 0.10.11-1: Update to 0.10.11

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = igraph
pkgdesc = A library for creating and manipulating (un)directed graphs
-   pkgver = 0.10.10
+   pkgver = 0.10.11
pkgrel = 1
url = https://igraph.org/c/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = igraph
depends = lapack
depends = libxml2
depends = plfit
-   source = 
https://github.com/igraph/igraph/releases/download/0.10.10/igraph-0.10.10.tar.gz
-   sha256sums = 
6148f2e72a183ef5cd0832473fa9eb8e54bb5a96c7f8f3c0465432ec2404
+   source = 
https://github.com/igraph/igraph/releases/download/0.10.11/igraph-0.10.11.tar.gz
+   sha256sums = 
f7aa3c7addce69538892c185055d59719ee1587f58ce0ae4fec8ddd072946d63
 
 pkgname = igraph


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Denis Zawada 
 
 pkgname=igraph
-pkgver=0.10.10
+pkgver=0.10.11
 pkgrel=1
 pkgdesc='A library for creating and manipulating (un)directed graphs'
 arch=(x86_64)
@@ -20,7 +20,7 @@ depends=(arpack
  plfit)
 makedepends=(cmake)
 
source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('6148f2e72a183ef5cd0832473fa9eb8e54bb5a96c7f8f3c0465432ec2404')
+sha256sums=('f7aa3c7addce69538892c185055d59719ee1587f58ce0ae4fec8ddd072946d63')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/dd778dc7900a23cd466615868bbc6285816bde05

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




[Git][archlinux/packaging/packages/igraph] Pushed new tag 0.10.11-1

2024-04-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.10.11-1 at Arch Linux / Packaging / Packages / 
igraph

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




[Git][archlinux/packaging/packages/slock] Pushed new tag 1.5-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 1.5-2 at Arch Linux / Packaging / Packages / slock

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




[Git][archlinux/packaging/packages/slock][main] upgpkg: 1.5-2: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / slock


Commits:
0bc747f9 by T.J. Townsend at 2024-04-02T17:43:18-04:00
upgpkg: 1.5-2: build from git tag

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = slock
+   pkgdesc = A simple screen locker for X
+   pkgver = 1.5
+   pkgrel = 2
+   url = https://tools.suckless.org/slock
+   arch = x86_64
+   license = MIT
+   makedepends = git
+   depends = libxext
+   depends = libxrandr
+   source = git+https://git.suckless.org/slock#tag=1.5
+   sha256sums = 
b5517afa598992f0d90e6847a2aec2837679f3b41468298e56235528c8baf934
+
+pkgname = slock


=
PKGBUILD
=
@@ -4,28 +4,29 @@
 
 pkgname=slock
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple screen locker for X"
 arch=('x86_64')
 url="https://tools.suckless.org/slock;
 license=('MIT')
+makedepends=('git')
 depends=('libxext' 'libxrandr')
-source=("https://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz;)
-sha256sums=('aee1e3fbf6a277fb625a3838073b979b6483e7baca4ce82f56de1ff192db0e4d')
+source=("git+https://git.suckless.org/slock#tag=${pkgver};)
+sha256sums=('b5517afa598992f0d90e6847a2aec2837679f3b41468298e56235528c8baf934')
 
 prepare() {
-  cd "slock-$pkgver"
+  cd $pkgname
   sed -i 's|static const char \*group = "nogroup";|static const char *group = 
"nobody";|' config.def.h
   sed -ri 's/((CPP|C|LD)FLAGS) =/\1 +=/g' config.mk
 }
 
 build() {
-  cd "slock-$pkgver"
+  cd $pkgname
   make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
 }
 
 package() {
-  cd "slock-$pkgver"
+  cd $pkgname
   make PREFIX=/usr DESTDIR="$pkgdir" install
   install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



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

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




[Git][archlinux/packaging/packages/proxychains-ng][main] upgpkg: 4.17-2: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
proxychains-ng


Commits:
9eddb862 by T.J. Townsend at 2024-04-02T17:39:10-04:00
upgpkg: 4.17-2: build from git tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,17 @@
 pkgbase = proxychains-ng
pkgdesc = A hook preloader that allows to redirect TCP traffic of 
existing dynamically linked programs through one or more SOCKS or HTTP proxies
pkgver = 4.17
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/rofl0r/proxychains-ng
arch = x86_64
license = GPL
+   makedepends = git
depends = glibc
provides = proxychains
conflicts = proxychains
replaces = proxychains
backup = etc/proxychains.conf
-   source = 
https://github.com/rofl0r/proxychains-ng/archive/v4.17/proxychains-ng-4.17.tar.gz
-   sha512sums = 
14404449a5ab50920a5d16e70db4e8025075b03146df86ca5833eb22d5bd56428b038ac5daf2a17e0687e036ca496a8bfd88fc654be09b9dfad6d5d0b2273b95
+   source = git+https://github.com/rofl0r/proxychains-ng.git#tag=v4.17
+   sha512sums = 
7199ea179e93d4fb079001ed399c9ac73791636203beda19271a3c55854fef26383d292d17354fa98b303fbd2c798cfd629db3dbe96c44036968cc64da926d8c
 
 pkgname = proxychains-ng


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=proxychains-ng
 pkgver=4.17
-pkgrel=1
+pkgrel=2
 pkgdesc="A hook preloader that allows to redirect TCP traffic of existing 
dynamically linked programs through one or more SOCKS or HTTP proxies"
 arch=('x86_64')
 url="https://github.com/rofl0r/proxychains-ng;
@@ -11,19 +11,20 @@ license=('GPL')
 provides=('proxychains')
 replaces=('proxychains')
 conflicts=('proxychains')
+makedepends=('git')
 depends=('glibc')
 backup=('etc/proxychains.conf')
-source=("https://github.com/rofl0r/proxychains-ng/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('14404449a5ab50920a5d16e70db4e8025075b03146df86ca5833eb22d5bd56428b038ac5daf2a17e0687e036ca496a8bfd88fc654be09b9dfad6d5d0b2273b95')
+source=("git+https://github.com/rofl0r/proxychains-ng.git#tag=v${pkgver};)
+sha512sums=('7199ea179e93d4fb079001ed399c9ac73791636203beda19271a3c55854fef26383d292d17354fa98b303fbd2c798cfd629db3dbe96c44036968cc64da926d8c')
 
 build() {
-  cd proxychains-ng-$pkgver
+  cd proxychains-ng
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd proxychains-ng-$pkgver
+  cd proxychains-ng
   make DESTDIR="$pkgdir/" install install-config
   ln -s proxychains4 "$pkgdir/usr/bin/proxychains"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/proxychains-ng/-/commit/9eddb862b6742bd659727d4e8aed832df67813ab

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




[Git][archlinux/packaging/packages/proxychains-ng] Pushed new tag 4.17-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 4.17-2 at Arch Linux / Packaging / Packages / 
proxychains-ng

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




[Git][archlinux/packaging/packages/digikam][main] upgpkg: 8.3.0-5: QtWebEngine 6.7 rebuild

2024-04-02 Thread Antonio Rojas (@arojas)


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


Commits:
37c6c53a by Antonio Rojas at 2024-04-02T23:37:31+02:00
upgpkg: 8.3.0-5: QtWebEngine 6.7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = digikam
pkgdesc = An advanced digital photo management application
pkgver = 8.3.0
-   pkgrel = 4
+   pkgrel = 5
url = https://www.digikam.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgname=digikam
 _pkgver=8.3.0
 pkgver=${_pkgver//-/} # for beta versions
-pkgrel=4
+pkgrel=5
 pkgdesc='An advanced digital photo management application'
 arch=(x86_64)
 license=(GPL)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/digikam/-/commit/37c6c53ade74db84f7545f9bfebc6a85ec19dee2

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




[Git][archlinux/packaging/packages/digikam] Pushed new tag 8.3.0-5

2024-04-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 8.3.0-5 at Arch Linux / Packaging / Packages / 
digikam

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




[Git][archlinux/packaging/packages/signify][main] upgpkg: 32-2: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
signify


Commits:
5f9dba7f by T.J. Townsend at 2024-04-02T17:29:22-04:00
upgpkg: 32-2: build from git tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,17 @@
 pkgbase = signify
pkgdesc = OpenBSD tool to cryptographically sign and verify files
pkgver = 32
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/aperezdc/signify
arch = x86_64
license = BSD
+   makedepends = git
depends = glibc
depends = libbsd>=0.8
-   source = 
https://github.com/aperezdc/signify/releases/download/v32/signify-32.tar.xz
-   source = 
https://github.com/aperezdc/signify/releases/download/v32/signify-32.tar.xz.asc
+   source = git+https://github.com/aperezdc/signify.git?signed#tag=v32
source = 
signify-LICENSE-32::https://raw.githubusercontent.com/aperezdc/signify/v32/COPYING
validpgpkeys = 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
-   sha512sums = 
9088b0e932eee4fdd3456082afae48160e4d87024154b9a9c02632f2b7318ca85362a3d296e2ecfa134dcec25d724a3c334238b0a05ffb5a722a21014309afe1
-   sha512sums = SKIP
+   sha512sums = 
d179fe2b7deb6f579782959e365e65dcfa5b66bf44515ffe27af3ddc58111d554c39b50c86308bbcf4cf2f9b3f9343dee6f294d0f8916179e618d3fb0277afce
sha512sums = 
5de1345ef929058040975f1106318ac9443fc107d19a12bfbc919a152ddd4dde11c76201722bc5847bad579e5dc4ba467f0947b6f0fce5cc3eccc68d5f4e9dfe
 
 pkgname = signify


=
PKGBUILD
=
@@ -4,23 +4,23 @@
 
 pkgname=signify
 pkgver=32
-pkgrel=1
+pkgrel=2
 pkgdesc='OpenBSD tool to cryptographically sign and verify files'
 url='https://github.com/aperezdc/signify'
 arch=('x86_64')
 license=('BSD')
+makedepends=('git')
 depends=('glibc' 'libbsd>=0.8')
-source=(${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
+source=(git+https://github.com/aperezdc/signify.git?signed#tag=v${pkgver}
 
${pkgname}-LICENSE-${pkgver}::https://raw.githubusercontent.com/aperezdc/signify/v${pkgver}/COPYING)
-sha512sums=('9088b0e932eee4fdd3456082afae48160e4d87024154b9a9c02632f2b7318ca85362a3d296e2ecfa134dcec25d724a3c334238b0a05ffb5a722a21014309afe1'
-'SKIP'
+sha512sums=('d179fe2b7deb6f579782959e365e65dcfa5b66bf44515ffe27af3ddc58111d554c39b50c86308bbcf4cf2f9b3f9343dee6f294d0f8916179e618d3fb0277afce'
 
'5de1345ef929058040975f1106318ac9443fc107d19a12bfbc919a152ddd4dde11c76201722bc5847bad579e5dc4ba467f0947b6f0fce5cc3eccc68d5f4e9dfe')
 validpgpkeys=(
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B' # Adrián Pérez de Castro 

 )
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   # using O_NOFOLLOW doesn't lock anything down here, swapping files
   # without symlinks is still equally open to TOCTOU and it doesn't even
   # matter here. let's prefer supporting symlinked target files.
@@ -28,7 +28,7 @@ prepare() {
 }
 
 build () {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   make PREFIX=/usr \
 LTO=1 \
 EXTRA_CFLAGS="${CFLAGS} ${CPPFLAGS}" \
@@ -37,7 +37,7 @@ build () {
 }
 
 package () {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   make PREFIX=/usr \
 DESTDIR="${pkgdir}" \
 GIT_TAG='' install



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

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




[Git][archlinux/packaging/packages/signify] Pushed new tag 32-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 32-2 at Arch Linux / Packaging / Packages / signify

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




[Git][archlinux/packaging/packages/opendoas] Pushed new tag 6.8.2-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 6.8.2-2 at Arch Linux / Packaging / Packages / 
opendoas

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




[Git][archlinux/packaging/packages/opendoas][main] upgpkg: 6.8.2-2: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
opendoas


Commits:
96ca6c2b by T.J. Townsend at 2024-04-02T17:26:23-04:00
upgpkg: 6.8.2-2: build from git tag

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = opendoas
+   pkgdesc = Run commands as super user or another user
+   pkgver = 6.8.2
+   pkgrel = 2
+   url = https://github.com/Duncaen/OpenDoas
+   arch = x86_64
+   license = custom:ISC
+   makedepends = git
+   depends = pam
+   provides = doas
+   replaces = doas
+   backup = etc/pam.d/doas
+   source = 
opendoas::git+https://github.com/Duncaen/OpenDoas.git?signed#tag=v6.8.2
+   validpgpkeys = C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35
+   sha256sums = 
43b4c2de1aaa31aac1d322b98883334b864c606783c4dfb3ddbfa0d88af9332b
+
+pkgname = opendoas


=
PKGBUILD
=
@@ -5,28 +5,28 @@
 
 pkgname=opendoas
 pkgver=6.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Run commands as super user or another user'
 url='https://github.com/Duncaen/OpenDoas'
 license=(custom:ISC)
 arch=(x86_64)
+makedepends=(git)
 depends=(pam)
 provides=(doas)
 replaces=(doas)
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=(${pkgname}::"git+https://github.com/Duncaen/OpenDoas.git?signed#tag=v${pkgver};)
 backup=(etc/pam.d/doas)
-sha256sums=('4e98828056d6266bd8f2c93e6ecf12a63a71dbfd70a5ea99ccd4ab6d0745adf0'
-'SKIP')
+sha256sums=('43b4c2de1aaa31aac1d322b98883334b864c606783c4dfb3ddbfa0d88af9332b')
 validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35) # Duncan Overbruck 

 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   ./configure --prefix=/usr --with-timestamp
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
 }



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

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




[Git][archlinux/packaging/packages/unbound] Pushed new tag 1.19.3-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 1.19.3-2 at Arch Linux / Packaging / Packages / 
unbound

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




[Git][archlinux/packaging/packages/qt6-base][main] upgpkg: 6.7.0-2: Fix wrong cpp conditional in qspan.h

2024-04-02 Thread Antonio Rojas (@arojas)


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


Commits:
2547c50b by Antonio Rojas at 2024-04-02T23:18:10+02:00
upgpkg: 6.7.0-2: Fix wrong cpp conditional in qspan.h

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + fix-wrong-cpp-if.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = qt6-base
pkgdesc = A cross-platform application and UI framework
pkgver = 6.7.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -78,9 +78,11 @@ pkgbase = qt6-base
source = 
https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtbase-everywhere-src-6.7.0.tar.xz
source = qt6-base-cflags.patch
source = qt6-base-nostrip.patch
+   source = fix-wrong-cpp-if.patch
sha256sums = 
11b2e29e2e52fb0e3b453ea13bbe51a10fdff36e1c192d8868c5a40233b8b254
sha256sums = 
5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78
sha256sums = 
4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094
+   sha256sums = 
b5cb3a29738a2783242a96c9d94298421875dcabec4fc2b5d8c5329b66e63070
 
 pkgname = qt6-base
pkgdesc = A cross-platform application and UI framework


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgbase=qt6-base
 pkgname=(qt6-base qt6-xcb-private-headers)
 _qtver=6.7.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -81,14 +81,17 @@ groups=(qt6)
 _pkgfn=${pkgbase/6-/}-everywhere-src-$_qtver
 
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
 qt6-base-cflags.patch
-qt6-base-nostrip.patch)
+qt6-base-nostrip.patch
+fix-wrong-cpp-if.patch)
 sha256sums=('11b2e29e2e52fb0e3b453ea13bbe51a10fdff36e1c192d8868c5a40233b8b254'
 '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
-'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
+'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094'
+'b5cb3a29738a2783242a96c9d94298421875dcabec4fc2b5d8c5329b66e63070')
 
 prepare() {
   patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS
   patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with 
qmake
+  patch -d $_pkgfn -p1 < fix-wrong-cpp-if.patch # 
https://bugreports.qt.io/browse/QTBUG-123937
 }
 
 build() {


=
fix-wrong-cpp-if.patch
=
@@ -0,0 +1,13 @@
+diff --git a/src/corelib/tools/qspan.h b/src/corelib/tools/qspan.h
+index c9de1005a7..d6ae2570ae 100644
+--- a/src/corelib/tools/qspan.h
 b/src/corelib/tools/qspan.h
+@@ -297,7 +297,7 @@ public:
+ : QSpanBase(il.begin(), il.size())
+ {}
+ 
+-#if __cpp_lib_span
++#ifdef __cpp_lib_span
+ template  = true>
+ Q_IMPLICIT constexpr QSpanBase(std::span other) noexcept
+ : QSpanBase(other.data(), other.size())



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/2547c50bae405d192ed5e27f0a936a6395e47cf6

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




[Git][archlinux/packaging/packages/qt6-base] Pushed new tag 6.7.0-2

2024-04-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 6.7.0-2 at Arch Linux / Packaging / Packages / 
qt6-base

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




[Git][archlinux/packaging/packages/kvirc][main] upgpkg: 5.2.2-2: QtWebEngine 6.7 rebuild

2024-04-02 Thread Antonio Rojas (@arojas)


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


Commits:
4030d066 by Antonio Rojas at 2024-04-02T23:14:07+02:00
upgpkg: 5.2.2-2: QtWebEngine 6.7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kvirc
pkgdesc = Qt based IRC client
pkgver = 5.2.2
-   pkgrel = 1
+   pkgrel = 2
url = http://kvirc.net/
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=kvirc
 pkgver=5.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt based IRC client'
 arch=('x86_64')
 url='http://kvirc.net/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kvirc/-/commit/4030d066612885fec40d1a1c9a692bc53a1aba9c

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




[Git][archlinux/packaging/packages/kvirc] Pushed new tag 5.2.2-2

2024-04-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.2.2-2 at Arch Linux / Packaging / Packages / 
kvirc

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




[Git][archlinux/packaging/packages/s3cmd][main] upgpkg: 2.4.0-2: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / s3cmd


Commits:
f448a5e7 by T.J. Townsend at 2024-04-02T17:09:13-04:00
upgpkg: 2.4.0-2: build from git tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,11 @@
 pkgbase = s3cmd
pkgdesc = A command line client for Amazon S3
pkgver = 2.4.0
-   pkgrel = 1
+   pkgrel = 2
url = http://s3tools.org/s3cmd
arch = any
license = GPL2
+   makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
@@ -12,11 +13,9 @@ pkgbase = s3cmd
depends = python-dateutil
depends = python-magic
optdepends = gnupg: encrypted file storage
-   source = 
https://github.com/s3tools/s3cmd/releases/download/v2.4.0/s3cmd-2.4.0.tar.gz
-   source = 
https://github.com/s3tools/s3cmd/releases/download/v2.4.0/s3cmd-2.4.0.tar.gz.asc
+   source = git+https://github.com/s3tools/s3cmd.git?signed#tag=v2.4.0
validpgpkeys = 0D37A8F4A5D183D5541D85D9241769189AC3D00B
validpgpkeys = 795A7DA5202E1139EB56177A52246AF8C9D9148D
-   sha512sums = 
78a7fb193ef94759e6b59c8bccc2e736f4195f7de781f6a5d11a5685a3cf93ca9ef946bdefbfe0b0dafd0ea0612c8944283c3177f280d14edfca6553e62e0b49
-   sha512sums = SKIP
+   sha512sums = 
d3f57419fd963de50611f78a8b8908fc674fd36ef6e15d3c7a4d72b623816eb70c7cb02a059c0b9542bf5e1f4e61015989dd0c85cf53910fdbda8bb613f93888
 
 pkgname = s3cmd


=
PKGBUILD
=
@@ -8,26 +8,25 @@
 
 pkgname=s3cmd
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A command line client for Amazon S3"
 arch=('any')
 url='http://s3tools.org/s3cmd'
 license=('GPL2')
 depends=('python-dateutil' 'python-magic')
-makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
+makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
 optdepends=('gnupg: encrypted file storage')
-source=(https://github.com/s3tools/s3cmd/releases/download/v${pkgver}/s3cmd-${pkgver}.tar.gz{,.asc})
-sha512sums=('78a7fb193ef94759e6b59c8bccc2e736f4195f7de781f6a5d11a5685a3cf93ca9ef946bdefbfe0b0dafd0ea0612c8944283c3177f280d14edfca6553e62e0b49'
-'SKIP')
+source=(git+https://github.com/s3tools/s3cmd.git?signed#tag=v${pkgver})
+sha512sums=('d3f57419fd963de50611f78a8b8908fc674fd36ef6e15d3c7a4d72b623816eb70c7cb02a059c0b9542bf5e1f4e61015989dd0c85cf53910fdbda8bb613f93888')
 validpgpkeys=('0D37A8F4A5D183D5541D85D9241769189AC3D00B'
   '795A7DA5202E1139EB56177A52246AF8C9D9148D')
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}"
   python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}"
   python -m installer --destdir="$pkgdir" dist/*.whl
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/s3cmd/-/commit/f448a5e7787b3dfc6c683521a408c70f1c63f8d9

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




[Git][archlinux/packaging/packages/s3cmd] Pushed new tag 2.4.0-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 2.4.0-2 at Arch Linux / Packaging / Packages / 
s3cmd

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




[Git][archlinux/packaging/packages/libretls][main] upgpkg: 3.8.1-2: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
libretls


Commits:
1667195b by T.J. Townsend at 2024-04-02T16:54:48-04:00
upgpkg: 3.8.1-2: build from git tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,16 @@
 pkgbase = libretls
pkgdesc = libtls for OpenSSL
pkgver = 3.8.1
-   pkgrel = 1
+   pkgrel = 2
url = https://git.causal.agency/libretls
arch = x86_64
license = ISC
license = BSD
license = MIT
+   makedepends = git
depends = openssl
-   source = https://causal.agency/libretls/libretls-3.8.1.tar.gz
-   sha256sums = 
3bc9fc0e61827ee2f608e5e44993a8fda6d610b80a1e01a9c75610cc292997b5
-   b2sums = 
d8f3c178daadcdc3b78683d25a77cd2b20235c77d8ace43fa2c658c77165db6383d8673b7047b66a894e7de5b203c6bc89d226959040f6d93b2675ceee1ba7b7
+   source = git+https://git.causal.agency/libretls.git?#tag=3.8.1
+   sha256sums = 
efa185feb5febaae8586baffc5dc7610d420d886f85690dc6d87071af2c6d21c
+   b2sums = 
c901a6f48c0a01a26463660edbca1342f457f87c72042ae1c378477f807af3c6545edfe2d845770cd8c63ca6edea2dd9749010aa3021eed6936f56bb5b34309d
 
 pkgname = libretls


=
PKGBUILD
=
@@ -6,24 +6,30 @@
 
 pkgname=libretls
 pkgver=3.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="libtls for OpenSSL"
 arch=(x86_64)
 url="https://git.causal.agency/${pkgname};
 license=(ISC BSD MIT)
+makedepends=(git)
 depends=(openssl)
-source=(https://causal.agency/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('3bc9fc0e61827ee2f608e5e44993a8fda6d610b80a1e01a9c75610cc292997b5')
-b2sums=('d8f3c178daadcdc3b78683d25a77cd2b20235c77d8ace43fa2c658c77165db6383d8673b7047b66a894e7de5b203c6bc89d226959040f6d93b2675ceee1ba7b7')
+source=(git+https://git.causal.agency/libretls.git?#tag=${pkgver})
+sha256sums=('efa185feb5febaae8586baffc5dc7610d420d886f85690dc6d87071af2c6d21c')
+b2sums=('c901a6f48c0a01a26463660edbca1342f457f87c72042ae1c378477f807af3c6545edfe2d845770cd8c63ca6edea2dd9749010aa3021eed6936f56bb5b34309d')
+
+prepare() {
+  cd ${pkgname}
+  autoreconf -fiv
+}
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   make DESTDIR="${pkgdir}" install
   sed -n '1,/*\//p' tls.c | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libretls/-/commit/1667195be17da71aa4ed25abf60628b3e0b13734

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




[Git][archlinux/packaging/packages/libretls] Pushed new tag 3.8.1-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 3.8.1-2 at Arch Linux / Packaging / Packages / 
libretls

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




[Git][archlinux/packaging/packages/ncmpcpp][main] upgpkg: 0.9.2-17: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
ncmpcpp


Commits:
816dbe56 by T.J. Townsend at 2024-04-02T16:37:13-04:00
upgpkg: 0.9.2-17: build from git tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,12 @@
 pkgbase = ncmpcpp
pkgdesc = Almost exact clone of ncmpc with some new features
pkgver = 0.9.2
-   pkgrel = 16
+   pkgrel = 17
url = https://ncmpcpp.rybczak.net/
arch = x86_64
license = GPL-2.0-only
makedepends = boost
+   makedepends = git
depends = curl
depends = libcurl.so
depends = libmpdclient
@@ -27,11 +28,11 @@ pkgbase = ncmpcpp
depends = readline
depends = libreadline.so
depends = taglib
-   source = https://rybczak.net/ncmpcpp/stable/ncmpcpp-0.9.2.tar.bz2
+   source = git+https://github.com/ncmpcpp/ncmpcpp.git#tag=0.9.2
source = taglib-2.patch
-   sha512sums = 
bbcb3b50233e363412af3c1cf1c0118122733dc376759cd35dee79950f42e098a0402ff670684df91847b990b26022630c9a71192e462bd46e70628e31489742
+   sha512sums = 
e40b19318af5c191a9397fbd337a2e807d945ae06d6bc349c9555c58820f59afba70448b030541754870d30f0fe78630e028611e184c8b25368c734bc51a7c87
sha512sums = 
fff2987f193bb0d0423b32d81d79dda4c8dd451f701b587a3456867387697736381e4e09489ea852f648449c8a0ec9fbb386f74b7207249abf12dfd4a8f54f36
-   b2sums = 
160597493b93bac790b8619881e8a1fcf0efce4a538e35f54f31b06f3ed66691f02b37198cca46b475b7296aebbc864cb62a4398c60bd1e43907f9907a9bc118
+   b2sums = 
babc1506eca6dc5bd48e58fabfd42502d33b506b2e600b7aa98126a6deb0d68e14dc692abb0ef5079e3ccf710648f0b82fe1b404303d932f2156104c479442ec
b2sums = 
7e45e21e493d3da4039ac27f1f3158cdc244b6df369d7a452f770ac068ae2635d60a9ea19f166f3f6eaa5a766f25a6ed76edd83c8700c0f53b492b170b806320
 
 pkgname = ncmpcpp


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=ncmpcpp
 pkgver=0.9.2
-pkgrel=16
+pkgrel=17
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='https://ncmpcpp.rybczak.net/'
 arch=('x86_64')
@@ -16,16 +16,16 @@ depends=('curl' 'libcurl.so' 'libmpdclient' 
'libmpdclient.so' 'fftw' 'libfftw3.s
  'libboost_filesystem.so' 'libboost_locale.so' 
'libboost_program_options.so'
  'libboost_thread.so' 'icu' 'libicui18n.so' 'libicuuc.so'
  'glibc' 'gcc-libs' 'ncurses' 'libncursesw.so' 'readline' 
'libreadline.so' 'taglib')
-makedepends=('boost')
-source=(https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2
+makedepends=('boost' 'git')
+source=(git+https://github.com/ncmpcpp/ncmpcpp.git#tag=${pkgver}
 taglib-2.patch)
-sha512sums=('bbcb3b50233e363412af3c1cf1c0118122733dc376759cd35dee79950f42e098a0402ff670684df91847b990b26022630c9a71192e462bd46e70628e31489742'
+sha512sums=('e40b19318af5c191a9397fbd337a2e807d945ae06d6bc349c9555c58820f59afba70448b030541754870d30f0fe78630e028611e184c8b25368c734bc51a7c87'
 
'fff2987f193bb0d0423b32d81d79dda4c8dd451f701b587a3456867387697736381e4e09489ea852f648449c8a0ec9fbb386f74b7207249abf12dfd4a8f54f36')
-b2sums=('160597493b93bac790b8619881e8a1fcf0efce4a538e35f54f31b06f3ed66691f02b37198cca46b475b7296aebbc864cb62a4398c60bd1e43907f9907a9bc118'
+b2sums=('babc1506eca6dc5bd48e58fabfd42502d33b506b2e600b7aa98126a6deb0d68e14dc692abb0ef5079e3ccf710648f0b82fe1b404303d932f2156104c479442ec'
 
'7e45e21e493d3da4039ac27f1f3158cdc244b6df369d7a452f770ac068ae2635d60a9ea19f166f3f6eaa5a766f25a6ed76edd83c8700c0f53b492b170b806320')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   patch -p1 -i ../taglib-2.patch
   autoreconf -fiv
   sed -e 's/CXXFLAGS=/CXXFLAGS+=/' \
@@ -36,7 +36,7 @@ prepare() {
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
 
   # http://site.icu-project.org/download/61#TOC-Migration-Issues
   export CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
@@ -56,7 +56,7 @@ build() {
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   make DESTDIR="${pkgdir}" install
   install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ncmpcpp/-/commit/816dbe564554c1c4f772e84a49faf3708fa62a29

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




[Git][archlinux/packaging/packages/ncmpcpp] Pushed new tag 0.9.2-17

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 0.9.2-17 at Arch Linux / Packaging / Packages / 
ncmpcpp

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




[Git][archlinux/packaging/packages/python-irc] Pushed new tag 20.3.1-2

2024-04-02 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 20.3.1-2 at Arch Linux / Packaging / Packages / 
python-irc

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




[Git][archlinux/packaging/packages/python-irc][main] upgpkg: 20.3.1-2: syncdb rebuild

2024-04-02 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
python-irc


Commits:
819c821e by Morten Linderud at 2024-04-02T22:35:43+02:00
upgpkg: 20.3.1-2: syncdb rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-irc
pkgdesc = IRC (Internet Relay Chat) protocol client library for Python
pkgver = 20.3.1
-   pkgrel = 1
+   pkgrel = 2
url = https://pypi.python.org/pypi/irc
arch = any
license = MIT


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=python-irc
 pkgver=20.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
 arch=('any')
 url="https://pypi.python.org/pypi/irc;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-irc/-/commit/819c821e940769b5200d626f50e83bfac949b3d7

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




[Git][archlinux/packaging/packages/buildah] Pushed new tag 1.35.3-1

2024-04-02 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 1.35.3-1 at Arch Linux / Packaging / Packages / 
buildah

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




[Git][archlinux/packaging/packages/buildah][main] upgpkg: 1.35.3-1

2024-04-02 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
buildah


Commits:
65180c5d by Morten Linderud at 2024-04-02T22:32:38+02:00
upgpkg: 1.35.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = buildah
pkgdesc = A tool which facilitates building OCI images
-   pkgver = 1.35.1
+   pkgver = 1.35.3
pkgrel = 1
url = https://github.com/containers/buildah
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = buildah
optdepends = passt: for rootless network support
options = !lto
options = !debug
-   source = git+https://github.com/containers/buildah.git#tag=v1.35.1
-   sha512sums = 
d224e5d33cc193e3e23954a85ea494b846b7b6d856689c4f844a4c967adc51af4b9bde508b470b349c955b35536c872f084caf0e464c255c89e271b8f01c64bc
+   source = git+https://github.com/containers/buildah.git#tag=v1.35.3
+   sha512sums = 
853e94282538ec3ebf231f5cbefbe969422e695610b427960056b60cdca665457f94b98ffced0b68189185440b94e1983516eaa3797d51da93fc43e7ac3a
 
 pkgname = buildah


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=buildah
-pkgver=1.35.1
+pkgver=1.35.3
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(go git bats btrfs-progs device-mapper gpgme 
libassuan
  bzip2 go-md2man runc skopeo systemd)
 options=(!lto !debug)
 source=(git+https://github.com/containers/buildah.git#tag=v$pkgver)
-sha512sums=('d224e5d33cc193e3e23954a85ea494b846b7b6d856689c4f844a4c967adc51af4b9bde508b470b349c955b35536c872f084caf0e464c255c89e271b8f01c64bc')
+sha512sums=('853e94282538ec3ebf231f5cbefbe969422e695610b427960056b60cdca665457f94b98ffced0b68189185440b94e1983516eaa3797d51da93fc43e7ac3a')
 
 pkgver() {
   cd buildah



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/65180c5d679728da8527c8ad16cbd1caccb015bd

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




[Git][archlinux/packaging/packages/r8168-lts][main] upgpkg: 8.052.01-35

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / r8168-lts


Commits:
2d238bc9 by Massimiliano Torromeo at 2024-04-02T22:32:01+02:00
upgpkg: 8.052.01-35

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = r8168-lts
pkgdesc = A kernel module for Realtek 8168 network cards for linux-lts
pkgver = 8.052.01
-   pkgrel = 34
+   pkgrel = 35
url = http://www.realtek.com.tw
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.052.01
-pkgrel=34
+pkgrel=35
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168-lts/-/commit/2d238bc9cfb0ab40d64f9de526f4a93bda870730

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




[Git][archlinux/packaging/packages/r8168-lts] Pushed new tag 8.052.01-35

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 8.052.01-35 at Arch Linux / Packaging / 
Packages / r8168-lts

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




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

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


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

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




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

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


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


Commits:
ce5bad17 by Robin Candau at 2024-04-02T22:31:36+02:00
upgpkg: 2.452-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = jenkins
pkgdesc = Extendable continuous integration server (latest)
-   pkgver = 2.451
-   pkgrel = 2
+   pkgver = 2.452
+   pkgrel = 1
url = https://jenkins.io
install = jenkins.install
arch = any
@@ -16,13 +16,13 @@ pkgbase = jenkins
conflicts = jenkins-ci
replaces = jenkins-ci
backup = etc/conf.d/jenkins
-   source = 
https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.451.tar.gz
+   source = 
https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.452.tar.gz
source = jenkins.conf
source = jenkins.service
source = jenkins.tmpfiles
source = jenkins.sysusers
source = skip-failing-test.patch
-   sha512sums = 
5a63d4a6f2edd3e5e49ae544f8bc196bf19ba1cff3e2fc4ea25b77978ffd723eef5afa89647249054080c83074caddfef0e3b5b467b7d05ca6528f9f9b3237d9
+   sha512sums = 
86c827dc67c426c2c8c5edc8ff29725186424ffaefabdca36b3586542362b7cd1c685a2dd4411524d1d310280ab7c6bcb47c6b67e5b1cd53709c518b92f59486
sha512sums = 
482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553
sha512sums = 
c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2
sha512sums = 
a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.451
-pkgrel=2
+pkgver=2.452
+pkgrel=1
 _java=17
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@ 
source=("https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${pkgver
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'skip-failing-test.patch')
-sha512sums=('5a63d4a6f2edd3e5e49ae544f8bc196bf19ba1cff3e2fc4ea25b77978ffd723eef5afa89647249054080c83074caddfef0e3b5b467b7d05ca6528f9f9b3237d9'
+sha512sums=('86c827dc67c426c2c8c5edc8ff29725186424ffaefabdca36b3586542362b7cd1c685a2dd4411524d1d310280ab7c6bcb47c6b67e5b1cd53709c518b92f59486'
 
'482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553'
 
'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'



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

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




[Git][archlinux/packaging/packages/cilium-cli][main] upgpkg: 0.16.4-1

2024-04-02 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
cilium-cli


Commits:
3c147472 by Morten Linderud at 2024-04-02T22:30:57+02:00
upgpkg: 0.16.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = cilium-cli
pkgdesc = install, manage & troubleshoot Kubernetes clusters running 
Cilium
-   pkgver = 0.16.3
+   pkgver = 0.16.4
pkgrel = 1
url = https://github.com/cilium/cilium-cli
arch = x86_64
license = APACHE
makedepends = go
depends = glibc
-   source = 
cilium-cli-0.16.3.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.3.tar.gz
-   sha256sums = 
8f6a5709abe6c30fbbc7a7d573f0fbaf44fdebf3142b7085910d2a71e9878e15
+   source = 
cilium-cli-0.16.4.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.4.tar.gz
+   sha256sums = 
52281571d4f86cf466bddaa942680032dde0fe1ec78079c6d100d1175f55ceca
 
 pkgname = cilium-cli


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=cilium-cli
-pkgver=0.16.3
+pkgver=0.16.4
 pkgrel=1
 pkgdesc="install, manage & troubleshoot Kubernetes clusters running Cilium"
 arch=("x86_64")
@@ -10,7 +10,7 @@ license=("APACHE")
 depends=("glibc")
 makedepends=("go")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('8f6a5709abe6c30fbbc7a7d573f0fbaf44fdebf3142b7085910d2a71e9878e15')
+sha256sums=('52281571d4f86cf466bddaa942680032dde0fe1ec78079c6d100d1175f55ceca')
 
 build() {
cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/3c1474721802f10fb08e3ed69211baf3eb034072

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




[Git][archlinux/packaging/packages/cilium-cli] Pushed new tag 0.16.4-1

2024-04-02 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 0.16.4-1 at Arch Linux / Packaging / Packages / 
cilium-cli

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




[Git][archlinux/packaging/packages/r8168] Pushed new tag 8.052.01-38

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 8.052.01-38 at Arch Linux / Packaging / 
Packages / r8168

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




[Git][archlinux/packaging/packages/r8168][main] upgpkg: 8.052.01-38

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / r8168


Commits:
15e2d706 by Massimiliano Torromeo at 2024-04-02T22:30:48+02:00
upgpkg: 8.052.01-38

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = r8168
pkgdesc = A kernel module for Realtek 8168 network cards
pkgver = 8.052.01
-   pkgrel = 37
+   pkgrel = 38
url = http://www.realtek.com.tw
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.052.01
-pkgrel=37
+pkgrel=38
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168/-/commit/15e2d70610f2fe649e9a6b2857d584f6520a3c6b

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




[Git][archlinux/packaging/packages/sssd][main] upgpkg: 2.9.4-3

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / sssd


Commits:
b0efbada by Massimiliano Torromeo at 2024-04-02T22:30:40+02:00
upgpkg: 2.9.4-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sssd
pkgdesc = System Security Services Daemon
pkgver = 2.9.4
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/SSSD/sssd
arch = x86_64
license = GPL-3.0-or-later


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=sssd
 pkgver=2.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc="System Security Services Daemon"
 arch=('x86_64')
 url="https://github.com/SSSD/sssd;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/b0efbada7c48fc52ffbfd7c7fc13b463b9e1e673

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




[Git][archlinux/packaging/packages/sssd] Pushed new tag 2.9.4-3

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 2.9.4-3 at Arch Linux / Packaging / 
Packages / sssd

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




[Git][archlinux/packaging/packages/lxcfs][main] upgpkg: 6.0.0-1

2024-04-02 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
lxcfs


Commits:
a8b7b108 by Morten Linderud at 2024-04-02T22:28:47+02:00
upgpkg: 6.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxcfs
pkgdesc = FUSE filesystem for LXC
-   pkgver = 5.0.4
+   pkgver = 6.0.0
pkgrel = 1
url = https://linuxcontainers.org/
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = lxcfs
depends = fuse3
depends = dbus-glib
options = emptydirs
-   source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-5.0.4.tar.gz
-   source = 
https://linuxcontainers.org/downloads/lxcfs/lxcfs-5.0.4.tar.gz.asc
+   source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.0.tar.gz
+   source = 
https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.0.tar.gz.asc
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
-   sha256sums = 
c2b361edc881d5ca8fa2cd3260a4999b8f87afce8d937be2160e5cf0b482c52f
+   sha256sums = 
15bda2ed0398f91d4342326120375a94d2d6aed414e14834013b4674b8a4c5ee
sha256sums = SKIP
 
 pkgname = lxcfs


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=lxcfs
-pkgver=5.0.4
+pkgver=6.0.0
 pkgrel=1
 pkgdesc="FUSE filesystem for LXC"
 arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=('help2man' 'meson' 'python-jinja' 'systemd')
 options=('emptydirs')
 
source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('c2b361edc881d5ca8fa2cd3260a4999b8f87afce8d937be2160e5cf0b482c52f'
+sha256sums=('15bda2ed0398f91d4342326120375a94d2d6aed414e14834013b4674b8a4c5ee'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxcfs/-/commit/a8b7b108573db616b34699cf4d3c9fd97e93c7cc

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




[Git][archlinux/packaging/packages/lxcfs] Pushed new tag 6.0.0-1

2024-04-02 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 6.0.0-1 at Arch Linux / Packaging / Packages / 
lxcfs

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




[Git][archlinux/packaging/packages/ufw][main] upgpkg: 0.36.2-3: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / ufw


Commits:
37d908ce by T.J. Townsend at 2024-04-02T16:27:26-04:00
upgpkg: 0.36.2-3: build from git tag

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = ufw
+   pkgdesc = Uncomplicated and easy to use CLI tool for managing a 
netfilter firewall
+   pkgver = 0.36.2
+   pkgrel = 3
+   url = https://launchpad.net/ufw
+   arch = any
+   license = GPL3
+   makedepends = git
+   depends = iptables
+   depends = python
+   backup = etc/ufw/before.rules
+   backup = etc/ufw/before6.rules
+   backup = etc/ufw/after.rules
+   backup = etc/ufw/after6.rules
+   backup = etc/ufw/ufw.conf
+   backup = etc/ufw/user.rules
+   backup = etc/ufw/sysctl.conf
+   backup = etc/default/ufw
+   backup = etc/ufw/user6.rules
+   source = git+https://git.launchpad.net/ufw?signed#tag=0.36.2
+   source = service
+   validpgpkeys = 4C20C06B5D8BDE688854D28A51DBDC58CC559573
+   sha256sums = 
c2b36d70d003050e54310b55a6bf6a7d17c649a8f056eba09b6a24f3500ed8c5
+   sha256sums = 
fdface6f4690e4748fbbd5661c02e1967a8750fdb23581d35516174017a3fe39
+
+pkgname = ufw


=
PKGBUILD
=
@@ -7,11 +7,12 @@
 
 pkgname=ufw
 pkgver=0.36.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Uncomplicated and easy to use CLI tool for managing a netfilter 
firewall"
 arch=('any')
 url="https://launchpad.net/ufw;
 license=('GPL3')
+makedepends=('git')
 depends=('iptables' 'python')
 backup=('etc/ufw/before.rules'
 'etc/ufw/before6.rules'
@@ -22,15 +23,14 @@ backup=('etc/ufw/before.rules'
 'etc/ufw/sysctl.conf'
 'etc/default/ufw'
 'etc/ufw/user6.rules')
-source=("${url}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.asc}
+source=("git+https://git.launchpad.net/ufw?signed#tag=${pkgver};
 "service")
-sha256sums=('2a57a99eecef6b44db3537ed2520b30bae3759f8465456e22e404cd643838bf5'
-'SKIP'
+sha256sums=('c2b36d70d003050e54310b55a6bf6a7d17c649a8f056eba09b6a24f3500ed8c5'
 'fdface6f4690e4748fbbd5661c02e1967a8750fdb23581d35516174017a3fe39')
 validpgpkeys=('4C20C06B5D8BDE688854D28A51DBDC58CC559573')
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   # FS#28769 - move from /lib to /usr/lib
   sed -i -e 's|/lib|/usr/lib|' \
  -e 's|sbin|bin|g' setup.py
@@ -44,11 +44,12 @@ prepare() {
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
 
   python3 setup.py install --root="$pkgdir"
 
   install -Dm644 shell-completion/bash 
"$pkgdir/usr/share/bash-completion/completions/ufw"
   install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/ufw.service"
   chmod 644 "$pkgdir/etc/ufw/"*.rules
+  rm -rf "$pkgdir/usr/share/ufw/messages"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ufw/-/commit/37d908ce4d9266255a5ec7dd505524a0c0baa455

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




[Git][archlinux/packaging/packages/ufw] Pushed new tag 0.36.2-3

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 0.36.2-3 at Arch Linux / Packaging / Packages / ufw

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




[Git][archlinux/packaging/packages/incus][main] upgpkg: 0.7.0-1

2024-04-02 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
incus


Commits:
fdc4138c by Morten Linderud at 2024-04-02T22:27:10+02:00
upgpkg: 0.7.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = incus
pkgdesc = Powerful system container and virtual machine manager
-   pkgver = 0.6.0
+   pkgver = 0.7.0
pkgrel = 1
url = https://linuxcontainers.org/incus/
arch = x86_64
@@ -35,15 +35,15 @@ pkgbase = incus
optdepends = systemd-libs: unix device hotplug support
optdepends = apparmor: apparmor support
optdepends = xdelta3: support delta downloads of images
-   source = https://linuxcontainers.org/downloads/incus/incus-v0.6.0.tar.xz
-   source = 
https://linuxcontainers.org/downloads/incus/incus-v0.6.0.tar.xz.asc
+   source = https://linuxcontainers.org/downloads/incus/incus-v0.7.0.tar.xz
+   source = 
https://linuxcontainers.org/downloads/incus/incus-v0.7.0.tar.xz.asc
source = incus.socket
source = incus.service
source = incus-user.socket
source = incus-user.service
source = incus.sysusers
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
-   sha256sums = 
dd79abc494bcbce3f5e63a3d26176ce55910da6499f69d563f57066c6f742f80
+   sha256sums = 
e6230bee918524403c003f2ed28ba75f1c64175afc11f89147d1ee8dd8a6b76b
sha256sums = SKIP
sha256sums = 
602a8035cc51b8e0c4ca265e31ebf96c7977db4239d384d8f60fed0d2d0317c4
sha256sums = 
646b0a9b38954890bc8706b41dfb93c7fdc83cbee1a3632c7258d77a1fddd725


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgbase=incus
 pkgname=(incus incus-tools)
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="Powerful system container and virtual machine manager"
 arch=('x86_64')
@@ -38,7 +38,7 @@ 
source=("https://linuxcontainers.org/downloads/incus/incus-v$pkgver.tar.xz"{,.as
 "incus.sysusers")
 validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67'  # Stéphane Graber 

  )
-sha256sums=('dd79abc494bcbce3f5e63a3d26176ce55910da6499f69d563f57066c6f742f80'
+sha256sums=('e6230bee918524403c003f2ed28ba75f1c64175afc11f89147d1ee8dd8a6b76b'
 'SKIP'
 '602a8035cc51b8e0c4ca265e31ebf96c7977db4239d384d8f60fed0d2d0317c4'
 '646b0a9b38954890bc8706b41dfb93c7fdc83cbee1a3632c7258d77a1fddd725'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/incus/-/commit/fdc4138c15d51f96f529334d44a8f3ec1944a44b

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




[Git][archlinux/packaging/packages/incus] Pushed new tag 0.7.0-1

2024-04-02 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 0.7.0-1 at Arch Linux / Packaging / Packages / 
incus

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




[Git][archlinux/packaging/packages/cockpit-podman] Pushed new tag 86-2

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 86-2 at Arch Linux / Packaging / Packages 
/ cockpit-podman

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




[Git][archlinux/packaging/packages/cockpit-podman][main] upgpkg: 86-2

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit-podman


Commits:
5bc0c838 by Massimiliano Torromeo at 2024-04-02T22:26:53+02:00
upgpkg: 86-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cockpit-podman
pkgdesc = Cockpit UI for podman containers
pkgver = 86
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/cockpit-project/cockpit-podman
arch = any
license = LGPL-2.1-or-later


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=cockpit-podman
 pkgver=86
-pkgrel=1
+pkgrel=2
 pkgdesc='Cockpit UI for podman containers'
 arch=('any')
 url='https://github.com/cockpit-project/cockpit-podman'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-podman/-/commit/5bc0c838ee33f9a31ad16b46638acf73a54bb5a2

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




[Git][archlinux/packaging/packages/cockpit][main] upgpkg: 314-1

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / cockpit


Commits:
4647cdb3 by Massimiliano Torromeo at 2024-04-02T22:26:41+02:00
upgpkg: 314-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cockpit
pkgdesc = A systemd web based user interface for Linux servers
-   pkgver = 313
+   pkgver = 314
pkgrel = 1
url = https://cockpit-project.org/
arch = x86_64
@@ -22,11 +22,11 @@ pkgbase = cockpit
makedepends = python-wheel
makedepends = python-build
makedepends = python-pip
-   source = 
https://github.com/cockpit-project/cockpit/releases/download/313/cockpit-313.tar.xz
+   source = 
https://github.com/cockpit-project/cockpit/releases/download/314/cockpit-314.tar.xz
source = cockpit.pam
source = cockpit-ws.sysuser.conf
source = cockpit-wsinstance.sysuser.conf
-   sha256sums = 
089474580b1ab4fa8c73a41c8f1821da6fc5dd31fcf5bf6cec2b9a13749a7ad5
+   sha256sums = 
a92955e73ec3d9569db74675268baaec963c07f6db12c1a64bb57a25b1eb0f6a
sha256sums = 
1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc
sha256sums = 
1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a
sha256sums = 
46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-packagekit cockpit-pcp cockpit-storaged)
-pkgver=313
+pkgver=314
 pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
@@ -18,7 +18,7 @@ 
source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/co
 "cockpit.pam"
 "cockpit-ws.sysuser.conf"
 "cockpit-wsinstance.sysuser.conf")
-sha256sums=('089474580b1ab4fa8c73a41c8f1821da6fc5dd31fcf5bf6cec2b9a13749a7ad5'
+sha256sums=('a92955e73ec3d9569db74675268baaec963c07f6db12c1a64bb57a25b1eb0f6a'
 '1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc'
 '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
 '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/4647cdb304046c1789072939b3a50466ef45e2a9

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




[Git][archlinux/packaging/packages/cockpit] Pushed new tag 314-1

2024-04-02 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 314-1 at Arch Linux / Packaging / Packages 
/ cockpit

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




[Git][archlinux/packaging/packages/podman][main] upgpkg: 5.0.1-1

2024-04-02 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
podman


Commits:
eed34458 by Morten Linderud at 2024-04-02T22:22:16+02:00
upgpkg: 5.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = podman
pkgdesc = Tool and library for running OCI-based containers in pods
-   pkgver = 5.0.0
+   pkgver = 5.0.1
pkgrel = 1
url = https://github.com/containers/podman
arch = x86_64
@@ -16,12 +16,12 @@ pkgbase = podman
makedepends = libseccomp
makedepends = systemd
options = !lto
-   source = git+https://github.com/containers/podman#tag=v5.0.0?signed
+   source = git+https://github.com/containers/podman#tag=v5.0.1?signed
source = podman-4.6.0-defaultinitpath.patch
validpgpkeys = B7DBDCA456F7335E91F1C25CD3624C551D0515C4
validpgpkeys = 7CE1E6F8C90CB53E7E4D8F2D502E08DB0BBF8EEE
validpgpkeys = 9E33DD8704CC03E2DEB84D9A1C1EDD7CC7C3A0DD
-   sha256sums = 
d47363ad333e75ba8d3fa6c75245e8270d25a7cfeb59586409ac5ad4132a0f23
+   sha256sums = 
98f9e33d9cd904c2c1a8404ff1be5dc3b9e07c7de94a8001749c7138498c8070
sha256sums = 
eeacf654707b9b8d6a6c08453b5625d9cf31010d666f82f4851aa34433b97700
 
 pkgname = podman


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)
@@ -35,7 +35,7 @@ validpgpkeys=(
   7CE1E6F8C90CB53E7E4D8F2D502E08DB0BBF8EEE  # Ashley Cui 
   9E33DD8704CC03E2DEB84D9A1C1EDD7CC7C3A0DD  # Lokesh Mandvekar 

 )
-sha256sums=('d47363ad333e75ba8d3fa6c75245e8270d25a7cfeb59586409ac5ad4132a0f23'
+sha256sums=('98f9e33d9cd904c2c1a8404ff1be5dc3b9e07c7de94a8001749c7138498c8070'
 'eeacf654707b9b8d6a6c08453b5625d9cf31010d666f82f4851aa34433b97700')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/podman/-/commit/eed34458aaae1e1f25691da460ae5b74c4f1ea2d

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




[Git][archlinux/packaging/packages/podman] Pushed new tag 5.0.1-1

2024-04-02 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 5.0.1-1 at Arch Linux / Packaging / Packages / 
podman

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




[Git][archlinux/packaging/packages/git-warp-time] Pushed new tag 0.7.4-1

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


Caleb Maclennan pushed new tag 0.7.4-1 at Arch Linux / Packaging / Packages / 
git-warp-time

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




[Git][archlinux/packaging/packages/git-warp-time][main] upgpkg: 0.7.4-1

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


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


Commits:
39048510 by Caleb Maclennan at 2024-04-02T23:20:43+03:00
upgpkg: 0.7.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = git-warp-time
pkgdesc = reset timestamps of Git repository files to the time of the 
last modifying commit
-   pkgver = 0.7.3
+   pkgver = 0.7.4
pkgrel = 1
url = https://github.com/alerque/git-warp-time
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = git-warp-time
depends = glibc
depends = libgit2
depends = libgit2.so
-   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.3/git-warp-time-0.7.3.tar.zst
-   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.3/git-warp-time-0.7.3.tar.zst.asc
+   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.4/git-warp-time-0.7.4.tar.zst
+   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.4/git-warp-time-0.7.4.tar.zst.asc
validpgpkeys = 9F377DDB6D3153A48EB3EB1E63CC496475267693
-   sha256sums = 
1c3a0212f90334a98990630fb273510be5a6e1386bf092bdcb3f6b0670edb3ec
+   sha256sums = 
a0a9948727005943efb965d8332efc339dbbc27f0ab807bd3060de40914888e6
sha256sums = SKIP
 
 pkgname = git-warp-time


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=git-warp-time
-pkgver=0.7.3
+pkgver=0.7.4
 pkgrel=1
 pkgdesc='reset timestamps of Git repository files to the time of the last 
modifying commit'
 arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(cargo
  jq)
 _archive="$pkgname-$pkgver"
 source=("$url/releases/download/v$pkgver/$_archive.tar.zst"{,.asc})
-sha256sums=('1c3a0212f90334a98990630fb273510be5a6e1386bf092bdcb3f6b0670edb3ec'
+sha256sums=('a0a9948727005943efb965d8332efc339dbbc27f0ab807bd3060de40914888e6'
 'SKIP')
 validpgpkeys=('9F377DDB6D3153A48EB3EB1E63CC496475267693') # Caleb Maclennan 
 (@alerque)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/39048510ee5d68462c1c6bb580188453949b91f6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/39048510ee5d68462c1c6bb580188453949b91f6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tmux][main] upgpkg: 3.4-5: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / tmux


Commits:
506fceac by T.J. Townsend at 2024-04-02T16:14:44-04:00
upgpkg: 3.4-5: build from git tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,11 @@
 pkgbase = tmux
pkgdesc = Terminal multiplexer
pkgver = 3.4
-   pkgrel = 4
+   pkgrel = 5
url = https://github.com/tmux/tmux/wiki
arch = x86_64
license = BSD
+   makedepends = git
makedepends = systemd
depends = libevent
depends = libevent_core-2.1.so
@@ -13,7 +14,7 @@ pkgbase = tmux
depends = libncursesw.so
depends = systemd-libs
depends = libsystemd.so
-   source = 
https://github.com/tmux/tmux/releases/download/3.4/tmux-3.4.tar.gz
-   sha256sums = 
551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa
+   source = git+https://github.com/tmux/tmux.git#tag=3.4
+   sha256sums = 
71387cf05585836da88d9b481f98e89be5bc8f09a203600187b22aa0e00c52b0
 
 pkgname = tmux


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=tmux
 pkgver=3.4
-pkgrel=4
+pkgrel=5
 pkgdesc='Terminal multiplexer'
 url='https://github.com/tmux/tmux/wiki'
 arch=('x86_64')
@@ -12,12 +12,18 @@ depends=('libevent' 'libevent_core-2.1.so'
  'libutempter'
  'ncurses' 'libncursesw.so'
  'systemd-libs' 'libsystemd.so')
-makedepends=('systemd')
-source=("https://github.com/tmux/tmux/releases/download/${pkgver/_/}/tmux-${pkgver/_/}.tar.gz;)
-sha256sums=('551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa')
+makedepends=('git' 'systemd')
+source=("git+https://github.com/tmux/tmux.git#tag=${pkgver};)
+sha256sums=('71387cf05585836da88d9b481f98e89be5bc8f09a203600187b22aa0e00c52b0')
+
+prepare() {
+   cd "$pkgname"
+
+   sh autogen.sh
+}
 
 build() {
-   cd "$pkgname-${pkgver/_/}"
+   cd "$pkgname"
 
./configure \
--prefix=/usr \
@@ -28,7 +34,7 @@ build() {
 }
 
 package() {
-   cd "$pkgname-${pkgver/_/}"
+   cd "$pkgname"
 
make install DESTDIR="$pkgdir"
install -D -m0644 COPYING "$pkgdir/usr/share/licenses/tmux/LICENSE"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tmux/-/commit/506fceac0c885c4156935402845fdec1f9763a14

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




[Git][archlinux/packaging/packages/tmux] Pushed new tag 3.4-5

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 3.4-5 at Arch Linux / Packaging / Packages / tmux

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




[Git][archlinux/packaging/packages/plasma-nm][main] upgpkg: 6.0.3-2: QtWebEngine 6.7 rebuild

2024-04-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
plasma-nm


Commits:
ee08ff87 by Antonio Rojas at 2024-04-02T22:13:53+02:00
upgpkg: 6.0.3-2: QtWebEngine 6.7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = plasma-nm
pkgdesc = Plasma applet written in QML for managing network connections
pkgver = 6.0.3
-   pkgrel = 1
+   pkgrel = 2
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=plasma-nm
 pkgver=6.0.3
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 pkgdesc='Plasma applet written in QML for managing network connections'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/plasma-nm/-/commit/ee08ff871be2c1e9230f66dc459942185a7c87d8

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




[Git][archlinux/packaging/packages/plasma-nm] Pushed new tag 6.0.3-2

2024-04-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 6.0.3-2 at Arch Linux / Packaging / Packages / 
plasma-nm

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




[Git][archlinux/packaging/packages/kdepim-addons] Pushed new tag 24.02.1-2

2024-04-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.02.1-2 at Arch Linux / Packaging / Packages / 
kdepim-addons

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




[Git][archlinux/packaging/packages/kdepim-addons][main] upgpkg: 24.02.1-2: QtWebEngine 6.7 rebuild

2024-04-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kdepim-addons


Commits:
0288e2c7 by Antonio Rojas at 2024-04-02T22:10:58+02:00
upgpkg: 24.02.1-2: QtWebEngine 6.7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kdepim-addons
pkgdesc = Addons for KDE PIM applications
pkgver = 24.02.1
-   pkgrel = 1
+   pkgrel = 2
url = https://kontact.kde.org
arch = x86_64
groups = kde-applications


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=kdepim-addons
 pkgver=24.02.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Addons for KDE PIM applications'
 arch=(x86_64)
 url='https://kontact.kde.org'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdepim-addons/-/commit/0288e2c7b65400a02a207d1bc9fef407a2b4ec94

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




[Git][archlinux/packaging/packages/angelfish][main] upgpkg: 24.02.1-2: QtWebEngine 6.7 rebuild

2024-04-02 Thread Antonio Rojas (@arojas)


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


Commits:
53235f51 by Antonio Rojas at 2024-04-02T22:07:34+02:00
upgpkg: 24.02.1-2: QtWebEngine 6.7 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = angelfish
pkgdesc = Web browser for Plasma Mobile
pkgver = 24.02.1
-   pkgrel = 1
+   pkgrel = 2
url = https://apps.kde.org/angelfish/
arch = x86_64
groups = kde-applications


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=angelfish
 pkgver=24.02.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Web browser for Plasma Mobile'
 url='https://apps.kde.org/angelfish/'
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/angelfish/-/commit/53235f51514753ac8ce0f8b4410602866870f3c1

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




[Git][archlinux/packaging/packages/angelfish] Pushed new tag 24.02.1-2

2024-04-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.02.1-2 at Arch Linux / Packaging / Packages / 
angelfish

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




[Git][archlinux/packaging/packages/mpd][main] upgpkg: 0.23.15-2: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / mpd


Commits:
a445a41c by T.J. Townsend at 2024-04-02T16:03:21-04:00
upgpkg: 0.23.15-2: build from git tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mpd
pkgdesc = Flexible, powerful, server-side application for playing music
pkgver = 0.23.15
-   pkgrel = 1
+   pkgrel = 2
url = https://www.musicpd.org/
arch = x86_64
license = BSD-2-Clause
@@ -20,6 +20,7 @@ pkgbase = mpd
makedepends = flac
makedepends = fluidsynth
makedepends = fmt
+   makedepends = git
makedepends = icu
makedepends = jack
makedepends = lame
@@ -65,21 +66,18 @@ pkgbase = mpd
depends = zlib
depends = zziplib
backup = etc/mpd.conf
-   source = https://www.musicpd.org/download/mpd/0.23/mpd-0.23.15.tar.xz
-   source = 
https://www.musicpd.org/download/mpd/0.23/mpd-0.23.15.tar.xz.sig
+   source = 
mpd::git+https://github.com/MusicPlayerDaemon/MPD.git#tag=v0.23.15?signed
source = mpd.conf
source = mpd.sysusers
source = mpd.tmpfiles
source = mpd.service.override
validpgpkeys = 0392335A78083894A4301C43236E8A58C6DB4512
-   sha512sums = 
12329dbd0c1994c1bd95b88ce2a62a4c1d691b655e9e4fac7e9ef7066d0be3422b26fad3ea6ca144ba9b21add0a7c492c4f74fd2b68a1539bff2e0d2714db709
-   sha512sums = SKIP
+   sha512sums = 
bce2314087725e709e5936f9e5e74ac1b4713cb3402aecf75ebc81d7eb7cab0237a6dfc90ba71672ffe60593a9c627b918c44c79e4f081b1b8987dbc2c029e17
sha512sums = 
25a823740d92da8e186916701413114142eb6ad91a172c592e68b569c8e4f50fa99580e555ccf6cd31fc4f55a09bfe0278efa46e4e76ee0fe02846292fadf3c1
sha512sums = 
6e467481406279767b709ec6d5c06dbd825c0de09045c52ffa2d21d0604dcfe19b7a92bf42bed25163d66a3a0d1dbde6185a648b433eaf5eac56be90491e2e18
sha512sums = 
db473db27cd68994c3ee26e78e0fb34d13126301d8861563dcc12a22d62ecb14c4ffb1e0798c6aaccdff34e73bae3fbeeff7b42606c901a2d35e278865cdf35d
sha512sums = 
c1782b82f9db1d30aece43a07230c5d57370f2494a16e108af03815d83968805472f10f53ea5495cf0e08ff8f245430c3c3bc44025af43aaf9ecd12fcd6afc6c
-   b2sums = 
78036078b850afab900b5d50e44ce83cbbf900369f5028d4177fdbfc4128dd3c35c59a773528a1fcfcc0179d0e579566b827fe87ef780a88082dc3b7f70cd5e7
-   b2sums = SKIP
+   b2sums = 
c48d421ed44e13026ae880f62e03577b8a9dbf23e05adb217f5cfbc5702a7a66d08c353e9d85784203e0e511d23037836dad3053b9a82748c46f1b9d5a5d17a0
b2sums = 
0969a3c477b6a3f34b44e067e515d7f306414dd14e0163584417b9d071e3cc825898219f7ff66ead7905b15429b8411304052d3b2b14a72e560bfabf9bf0adcf
b2sums = 
4ab6e415284c77802a39d0913d701fe55e56f3c22b19557661fbef77e456b5e1d151da4202695282b956602e716a7afdb994aa2fc17368b9a0d0d051d47a3afb
b2sums = 
d7b587c25dd5830c27af475a8fdd8102139d7c8fdd6f04fe23b36be030e4411582e289f575c299255ff8183096f7d47247327276f9a24641cbd032d9675b837a


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 
 pkgname=mpd
 pkgver=0.23.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Flexible, powerful, server-side application for playing music"
 arch=(x86_64)
 url="https://www.musicpd.org/;
@@ -53,6 +53,7 @@ makedepends=(
   flac
   fluidsynth
   fmt
+  git
   icu
   jack
   lame
@@ -81,20 +82,18 @@ makedepends=(
 )
 backup=(etc/$pkgname.conf)
 source=(
-  
https://www.musicpd.org/download/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
+  
$pkgname::git+https://github.com/MusicPlayerDaemon/MPD.git#tag=v${pkgver}?signed
   $pkgname.conf
   $pkgname.sysusers
   $pkgname.tmpfiles
   $pkgname.service.override
 )
-sha512sums=('12329dbd0c1994c1bd95b88ce2a62a4c1d691b655e9e4fac7e9ef7066d0be3422b26fad3ea6ca144ba9b21add0a7c492c4f74fd2b68a1539bff2e0d2714db709'
-'SKIP'
+sha512sums=('bce2314087725e709e5936f9e5e74ac1b4713cb3402aecf75ebc81d7eb7cab0237a6dfc90ba71672ffe60593a9c627b918c44c79e4f081b1b8987dbc2c029e17'
 
'25a823740d92da8e186916701413114142eb6ad91a172c592e68b569c8e4f50fa99580e555ccf6cd31fc4f55a09bfe0278efa46e4e76ee0fe02846292fadf3c1'
 
'6e467481406279767b709ec6d5c06dbd825c0de09045c52ffa2d21d0604dcfe19b7a92bf42bed25163d66a3a0d1dbde6185a648b433eaf5eac56be90491e2e18'
 
'db473db27cd68994c3ee26e78e0fb34d13126301d8861563dcc12a22d62ecb14c4ffb1e0798c6aaccdff34e73bae3fbeeff7b42606c901a2d35e278865cdf35d'
 
'c1782b82f9db1d30aece43a07230c5d57370f2494a16e108af03815d83968805472f10f53ea5495cf0e08ff8f245430c3c3bc44025af43aaf9ecd12fcd6afc6c')
-b2sums=('78036078b850afab900b5d50e44ce83cbbf900369f5028d4177fdbfc4128dd3c35c59a773528a1fcfcc0179d0e579566b827fe87ef780a88082dc3b7f70cd5e7'
-'SKIP'
+b2sums=('c48d421ed44e13026ae880f62e03577b8a9dbf23e05adb217f5cfbc5702a7a66d08c353e9d85784203e0e511d23037836dad3053b9a82748c46f1b9d5a5d17a0'
 

[Git][archlinux/packaging/packages/mpd] Pushed new tag 0.23.15-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 0.23.15-2 at Arch Linux / Packaging / Packages / 
mpd

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




[Git][archlinux/packaging/packages/libuv][main] upgpkg: 1.48.0-2: build from git tag

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / libuv


Commits:
9e8a236e by T.J. Townsend at 2024-04-02T15:50:32-04:00
upgpkg: 1.48.0-2: build from git tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,20 +1,19 @@
 pkgbase = libuv
pkgdesc = Multi-platform support library with a focus on asynchronous 
I/O
pkgver = 1.48.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/libuv/libuv
arch = x86_64
license = custom
+   makedepends = git
makedepends = python-sphinx
depends = glibc
depends = libnsl
-   source = https://dist.libuv.org/dist/v1.48.0/libuv-v1.48.0.tar.gz
-   source = https://dist.libuv.org/dist/v1.48.0/libuv-v1.48.0.tar.gz.sign
+   source = git+https://github.com/libuv/libuv.git?signed#tag=v1.48.0
validpgpkeys = 57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC
validpgpkeys = 612F0EAD9401622379DF4402F28C3C8DA33C03BE
validpgpkeys = AEAD0A4B686767751A0E4AEF34A25FB128246514
validpgpkeys = CFBB9CA9A5BEAFD70E2B3C5A79A67C55A3679C8B
-   sha512sums = 
7ae3a4c02f654a26056db1541e52ccc4c54aaea39c33585f0cf6949af997d0a0a29f30a294c8df6e92f6f6af7ce64c2766b1a2cc67f342e3e139cd55b7326c94
-   sha512sums = SKIP
+   sha512sums = 
016401251c3490678593e92977005f6f4da16935f84fae0ed535d06fb19893b90ee59b57136d94f7c5893feed21c03000a5269218b209186f3a87cf8c34c5b9c
 
 pkgname = libuv


=
PKGBUILD
=
@@ -3,16 +3,16 @@
 
 pkgname=libuv
 pkgver=1.48.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
 arch=('x86_64')
 url="https://github.com/libuv/libuv;
 license=('custom')
 depends=('glibc' 'libnsl')
-makedepends=('python-sphinx')
-source=(https://dist.libuv.org/dist/v$pkgver/libuv-v$pkgver.tar.gz{,.sign})
-sha512sums=('7ae3a4c02f654a26056db1541e52ccc4c54aaea39c33585f0cf6949af997d0a0a29f30a294c8df6e92f6f6af7ce64c2766b1a2cc67f342e3e139cd55b7326c94'
-'SKIP')
+makedepends=('git' 'python-sphinx')
+#source=(https://dist.libuv.org/dist/v$pkgver/libuv-v$pkgver.tar.gz{,.sign})
+source=("git+https://github.com/libuv/libuv.git?signed#tag=v${pkgver};)
+sha512sums=('016401251c3490678593e92977005f6f4da16935f84fae0ed535d06fb19893b90ee59b57136d94f7c5893feed21c03000a5269218b209186f3a87cf8c34c5b9c')
 # PGP key IDs are available from 
https://github.com/libuv/libuv/blob/v1.x/MAINTAINERS.md
 validpgpkeys=('57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC'  # Colin Ihrig 
(@cjihrig)
   '612F0EAD9401622379DF4402F28C3C8DA33C03BE'  # Santiago Gimeno
@@ -20,7 +20,7 @@ validpgpkeys=('57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC'  # 
Colin Ihrig (@cjihri
   'CFBB9CA9A5BEAFD70E2B3C5A79A67C55A3679C8B') # Jameson Nash 
(@vtjnash)
 
 prepare() {
-cd $pkgname-v$pkgver
+cd $pkgname
 # Disable tests that fail on build.a.o (but pass locally)
 sed -e '/udp_multicast_join/d' \
 -e '/tcp_connect6_link_local/d' \
@@ -28,7 +28,7 @@ prepare() {
 }
 
 build() {
-cd $pkgname-v$pkgver
+cd $pkgname
 ./autogen.sh
 ./configure --prefix=/usr
 make
@@ -36,12 +36,12 @@ build() {
 }
 
 check() {
-cd $pkgname-v$pkgver
+cd $pkgname
 make check
 }
 
 package() {
-cd $pkgname-v$pkgver
+cd $pkgname
 
 make DESTDIR="$pkgdir" install
 



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

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




[Git][archlinux/packaging/packages/libuv] Pushed new tag 1.48.0-2

2024-04-02 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 1.48.0-2 at Arch Linux / Packaging / Packages / 
libuv

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




[Git][archlinux/packaging/packages/python-fastapi] Pushed new tag 0.110.1-1

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


Robin Candau pushed new tag 0.110.1-1 at Arch Linux / Packaging / Packages / 
python-fastapi

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




  1   2   3   4   >