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

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


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


Commits:
64a35b79 by Antonio Rojas at 2024-05-04T12:29:26+02:00
upgpkg: 2.4.8-1: Update to 2.4.8

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = lib32-libcups
+   pkgdesc = The CUPS Printing System - client libraries (32-bit)
+   pkgver = 2.4.8
+   pkgrel = 1
+   url = https://www.cups.org/
+   arch = x86_64
+   license = Apache
+   license = custom
+   depends = lib32-krb5
+   depends = lib32-libtiff
+   depends = lib32-libpng
+   depends = lib32-gnutls
+   depends = libcups
+   source = 
https://github.com/OpenPrinting/cups/releases/download/v2.4.8/cups-2.4.8-source.tar.gz
+   source = 
https://github.com/OpenPrinting/cups/releases/download/v2.4.8/cups-2.4.8-source.tar.gz.sig
+   source = cups-freebind.patch
+   source = guid.patch
+   validpgpkeys = 7082A0A50A2E92640F3880E0E4522DCC9B246FF7
+   sha256sums = 
75c326b4ba73975efcc9a25078c4b04cdb4ee333caaad0d0823dbd522c6479a0
+   sha256sums = SKIP
+   sha256sums = 
3385047b9ac8a7b13aeb8f0ca55d15f793ce7283516db0155fe28a67923c592d
+   sha256sums = 
0bf6a75ba1b051771f155d9a5d36b307a6d40c6857d645b250fe93f3fb713474
+
+pkgname = lib32-libcups


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



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libcups/-/commit/64a35b79a0559e7a8cb96cf02b609009ff382d48
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libcups/-/tree/2.4.8-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-sqlite][main] upgpkg: 3.45.3-1: Update to 3.45.3

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


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


Commits:
687a2dbc by Antonio Rojas at 2024-05-04T12:28:52+02:00
upgpkg: 3.45.3-1: Update to 3.45.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-sqlite
pkgdesc = A C library that implements an SQL database engine (32-bit)
-   pkgver = 3.45.2
+   pkgver = 3.45.3
pkgrel = 1
url = https://www.sqlite.org/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = lib32-sqlite
makedepends = lib32-readline
makedepends = sqlite
options = !emptydirs
-   source = https://www.sqlite.org/2024/sqlite-src-3450100.zip
+   source = https://www.sqlite.org/2024/sqlite-src-3450300.zip
source = license.txt
-   sha256sums = 
7f7b14a68edbcd4a57df3a8c4dbd56d2d3546a6e7cdd50de40ceb03af33d34ba
+   sha256sums = 
ec0c959e42cb5f1804135d0555f8ea32be6ff2048eb181bccd367c8f53f185d1
sha256sums = 
4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d
 
 pkgname = lib32-sqlite


=
PKGBUILD
=
@@ -6,8 +6,8 @@
 
 pkgbase="lib32-sqlite"
 pkgname=('lib32-sqlite')
-_srcver=3450100
-pkgver=3.45.2
+_srcver=3450300
+pkgver=3.45.3
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -18,7 +18,7 @@ options=('!emptydirs')
 source=(https://www.sqlite.org/2024/sqlite-src-${_srcver}.zip
 license.txt)
 # upstream now switched to sha3sums - currently not supported by makepkg
-sha256sums=('7f7b14a68edbcd4a57df3a8c4dbd56d2d3546a6e7cdd50de40ceb03af33d34ba'
+sha256sums=('ec0c959e42cb5f1804135d0555f8ea32be6ff2048eb181bccd367c8f53f185d1'
 '4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sqlite/-/commit/687a2dbccba72bc53dee28728423d3807d988aea

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sqlite/-/commit/687a2dbccba72bc53dee28728423d3807d988aea
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-sqlite] Pushed new tag 3.45.3-1

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


Antonio Rojas pushed new tag 3.45.3-1 at Arch Linux / Packaging / Packages / 
lib32-sqlite

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sqlite/-/tree/3.45.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytorch][main] upgpkg: 2.3.0-4: cudnn 9.1 rebuild

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


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


