[Git][archlinux/packaging/packages/qxmpp] Pushed new tag 1.5.6-1

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


Antonio Rojas pushed new tag 1.5.6-1 at Arch Linux / Packaging / Packages / 
qxmpp

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




[Git][archlinux/packaging/packages/qxmpp][main] upgpkg: 1.5.6-1: Update to 1.5.6

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


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


Commits:
c37470db by Antonio Rojas at 2024-02-05T08:33:06+01:00
upgpkg: 1.5.6-1: Update to 1.5.6

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,34 @@
+pkgbase = qxmpp
+   pkgdesc = Cross-platform C++ XMPP client and server library
+   pkgver = 1.5.6
+   pkgrel = 1
+   url = https://github.com/qxmpp-project/qxmpp
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = cmake
+   makedepends = libomemo-c
+   makedepends = qca-qt5
+   makedepends = qca-qt6
+   depends = gcc-libs
+   depends = glib2
+   depends = glibc
+   depends = gstreamer
+   optdepends = libomemo-c: OMEMO support
+   source = 
https://github.com/qxmpp-project/qxmpp/archive/v1.5.6/qxmpp-1.5.6.tar.gz
+   sha256sums = 
5af37cfbe878284e12babf4cd5f07109198e7e3dd3f1f78dc3eef351b6614a48
+
+pkgname = qxmpp-qt5
+   depends = gcc-libs
+   depends = glib2
+   depends = glibc
+   depends = gstreamer
+   depends = qt5-base
+   depends = qca-qt5
+
+pkgname = qxmpp-qt6
+   depends = gcc-libs
+   depends = glib2
+   depends = glibc
+   depends = gstreamer
+   depends = qt6-base
+   depends = qca-qt6


=
PKGBUILD
=
@@ -5,18 +5,25 @@
 # Contributor: Timothée Ravier 
 
 pkgbase=qxmpp
-pkgname=(qxmpp-qt5 qxmpp-qt6)
-pkgver=1.5.5
+pkgname=(qxmpp-qt5
+ qxmpp-qt6)
+pkgver=1.5.6
 pkgrel=1
 pkgdesc='Cross-platform C++ XMPP client and server library'
 arch=(x86_64)
 url='https://github.com/qxmpp-project/qxmpp'
-license=(LGPL2.1)
-depends=(gstreamer)
-makedepends=(cmake qca-qt5 qca-qt6 libomemo-c)
+license=(LGPL-2.1-or-later)
+depends=(gcc-libs
+ glib2
+ glibc
+ gstreamer)
+makedepends=(cmake
+ libomemo-c
+ qca-qt5
+ qca-qt6)
 optdepends=('libomemo-c: OMEMO support')
 