Commits:
c862fd6a by Sven-Hendrik Haase at 2024-05-04T12:15:24+02:00
upgpkg: 2.3.0-4: cudnn 9.1 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pytorch
pkgdesc = Tensors and Dynamic neural networks in Python with strong GPU 
acceleration
pkgver = 2.3.0
-   pkgrel = 3
+   pkgrel = 4
url = https://pytorch.org
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase="python-${_pkgname}"
 pkgname=("${pkgbase}" "${pkgbase}-opt" "${pkgbase}-cuda" "${pkgbase}-opt-cuda" 
"${pkgbase}-rocm" "${pkgbase}-opt-rocm")
 pkgver=2.3.0
 _pkgver=2.3.0
-pkgrel=3
+pkgrel=4
 _pkgdesc='Tensors and Dynamic neural networks in Python with strong GPU 
acceleration'
 pkgdesc="${_pkgdesc}"
 arch=('x86_64')



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/commit/c862fd6a733ebe1ef61e4bfa631ec8325b32c471
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytorch] Pushed new tag 2.3.0-4

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


Sven-Hendrik Haase pushed new tag 2.3.0-4 at Arch Linux / Packaging / Packages 
/ python-pytorch

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/tree/2.3.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zettlr] Pushed new tag 3.1.0-2

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


Caleb Maclennan pushed new tag 3.1.0-2 at Arch Linux / Packaging / Packages / 
zettlr

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zettlr/-/tree/3.1.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zettlr][main] upgpkg: 3.1.0-2: Fix optdepends for texlive reorganization

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


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


Commits:
a083e255 by Caleb Maclennan at 2024-05-04T13:13:29+03:00
upgpkg: 3.1.0-2: Fix optdepends for texlive reorganization

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zettlr
pkgdesc = A Markdown Editor for the 21st century
pkgver = 3.1.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.zettlr.com
arch = x86_64
license = GPL-3.0-only
@@ -16,7 +16,7 @@ pkgbase = zettlr
depends = pandoc-cli
depends = ttf-inconsolata
depends = ttf-liberation
-   optdepends = texlive-bin: For Latex support
+   optdepends = texlive-latex: For Latex support
source = 
https://github.com/Zettlr/Zettlr/archive/v3.1.0/Zettlr-3.1.0.tar.gz
source = zettlr.sh
source = zettlr.xml


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=zettlr
 _pkgname=${pkgname^}
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A Markdown Editor for the 21st century'
 arch=(x86_64)
 url=https://www.zettlr.com
@@ -23,7 +23,7 @@ makedepends=(gendesk
  node-gyp
  yarn
  jq)
-optdepends=('texlive-bin: For Latex support')
+optdepends=('texlive-latex: For Latex support')
 _archive="$_pkgname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz"
 "$pkgname.sh"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zettlr/-/commit/a083e255838610786bbe39fd8c05aef2866ba7b4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zettlr/-/commit/a083e255838610786bbe39fd8c05aef2866ba7b4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-libgpg-error] Pushed new tag 1.49-1

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


Antonio Rojas pushed new tag 1.49-1 at Arch Linux / Packaging / Packages / 
lib32-libgpg-error

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libgpg-error/-/tree/1.49-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-libgpg-error][main] upgpkg: 1.49-1: Update to 1.49

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


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


Commits:
55afff21 by Antonio Rojas at 2024-05-04T11:38:54+02:00
upgpkg: 1.49-1: Update to 1.49

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,18 @@
 pkgbase = lib32-libgpg-error
pkgdesc = Support library for libgcrypt (32-bit)
-   pkgver = 1.48
+   pkgver = 1.49
pkgrel = 1
url = https://www.gnupg.org
arch = x86_64
license = LGPL
depends = lib32-glibc
depends = libgpg-error
-   source = 
https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.48.tar.bz2
-   source = 
https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.48.tar.bz2.sig
+   source = 
https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.49.tar.bz2
+   source = 
https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.49.tar.bz2.sig
validpgpkeys = D8692123C4065DEA5E0F3AB5249B39D24F25E3B6
validpgpkeys = AC8E115BF73E2D8D47FA9908E98E9B2D19C6C8BD
validpgpkeys = 6DAA6E64A76D2840571B4902528897B826403ADA
-   sha512sums = 
3e9ea99cfb7d706791eb3349a9356b6bc44a53ef8bfa9a4e89afb5203dad5af3f466a039a1764361c0c7f697a6fa668a21d05ceaeb8e44ec5a11d6468998adf2
+   sha512sums = 
bb4dd3faa8e2ec945e61fb2006697b48a51da7ee510b6650a6ab09c8734a987bc33c9835bc710ca9a9395c088271939091be418efc6ca5130b426c2fbc4959a3
sha512sums = SKIP
 
 pkgname = lib32-libgpg-error


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _pkgbasename=libgpg-error
 pkgname=lib32-$_pkgbasename
-pkgver=1.48
+pkgver=1.49
 pkgrel=1
 pkgdesc="Support library for libgcrypt (32-bit)"
 arch=(x86_64)
@@ -10,7 +10,7 @@ url="https://www.gnupg.org;
 license=('LGPL')
 depends=('lib32-glibc' $_pkgbasename)
 
source=(https://www.gnupg.org/ftp/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('3e9ea99cfb7d706791eb3349a9356b6bc44a53ef8bfa9a4e89afb5203dad5af3f466a039a1764361c0c7f697a6fa668a21d05ceaeb8e44ec5a11d6468998adf2'
+sha512sums=('bb4dd3faa8e2ec945e61fb2006697b48a51da7ee510b6650a6ab09c8734a987bc33c9835bc710ca9a9395c088271939091be418efc6ca5130b426c2fbc4959a3'
 'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
   'AC8E115BF73E2D8D47FA9908E98E9B2D19C6C8BD'  # NIIBE Yutaka 
(GnuPG Release Key) 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libgpg-error/-/commit/55afff21c2091678fb3572fbe252c361c131a846

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libgpg-error/-/commit/55afff21c2091678fb3572fbe252c361c131a846
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pcsclite] Pushed new tag 2.2.0-2

2024-05-04 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 2.2.0-2 at Arch Linux / Packaging / Packages / 
pcsclite

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcsclite/-/tree/2.2.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/jwt-ui] Pushed new tag 1.1.0-1

2024-05-04 Thread @orhun


Orhun Parmaksız pushed new tag 1.1.0-1 at Arch Linux / Packaging / Packages / 
jwt-ui

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jwt-ui/-/tree/1.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/jwt-ui] Pushed new branch main

2024-05-04 Thread @orhun


Orhun Parmaksız pushed new branch main at Arch Linux / Packaging / Packages / 
jwt-ui

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jwt-ui/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xdg-desktop-portal-lxqt] Pushed new tag 1.0.2-1

2024-05-04 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.0.2-1 at Arch Linux / Packaging / Packages / 
xdg-desktop-portal-lxqt

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-lxqt/-/tree/1.0.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xdg-desktop-portal-lxqt][main] upgpkg: 1.0.2-1

2024-05-04 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
xdg-desktop-portal-lxqt


Commits:
2dacb873 by Chih-Hsuan Yen at 2024-05-04T16:27:23+08:00
upgpkg: 1.0.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,22 +1,22 @@
 pkgbase = xdg-desktop-portal-lxqt
-   pkgdesc = A backend implementation for xdg-desktop-portal using 
Qt/KF5/libfm-qt
-   pkgver = 1.0.1
+   pkgdesc = A backend implementation for xdg-desktop-portal using Qt/KDE 
Frameworks/libfm-qt
+   pkgver = 1.0.2
pkgrel = 1
url = https://github.com/lxqt/xdg-desktop-portal-lxqt
arch = x86_64
groups = lxqt
-   license = LGPL
+   license = LGPL-2.1-or-later
makedepends = cmake
depends = qt6-base
depends = kwindowsystem
depends = xdg-desktop-portal
depends = libfm-qt
provides = xdg-desktop-portal-impl
-   source = 
https://github.com/lxqt/xdg-desktop-portal-lxqt/releases/download/1.0.1/xdg-desktop-portal-lxqt-1.0.1.tar.xz
-   source = 
https://github.com/lxqt/xdg-desktop-portal-lxqt/releases/download/1.0.1/xdg-desktop-portal-lxqt-1.0.1.tar.xz.asc
+   source = 
https://github.com/lxqt/xdg-desktop-portal-lxqt/releases/download/1.0.2/xdg-desktop-portal-lxqt-1.0.2.tar.xz
+   source = 
https://github.com/lxqt/xdg-desktop-portal-lxqt/releases/download/1.0.2/xdg-desktop-portal-lxqt-1.0.2.tar.xz.asc
source = lxqt-portals.conf
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
812f092717e4d21246aa9ad85087384cde7b82917b9b73835d13a67049ee1616
+   sha256sums = 
f5ddcf868b0f7d2945193b4584e68610a9d2c72f02fbc4fd83c78fdbcfdb6130
sha256sums = SKIP
sha256sums = 
867b15caa72e2a85d2ef566cce9f35d8cdea9ed181fbb0290e5ab50e18a8d4aa
 