source=(https://github.com/qxmpp-project/qxmpp/archive/v$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('b25fba89432c4fd72489d1844f683bfbf4e5aa4cfcfda7a982d6019f8e4529f8')
+sha256sums=('5af37cfbe878284e12babf4cd5f07109198e7e3dd3f1f78dc3eef351b6614a48')
 
 build() {
   cmake -B build5 -S $pkgbase-$pkgver \
@@ -39,11 +46,13 @@ build() {
 }
 
 package_qxmpp-qt5() {
-  depends+=(qca-qt5)
+  depends+=(qt5-base
+qca-qt5)
   DESTDIR="$pkgdir" cmake --install build5
 }
 
 package_qxmpp-qt6() {
-  depends+=(qca-qt6)
+  depends+=(qt6-base
+qca-qt6)
   DESTDIR="$pkgdir" cmake --install build6
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qxmpp/-/commit/c37470db08f63865dd60c987768bf3870427c58f

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




[Git][archlinux/packaging/packages/libxvmc] Pushed new tag 1.0.14-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.0.14-1 at Arch Linux / Packaging / Packages / 
libxvmc

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




[Git][archlinux/packaging/packages/libxkbfile][main] upgpkg: 1.1.3-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libxkbfile


Commits:
38532abf by Andreas Radke at 2024-02-05T07:47:17+01:00
upgpkg: 1.1.3-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = libxkbfile
+   pkgdesc = X11 keyboard file manipulation library
+   pkgver = 1.1.3
+   pkgrel = 1
+   url = https://gitlab.freedesktop.org/xorg/lib/libxkbfile
+   arch = x86_64
+   license = LicenseRef-libxkbfile
+   makedepends = xorg-util-macros
+   makedepends = meson
+   depends = libx11
+   depends = xorgproto
+   depends = glibc
+   source = 
https://xorg.freedesktop.org/releases/individual/lib/libxkbfile-1.1.3.tar.xz
+   source = 
https://xorg.freedesktop.org/releases/individual/lib/libxkbfile-1.1.3.tar.xz.sig
+   validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
+   sha512sums = 
d80ac41f6fa3a1ffad77ea1f8f9d9542f0bd210d74b263802bc6e6c1594fe325b27f42b5454aeeb36352518963b1ed1fdbbad95d7db3690b2e36d54742b7c236
+   sha512sums = SKIP
+
+pkgname = libxkbfile


=
PKGBUILD
=
@@ -2,30 +2,32 @@
 # Contributor: Jan de Groot 
 
 pkgname=libxkbfile
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="X11 keyboard file manipulation library"
 arch=('x86_64')
-license=('custom')
-url="https://xorg.freedesktop.org/;
-depends=('libx11')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha512sums=('0639fad7b64b36a85f8d24cdd40085e0ec18d7a671793b8b5c26449e9cc5a84c37117e7757fb1238ac353044935dd00013e42166de5af9dec428e873a47e598d'
+license=('LicenseRef-libxkbfile')
+url="https://gitlab.freedesktop.org/xorg/lib/libxkbfile;
+depends=('libx11' 'xorgproto' 'glibc')
+makedepends=('xorg-util-macros' 'meson')
+source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha512sums=('d80ac41f6fa3a1ffad77ea1f8f9d9542f0bd210d74b263802bc6e6c1594fe325b27f42b5454aeeb36352518963b1ed1fdbbad95d7db3690b2e36d54742b7c236'
 'SKIP')
-#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

-validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

+#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

 
 build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
-  make
+  arch-meson $pkgname-$pkgver build
+  # Print config
+  meson configure build
+  ninja -C build
 }
 
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+check() {
+  meson test -C build
+}
 
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 
$pkgname-$pkgver/COPYING
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxkbfile/-/commit/38532abf017e2799cc42730e0cbebe83614830d2

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




[Git][archlinux/packaging/packages/libxkbfile] Pushed new tag 1.1.3-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.1.3-1 at Arch Linux / Packaging / Packages / 
libxkbfile

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




[Git][archlinux/packaging/packages/libxext] Pushed new tag 1.3.6-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.3.6-1 at Arch Linux / Packaging / Packages / 
libxext

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




[Git][archlinux/packaging/packages/libxext][main] upgpkg: 1.3.6-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libxext


Commits:
02e51d40 by Andreas Radke at 2024-02-05T07:31:33+01:00
upgpkg: 1.3.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = libxext
+   pkgdesc = X11 miscellaneous extensions library
+   pkgver = 1.3.6
+   pkgrel = 1
+   url = https://gitlab.freedesktop.org/xorg/lib/libxext
+   arch = x86_64
+   license = LicenseRef-libxext
+   makedepends = xorg-util-macros
+   depends = libx11
+   depends = glibc
+   depends = xorgproto
+   source = 
https://xorg.freedesktop.org/releases/individual/lib/libXext-1.3.6.tar.xz
+   source = 
https://xorg.freedesktop.org/releases/individual/lib/libXext-1.3.6.tar.xz.sig
+   validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
+   validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
+   sha512sums = 
fd7693b5698cc4f5e80002a2cd4bd88e5d52c755c19a0417ee73029bd65f9d77b0969e765a1febc4d8fce1ba5dfb7278717f47be742e33d8fc5eb941e769792e
+   sha512sums = SKIP
+
+pkgname = libxext


=
PKGBUILD
=
@@ -2,16 +2,16 @@
 # Contributor: Jan de Groot 
 
 pkgname=libxext
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc="X11 miscellaneous extensions library"
 arch=('x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros' 'xorgproto')
-source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.xz{,.sig})
-sha512sums=('fd9805982dabfb14b1526c0cb71f94508003fa3fcd60560d387465afd891c1dca61927ae86278436d53f4b840cacd1f412071fdc3dce1d6f730610a9c163d59b'
+url="https://gitlab.freedesktop.org/xorg/lib/libxext;
+license=('LicenseRef-libxext')
+depends=('libx11' 'glibc' 'xorgproto')
+makedepends=('xorg-util-macros')
+source=(https://xorg.freedesktop.org/releases/individual/lib/libXext-${pkgver}.tar.xz{,.sig})
+sha512sums=('fd7693b5698cc4f5e80002a2cd4bd88e5d52c755c19a0417ee73029bd65f9d77b0969e765a1febc4d8fce1ba5dfb7278717f47be742e33d8fc5eb941e769792e'
 'SKIP')
 validpgpkeys+=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxext/-/commit/02e51d40a74093ee3cb2f2c946ca8cbb16c03869

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




[Git][archlinux/packaging/packages/libpciaccess][main] use FDO gitlab url

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libpciaccess


Commits:
caa121e4 by Andreas Radke at 2024-02-05T07:27:30+01:00
use FDO gitlab url

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -8,10 +8,10 @@ pkgrel=1
 pkgdesc="X11 PCI access library"
 arch=(x86_64)
 license=('LicenseRef-libpciaccess')
-url="https://xorg.freedesktop.org/;
+url="https://gitlab.freedesktop.org/xorg/lib/libpciaccess;
 depends=('glibc' 'zlib')
 makedepends=('xorg-util-macros' 'meson')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
+source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
 
sha512sums=('54dff9a493344586d072edf8c8eb8f7960c7dfd64aa5c51a8ec8d4e341f703fd39eb606ee41c4fdd9d5aad3372b7efe6e0fe96eadc575ea91de276320ebc3fbd'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpciaccess/-/commit/caa121e486b9a376fff1998246451b4c7d3977c8

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




[Git][archlinux/packaging/packages/libpciaccess][main] upgpkg: 0.18-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libpciaccess


Commits:
fe1ef5d5 by Andreas Radke at 2024-02-05T07:25:17+01:00
upgpkg: 0.18-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = libpciaccess
+   pkgdesc = X11 PCI access library
+   pkgver = 0.18
+   pkgrel = 1
+   url = https://xorg.freedesktop.org/
+   arch = x86_64
+   license = LicenseRef-libpciaccess
+   makedepends = xorg-util-macros
+   makedepends = meson
+   depends = glibc
+   depends = zlib
+   source = 
https://xorg.freedesktop.org//releases/individual/lib/libpciaccess-0.18.tar.xz
+   source = 
https://xorg.freedesktop.org//releases/individual/lib/libpciaccess-0.18.tar.xz.sig
+   validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
+   sha512sums = 
54dff9a493344586d072edf8c8eb8f7960c7dfd64aa5c51a8ec8d4e341f703fd39eb606ee41c4fdd9d5aad3372b7efe6e0fe96eadc575ea91de276320ebc3fbd
+   sha512sums = SKIP
+
+pkgname = libpciaccess


=
PKGBUILD
=
@@ -3,16 +3,16 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=libpciaccess
-pkgver=0.17
+pkgver=0.18
 pkgrel=1
 pkgdesc="X11 PCI access library"
 arch=(x86_64)
-license=('custom')
+license=('LicenseRef-libpciaccess')
 url="https://xorg.freedesktop.org/;
 depends=('glibc' 'zlib')
 makedepends=('xorg-util-macros' 'meson')
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha512sums=('8484605c66ef18c8d8a3e029a6d33e26fcaa450c1263790d89ac8b0a160ffb2dfceaa6140ac9ad7d8087283ecbec8ac801f757e44890d547c3cbecd2c922ca47'
+sha512sums=('54dff9a493344586d072edf8c8eb8f7960c7dfd64aa5c51a8ec8d4e341f703fd39eb606ee41c4fdd9d5aad3372b7efe6e0fe96eadc575ea91de276320ebc3fbd'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 #validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # "Emil Velikov 
" 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpciaccess/-/commit/fe1ef5d5b1c3921f89dbbf88a00c6ac824f1ec9b

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




[Git][archlinux/packaging/packages/libpciaccess] Pushed new tag 0.18-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.18-1 at Arch Linux / Packaging / Packages / 
libpciaccess

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




[Git][archlinux/packaging/packages/libgsf][main] 1.14.52-1

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


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


Commits:
ded9332f by Jan Alexander Steffens (heftig) at 2024-02-05T03:56:25+01:00
1.14.52-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = libgsf
pkgdesc = Extensible I/O abstraction library for dealing with 
structured file formats
-   pkgver = 1.14.51
+   pkgver = 1.14.52
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libgsf
arch = x86_64
-   license = GPL
-   license = LGPL
+   license = LGPL-2.1-only
checkdepends = perl-xml-parser
checkdepends = unzip
checkdepends = valgrind
@@ -17,7 +16,7 @@ pkgbase = libgsf
depends = gdk-pixbuf2
depends = libxml2
provides = libgsf-1.so
-   source = 
git+https://gitlab.gnome.org/GNOME/libgsf.git#commit=068a3a6da775c1a70fa43b2334b1b06afc2cf8ab
+   source = 
git+https://gitlab.gnome.org/GNOME/libgsf.git#commit=ea9d8cd1369661bf62d0476474700a9e0887c812
b2sums = SKIP
 
 pkgname = libgsf


=
PKGBUILD
=
@@ -3,15 +3,12 @@
 # Contributor: Sarah Hay 
 
 pkgname=libgsf
-pkgver=1.14.51
+pkgver=1.14.52
 pkgrel=1
 pkgdesc="Extensible I/O abstraction library for dealing with structured file 
formats"
 url="https://gitlab.gnome.org/GNOME/libgsf;
 arch=(x86_64)
-license=(
-  GPL
-  LGPL
-)
+license=(LGPL-2.1-only)
 depends=(
   bzip2
   gdk-pixbuf2
@@ -29,7 +26,7 @@ checkdepends=(
   valgrind
 )
 provides=(libgsf-1.so)
-_commit=068a3a6da775c1a70fa43b2334b1b06afc2cf8ab  # tags/LIBGSF_1_14_51^0
+_commit=ea9d8cd1369661bf62d0476474700a9e0887c812  # tags/LIBGSF_1_14_52^0
 source=("git+https://gitlab.gnome.org/GNOME/libgsf.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgsf/-/commit/ded9332f327a143d13a09eec3537a52840b4d56f

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




[Git][archlinux/packaging/packages/libgsf] Pushed new tag 1.14.52-1

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


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

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




[Git][archlinux/packaging/packages/oha][main] upgpkg: 1.3.0-1

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


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


Commits:
82ad408f by Sven-Hendrik Haase at 2024-02-05T01:58:31+01:00
upgpkg: 1.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = oha
pkgdesc = Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey 
with tui animation
-   pkgver = 1.2.0
+   pkgver = 1.3.0
pkgrel = 1
url = https://github.com/hatoo/oha
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = oha
depends = gcc-libs
depends = glibc
options = !lto
-   source = 
oha-1.2.0.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v1.2.0.tar.gz
-   sha512sums = 
f193c8846df96da1f05ccd1cfc8100d8530f805200974cb85c8c002e6ea980301f55c32b078b1bbd0dff0240c96504f1378698a39ea68a3de5b63f166ee1c379
+   source = 
oha-1.3.0.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v1.3.0.tar.gz
+   sha512sums = 
88f886992e78a8c22051a374825c29653c67422ac8975dc5e8abfaa7f655698db712763ef3b1124544f75bedd3485e97517577847139e7c093f9485c6382
 
 pkgname = oha


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=oha
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui 
animation"
 arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('openssl' 'gcc-libs' 'glibc')
 makedepends=('rust')
 options=('!lto')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v${pkgver}.tar.gz)
-sha512sums=('f193c8846df96da1f05ccd1cfc8100d8530f805200974cb85c8c002e6ea980301f55c32b078b1bbd0dff0240c96504f1378698a39ea68a3de5b63f166ee1c379')
+sha512sums=('88f886992e78a8c22051a374825c29653c67422ac8975dc5e8abfaa7f655698db712763ef3b1124544f75bedd3485e97517577847139e7c093f9485c6382')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/oha/-/commit/82ad408fe04c98579b808c5864903b19c4a62e10

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




[Git][archlinux/packaging/packages/oha] Pushed new tag 1.3.0-1

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


Sven-Hendrik Haase pushed new tag 1.3.0-1 at Arch Linux / Packaging / Packages 
/ oha

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




[Git][archlinux/packaging/packages/csfml][main] upgpkg: 2.6.0-1

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


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


Commits:
d9569dbc by Sven-Hendrik Haase at 2024-02-05T01:20:25+01:00
upgpkg: 2.6.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = csfml
+   pkgdesc = C bindings for sfml
+   pkgver = 2.6.0
+   pkgrel = 1
+   url = http://www.sfml-dev.org/
+   arch = x86_64
+   license = custom:zlib
+   makedepends = cmake
+   makedepends = doxygen
+   makedepends = ninja
+   depends = sfml
+   source = 
csfml-2.6.0.tar.gz::https://github.com/SFML/CSFML/archive/2.6.0.tar.gz
+   sha512sums = 
d4d00349cbfa47a39be13ff02ae473e3dcd3100c4d9456c491a539e1dca6aabcaa3d80056d282b4a24c8344ee1e0b1802e916d7af21384916ee2b71f7756286f
+
+pkgname = csfml


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=csfml
-pkgver=2.5.2
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='C bindings for sfml'
 arch=('x86_64')
@@ -9,7 +9,7 @@ license=('custom:zlib')
 depends=("sfml")
 makedepends=('cmake' 'doxygen' 'ninja')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/SFML/CSFML/archive/${pkgver}.tar.gz;)
-sha512sums=('d651b42e777647d748edf8d2cc40e6df9b0e3fe0f9af5f5c84e9d62ac5bdf6e7e0ff4bb037ee81b59e0bdec544ad05e3b503a4555f03bfa6292a80c6188c12dc')
+sha512sums=('d4d00349cbfa47a39be13ff02ae473e3dcd3100c4d9456c491a539e1dca6aabcaa3d80056d282b4a24c8344ee1e0b1802e916d7af21384916ee2b71f7756286f')
 
 build() {
   cd CSFML-*



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/csfml/-/commit/d9569dbc0250d7a072ff74c7269fabc8265180be

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




[Git][archlinux/packaging/packages/csfml] Pushed new tag 2.6.0-1

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


Sven-Hendrik Haase pushed new tag 2.6.0-1 at Arch Linux / Packaging / Packages 
/ csfml

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




[Git][archlinux/packaging/packages/sdl2][main] upgpkg: 2.30.0-1

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


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


Commits:
1db90b4d by Sven-Hendrik Haase at 2024-02-05T01:19:02+01:00
upgpkg: 2.30.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = sdl2
pkgdesc = A library for portable low-level access to a video 
framebuffer, audio output, mouse, and keyboard (Version 2)
-   pkgver = 2.28.5
+   pkgver = 2.30.0
pkgrel = 1
url = https://www.libsdl.org
arch = x86_64
@@ -34,10 +34,10 @@ pkgbase = sdl2
optdepends = jack: JACK audio driver
optdepends = pipewire: PipeWire audio driver
optdepends = libdecor: Wayland client decorations
-   source = 
https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5.tar.gz
-   source = 
https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5.tar.gz.sig
+   source = 
https://github.com/libsdl-org/SDL/releases/download/release-2.30.0/SDL2-2.30.0.tar.gz
+   source = 
https://github.com/libsdl-org/SDL/releases/download/release-2.30.0/SDL2-2.30.0.tar.gz.sig
validpgpkeys = 1528635D8053A57F77D1E08630A59377A7763BE6
-   sha512sums = 
12593eb78fcca877a8dfb78cf21a4e6feba7dc87c964de378ac462b36d8e41ecb587222cb41d5f56dd35b838e1b9867b8ae0cf2f4d2a01afaf23ac8c11edc84d
+   sha512sums = 
6eac264db52342d3af338745c5ee7c627982a661194686e06e0ea44d4eb38f88d0b451656edf3169334570ee484132e5a74ab9ed56f9de359728d48f93a0aafa
sha512sums = SKIP
 
 pkgname = sdl2


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2
-pkgver=2.28.5
+pkgver=2.30.0
 pkgrel=1
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=('alsa-lib: ALSA audio driver'
 'pipewire: PipeWire audio driver'
 'libdecor: Wayland client decorations')
 
source=("https://github.com/libsdl-org/SDL/releases/download/release-${pkgver}/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('12593eb78fcca877a8dfb78cf21a4e6feba7dc87c964de378ac462b36d8e41ecb587222cb41d5f56dd35b838e1b9867b8ae0cf2f4d2a01afaf23ac8c11edc84d'
+sha512sums=('6eac264db52342d3af338745c5ee7c627982a661194686e06e0ea44d4eb38f88d0b451656edf3169334570ee484132e5a74ab9ed56f9de359728d48f93a0aafa'
 'SKIP')
 validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
 



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

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




[Git][archlinux/packaging/packages/sdl2] Pushed new tag 2.30.0-1

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


Sven-Hendrik Haase pushed new tag 2.30.0-1 at Arch Linux / Packaging / Packages 
/ sdl2

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




[Git][archlinux/packaging/packages/oha][main] upgpkg: 1.2.0-1

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


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


Commits:
8f669a35 by Sven-Hendrik Haase at 2024-02-05T01:18:37+01:00
upgpkg: 1.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = oha
pkgdesc = Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey 
with tui animation
-   pkgver = 1.0.0
+   pkgver = 1.2.0
pkgrel = 1
url = https://github.com/hatoo/oha
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = oha
depends = gcc-libs
depends = glibc
options = !lto
-   source = 
oha-1.0.0.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v1.0.0.tar.gz
-   sha512sums = 
178c062cf16155e8d53c2417811f8de2f3c683745b9cbc5e289cb652324d3d9723a89e2e9d762f5b5be7e50e6d7d5be2ced344caa5670bf1b096494fea615c58
+   source = 
oha-1.2.0.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v1.2.0.tar.gz
+   sha512sums = 
f193c8846df96da1f05ccd1cfc8100d8530f805200974cb85c8c002e6ea980301f55c32b078b1bbd0dff0240c96504f1378698a39ea68a3de5b63f166ee1c379
 
 pkgname = oha


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=oha
-pkgver=1.0.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui 
animation"
 arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('openssl' 'gcc-libs' 'glibc')
 makedepends=('rust')
 options=('!lto')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v${pkgver}.tar.gz)
-sha512sums=('178c062cf16155e8d53c2417811f8de2f3c683745b9cbc5e289cb652324d3d9723a89e2e9d762f5b5be7e50e6d7d5be2ced344caa5670bf1b096494fea615c58')
+sha512sums=('f193c8846df96da1f05ccd1cfc8100d8530f805200974cb85c8c002e6ea980301f55c32b078b1bbd0dff0240c96504f1378698a39ea68a3de5b63f166ee1c379')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/oha/-/commit/8f669a35c93aed6d54adf2d014e40915da9dd172

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




[Git][archlinux/packaging/packages/oha] Pushed new tag 1.2.0-1

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


Sven-Hendrik Haase pushed new tag 1.2.0-1 at Arch Linux / Packaging / Packages 
/ oha

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




[Git][archlinux/packaging/packages/espup][main] upgpkg: 0.11.0-1

2024-02-04 Thread kpcyrd (@kpcyrd)


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


Commits:
7cd7e8da by kpcyrd at 2024-02-05T00:14:53+01:00
upgpkg: 0.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = espup
pkgdesc = Tool for installing and maintaining ESP Rust ecosystem
-   pkgver = 0.10.0
+   pkgver = 0.11.0
pkgrel = 1
url = https://github.com/esp-rs/espup
arch = x86_64
@@ -8,7 +8,9 @@ pkgbase = espup
license = Apache-2.0
makedepends = cargo
depends = curl
+   depends = gcc-libs
depends = git
+   depends = glibc
depends = ldproxy
depends = libbz2.so
depends = liblzma.so
@@ -17,8 +19,8 @@ pkgbase = espup
depends = python-pip
depends = udev
options = !lto
-   source = 
https://github.com/esp-rs/espup/archive/v0.10.0/espup-0.10.0.tar.gz
-   sha256sums = 
c01e31563a14b01736e475abd8834d6e9cef9d4683545d6d4b1580ec9572d0ca
-   b2sums = 
ecf2b10a72f664db49e584901ccacbff78e00a7b33a9ab9ae146d09ebb754d9dcd5e5ad79eae3d6348d1229f4ba09314195ed1c167d959d2d08a1baa89a275ce
+   source = 
https://github.com/esp-rs/espup/archive/v0.11.0/espup-0.11.0.tar.gz
+   sha256sums = 
54103c3e2f9f202ae65b3b5edad5919eb546dbaa927fc1ada7dcea5d4090bc85
+   b2sums = 
a19829f996967bbd5df29c2dba3e57373a1bd3f957bca3e0d1cb2bd4adf89c06c4b214c46505b4cf43cf81501825bc68bf1841e6a3f401ca4b8c806541a133ab
 
 pkgname = espup


=
PKGBUILD
=
@@ -1,18 +1,30 @@
 # Maintainer: kpcyrd 
 
 pkgname=espup
-pkgver=0.10.0
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="Tool for installing and maintaining ESP Rust ecosystem"
 url='https://github.com/esp-rs/espup'
 arch=('x86_64')
 license=('MIT' 'Apache-2.0')
-depends=('curl' 'git' 'ldproxy' 'libbz2.so' 'liblzma.so' 'pkg-config' 'python' 
'python-pip' 'udev')
+depends=(
+  'curl'
+  'gcc-libs'
+  'git'
+  'glibc'
+  'ldproxy'
+  'libbz2.so'
+  'liblzma.so'
+  'pkg-config'
+  'python'
+  'python-pip'
+  'udev'
+)
 makedepends=('cargo')
 options=(!lto)
 
source=(https://github.com/esp-rs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c01e31563a14b01736e475abd8834d6e9cef9d4683545d6d4b1580ec9572d0ca')
-b2sums=('ecf2b10a72f664db49e584901ccacbff78e00a7b33a9ab9ae146d09ebb754d9dcd5e5ad79eae3d6348d1229f4ba09314195ed1c167d959d2d08a1baa89a275ce')
+sha256sums=('54103c3e2f9f202ae65b3b5edad5919eb546dbaa927fc1ada7dcea5d4090bc85')
+b2sums=('a19829f996967bbd5df29c2dba3e57373a1bd3f957bca3e0d1cb2bd4adf89c06c4b214c46505b4cf43cf81501825bc68bf1841e6a3f401ca4b8c806541a133ab')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -34,6 +46,7 @@ package() {
   cd ${pkgname}-${pkgver}
   install -Dm 755 -t "${pkgdir}/usr/bin" \
 target/release/${pkgname}
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE-*
 }
 
 # vim: ts=2 sw=2 et:



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

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




[Git][archlinux/packaging/packages/espup] Pushed new tag 0.11.0-1

2024-02-04 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 0.11.0-1 at Arch Linux / Packaging / Packages / espup

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




[Git][archlinux/packaging/packages/loki][main] upgpkg: 2.9.4-1

2024-02-04 Thread Daurnimator (@daurnimator)


Daurnimator pushed to branch main at Arch Linux / Packaging / Packages / loki


Commits:
1bf645ad by Daurnimator at 2024-02-05T09:28:17+11:00
upgpkg: 2.9.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = loki
pkgdesc = like Prometheus, but for logs
-   pkgver = 2.9.3
+   pkgver = 2.9.4
pkgrel = 1
url = https://github.com/grafana/loki
arch = x86_64
@@ -10,14 +10,14 @@ pkgbase = loki
makedepends = systemd
depends = glibc
options = !lto
-   source = 
loki-2.9.3.tar.gz::https://github.com/grafana/loki/archive/v2.9.3.tar.gz
+   source = 
loki-2.9.4.tar.gz::https://github.com/grafana/loki/archive/v2.9.4.tar.gz
source = promtail.sysusers
source = promtail.service
source = promtail.tmpfiles
source = loki.sysusers
source = loki.service
source = loki.tmpfiles
-   sha512sums = 
dc534233a7b34742a9d568a629cb7bbefb3c7a2c3b5ba32efe2a2500690fec3c1a00544d379c8c0125d0f91fd3f5abe88ce68ef339638be543f98c1246ab939a
+   sha512sums = 
f599cfe8d722e47e3e5a1c6fa07c2b5f4d8b49a4f0aa2755875c7f5fec1f0787940446430dad26397d041e5571c9b3d2e61a1106a8eb9d56f2d4efe332c42d69
sha512sums = 
2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74
sha512sums = 
18011b135c7817f2542f7a93b607ee46e5d61625921c7dc6e46e1b29e31c67147653b215d8677fde21cdce3b577c479cebd2d85f47e4b8cbe4c30f8be5f910cd
sha512sums = 
598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=('loki' 'loki-canary' 'promtail' 'logcli')
-pkgver=2.9.3
+pkgver=2.9.4
 pkgrel=1
 pkgdesc='like Prometheus, but for logs'
 url='https://github.com/grafana/loki'
@@ -14,7 +14,7 @@ options=('!lto')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz
 promtail.sysusers promtail.service promtail.tmpfiles
 loki.sysusers loki.service loki.tmpfiles)
-sha512sums=('dc534233a7b34742a9d568a629cb7bbefb3c7a2c3b5ba32efe2a2500690fec3c1a00544d379c8c0125d0f91fd3f5abe88ce68ef339638be543f98c1246ab939a'
+sha512sums=('f599cfe8d722e47e3e5a1c6fa07c2b5f4d8b49a4f0aa2755875c7f5fec1f0787940446430dad26397d041e5571c9b3d2e61a1106a8eb9d56f2d4efe332c42d69'
 
'2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74'
 
'18011b135c7817f2542f7a93b607ee46e5d61625921c7dc6e46e1b29e31c67147653b215d8677fde21cdce3b577c479cebd2d85f47e4b8cbe4c30f8be5f910cd'
 
'598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788'



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

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




[Git][archlinux/packaging/packages/loki] Pushed new tag 2.9.4-1

2024-02-04 Thread Daurnimator (@daurnimator)


Daurnimator pushed new tag 2.9.4-1 at Arch Linux / Packaging / Packages / loki

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




[Git][archlinux/packaging/packages/openmpi] Pushed new tag 5.0.1-2

2024-02-04 Thread @lahwaacz


Jakub Klinkovský pushed new tag 5.0.1-2 at Arch Linux / Packaging / Packages / 
openmpi

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




[Git][archlinux/packaging/packages/corectrl] Pushed new tag 1.3.10-1

2024-02-04 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 1.3.10-1 at Arch Linux / Packaging / 
Packages / corectrl

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




[Git][archlinux/packaging/packages/corectrl][main] upgpkg: 1.3.10-1: new upstream release

2024-02-04 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ corectrl


Commits:
bd1b0b9f by Leonidas Spyropoulos at 2024-02-04T21:33:38+00:00
upgpkg: 1.3.10-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = corectrl
pkgdesc = Core control application
-   pkgver = 1.3.9
+   pkgver = 1.3.10
pkgrel = 1
url = https://gitlab.com/corectrl/corectrl
arch = x86_64
@@ -30,11 +30,11 @@ pkgbase = corectrl
optdepends = vulkan-tools: For vulkaninfo
optdepends = mesa-utils: For glxinfo
optdepends = util-linux: For lscpu
-   source = 
https://gitlab.com/corectrl/corectrl/-/archive/v1.3.9/corectrl-v1.3.9.tar.bz2
+   source = 
https://gitlab.com/corectrl/corectrl/-/archive/v1.3.10/corectrl-v1.3.10.tar.bz2
source = 0001-Migrate-to-catch2-v3.patch
-   sha256sums = 
16fa3eb36cd8dd3e9f541e117b752270cd6ac94d912bbda49732a1c89584d002
+   sha256sums = 
cefa6c18f6f4267f8edbab56e669773c90968385f4afddd83f59479a3c0b7470
sha256sums = 
66442a5870b65422232e4bcaca4de8212b1f53803b2da98e5737310865786e66
-   b2sums = 
cb9f04b14c4a3af2fd1ae683db333511f4fbf036b6cc85170f6a7b1e552e93bd5cfe6b6dcaa4593d0398677bf64191582364cea6e8ef53a698bc1edcbc41f52e
+   b2sums = 
0fb314a476e8a7cee672da031ea50ff7ed4e26dbdc0a579be2f39044b865a19a69e3b84e335cf432e85f640c58bc40c977f8fe2674be2349adde6d1a92c28beb
b2sums = 
56080519dbb141e71b8b91774be13573dfde8bbbf64dd7d630391e5adda566fd14596bbeaf62a29899b77212c06ec529a9183d82ef9c4e512e13e000915783d3
 
 pkgname = corectrl


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Sergey Kostyuchenko 
 
 pkgname=corectrl
-pkgver=1.3.9
+pkgver=1.3.10
 pkgrel=1
 _tag_head_commit=dd0b8ce1e43c30e014cbaf0590422132acc0ce31
 pkgdesc="Core control application"
@@ -20,9 +20,9 @@ optdepends=(
 )
 
source=("https://gitlab.com/corectrl/corectrl/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.bz2;
 "0001-Migrate-to-catch2-v3.patch")
-sha256sums=('16fa3eb36cd8dd3e9f541e117b752270cd6ac94d912bbda49732a1c89584d002'
+sha256sums=('cefa6c18f6f4267f8edbab56e669773c90968385f4afddd83f59479a3c0b7470'
 '66442a5870b65422232e4bcaca4de8212b1f53803b2da98e5737310865786e66')
-b2sums=('cb9f04b14c4a3af2fd1ae683db333511f4fbf036b6cc85170f6a7b1e552e93bd5cfe6b6dcaa4593d0398677bf64191582364cea6e8ef53a698bc1edcbc41f52e'
+b2sums=('0fb314a476e8a7cee672da031ea50ff7ed4e26dbdc0a579be2f39044b865a19a69e3b84e335cf432e85f640c58bc40c977f8fe2674be2349adde6d1a92c28beb'
 
'56080519dbb141e71b8b91774be13573dfde8bbbf64dd7d630391e5adda566fd14596bbeaf62a29899b77212c06ec529a9183d82ef9c4e512e13e000915783d3')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/corectrl/-/commit/bd1b0b9f19b87af502962712427c527ea89a5683

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




[Git][archlinux/packaging/packages/python-ytmusicapi] Pushed new tag 1.5.2-1

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


Antonio Rojas pushed new tag 1.5.2-1 at Arch Linux / Packaging / Packages / 
python-ytmusicapi

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




[Git][archlinux/packaging/packages/python-ytmusicapi][main] upgpkg: 1.5.2-1: Update to 1.5.2

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


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


Commits:
0f30fc69 by Antonio Rojas at 2024-02-04T21:41:26+01:00
upgpkg: 1.5.2-1: Update to 1.5.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music
-   pkgver = 1.5.1
+   pkgver = 1.5.2
pkgrel = 1
url = https://github.com/sigma67/ytmusicapi
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-ytmusicapi
makedepends = python-wheel
depends = python
depends = python-requests
-   source = 
https://files.pythonhosted.org/packages/source/y/ytmusicapi/ytmusicapi-1.5.1.tar.gz
-   sha256sums = 
3c9bf092a1142d880299c7e8d50a7f2c277337001798823011876939cf53395b
+   source = 
https://files.pythonhosted.org/packages/source/y/ytmusicapi/ytmusicapi-1.5.2.tar.gz
+   sha256sums = 
5c0049d2cf6b1c52ac0afe4076f4c22505606f02da20abbccfa0bef61b476cbd
 
 pkgname = python-ytmusicapi


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 _pyname=ytmusicapi
 pkgname=python-$_pyname
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc='Unofficial API for YouTube Music'
 arch=(any)
@@ -18,7 +18,7 @@ makedepends=(python-build
  python-sphinx
  python-wheel)
 
source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('3c9bf092a1142d880299c7e8d50a7f2c277337001798823011876939cf53395b')
+sha256sums=('5c0049d2cf6b1c52ac0afe4076f4c22505606f02da20abbccfa0bef61b476cbd')
 
 build() {
   cd $_pyname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ytmusicapi/-/commit/0f30fc696b3ddaa535d997bc08f33a14c1b96aa5

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




[Git][archlinux/packaging/packages/python-voluptuous][main] upgpkg: 0.14.2-1

2024-02-04 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-voluptuous


Commits:
a09645f5 by Felix Yan at 2024-02-04T22:30:40+02:00
upgpkg: 0.14.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-voluptuous
pkgdesc = A Python data validation library
-   pkgver = 0.14.1
+   pkgver = 0.14.2
pkgrel = 1
url = https://github.com/alecthomas/voluptuous
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-voluptuous
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
-   source = 
https://github.com/alecthomas/voluptuous/archive/refs/tags/0.14.1/python-voluptuous-0.14.1.tar.gz
-   sha512sums = 
20d8c242b36e71c4eec7d0d7b638596b4f3762c30f8f1e0a4c0b38a4463f0a4c51279168be35a2e11d4e75428487d447e5221878b61e5bab4ae0c5457120
+   source = 
https://github.com/alecthomas/voluptuous/archive/refs/tags/0.14.2/python-voluptuous-0.14.2.tar.gz
+   sha512sums = 
18a52c3d1feba1efda0cc91407b21938a7261ae9e7768e62ddc553c0cb9bf8ffa6448b39c476bc94a1aefb8f75b724da5ee2ffc8b6a729cb23accead7db40814
 
 pkgname = python-voluptuous


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-voluptuous
-pkgver=0.14.1
+pkgver=0.14.2
 pkgrel=1
 pkgdesc="A Python data validation library"
 url="https://github.com/alecthomas/voluptuous;
@@ -11,7 +11,7 @@ depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=(https://github.com/alecthomas/voluptuous/archive/refs/tags/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('20d8c242b36e71c4eec7d0d7b638596b4f3762c30f8f1e0a4c0b38a4463f0a4c51279168be35a2e11d4e75428487d447e5221878b61e5bab4ae0c5457120')
+sha512sums=('18a52c3d1feba1efda0cc91407b21938a7261ae9e7768e62ddc553c0cb9bf8ffa6448b39c476bc94a1aefb8f75b724da5ee2ffc8b6a729cb23accead7db40814')
 
 build() {
   cd voluptuous-$pkgver



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

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




[Git][archlinux/packaging/packages/python-voluptuous] Pushed new tag 0.14.2-1

2024-02-04 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.14.2-1 at Arch Linux / Packaging / Packages / 
python-voluptuous

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




[Git][archlinux/packaging/packages/xorg-xkbcomp][main] upgpkg: 1.4.7-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xorg-xkbcomp


Commits:
39015e72 by Andreas Radke at 2024-02-04T21:01:03+01:00
upgpkg: 1.4.7-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = xorg-xkbcomp
+   pkgdesc = X Keyboard description compiler
+   pkgver = 1.4.7
+   pkgrel = 1
+   url = https://gitlab.freedesktop.org/xorg/app/xkbcomp
+   arch = x86_64
+   groups = xorg-apps
+   groups = xorg
+   license = LicenseRef-xkbcomp
+   makedepends = xorg-util-macros
+   depends = libxkbfile
+   depends = libx11
+   depends = glibc
+   source = 
https://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.4.7.tar.xz
+   source = 
https://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.4.7.tar.xz.sig
+   validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
+   sha512sums = 
6f468dce9d2499ab1022f4288d46f66af149dac0a161fb5b9dc0c262bc70c2c3d254db2c6fb5df1e2793c822e2d55c6da5fd037ce523a555b7c3de23e35c49ef
+   sha512sums = SKIP
+
+pkgname = xorg-xkbcomp


=
PKGBUILD
=
@@ -2,17 +2,17 @@
 # Contributor: Jan de Groot 
 
 pkgname=xorg-xkbcomp
-pkgver=1.4.6
+pkgver=1.4.7
 pkgrel=1
 pkgdesc="X Keyboard description compiler"
 arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxkbfile')
+url="https://gitlab.freedesktop.org/xorg/app/xkbcomp;
+license=('LicenseRef-xkbcomp')
+depends=('libxkbfile' 'libx11' 'glibc')
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
-source=(${url}/archive/individual/app/xkbcomp-${pkgver}.tar.xz{,.sig})
-sha512sums=('90e69dd1c78c28f77a5acc7821b43afec1b9ac4895bc6f3462b4902baaadc26f3869da69e3bd023b4bc74adb5f1be0c43ca24b3dab37ac9a479c5622684baa81'
+source=(https://xorg.freedesktop.org/archive/individual/app/xkbcomp-${pkgver}.tar.xz{,.sig})
+sha512sums=('6f468dce9d2499ab1022f4288d46f66af149dac0a161fb5b9dc0c262bc70c2c3d254db2c6fb5df1e2793c822e2d55c6da5fd037ce523a555b7c3de23e35c49ef'
 'SKIP')
 #validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 #validpgpkeys+=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # "Daniel Stone 
"
@@ -28,7 +28,7 @@ build() {
 
 check() {
   cd xkbcomp-${pkgver}
-  make -k check
+  make check
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-xkbcomp/-/commit/39015e7253680666a14d270ce4d940035702517a

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




[Git][archlinux/packaging/packages/xorg-xkbcomp] Pushed new tag 1.4.7-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.4.7-1 at Arch Linux / Packaging / Packages / 
xorg-xkbcomp

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




[Git][archlinux/packaging/packages/python-openai] Pushed new tag 1.11.1-1

2024-02-04 Thread hashworks (@hashworks)


hashworks pushed new tag 1.11.1-1 at Arch Linux / Packaging / Packages / 
python-openai

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




[Git][archlinux/packaging/packages/python-openai][main] upgpkg: 1.11.1-1

2024-02-04 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
python-openai


Commits:
a5952b96 by Justin Kromlinger at 2024-02-04T20:51:18+01:00
upgpkg: 1.11.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-openai
pkgdesc = Python client library for the OpenAI API
-   pkgver = 1.11.0
+   pkgver = 1.11.1
pkgrel = 1
url = https://github.com/openai/openai-python
arch = any
@@ -28,7 +28,7 @@ pkgbase = python-openai
optdepends = python-matplotlib: embeddings
optdepends = python-plotly: embeddings
optdepends = python-scipy: embeddings
-   source = 
openai-python-1.11.0.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.11.0.tar.gz
-   sha256sums = 
6d90d22658977ceb3d052df48d846d26bb21583fcfecd84825219ea6dd53f3bc
+   source = 
openai-python-1.11.1.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.11.1.tar.gz
+   sha256sums = 
9e61d8286f231e6505e68720a11da0ddcc18b1cb1cf463fc3ff1a652e6febf02
 
 pkgname = python-openai


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-openai
 _name=openai-python
-pkgver=1.11.0
+pkgver=1.11.1
 pkgrel=1
 pkgdesc="Python client library for the OpenAI API"
 arch=('any')
@@ -24,7 +24,7 @@ optdepends=('python-numpy: Needed for CLI fine-tuning data 
preparation tool'
 'python-plotly: embeddings'
 'python-scipy: embeddings')
 
source=("${_name}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('6d90d22658977ceb3d052df48d846d26bb21583fcfecd84825219ea6dd53f3bc')
+sha256sums=('9e61d8286f231e6505e68720a11da0ddcc18b1cb1cf463fc3ff1a652e6febf02')
 
 build() {
   cd "${_name}-${pkgver}"



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

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




[Git][archlinux/packaging/packages/dracut][main] fix hibernation with systemd 255

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
dracut


Commits:
b45cc541 by Laszlo Gombos at 2024-02-04T17:12:43+01:00
fix hibernation with systemd 255

add new systemd-hibernate-resume.service

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -44,17 +44,20 @@ source=(
   
dracut-systemd-254-uki.patch::https://github.com/dracutdevs/dracut/commit/f32e95bcadbc5158843530407adc1e7b700561b1.patch
   
dracut-systemd-255-systemd-executor.patch::https://github.com/dracutdevs/dracut/pull/2535/commits/62fd8ebe4776dbb60ca04a865c2d160e45d65e91.patch
   dracut-systemd-255-pcrphase.patch
+  
dracut-systemd-255-hibernate-resume.patch::https://github.com/dracutdevs/dracut/pull/2527/commits/a2fe89116db4b286fbf515f26bd1773b5e6ee8ad.patch
 )
 sha512sums=('SKIP'
 
'dfbef5ee06fd0f7b51bfd3571eb284272d7694754eaf232cf1a14f3b2f95a67c87098fabf6d88068ef7e235e717bec26024a3b342c5dba940b8600799cef0791'
 
'8d232afccf84e24348c0e13d8eb34bcf670ca98a8e6a1e17cd4e861b8c036db1431ad8d8cb3942fb7645489d450dc2dbb91d54c18275796be26aae3ec53db557'
 
'9940448b4a83c9a837a916557b413b4523097554175420e554e039baa0395a387634bdf4486c212b930942a32e4f336b65e3d6624517b3e134b010a614fbcb41'
-
'1cdcff2b4ade4a227e55dce33457f6974cf1fd3352766d731b5e7a372239c211bd5c105e3fa46f48b6b2456d04471da9d1adfa12d99444802e4d06febbd4b38f')
+
'1cdcff2b4ade4a227e55dce33457f6974cf1fd3352766d731b5e7a372239c211bd5c105e3fa46f48b6b2456d04471da9d1adfa12d99444802e4d06febbd4b38f'
+
'bba154e13463fb759e1cfd5f461b2b4e786ad8c6f4cacacbd918e911efc7d5a5368300676d6e6d8e9b7b2f414886bb1e34daac9f0c73c1c441baf7918063')
 b2sums=('SKIP'
 
'6386d1caf4765974e6f9fffde43cacc20f55a1ed487f6dba9f6f15318dc6dc593ef01309679c8a7f1deffc5dd66138cde7c11d53a825396971d6be29a9388744'
 
'8adf7975e1edc37a9c4972243324a0ecc6f1eebc012a59dcc9a394e2f2f669650200fff4d87088dffd133b1531c7eaac390322ba9b18f826a804d61b6341908b'
 
'4ef34f747a0f0e446ae9429559ddfe5d3d2088b1071433bba131aed0fb553d44a6256016f8fccd891c3dd69f554af3fe98ac1dcebd62a0489864e75b4b413f48'
-
'15d7d324b1f3d4ee0428f389077e2a95f28a45aaf6bc44a61ebf8efd7afc3195a9e25fd919d3319906826146910e8dd67a127f196b4de64805bd2203dba988c1')
+
'15d7d324b1f3d4ee0428f389077e2a95f28a45aaf6bc44a61ebf8efd7afc3195a9e25fd919d3319906826146910e8dd67a127f196b4de64805bd2203dba988c1'
+
'bd8dc23e1dafa9a76b79af40be5267ee96934c08950b6eae70d5794a9f3038cb0cb7d54593463f42325ddae637cb6ddf21af52bd9fd6e639f7fdc7acc5abf21e')
 validpgpkeys=('F66745589DE755B02AD947D71F1139EBBED1ACA9') # Jóhann B. 
Guðmundsson 
 
 prepare() {
@@ -64,6 +67,7 @@ prepare() {
   patch -Np1 < ../dracut-systemd-254-uki.patch
   patch -Np1 < ../dracut-systemd-255-systemd-executor.patch
   patch -Np1 < ../dracut-systemd-255-pcrphase.patch
+  patch -Np1 < ../dracut-systemd-255-hibernate-resume.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dracut/-/commit/b45cc541ce08bd5b519fe921a957db5c00a5b4d6

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




[Git][archlinux/packaging/packages/wezterm] Pushed new tag 20240203.110809.5046fc22-1

2024-02-04 Thread @orhun


Orhun Parmaksız pushed new tag 20240203.110809.5046fc22-1 at Arch Linux / 
Packaging / Packages / wezterm

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




[Git][archlinux/packaging/packages/wezterm][main] upgpkg: 20240203.110809.5046fc22-1: upstream release

2024-02-04 Thread @orhun


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


Commits:
eba25a87 by Orhun Parmaksız at 2024-02-04T16:20:19+01:00
upgpkg: 20240203.110809.5046fc22-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wezterm
pkgdesc = A GPU-accelerated cross-platform terminal emulator and 
multiplexer
-   pkgver = 20240128.202157.1e552d76
+   pkgver = 20240203.110809.5046fc22
pkgrel = 1
url = https://github.com/wez/wezterm
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = wezterm
depends = xcb-util-image
depends = openssl
options = !lto
-   source = 
wezterm::git+https://github.com/wez/wezterm#commit=1e552d764349522dabffeb240feb5b2728eff3d8
+   source = 
wezterm::git+https://github.com/wez/wezterm#commit=5046fc225992db6ba2ef8812743fadfdfe4b184a
source = wezterm-freetype2::git+https://github.com/wez/freetype2.git
source = wezterm-zlib::git+https://github.com/madler/zlib.git
source = wezterm-harfbuzz::git+https://github.com/harfbuzz/harfbuzz.git


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgbase=wezterm
 pkgname=(wezterm wezterm-terminfo wezterm-shell-integration)
-pkgver=20240128.202157.1e552d76
-_gitcommit=1e552d764349522dabffeb240feb5b2728eff3d8
+pkgver=20240203.110809.5046fc22
+_gitcommit=5046fc225992db6ba2ef8812743fadfdfe4b184a
 pkgrel=1
 pkgdesc="A GPU-accelerated cross-platform terminal emulator and multiplexer"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wezterm/-/commit/eba25a87bfb9dfbfff544da6c3b52f4983e02a6f

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




[Git][archlinux/packaging/packages/python-pytorch] Pushed new tag 2.2.0-1

2024-02-04 Thread @tpkessler


Torsten Keßler pushed new tag 2.2.0-1 at Arch Linux / Packaging / Packages / 
python-pytorch

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




[Git][archlinux/packaging/packages/lib32-libxml2] Pushed new tag 2.12.5-1

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


Jan Alexander Steffens (heftig) pushed new tag 2.12.5-1 at Arch Linux / 
Packaging / Packages / lib32-libxml2

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




[Git][archlinux/packaging/packages/lib32-libxml2][main] 2.12.5-1

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


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


Commits:
6bdf4a00 by Jan Alexander Steffens (heftig) at 2024-02-04T15:10:49+01:00
2.12.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-libxml2
pkgdesc = XML C parser and toolkit (32-bit)
-   pkgver = 2.12.4
+   pkgver = 2.12.5
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = lib32-libxml2
depends = lib32-xz
depends = lib32-zlib
depends = libxml2
-   source = 
git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=8292f361458fcffe0bff515a385be02e9d35582c
+   source = 
git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=e189e9945317ad4c8603fa2300d11d11f5e2e335
source = 0001-HACK-Don-t-run-fuzzing-tests.patch
source = https://www.w3.org/XML/Test/xmlts20130923.tar.gz
b2sums = SKIP


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgbase=lib32-libxml2
 pkgname=(
   lib32-libxml2
 )
-pkgver=2.12.4
+pkgver=2.12.5
 pkgrel=1
 pkgdesc="XML C parser and toolkit (32-bit)"
 url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home;
@@ -24,7 +24,7 @@ makedepends=(
   git
   python
 )
-_commit=8292f361458fcffe0bff515a385be02e9d35582c  # tags/v2.12.4^0
+_commit=e189e9945317ad4c8603fa2300d11d11f5e2e335  # tags/v2.12.5^0
 source=(
   "git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit;
   0001-HACK-Don-t-run-fuzzing-tests.patch



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libxml2/-/commit/6bdf4a0052ddc0dffabd836c26f164c63053e56f

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




[Git][archlinux/packaging/packages/libxml2] Pushed new tag 2.12.5-1

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


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

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




[Git][archlinux/packaging/packages/libxml2][main] 2.12.5-1

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


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


Commits:
6fb28300 by Jan Alexander Steffens (heftig) at 2024-02-04T15:10:46+01:00
2.12.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libxml2
pkgdesc = XML C parser and toolkit
-   pkgver = 2.12.4
+   pkgver = 2.12.5
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = libxml2
depends = readline
depends = xz
depends = zlib
-   source = 
git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=8292f361458fcffe0bff515a385be02e9d35582c
+   source = 
git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=e189e9945317ad4c8603fa2300d11d11f5e2e335
source = 0001-HACK-Don-t-run-fuzzing-tests.patch
source = https://www.w3.org/XML/Test/xmlts20130923.tar.gz
b2sums = SKIP


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgname=(
   libxml2
   libxml2-docs
 )
-pkgver=2.12.4
+pkgver=2.12.5
 pkgrel=1
 pkgdesc="XML C parser and toolkit"
 url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home;
@@ -26,7 +26,7 @@ makedepends=(
   git
   python
 )
-_commit=8292f361458fcffe0bff515a385be02e9d35582c  # tags/v2.12.4^0
+_commit=e189e9945317ad4c8603fa2300d11d11f5e2e335  # tags/v2.12.5^0
 source=(
   "git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit;
   0001-HACK-Don-t-run-fuzzing-tests.patch



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

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




[Git][archlinux/packaging/packages/iotop-c][main] upgpkg: 1.26-2: previous package packaged a pre-release

2024-02-04 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
iotop-c


Commits:
76aa7fcc by Christian Heusel at 2024-02-04T15:06:44+01:00
upgpkg: 1.26-2: previous package packaged a pre-release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = iotop-c
pkgdesc = simple top-like I/O monitor (implemented in C)
pkgver = 1.26
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/Tomas-M/iotop
arch = x86_64
license = GPL-2.0-or-later
@@ -13,7 +13,7 @@ pkgbase = iotop-c
source = 
https://github.com/Tomas-M/iotop/releases/download/v1.26/iotop-1.26.tar.xz
source = 
https://github.com/Tomas-M/iotop/releases/download/v1.26/iotop-1.26.tar.xz.asc
validpgpkeys = BA60BC20F37E59444D6D25001365720913D2F22D
-   sha256sums = 
ffebd4551cbb65bbc6fe74c8cb760e8a66108ede079ab177313eb02394aa8d97
+   sha256sums = 
8739dc429c9c07f51955cb01ccfba081c9776f63134d24a2454e2598873fcd1e
sha256sums = SKIP
 
 pkgname = iotop-c


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=iotop-c
 pkgver=1.26
-pkgrel=1
+pkgrel=2
 pkgdesc="simple top-like I/O monitor (implemented in C)"
 arch=('x86_64')
 url="https://github.com/Tomas-M/iotop;
@@ -15,7 +15,7 @@ conflicts=('iotop')
 provides=('iotop')
 source=(${url}/releases/download/v${pkgver}/iotop-${pkgver}.tar.xz{,.asc})
 validpgpkeys=('BA60BC20F37E59444D6D25001365720913D2F22D')
-sha256sums=('ffebd4551cbb65bbc6fe74c8cb760e8a66108ede079ab177313eb02394aa8d97'
+sha256sums=('8739dc429c9c07f51955cb01ccfba081c9776f63134d24a2454e2598873fcd1e'
 'SKIP')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/iotop-c/-/commit/76aa7fccae199096e1a9ad84e110d01d7919bfa8

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




[Git][archlinux/packaging/packages/iotop-c] Pushed new tag 1.26-2

2024-02-04 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.26-2 at Arch Linux / Packaging / Packages / 
iotop-c

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




[Git][archlinux/packaging/packages/dracut][main] gawk is a dependency of dracut

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
dracut


Commits:
f06e63ff by Laszlo Gombos at 2024-02-04T07:52:34-05:00
gawk is a dependency of dracut

dracut calls gawk during uki generation. One example of such
a call is inside the dracut-systemd-254-uki.patch.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -12,6 +12,7 @@ depends=(
   'cpio'
   'filesystem'
   'findutils'
+  'gawk'
   'grep'
   'kmod'
   'pkgconf'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dracut/-/commit/f06e63ff18c8eabe23455bcffb25d1367f6e2502

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




[Git][archlinux/packaging/packages/libstrophe] Pushed new tag 1-0.13.0-2

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


Frederik Schwan pushed new tag 1-0.13.0-2 at Arch Linux / Packaging / Packages 
/ libstrophe

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




[Git][archlinux/packaging/packages/libstrophe][main] 2 commits: fix SPDX license identifier and dependencies

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
libstrophe


Commits:
2696096d by Frederik Schwan at 2024-02-04T13:36:03+01:00
fix SPDX license identifier and dependencies

- - - - -
11934902 by Frederik Schwan at 2024-02-04T13:37:13+01:00
upgpkg: 1:0.13.0-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,18 @@
 pkgbase = libstrophe
pkgdesc = Simple, lightweight C library for writing XMPP clients
pkgver = 0.13.0
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = http://strophe.im/libstrophe/
arch = x86_64
-   license = GPL3
+   license = GPL-3.0-only
license = MIT
checkdepends = check
makedepends = doxygen
depends = glibc
depends = openssl
depends = expat
+   depends = zlib
source = 
https://github.com/strophe/libstrophe/archive/0.13.0/libstrophe-0.13.0.tar.gz
sha512sums = 
87325d5e846d02d919d5727a93f3e318abefe1f2a9114a9dc8a4c6e0bbdcb90cbd14585c262d2958bbffbd41ac1fa71d79374a92046f4fc020f3d6e51df24304
b2sums = 
bc64ec6b48f0a95f33b8cff9d16ba93f07cd3bb96a92fbee367affcb0deb53a0b02e2ee8a1e85dfd67361c0bea35cfc211c946e94e433b86c082d51cc8e0d752
@@ -20,6 +21,7 @@ pkgname = libstrophe
depends = glibc
depends = openssl
depends = expat
+   depends = zlib
depends = libexpat.so
provides = libstrophe.so
 


=
PKGBUILD
=
@@ -4,13 +4,13 @@
 pkgbase=libstrophe
 pkgname=('libstrophe' 'libstrophe-doc')
 pkgver=0.13.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Simple, lightweight C library for writing XMPP clients'
 url='http://strophe.im/libstrophe/'
 arch=('x86_64')
-license=('GPL3' 'MIT')
-depends=('glibc' 'openssl' 'expat')
+license=('GPL-3.0-only' 'MIT')
+depends=('glibc' 'openssl' 'expat' 'zlib')
 makedepends=('doxygen')
 checkdepends=('check')
 
source=(https://github.com/strophe/libstrophe/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libstrophe/-/compare/f206d393b65fd63b1d2baa79e2d98767e9062b83...11934902070b4c8cf95a10495e010aa8b0dc92b1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libstrophe/-/compare/f206d393b65fd63b1d2baa79e2d98767e9062b83...11934902070b4c8cf95a10495e010aa8b0dc92b1
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-02-04 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ python-textual


Commits:
1b91defb by Leonidas Spyropoulos at 2024-02-04T12:36:58+00:00
upgpkg: 0.48.2-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-textual
pkgdesc = Modern Text User Interface framework
-   pkgver = 0.48.1
+   pkgver = 0.48.2
pkgrel = 1
url = https://github.com/Textualize/textual
arch = any
@@ -16,7 +16,7 @@ pkgbase = python-textual
optdepends = python-tree-sitter: for syntax highlighting support
optdepends = python-tree-sitter-languages: for custom languages support
optdepends = python-textual-dev: tools for developers
-   source = 
textual-0.48.1.tar.gz::https://github.com/Textualize/textual/archive/v0.48.1.tar.gz
-   sha512sums = 
c03fe9be68001e0962db6001348839d3b1e9951f80fcf1760fab6bebc7dd95352b5f7e7d22c70d3216a7dbefcbf7e67ae1d0c8ab238dc05ccc5a6e724d8d7af1
+   source = 
textual-0.48.2.tar.gz::https://github.com/Textualize/textual/archive/v0.48.2.tar.gz
+   sha512sums = 
531499f9493c00f9fd7851b4ffef5a6314231a5c43512851f187b11695c7badd42806e73dd272890ddcb74f032e2f8b3f9c3cc22cc3f6c88f71b6016ce55a340
 
 pkgname = python-textual


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 _base=textual
 pkgname=python-${_base}
-pkgver=0.48.1
+pkgver=0.48.2
 pkgrel=1
 pkgdesc="Modern Text User Interface framework"
 arch=(any)
@@ -17,7 +17,7 @@ optdepends=('python-tree-sitter: for syntax highlighting 
support'
 'python-tree-sitter-languages: for custom languages support'
 'python-textual-dev: tools for developers')
 source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('c03fe9be68001e0962db6001348839d3b1e9951f80fcf1760fab6bebc7dd95352b5f7e7d22c70d3216a7dbefcbf7e67ae1d0c8ab238dc05ccc5a6e724d8d7af1')
+sha512sums=('531499f9493c00f9fd7851b4ffef5a6314231a5c43512851f187b11695c7badd42806e73dd272890ddcb74f032e2f8b3f9c3cc22cc3f6c88f71b6016ce55a340')
 
 build() {
   cd ${_base}-${pkgver}



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

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




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

2024-02-04 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 0.48.2-1 at Arch Linux / Packaging / 
Packages / python-textual

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




[Git][archlinux/packaging/packages/capstone][main] upgpkg: 5.0.1-2: use python-build for python package

2024-02-04 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
capstone


Commits:
17b771f6 by Levente Polyak at 2024-02-04T13:17:35+01:00
upgpkg: 5.0.1-2: use python-build for python package

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,16 @@
 pkgbase = capstone
pkgdesc = Lightweight multi-platform, multi-architecture disassembly 
framework
pkgver = 5.0.1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.capstone-engine.org/index.html
arch = x86_64
license = BSD
makedepends = glibc
makedepends = python
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
+   makedepends = python-wheel
source = 
https://github.com/aquynh/capstone/archive/5.0.1/capstone-5.0.1.tar.gz
sha512sums = 
350aba77ce2d96b5c25764913591ba80e4497177ae0a8b2c820c6755ee8310848fbfc54e7ccac27fafc2dbc6778118ad92c53d1b5cb601d4fa146dec7d7e11e5
b2sums = 
83f6681d4c9c748df00daf59f7b33637ab72eee661261c22acae40a6db2def70bb6b5339d731244fdbae6f1e1b0b5b22bb6f60c1390a1bebceb97b3f810aedb0


=
PKGBUILD
=
@@ -2,22 +2,33 @@
 # Contributor: M0Rf30
 
 pkgbase=capstone
-pkgname=('capstone' 'python-capstone')
+pkgname=(capstone python-capstone)
 pkgver=5.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight multi-platform, multi-architecture disassembly framework'
 url='https://www.capstone-engine.org/index.html'
 arch=('x86_64')
 license=('BSD')
-makedepends=('glibc' 'python' 'python-setuptools')
+makedepends=(
+  glibc
+  python
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
 
source=(https://github.com/aquynh/capstone/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 
sha512sums=('350aba77ce2d96b5c25764913591ba80e4497177ae0a8b2c820c6755ee8310848fbfc54e7ccac27fafc2dbc6778118ad92c53d1b5cb601d4fa146dec7d7e11e5')
 
b2sums=('83f6681d4c9c748df00daf59f7b33637ab72eee661261c22acae40a6db2def70bb6b5339d731244fdbae6f1e1b0b5b22bb6f60c1390a1bebceb97b3f810aedb0')
 
 build() {
   cd ${pkgbase}-${pkgver}
+
   CFLAGS+=" ${CPPFLAGS} -ffat-lto-objects"
   make V=1
+
+  cd bindings/python
+  python -m build --wheel --no-isolation
 }
 
 check() {
@@ -37,7 +48,7 @@ package_capstone() {
 package_python-capstone() {
   depends=('capstone' 'python')
   cd ${pkgbase}-${pkgver}/bindings/python
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  python -m installer --destdir="${pkgdir}" dist/*.whl
   install -Dm 644 ../../LICENSE.TXT -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/capstone/-/commit/17b771f66a7c4f87ee2f72f56fd3a98f5c149c60

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




[Git][archlinux/packaging/packages/capstone] Pushed new tag 5.0.1-2

2024-02-04 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 5.0.1-2 at Arch Linux / Packaging / Packages / 
capstone

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




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

2024-02-04 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
capstone


Commits:
0b63f8e1 by Levente Polyak at 2024-02-04T12:54:05+01:00
upgpkg: 5.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = capstone
pkgdesc = Lightweight multi-platform, multi-architecture disassembly 
framework
-   pkgver = 5.0
+   pkgver = 5.0.1
pkgrel = 1
url = https://www.capstone-engine.org/index.html
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = capstone
makedepends = glibc
makedepends = python
makedepends = python-setuptools
-   source = 
https://github.com/aquynh/capstone/archive/5.0/capstone-5.0.tar.gz
-   sha512sums = 
e6794a9a06ed93edff9ae0b2c085d34010dd415e128ce4018b584fe35fa81182431f8fd6549d6a3c7a8a3bcca0691157c7a1c96971b7f51774960fd9afef9b8f
-   b2sums = 
62c1bfae4c7a4509717d0c821ab98fd0b07a97b47f1378960cc0f7c3b0e236eb5078c60507889609917cfe5b6b88227963cdb8e43fb5ba323afc65795bf5cbc2
+   source = 
https://github.com/aquynh/capstone/archive/5.0.1/capstone-5.0.1.tar.gz
+   sha512sums = 
350aba77ce2d96b5c25764913591ba80e4497177ae0a8b2c820c6755ee8310848fbfc54e7ccac27fafc2dbc6778118ad92c53d1b5cb601d4fa146dec7d7e11e5
+   b2sums = 
83f6681d4c9c748df00daf59f7b33637ab72eee661261c22acae40a6db2def70bb6b5339d731244fdbae6f1e1b0b5b22bb6f60c1390a1bebceb97b3f810aedb0
 
 pkgname = capstone
depends = glibc


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgbase=capstone
 pkgname=('capstone' 'python-capstone')
-pkgver=5.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='Lightweight multi-platform, multi-architecture disassembly framework'
 url='https://www.capstone-engine.org/index.html'
@@ -11,8 +11,8 @@ arch=('x86_64')
 license=('BSD')
 makedepends=('glibc' 'python' 'python-setuptools')
 
source=(https://github.com/aquynh/capstone/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e6794a9a06ed93edff9ae0b2c085d34010dd415e128ce4018b584fe35fa81182431f8fd6549d6a3c7a8a3bcca0691157c7a1c96971b7f51774960fd9afef9b8f')
-b2sums=('62c1bfae4c7a4509717d0c821ab98fd0b07a97b47f1378960cc0f7c3b0e236eb5078c60507889609917cfe5b6b88227963cdb8e43fb5ba323afc65795bf5cbc2')
+sha512sums=('350aba77ce2d96b5c25764913591ba80e4497177ae0a8b2c820c6755ee8310848fbfc54e7ccac27fafc2dbc6778118ad92c53d1b5cb601d4fa146dec7d7e11e5')
+b2sums=('83f6681d4c9c748df00daf59f7b33637ab72eee661261c22acae40a6db2def70bb6b5339d731244fdbae6f1e1b0b5b22bb6f60c1390a1bebceb97b3f810aedb0')
 
 build() {
   cd ${pkgbase}-${pkgver}



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

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




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

2024-02-04 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 5.0.1-1 at Arch Linux / Packaging / Packages / 
capstone

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




[Git][archlinux/packaging/packages/capstone] Pushed new tag 5.0-1

2024-02-04 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 5.0-1 at Arch Linux / Packaging / Packages / 
capstone

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




[Git][archlinux/packaging/packages/capstone][main] upgpkg: 5.0-1

2024-02-04 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
capstone


Commits:
e6657891 by Levente Polyak at 2024-02-04T12:47:33+01:00
upgpkg: 5.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = capstone
+   pkgdesc = Lightweight multi-platform, multi-architecture disassembly 
framework
+   pkgver = 5.0
+   pkgrel = 1
+   url = https://www.capstone-engine.org/index.html
+   arch = x86_64
+   license = BSD
+   makedepends = glibc
+   makedepends = python
+   makedepends = python-setuptools
+   source = 
https://github.com/aquynh/capstone/archive/5.0/capstone-5.0.tar.gz
+   sha512sums = 
e6794a9a06ed93edff9ae0b2c085d34010dd415e128ce4018b584fe35fa81182431f8fd6549d6a3c7a8a3bcca0691157c7a1c96971b7f51774960fd9afef9b8f
+   b2sums = 
62c1bfae4c7a4509717d0c821ab98fd0b07a97b47f1378960cc0f7c3b0e236eb5078c60507889609917cfe5b6b88227963cdb8e43fb5ba323afc65795bf5cbc2
+
+pkgname = capstone
+   depends = glibc
+   provides = libcapstone.so
+
+pkgname = python-capstone
+   depends = capstone
+   depends = python


=
PKGBUILD
=
@@ -3,17 +3,16 @@
 
 pkgbase=capstone
 pkgname=('capstone' 'python-capstone')
-pkgver=4.0.2
-pkgrel=7
+pkgver=5.0
+pkgrel=1
 pkgdesc='Lightweight multi-platform, multi-architecture disassembly framework'
 url='https://www.capstone-engine.org/index.html'
 arch=('x86_64')
 license=('BSD')
 makedepends=('glibc' 'python' 'python-setuptools')
-options=('staticlibs')
 
source=(https://github.com/aquynh/capstone/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('7f93534517307b737422a8825b66b2a1f3e1cca2049465d60ab12595940154aaf843ba40ed348fce58de58b990c19a0caef289060eb72898cb008a88c470970e')
-b2sums=('435729a8fef2dce6495635352101b3befe563c8404efdbb0dccabecbe2bded332221665bacdbcd9043dda72b652b6f29c0e1a548cefb8c64d5b6b9dc174ed3d9')
+sha512sums=('e6794a9a06ed93edff9ae0b2c085d34010dd415e128ce4018b584fe35fa81182431f8fd6549d6a3c7a8a3bcca0691157c7a1c96971b7f51774960fd9afef9b8f')
+b2sums=('62c1bfae4c7a4509717d0c821ab98fd0b07a97b47f1378960cc0f7c3b0e236eb5078c60507889609917cfe5b6b88227963cdb8e43fb5ba323afc65795bf5cbc2')
 
 build() {
   cd ${pkgbase}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/capstone/-/commit/e66578919e321025b4318bbdae0d8ec39ee5f97b

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




[Git][archlinux/packaging/packages/gitlab-runner] Pushed new tag 16.8.0-2

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


Caleb Maclennan pushed new tag 16.8.0-2 at Arch Linux / Packaging / Packages / 
gitlab-runner

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




[Git][archlinux/packaging/packages/gitlab-runner][main] upgpkg: 16.8.0-2: Rebuild with new optdepend

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
gitlab-runner


Commits:
6b66d8fc by Caleb Maclennan at 2024-02-04T14:02:18+03:00
upgpkg: 16.8.0-2: Rebuild with new optdepend

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gitlab-runner
pkgdesc = The official GitLab CI runner written in Go
pkgver = 16.8.0
-   pkgrel = 1
+   pkgrel = 2
url = https://gitlab.com/gitlab-org/gitlab-runner
install = gitlab-runner.install
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = gitlab-runner
depends = git
depends = glibc
depends = tar
+   optdepends = inetutils: hostname command
replaces = gitlab-ci-multi-runner
noextract = prebuilt-alpine-arm-16.8.0.tar.xz
noextract = prebuilt-alpine-arm64-16.8.0.tar.xz


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=gitlab-runner
 pkgver=16.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('x86_64')
 url='https://gitlab.com/gitlab-org/gitlab-runner'



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

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




[Git][archlinux/packaging/packages/pv][main] upgpkg: 1.8.5-2: Rebuild with updated license

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


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


Commits:
fb21cb8d by Caleb Maclennan at 2024-02-04T14:01:52+03:00
upgpkg: 1.8.5-2: Rebuild with updated license

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pv
pkgdesc = A terminal-based tool for monitoring the progress of data 
through a pipeline
pkgver = 1.8.5
-   pkgrel = 1
+   pkgrel = 2
url = https://www.ivarch.com/programs/pv.shtml
arch = x86_64
license = GPL-3.0-or-later


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=pv
 pkgver=1.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A terminal-based tool for monitoring the progress of data through a 
pipeline'
 arch=(x86_64)
 url="https://www.ivarch.com/programs/$pkgname.shtml;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pv/-/commit/fb21cb8da73596b478759892dcaf0e7c82c27b13

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




[Git][archlinux/packaging/packages/pv] Pushed new tag 1.8.5-2

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


Caleb Maclennan pushed new tag 1.8.5-2 at Arch Linux / Packaging / Packages / pv

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




[Git][archlinux/packaging/packages/pv][main] Update license to reflect upstream re-license to GPLv3+

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


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


Commits:
226936df by John Leuenhagen at 2024-02-04T11:00:35+00:00
Update license to reflect upstream re-license to GPLv3+

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,7 +4,7 @@ pkgbase = pv
pkgrel = 1
url = https://www.ivarch.com/programs/pv.shtml
arch = x86_64
-   license = custom:Artistic 2.0
+   license = GPL-3.0-or-later
depends = glibc
source = https://www.ivarch.com/programs/sources/pv-1.8.5.tar.gz
source = 
pv-1.8.5.tar.gz.sig::https://www.ivarch.com/programs/sources/pv-1.8.5.tar.gz.txt


=
PKGBUILD
=
@@ -11,7 +11,7 @@ arch=(x86_64)
 url="https://www.ivarch.com/programs/$pkgname.shtml;
 # _url="https://codeberg.org/a-j-wood/$pkgname;
 # _url="https://github.com/a-j-wood/$pkgname;
-license=('custom:Artistic 2.0')
+license=('GPL-3.0-or-later')
 depends=(glibc)
 _archive="$pkgname-$pkgver"
 source=("${url%/*}/sources/$_archive.tar.gz"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pv/-/commit/226936dfd84e5916f253d9ecf32f5484bee890d0

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




[Git][archlinux/packaging/packages/ruff][main] Use more robust detection of Rust target triple

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


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


Commits:
6b2c3a58 by YongMing Zhang at 2024-02-04T10:59:15+00:00
Use more robust detection of Rust target triple

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -49,7 +49,7 @@ _package_common() {
 package_ruff() {
   cd "$_archive"
   _package_common
-  local _target="target/$CARCH-unknown-linux-gnu/release/ruff"
+  local _target="target/$(rustc -vV | sed -n 's/host: //p')/release/ruff"
   install -Dm0755 -t "$pkgdir/usr/bin/" "$_target"
   $_target --generate-shell-completion bash | install -Dm0644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/$pkgbase.bash"
   $_target --generate-shell-completion fish | install -Dm0644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/$pkgbase.fish"



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

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




[Git][archlinux/packaging/packages/gitlab-runner][main] Add inetutils as optdepend

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
gitlab-runner


Commits:
af556787 by Clear edd at 2024-02-04T10:57:33+00:00
Add inetutils as optdepend

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -10,6 +10,7 @@ arch=('x86_64')
 url='https://gitlab.com/gitlab-org/gitlab-runner'
 license=('GPL3')
 depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
+optdepends=('inetutils: hostname command')
 makedepends=('git' 'go' 'git' 'mercurial' 'gox')
 install=gitlab-runner.install
 replaces=('gitlab-ci-multi-runner')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab-runner/-/commit/af55678792aa82071eb64233158576d68c68dd00

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




[Git][archlinux/packaging/packages/python-pandocfilters][main] upgpkg: 1.5.1-1

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


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


Commits:
b9a79d2e by Caleb Maclennan at 2024-02-04T13:49:59+03:00
upgpkg: 1.5.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = python-pandocfilters
+   pkgdesc = A python module for writing pandoc filters
+   pkgver = 1.5.1
+   pkgrel = 1
+   url = https://github.com/jgm/pandocfilters
+   arch = any
+   license = BSD
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   depends = python
+   source = 
https://files.pythonhosted.org/packages/source/p/pandocfilters/pandocfilters-1.5.1.tar.gz
+   sha256sums = 
002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e
+
+pkgname = python-pandocfilters


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 
 pkgname=python-pandocfilters
 _pkgname="${pkgname#python-}"
-pkgver=1.5.0
-pkgrel=3
+pkgver=1.5.1
+pkgrel=1
 pkgdesc='A python module for writing pandoc filters'
 arch=(any)
 url='https://github.com/jgm/pandocfilters'
@@ -16,7 +16,7 @@ makedepends=(python-{build,installer,wheel}
  python-setuptools)
 _archive="$_pkgname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$_pkgname/$_archive.tar.gz;)
-sha256sums=('0b679503337d233b4339a817bfc8c50064e2eff681314376a47cb582305a7a38')
+sha256sums=('002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e')
 
 build() {
cd "$_archive"



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

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




[Git][archlinux/packaging/packages/python-pandocfilters] Pushed new tag 1.5.1-1

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


Caleb Maclennan pushed new tag 1.5.1-1 at Arch Linux / Packaging / Packages / 
python-pandocfilters

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




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

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


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


Commits:
e6010045 by Caleb Maclennan at 2024-02-04T13:49:42+03:00
upgpkg: 5.6.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-cbor2
pkgdesc = Pure Python CBOR (de)serializer with extensive tag support
-   pkgver = 5.6.0
+   pkgver = 5.6.1
pkgrel = 1
url = https://github.com/agronholm/cbor2
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = python-cbor2
depends = glibc
depends = python
depends = python-typing_extensions
-   source = 
cbor2-5.6.0.tar.gz::https://github.com/agronholm/cbor2/archive/refs/tags/5.6.0.tar.gz
-   sha512sums = 
46f7af76c20832b76d5eed5a8d6816a26b52d13793605fef0894b545c650311ea938fc8e436c25fa1d372e69b01d725a62b5b4910a233b37792af55ff5f35125
-   b2sums = 
2b55b76ce883ae1422250e32afe2e4968374ee6a1c6b8e8d26a403755f71bc7d3c985290cc3f3d8e2042df3fdb8521435538a6dcd584ae44bfbe84a7c5ad188c
+   source = 
cbor2-5.6.1.tar.gz::https://github.com/agronholm/cbor2/archive/refs/tags/5.6.1.tar.gz
+   sha512sums = 
802680f2194434a4b7aed23d321abe177b66632d6a5e85aa8d908246a14b914aef0aebbd5c54b744d34b1251460cc50fe24490e4fec34a9750ef1cd37558394c
+   b2sums = 
9f6dc2f9f231b04a6f9e77cad77ee91f9e2b26f3d422bc1f201a023c3026eb16fae323c242d24484e83a91647a421247491897ec24ffa84ab54385c6d26d7ec7
 
 pkgname = python-cbor2


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _name=cbor2
 pkgname=python-cbor2
-pkgver=5.6.0
+pkgver=5.6.1
 pkgrel=1
 pkgdesc="Pure Python CBOR (de)serializer with extensive tag support"
 arch=(x86_64)
@@ -26,8 +26,8 @@ checkdepends=(
   python-pytest
 )
 source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('46f7af76c20832b76d5eed5a8d6816a26b52d13793605fef0894b545c650311ea938fc8e436c25fa1d372e69b01d725a62b5b4910a233b37792af55ff5f35125')
-b2sums=('2b55b76ce883ae1422250e32afe2e4968374ee6a1c6b8e8d26a403755f71bc7d3c985290cc3f3d8e2042df3fdb8521435538a6dcd584ae44bfbe84a7c5ad188c')
+sha512sums=('802680f2194434a4b7aed23d321abe177b66632d6a5e85aa8d908246a14b914aef0aebbd5c54b744d34b1251460cc50fe24490e4fec34a9750ef1cd37558394c')
+b2sums=('9f6dc2f9f231b04a6f9e77cad77ee91f9e2b26f3d422bc1f201a023c3026eb16fae323c242d24484e83a91647a421247491897ec24ffa84ab54385c6d26d7ec7')
 
 build() {
   cd $_name-$pkgver



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

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




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

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


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

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




[Git][archlinux/packaging/packages/iotop-c][main] upgpkg: 1.26-1

2024-02-04 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
iotop-c


Commits:
e6e87a1c by Christian Heusel at 2024-02-04T11:38:09+01:00
upgpkg: 1.26-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = iotop-c
pkgdesc = simple top-like I/O monitor (implemented in C)
-   pkgver = 1.25
-   pkgrel = 3
+   pkgver = 1.26
+   pkgrel = 1
url = https://github.com/Tomas-M/iotop
arch = x86_64
license = GPL-2.0-or-later
@@ -10,10 +10,10 @@ pkgbase = iotop-c
depends = ncurses
provides = iotop
conflicts = iotop
-   source = 
https://github.com/Tomas-M/iotop/releases/download/v1.25/iotop-1.25.tar.xz
-   source = 
https://github.com/Tomas-M/iotop/releases/download/v1.25/iotop-1.25.tar.xz.asc
+   source = 
https://github.com/Tomas-M/iotop/releases/download/v1.26/iotop-1.26.tar.xz
+   source = 
https://github.com/Tomas-M/iotop/releases/download/v1.26/iotop-1.26.tar.xz.asc
validpgpkeys = BA60BC20F37E59444D6D25001365720913D2F22D
-   sha256sums = 
bf1e1ccb9692e99381cd362c74d64b30913432c7df48f1f91da5f2920a2e2d08
+   sha256sums = 
ffebd4551cbb65bbc6fe74c8cb760e8a66108ede079ab177313eb02394aa8d97
sha256sums = SKIP
 
 pkgname = iotop-c


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Boian Bonev 
 
 pkgname=iotop-c
-pkgver=1.25
-pkgrel=3
+pkgver=1.26
+pkgrel=1
 pkgdesc="simple top-like I/O monitor (implemented in C)"
 arch=('x86_64')
 url="https://github.com/Tomas-M/iotop;
@@ -15,7 +15,7 @@ conflicts=('iotop')
 provides=('iotop')
 source=(${url}/releases/download/v${pkgver}/iotop-${pkgver}.tar.xz{,.asc})
 validpgpkeys=('BA60BC20F37E59444D6D25001365720913D2F22D')
-sha256sums=('bf1e1ccb9692e99381cd362c74d64b30913432c7df48f1f91da5f2920a2e2d08'
+sha256sums=('ffebd4551cbb65bbc6fe74c8cb760e8a66108ede079ab177313eb02394aa8d97'
 'SKIP')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/iotop-c/-/commit/e6e87a1c725c84494a34177ef333917e67b92ff4

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




[Git][archlinux/packaging/packages/iotop-c] Pushed new tag 1.26-1

2024-02-04 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.26-1 at Arch Linux / Packaging / Packages / 
iotop-c

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




[Git][archlinux/packaging/packages/gc][main] upgpkg: 8.2.6-1

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / gc


Commits:
056ff301 by Frederik Schwan at 2024-02-04T11:35:46+01:00
upgpkg: 8.2.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = gc
+   pkgdesc = A garbage collector for C and C++
+   pkgver = 8.2.6
+   pkgrel = 1
+   url = https://www.hboehm.info/gc/
+   arch = x86_64
+   license = LicenseRef-GC
+   license = MIT
+   depends = gcc-libs
+   source = 
https://github.com/ivmai/bdwgc/releases/download/v8.2.6/gc-8.2.6.tar.gz
+   source = https://www.hboehm.info/gc/license.txt
+   sha512sums = 
48afcc1d8570d6b5d62addf8b7b947a3836717e71c073f6dff8982744c06f5973a02e890d17e8dd93f7f997d029b49c652929e6efa0e32aefbcdf7ab0910eda5
+   sha512sums = 
73b381858db41cb757be67fa00778cb177fa147c892ae1e83d7d31b489c576ffe6c7339b688c41550c896aef1b8af5bfa3e58d1bb9902cc9640a8b837498a9b2
+
+pkgname = gc


=
PKGBUILD
=
@@ -2,16 +2,16 @@
 # Contributor: dorphell 
 
 pkgname=gc
-pkgver=8.2.4
+pkgver=8.2.6
 pkgrel=1
 pkgdesc="A garbage collector for C and C++"
 arch=('x86_64')
 url="https://www.hboehm.info/gc/;
-license=('custom:GC' 'MIT')
+license=('LicenseRef-GC' 'MIT')
 depends=('gcc-libs')
 
source=(https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 https://www.hboehm.info/gc/license.txt)
-sha512sums=('27d014378000f25fb2f5598904be85604822d5ed4553f8b3d1c279122300d3958b4432ec08f951cfd842d92121ea8a030dda34bf2475ec53d4fded551fdd3a98'
+sha512sums=('48afcc1d8570d6b5d62addf8b7b947a3836717e71c073f6dff8982744c06f5973a02e890d17e8dd93f7f997d029b49c652929e6efa0e32aefbcdf7ab0910eda5'
 
'73b381858db41cb757be67fa00778cb177fa147c892ae1e83d7d31b489c576ffe6c7339b688c41550c896aef1b8af5bfa3e58d1bb9902cc9640a8b837498a9b2')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gc/-/commit/056ff3015b6db6b91eed3b84e8722035ffac761a

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




[Git][archlinux/packaging/packages/gc] Pushed new tag 8.2.6-1

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


Frederik Schwan pushed new tag 8.2.6-1 at Arch Linux / Packaging / Packages / gc

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




[Git][archlinux/packaging/packages/dive][main] upgpkg: 0.12.0-1: upstream release

2024-02-04 Thread @orhun


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


Commits:
abcdfe94 by Orhun Parmaksız at 2024-02-04T11:35:36+01:00
upgpkg: 0.12.0-1: upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = dive
+   pkgdesc = A tool for exploring layers in a docker image
+   pkgver = 0.12.0
+   pkgrel = 1
+   url = https://github.com/wagoodman/dive
+   arch = x86_64
+   license = MIT
+   checkdepends = python
+   makedepends = go
+   depends = glibc
+   source = 
dive-0.12.0.tar.gz::https://github.com/wagoodman/dive/archive/v0.12.0.tar.gz
+   sha256sums = 
2b69b8d28220c66e2575a782a370a0c05077936ae3ce69180525412fcca09230
+
+pkgname = dive


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: David Stark 
 
 pkgname=dive
-pkgver=0.11.0
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="A tool for exploring layers in a docker image"
 arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('glibc')
 makedepends=('go')
 checkdepends=('python')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e91d3ce4b2dd292a72effea9c7dbde0f92a05f29a4e4c89fd46ed1d7f6aaed97')
+sha256sums=('2b69b8d28220c66e2575a782a370a0c05077936ae3ce69180525412fcca09230')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dive/-/commit/abcdfe949f252c150e5a7330ef1f55210607de05

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




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

2024-02-04 Thread @orhun


Orhun Parmaksız pushed new tag 0.12.0-1 at Arch Linux / Packaging / Packages / 
dive

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




[Git][archlinux/packaging/packages/cargo-binstall][main] upgpkg: 1.6.2-1: upstream release

2024-02-04 Thread @orhun


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


Commits:
c4500dc7 by Orhun Parmaksız at 2024-02-04T11:22:51+01:00
upgpkg: 1.6.2-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = cargo-binstall
pkgdesc = Binary installation for Rust projects
-   pkgver = 1.6.1
+   pkgver = 1.6.2
pkgrel = 1
url = https://github.com/cargo-bins/cargo-binstall
arch = x86_64
license = GPL3
depends = cargo
depends = gcc-libs
-   source = 
cargo-binstall-1.6.1.tar.gz::https://github.com/cargo-bins/cargo-binstall/archive/v1.6.1.tar.gz
-   sha256sums = 
eb8c0db03dd410d0ef5417a1cdb9b387e2ee0d3ba8c2e2d1a489a990b865e53f
+   source = 
cargo-binstall-1.6.2.tar.gz::https://github.com/cargo-bins/cargo-binstall/archive/v1.6.2.tar.gz
+   sha256sums = 
4f8e74af5207e769f5cbd8c9c26e6cc08b8471ffd4211984e7f8ea73a53bc1d7
 
 pkgname = cargo-binstall


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=cargo-binstall
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="Binary installation for Rust projects"
 arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/cargo-bins/cargo-binstall;
 license=('GPL3')
 depends=('cargo' 'gcc-libs')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('eb8c0db03dd410d0ef5417a1cdb9b387e2ee0d3ba8c2e2d1a489a990b865e53f')
+sha256sums=('4f8e74af5207e769f5cbd8c9c26e6cc08b8471ffd4211984e7f8ea73a53bc1d7')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

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




[Git][archlinux/packaging/packages/cargo-binstall] Pushed new tag 1.6.2-1

2024-02-04 Thread @orhun


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

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




[Git][archlinux/packaging/packages/rye] Pushed new tag 0.21.0-1

2024-02-04 Thread @orhun


Orhun Parmaksız pushed new tag 0.21.0-1 at Arch Linux / Packaging / Packages / 
rye

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




[Git][archlinux/packaging/packages/rye][main] upgpkg: 0.21.0-1: upstream release

2024-02-04 Thread @orhun


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


Commits:
8777c935 by Orhun Parmaksız at 2024-02-04T11:18:02+01:00
upgpkg: 0.21.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rye
pkgdesc = An experimental alternative to poetry, pip, pipenv, venv, 
virtualenv, pdm, hatch
-   pkgver = 0.20.0
+   pkgver = 0.21.0
pkgrel = 1
url = https://github.com/mitsuhiko/rye
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = rye
depends = gcc-libs
depends = libxcrypt-compat
options = !lto
-   source = 
rye::git+https://github.com/mitsuhiko/rye.git#commit=33919d43ea48fd3cde1ae5025f19416fc8047553
+   source = 
rye::git+https://github.com/mitsuhiko/rye.git#commit=2e0e024594af3e990c2c2fe11ff5b82a5c2d78c7
sha512sums = SKIP
 
 pkgname = rye


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Mahor Foruzesh 
 
 pkgname=rye
-_commit=33919d43ea48fd3cde1ae5025f19416fc8047553
-pkgver=0.20.0
+_commit=2e0e024594af3e990c2c2fe11ff5b82a5c2d78c7
+pkgver=0.21.0
 pkgrel=1
 pkgdesc="An experimental alternative to poetry, pip, pipenv, venv, virtualenv, 
pdm, hatch"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rye/-/commit/8777c935023bdb72ed0d16cf02686a5549b723a1

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




[Git][archlinux/packaging/packages/felix-rs] Pushed new tag 2.12.1-1

2024-02-04 Thread @orhun


Orhun Parmaksız pushed new tag 2.12.1-1 at Arch Linux / Packaging / Packages / 
felix-rs

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




[Git][archlinux/packaging/packages/felix-rs][main] upgpkg: 2.12.1-1: upstream release

2024-02-04 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
felix-rs


Commits:
973cc740 by Orhun Parmaksız at 2024-02-04T11:15:53+01:00
upgpkg: 2.12.1-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = felix-rs
pkgdesc = A TUI file manager with Vim-like key mapping
-   pkgver = 2.12.0
+   pkgver = 2.12.1
pkgrel = 1
url = https://github.com/kyoheiu/felix
install = felix-rs.install
@@ -14,7 +14,7 @@ pkgbase = felix-rs
optdepends = zoxide: jump to directories
optdepends = bat: syntax highlighting
options = !lto
-   source = 
felix-rs-2.12.0.tar.gz::https://github.com/kyoheiu/felix/archive/v2.12.0.tar.gz
-   sha512sums = 
4b5e51daf2dfc9aa6d2cb55254cbc073060947f1f2b35d0380d627c7f7be9aadcb3d729dca0435489c4e99aa6f4a928cffe45b2726e0446678d4e78fcf30475f
+   source = 
felix-rs-2.12.1.tar.gz::https://github.com/kyoheiu/felix/archive/v2.12.1.tar.gz
+   sha512sums = 
30ff3277d7e9c0c90387a91ed6c50ab1949905ccd645e9e95d2a56a0fd919e9e8bbb69ce4b72525f0e8ed775882840f3829e4387a39a2d2e760d8d1245d7e8c8
 
 pkgname = felix-rs


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=felix-rs
 _pkgname=felix
-pkgver=2.12.0
+pkgver=2.12.1
 pkgrel=1
 pkgdesc="A TUI file manager with Vim-like key mapping"
 arch=('x86_64')
@@ -17,7 +17,7 @@ optdepends=('chafa: preview images'
 checkdepends=('zoxide')
 install="$pkgname.install"
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('4b5e51daf2dfc9aa6d2cb55254cbc073060947f1f2b35d0380d627c7f7be9aadcb3d729dca0435489c4e99aa6f4a928cffe45b2726e0446678d4e78fcf30475f')
+sha512sums=('30ff3277d7e9c0c90387a91ed6c50ab1949905ccd645e9e95d2a56a0fd919e9e8bbb69ce4b72525f0e8ed775882840f3829e4387a39a2d2e760d8d1245d7e8c8')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/felix-rs/-/commit/973cc740eb68373f947c128899a1490c32abce36

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




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

2024-02-04 Thread @orhun


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


Commits:
ac377f6d by Orhun Parmaksız at 2024-02-04T11:11:39+01:00
upgpkg: 0.37.9-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.8
+   pkgver = 0.37.9
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.8.tar.gz::https://github.com/sagiegurari/cargo-make/archive/0.37.8.tar.gz
-   sha256sums = 
d2c68cb112fddceb316b61c6421af93f5060356e2c83f38c28aeb12d0800e281
+   source = 
cargo-make-0.37.9.tar.gz::https://github.com/sagiegurari/cargo-make/archive/0.37.9.tar.gz
+   sha256sums = 
86993cb978c2c84263e66f04407363dbfa4c2ad52f1d58582f69dcf13b1f7422
 
 pkgname = cargo-make


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=cargo-make
-pkgver=0.37.8
+pkgver=0.37.9
 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=('d2c68cb112fddceb316b61c6421af93f5060356e2c83f38c28aeb12d0800e281')
+sha256sums=('86993cb978c2c84263e66f04407363dbfa4c2ad52f1d58582f69dcf13b1f7422')
 options=('!lto')
 
 prepare() {



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

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




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

2024-02-04 Thread @orhun


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

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




[Git][archlinux/packaging/packages/cargo-hack] Pushed new tag 0.6.17-1

2024-02-04 Thread @orhun


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

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




[Git][archlinux/packaging/packages/broot][main] upgpkg: 1.33.1-1: upstream release

2024-02-04 Thread @orhun


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


Commits:
8d9f01b1 by Orhun Parmaksız at 2024-02-04T11:05:30+01:00
upgpkg: 1.33.1-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = broot
pkgdesc = Fuzzy Search + tree + cd
-   pkgver = 1.32.0
+   pkgver = 1.33.1
pkgrel = 1
url = https://github.com/Canop/broot
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = broot
depends = libgit2
depends = libxcb
options = !lto
-   source = 
https://github.com/Canop/broot/archive/v1.32.0/broot-v1.32.0.tar.gz
-   sha256sums = 
0b9bf4a0dfa8a9cdcefcf18222dba4025379a8fa19190075835a99a507ae3d73
+   source = 
https://github.com/Canop/broot/archive/v1.33.1/broot-v1.33.1.tar.gz
+   sha256sums = 
d54f6f29caa12d1cb1e66dc83f1ed4671567c13535eecb4242b7e0210519fecc
 
 pkgname = broot


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=broot
-pkgver=1.32.0
+pkgver=1.33.1
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -14,11 +14,11 @@ depends=('gcc-libs' 'zlib' 'libgit2' 'libxcb')
 makedepends=('rust')
 options=('!lto')
 
source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('0b9bf4a0dfa8a9cdcefcf18222dba4025379a8fa19190075835a99a507ae3d73')
+sha256sums=('d54f6f29caa12d1cb1e66dc83f1ed4671567c13535eecb4242b7e0210519fecc')
 
 prepare() {
   cd $pkgname-$pkgver
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/broot/-/commit/8d9f01b1f4b14f0fb208af8fd0d26425a3b0d188

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




[Git][archlinux/packaging/packages/broot] Pushed new tag 1.33.1-1

2024-02-04 Thread @orhun


Orhun Parmaksız pushed new tag 1.33.1-1 at Arch Linux / Packaging / Packages / 
broot

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




[Git][archlinux/packaging/packages/cargo-dist][main] upgpkg: 0.9.0-1: upstream release

2024-02-04 Thread @orhun


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


Commits:
93a31732 by Orhun Parmaksız at 2024-02-04T11:05:10+01:00
upgpkg: 0.9.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-dist
pkgdesc = Shippable application packaging for Rust
-   pkgver = 0.8.2
+   pkgver = 0.9.0
pkgrel = 1
url = https://github.com/axodotdev/cargo-dist
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = cargo-dist
depends = xz
depends = bzip2
options = !lto
-   source = 
cargo-dist-0.8.2.tar.gz::https://github.com/axodotdev/cargo-dist/archive/v0.8.2.tar.gz
-   sha256sums = 
72c5a4be0e2dde91b09c88815ad0b4a3729b7d1a007aa2e49a0d9118312296be
+   source = 
cargo-dist-0.9.0.tar.gz::https://github.com/axodotdev/cargo-dist/archive/v0.9.0.tar.gz
+   sha256sums = 
6af99847b62f8359a2be66581e06ac7cca406270ea61e47999a5c4b2db306f97
 
 pkgname = cargo-dist


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=cargo-dist
-pkgver=0.8.2
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="Shippable application packaging for Rust"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache-2.0' 'MIT')
 depends=('cargo' 'xz' 'bzip2')
 checkdepends=('git')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('72c5a4be0e2dde91b09c88815ad0b4a3729b7d1a007aa2e49a0d9118312296be')
+sha256sums=('6af99847b62f8359a2be66581e06ac7cca406270ea61e47999a5c4b2db306f97')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-dist/-/commit/93a31732e4792682d5bb7208b994384d3d235f23

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




[Git][archlinux/packaging/packages/cargo-dist] Pushed new tag 0.9.0-1

2024-02-04 Thread @orhun


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

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




[Git][archlinux/packaging/packages/aliyun-cli][main] upgpkg: 3.0.198-1: upstream release

2024-02-04 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
aliyun-cli


Commits:
8f181e53 by Orhun Parmaksız at 2024-02-04T11:00:31+01:00
upgpkg: 3.0.198-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = aliyun-cli
pkgdesc = Alibaba Cloud CLI
-   pkgver = 3.0.197
+   pkgver = 3.0.198
pkgrel = 1
url = https://github.com/aliyun/aliyun-cli
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = aliyun-cli
makedepends = git
makedepends = go
depends = glibc
-   source = 
git+https://github.com/aliyun/aliyun-cli#commit=e6f2cea495dc81ac11c29a874f3055f8945b8c52
+   source = 
git+https://github.com/aliyun/aliyun-cli#commit=019a2ac595c733b903298bb286290126fe1abf24
source = git+https://github.com/aliyun/aliyun-openapi-meta
sha512sums = SKIP
sha512sums = SKIP


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=aliyun-cli
-_gitcommit=e6f2cea495dc81ac11c29a874f3055f8945b8c52
-pkgver=3.0.197
+_gitcommit=019a2ac595c733b903298bb286290126fe1abf24
+pkgver=3.0.198
 pkgrel=1
 pkgdesc='Alibaba Cloud CLI'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aliyun-cli/-/commit/8f181e53743daf8bb3d81d67ec16987ce41c9a50

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




[Git][archlinux/packaging/packages/aliyun-cli] Pushed new tag 3.0.198-1

2024-02-04 Thread @orhun


Orhun Parmaksız pushed new tag 3.0.198-1 at Arch Linux / Packaging / Packages / 
aliyun-cli

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




[Git][archlinux/packaging/packages/xorg-xprop][main] upgpkg: 1.2.7-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xorg-xprop


Commits:
0ec5545e by Andreas Radke at 2024-02-04T10:19:00+01:00
upgpkg: 1.2.7-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = xorg-xprop
+   pkgdesc = Property displayer for X
+   pkgver = 1.2.7
+   pkgrel = 1
+   url = https://gitlab.freedesktop.org/xorg/app/xprop
+   arch = x86_64
+   groups = xorg-apps
+   groups = xorg
+   license = LicenseRef-xprop
+   makedepends = xorg-util-macros
+   depends = libx11
+   depends = glibc
+   source = 
https://xorg.freedesktop.org/archive/individual/app/xprop-1.2.7.tar.xz
+   source = 
https://xorg.freedesktop.org/archive/individual/app/xprop-1.2.7.tar.xz.sig
+   validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
+   sha512sums = 
84ada23660e2aef7024352e1a774f920e86c55fbfda486c087b9f41f8da30a84734fe753b62432f3df16913e86da4a18ce04ca018091d444cef727de97bf94f1
+   sha512sums = SKIP
+
+pkgname = xorg-xprop


=
PKGBUILD
=
@@ -2,17 +2,17 @@
 # Contributor: Jan de Groot 
 
 pkgname=xorg-xprop
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
 pkgdesc="Property displayer for X"
 arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
+url="https://gitlab.freedesktop.org/xorg/app/xprop;
+license=('LicenseRef-xprop')
+depends=('libx11' 'glibc')
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xprop-${pkgver}.tar.xz{,.sig})
-sha512sums=('ab25d4b8bf9de8fb37149060ad4870ffed4d6846ac3b31903a42c36301fcb0d50d3ba15949fdd9079507db97d3f05d4bbd11711d825e5470482cc30772cc3f25'
+sha512sums=('84ada23660e2aef7024352e1a774f920e86c55fbfda486c087b9f41f8da30a84734fe753b62432f3df16913e86da4a18ce04ca018091d444cef727de97bf94f1'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
 #validpgpkeys+=('C383B778255613DFDB409D91DB221A690011') # "Keith Packard 
"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-xprop/-/commit/0ec5545e580e362ebbd081089630017b7e797c80

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




[Git][archlinux/packaging/packages/xorg-xprop] Pushed new tag 1.2.7-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.2.7-1 at Arch Linux / Packaging / Packages / 
xorg-xprop

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




[Git][archlinux/packaging/packages/xorg-xkbutils][main] upgpkg: 1.0.6-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xorg-xkbutils


Commits:
efb80efa by Andreas Radke at 2024-02-04T10:08:36+01:00
upgpkg: 1.0.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = xorg-xkbutils
+   pkgdesc = XKB utility demos
+   pkgver = 1.0.6
+   pkgrel = 1
+   url = https://gitlab.freedesktop.org/xorg/app/xkbutils
+   arch = x86_64
+   groups = xorg-apps
+   groups = xorg
+   license = LicenseRef-xkbutils
+   makedepends = xorg-util-macros
+   makedepends = xorgproto
+   depends = libxaw
+   depends = libxt
+   depends = libx11
+   depends = glibc
+   source = 
https://xorg.freedesktop.org/archive/individual/app/xkbutils-1.0.6.tar.xz
+   source = 
https://xorg.freedesktop.org/archive/individual/app/xkbutils-1.0.6.tar.xz.sig
+   validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
+   sha512sums = 
78fb7ab4ef6642040992529444944080aca7a2ec4118f9a64c45dacc37e4041181df7bcd1f4270e11b9fbc8bd60a131b4702d2aa95741d89c54582ff8a8f896e
+   sha512sums = SKIP
+
+pkgname = xorg-xkbutils


=
PKGBUILD
=
@@ -2,17 +2,17 @@
 # Contributor: Jan de Groot 
 
 pkgname=xorg-xkbutils
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc="XKB utility demos"
 arch=('x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxaw' 'libxt' 'libx11')
+url="https://gitlab.freedesktop.org/xorg/app/xkbutils;
+license=('LicenseRef-xkbutils')
+depends=('libxaw' 'libxt' 'libx11' 'glibc')
 makedepends=('xorg-util-macros' 'xorgproto')
 groups=('xorg-apps' 'xorg')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xkbutils-${pkgver}.tar.xz{,.sig})
-sha512sums=('0d8d460f5e015e9034292688437511068dab61216c2493f2981cfb63aaa012976ac9435c1586a22c0940fbfcb779b48dce9b85832303fe2b854aa945b814ac77'
+sha512sums=('78fb7ab4ef6642040992529444944080aca7a2ec4118f9a64c45dacc37e4041181df7bcd1f4270e11b9fbc8bd60a131b4702d2aa95741d89c54582ff8a8f896e'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-xkbutils/-/commit/efb80efaa38b38307514ffc7d2163125db038d59

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




[Git][archlinux/packaging/packages/xorg-xkbutils] Pushed new tag 1.0.6-1

2024-02-04 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.0.6-1 at Arch Linux / Packaging / Packages / 
xorg-xkbutils

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