=
PKGBUILD
=
@@ -3,19 +3,21 @@
 # Contributor: Antonio Rojas 
 
 pkgname=xdg-desktop-portal-lxqt
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KDE 
Frameworks/libfm-qt'
 arch=(x86_64)
 groups=(lxqt)
 url='https://github.com/lxqt/xdg-desktop-portal-lxqt'
-license=(LGPL)
+# https://github.com/lxqt/xdg-desktop-portal-lxqt/blob/1.0.2/LICENSE
+# All C/C++ files include "any later"
+license=('LGPL-2.1-or-later')
 depends=(qt6-base kwindowsystem xdg-desktop-portal libfm-qt)
 makedepends=(cmake)
 provides=(xdg-desktop-portal-impl)
 
source=("https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 lxqt-portals.conf)
-sha256sums=('812f092717e4d21246aa9ad85087384cde7b82917b9b73835d13a67049ee1616'
+sha256sums=('f5ddcf868b0f7d2945193b4584e68610a9d2c72f02fbc4fd83c78fdbcfdb6130'
 'SKIP'
 '867b15caa72e2a85d2ef566cce9f35d8cdea9ed181fbb0290e5ab50e18a8d4aa')
 validpgpkeys=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-lxqt/-/commit/2dacb8737d38e962436e8ead258c16438e50ecd1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-lxqt/-/commit/2dacb8737d38e962436e8ead258c16438e50ecd1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-make] Pushed new tag 0.37.12-1

2024-05-04 Thread @orhun


Orhun Parmaksız pushed new tag 0.37.12-1 at Arch Linux / Packaging / Packages / 
cargo-make

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-make/-/tree/0.37.12-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-make][main] upgpkg: 0.37.12-1: upstream release

2024-05-04 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-make


Commits:
ac0dc65f by Orhun Parmaksız at 2024-05-04T11:09:09+03:00
upgpkg: 0.37.12-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-make
pkgdesc = Rust task runner and build tool
-   pkgver = 0.37.11
+   pkgver = 0.37.12
pkgrel = 1
url = https://github.com/sagiegurari/cargo-make
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cargo-make
depends = openssl
depends = bzip2
options = !lto
-   source = 
cargo-make-0.37.11.tar.gz::https://github.com/sagiegurari/cargo-make/archive/0.37.11.tar.gz
-   sha256sums = 
c4f36ed50ee2f6786a29c20567a70aedca5e0e101a7388f44de1ba5445f3ec3e
+   source = 
cargo-make-0.37.12.tar.gz::https://github.com/sagiegurari/cargo-make/archive/0.37.12.tar.gz
+   sha256sums = 
5ae62755b738fbab8e1247973d0ae3499fc05b8087d8ba14f9a3ac52c5ebbf1d
 
 pkgname = cargo-make


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=cargo-make
-pkgver=0.37.11
+pkgver=0.37.12
 pkgrel=1
 pkgdesc='Rust task runner and build tool'
 arch=('x86_64')
@@ -10,7 +10,7 @@ url='https://github.com/sagiegurari/cargo-make'
 license=('Apache-2.0')
 depends=('cargo' 'gcc-libs' 'openssl' 'bzip2')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('c4f36ed50ee2f6786a29c20567a70aedca5e0e101a7388f44de1ba5445f3ec3e')
+sha256sums=('5ae62755b738fbab8e1247973d0ae3499fc05b8087d8ba14f9a3ac52c5ebbf1d')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-make/-/commit/ac0dc65fc1086f95dbb0f957126a413299fe27f0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-make/-/commit/ac0dc65fc1086f95dbb0f957126a413299fe27f0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qtkeychain][main] upgpkg: 0.14.3-1: Update to 0.14.3

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


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


Commits:
c1c9a0d3 by Antonio Rojas at 2024-05-04T10:06:41+02:00
upgpkg: 0.14.3-1: Update to 0.14.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,13 @@
 pkgbase = qtkeychain
pkgdesc = Provides support for secure credentials storage
-   pkgver = 0.14.2
+   pkgver = 0.14.3
pkgrel = 1
url = https://github.com/frankosterfeld/qtkeychain
arch = x86_64
license = BSD
makedepends = clang
makedepends = cmake
+   makedepends = git
makedepends = qt5-tools
makedepends = qt6-declarative
makedepends = qt6-tools
@@ -14,8 +15,8 @@ pkgbase = qtkeychain
depends = glib2
depends = glibc
depends = org.freedesktop.secrets
-   source = 
https://github.com/frankosterfeld/qtkeychain/archive/0.14.2/qtkeychain-0.14.2.tar.gz
-   sha256sums = 
cf2e972b783ba66334a79a30f6b3a1ea794a1dc574d6c3bebae5ffd2f0399571
+   source = git+https://github.com/frankosterfeld/qtkeychain#tag=0.14.3
+   sha256sums = 
81ebbe5c9635ea144bf1f4ed47daedaaa61548fee801e487aeceec4a0c66d4f1
 
 pkgname = qtkeychain-qt5
depends = gcc-libs


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgbase=qtkeychain
 pkgname=(qtkeychain-qt5
  qtkeychain-qt6)
-pkgver=0.14.2
+pkgver=0.14.3
 pkgrel=1
 pkgdesc='Provides support for secure credentials storage'
 arch=(x86_64)
@@ -17,18 +17,19 @@ depends=(gcc-libs
  org.freedesktop.secrets)
 makedepends=(clang
  cmake
+ git
  qt5-tools
  qt6-declarative
  qt6-tools)
-source=(https://github.com/frankosterfeld/qtkeychain/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('cf2e972b783ba66334a79a30f6b3a1ea794a1dc574d6c3bebae5ffd2f0399571')
+source=(git+https://github.com/frankosterfeld/qtkeychain#tag=$pkgver)
+sha256sums=('81ebbe5c9635ea144bf1f4ed47daedaaa61548fee801e487aeceec4a0c66d4f1')
 
 build() {
-  cmake -B build-qt5 -S $pkgbase-$pkgver \
+  cmake -B build-qt5 -S $pkgbase \
 -DCMAKE_INSTALL_PREFIX=/usr
   cmake --build build-qt5
 
-  cmake -B build-qt6 -S $pkgbase-$pkgver \
+  cmake -B build-qt6 -S $pkgbase \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_WITH_QT6=ON
   cmake --build build-qt6
@@ -42,7 +43,7 @@ package_qtkeychain-qt5() {
   replaces=(qtkeychain)
 
   DESTDIR="$pkgdir" cmake --install build-qt5
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $pkgbase/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_qtkeychain-qt6() {
@@ -50,5 +51,5 @@ package_qtkeychain-qt6() {
   optdepends=('kwallet: kwallet backend')
 
   DESTDIR="$pkgdir" cmake --install build-qt6
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $pkgbase/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qtkeychain/-/commit/c1c9a0d33771823fcbecc687435a485a576f74ac

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qtkeychain/-/commit/c1c9a0d33771823fcbecc687435a485a576f74ac
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qtkeychain] Pushed new tag 0.14.3-1

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


Antonio Rojas pushed new tag 0.14.3-1 at Arch Linux / Packaging / Packages / 
qtkeychain

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qtkeychain/-/tree/0.14.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/netscanner][main] upgpkg: 0.4.5-1: upstream release

2024-05-04 Thread @orhun


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


Commits:
a13a9e54 by Orhun Parmaksız at 2024-05-04T11:05:35+03:00
upgpkg: 0.4.5-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = netscanner
pkgdesc = Network scanner
-   pkgver = 0.4.4
-   pkgrel = 2
+   pkgver = 0.4.5
+   pkgrel = 1
url = https://github.com/Chleba/netscanner
arch = x86_64
license = GPL3
makedepends = cargo
depends = gcc-libs
depends = iw
-   source = 
netscanner-0.4.4.tar.gz::https://github.com/Chleba/netscanner/archive/v0.4.4.tar.gz
-   sha512sums = 
03e72d38d303626edbdcdd640deaf8a19638716cb3e7d45735e77f4b09f93d4a5333bc152a256bd2e1a95615e853463707ad1157c8182b972a1b79e39bd0c09b
+   source = 
netscanner-0.4.5.tar.gz::https://github.com/Chleba/netscanner/archive/v0.4.5.tar.gz
+   sha512sums = 
5d5998f2fe7c58d1a02c4c35ad10de6f3a0d85a2b5e6127a0105386ecb5d5e70cfae44c18fa7547757f7e0c17d8b8c8ceaed70b2e81264858eb4a1316de4ce77
 
 pkgname = netscanner


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=netscanner
-pkgver=0.4.4
-pkgrel=2
+pkgver=0.4.5
+pkgrel=1
 pkgdesc="Network scanner"
 arch=('x86_64')
 url="https://github.com/Chleba/netscanner;
@@ -10,7 +10,7 @@ license=('GPL3')
 depends=('gcc-libs' 'iw')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('03e72d38d303626edbdcdd640deaf8a19638716cb3e7d45735e77f4b09f93d4a5333bc152a256bd2e1a95615e853463707ad1157c8182b972a1b79e39bd0c09b')
+sha512sums=('5d5998f2fe7c58d1a02c4c35ad10de6f3a0d85a2b5e6127a0105386ecb5d5e70cfae44c18fa7547757f7e0c17d8b8c8ceaed70b2e81264858eb4a1316de4ce77')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netscanner/-/commit/a13a9e5454e5f7c3df8c85605230151909db4614

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netscanner/-/commit/a13a9e5454e5f7c3df8c85605230151909db4614
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/netscanner] Pushed new tag 0.4.5-1

2024-05-04 Thread @orhun


Orhun Parmaksız pushed new tag 0.4.5-1 at Arch Linux / Packaging / Packages / 
netscanner

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netscanner/-/tree/0.4.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


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


Commits:
ad158660 by Caleb Maclennan at 2024-05-04T10:42:10+03:00
upgpkg: 0.4.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ruff
pkgdesc = An extremely fast Python linter, written in Rust
-   pkgver = 0.4.2
-   pkgrel = 2
+   pkgver = 0.4.3
+   pkgrel = 1
url = https://github.com/astral-sh/ruff
arch = x86_64
license = MIT
@@ -11,9 +11,9 @@ pkgbase = ruff
depends = gcc-libs
depends = glibc
options = !lto
-   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.2/ruff-0.4.2.tar.gz
-   sha512sums = 
15db74fa0449d9cc3071f6f5f3e67bf57fca5eb6c02b64f4ae99c3ea37b884b9f19e506473e8d882952b4111510c051cb2b2e8527ee74b439a68e7d8552ad76b
-   b2sums = 
0b1de1aa02a0395ae5cbc34acbff2f7200beac4d067bf189f0c258aee6d78f565edb63a85d1aeb5e96feb1ca3ba3ce81bcbfd8069d29900edccc9264d2bd5f21
+   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.3/ruff-0.4.3.tar.gz
+   sha512sums = 
168bb97cf38d37a7c7fd3588d3a2d95f6913efa4158e0356b718f72a9022dd762c1e0661a3e535976ec58dc358c5bedb731ed9941d533fc021b48da3efbf955a
+   b2sums = 
63b710afe20715388ab24c86adb8628395610ce6146bd7ff59021a2497e3c2e8a6901d510619a892a47245b12cffbfe07de2a7e2e836236baf6b9b51a46f589a
 
 pkgname = ruff
 


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 
 pkgbase=ruff
 pkgname=($pkgbase python-$pkgbase)
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
 pkgdesc='An extremely fast Python linter, written in Rust'
 arch=(x86_64)
 url="https://github.com/astral-sh/$pkgbase;
@@ -23,8 +23,8 @@ makedepends=(
 options=(!lto)
 _archive="$pkgbase-$pkgver"
 source=($url/archive/refs/tags/v$pkgver/$_archive.tar.gz)
-sha512sums=('15db74fa0449d9cc3071f6f5f3e67bf57fca5eb6c02b64f4ae99c3ea37b884b9f19e506473e8d882952b4111510c051cb2b2e8527ee74b439a68e7d8552ad76b')
-b2sums=('0b1de1aa02a0395ae5cbc34acbff2f7200beac4d067bf189f0c258aee6d78f565edb63a85d1aeb5e96feb1ca3ba3ce81bcbfd8069d29900edccc9264d2bd5f21')
+sha512sums=('168bb97cf38d37a7c7fd3588d3a2d95f6913efa4158e0356b718f72a9022dd762c1e0661a3e535976ec58dc358c5bedb731ed9941d533fc021b48da3efbf955a')
+b2sums=('63b710afe20715388ab24c86adb8628395610ce6146bd7ff59021a2497e3c2e8a6901d510619a892a47245b12cffbfe07de2a7e2e836236baf6b9b51a46f589a')
 
 prepare() {
   cd "$_archive"



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruff/-/commit/ad1586603328dbd7a06e06d489391ddb1baf4e1f
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruff/-/tree/0.4.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-apitrace][main] Remove PYTHON_EXECUTABLE variable

2024-05-04 Thread @lahwaacz


Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-apitrace


Commits:
c1138a24 by Jakub Klinkovský at 2024-05-04T09:33:15+02:00
Remove PYTHON_EXECUTABLE variable

It is not used by the projects CMake files (and Python 2 is dead).

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -28,7 +28,7 @@ build() {
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr 
-DPYTHON_EXECUTABLE='/usr/bin/python2.7' \
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_SUFFIX=32 -DENABLE_GUI="no"
   make -C build
 }



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-apitrace/-/commit/c1138a24c7022c1add520025b86304687628ced0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/monaspace-font] Pushed new tag 1.100-1

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


Caleb Maclennan pushed new tag 1.100-1 at Arch Linux / Packaging / Packages / 
monaspace-font

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/monaspace-font/-/tree/1.100-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/monaspace-font][main] upgpkg: 1.100-1

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


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


Commits:
71933452 by Caleb Maclennan at 2024-05-04T10:16:55+03:00
upgpkg: 1.100-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = monaspace-font
pkgdesc = An innovative superfamily of fonts for code, by GitHub
-   pkgver = 1.000
-   pkgrel = 2
+   pkgver = 1.100
+   pkgrel = 1
url = https://github.com/githubnext/monaspace
arch = any
license = OFL
-   source = 
https://github.com/githubnext/monaspace/releases/download/v1.000/monaspace-v1.000.zip
-   sha256sums = 
3e08376fd0aeca1f851fde0c08e18ca2d797f6a4c7a449670bf4d1270303c8f6
+   source = 
https://github.com/githubnext/monaspace/releases/download/v1.100/monaspace-v1.100.zip
+   sha256sums = 
c8f7e1a497cc128181d399b259b51e6fe332f7d0fed1fbb49bb05076a7753a9f
 
 pkgname = otf-monaspace
provides = monaspace-font


=
PKGBUILD
=
@@ -4,15 +4,15 @@
 _name=monaspace
 pkgbase=$_name-font
 pkgname=(otf-$_name ttf-$_name-variable)
-pkgver=1.000
-pkgrel=2
+pkgver=1.100
+pkgrel=1
 pkgdesc='An innovative superfamily of fonts for code, by GitHub'
 arch=(any)
 url="https://github.com/githubnext/$_name;
 license=(OFL)
 _archive="$_name-v$pkgver"
 source=("$url/releases/download/v$pkgver/$_archive.zip")
-sha256sums=('3e08376fd0aeca1f851fde0c08e18ca2d797f6a4c7a449670bf4d1270303c8f6')
+sha256sums=('c8f7e1a497cc128181d399b259b51e6fe332f7d0fed1fbb49bb05076a7753a9f')
 
 package_otf-monaspace() {
provides=("$pkgbase")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/monaspace-font/-/commit/71933452df31f65ba577843f9e08460369c1f041

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/monaspace-font/-/commit/71933452df31f65ba577843f9e08460369c1f041
You're receiving this email because of your account on gitlab.archlinux.org.




<    1   2   3