[Git][archlinux/packaging/packages/wine] Pushed new tag 9.1-3

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


Felix Yan pushed new tag 9.1-3 at Arch Linux / Packaging / Packages / wine

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




[Git][archlinux/packaging/packages/wine][main] upgpkg: 9.1-3

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / wine


Commits:
b9002eed by Felix Yan at 2024-02-06T09:58:47+02:00
upgpkg: 9.1-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = wine
pkgdesc = A compatibility layer for running Windows programs
pkgver = 9.1
-   pkgrel = 2
+   pkgrel = 3
url = https://www.winehq.org
install = wine.install
arch = x86_64
-   license = LGPL
+   license = LGPL-2.1-or-later
makedepends = autoconf
makedepends = bison
makedepends = perl


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=wine
 pkgver=9.1
-pkgrel=2
+pkgrel=3
 
 _pkgbasever=${pkgver/rc/-rc}
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wine/-/commit/b9002eed1b430d5cd9463a7a1b3b309808835b1e

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




[Git][archlinux/packaging/packages/python-ipykernel][main] upgpkg: 6.29.1-1: Update to 6.29.1

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


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


Commits:
3b5925a6 by Antonio Rojas at 2024-02-06T08:49:20+01:00
upgpkg: 6.29.1-1: Update to 6.29.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-ipykernel
pkgdesc = The ipython kernel for Jupyter
-   pkgver = 6.29.0
+   pkgver = 6.29.1
pkgrel = 1
url = https://pypi.org/project/ipykernel/
arch = any
@@ -25,7 +25,7 @@ pkgbase = python-ipykernel
depends = python-tornado
depends = python-traitlets
optdepends = python-debugpy: debugger support
-   source = 
https://github.com/ipython/ipykernel/archive/v6.29.0/python-ipykernel-6.29.0.tar.gz
-   sha256sums = 
ac16bbd6a064437f99fad745eecff1966c6510c6c6347f6d789a7910c55607fe
+   source = 
https://github.com/ipython/ipykernel/archive/v6.29.1/python-ipykernel-6.29.1.tar.gz
+   sha256sums = 
8f02c85e848332b86a77c4b030dab044c747b1e23411e33f07d02860d14dceab
 
 pkgname = python-ipykernel


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _pyname=ipykernel
 pkgname=python-$_pyname
-pkgver=6.29.0
+pkgver=6.29.1
 pkgrel=1
 pkgdesc='The ipython kernel for Jupyter'
 arch=(any)
@@ -30,7 +30,7 @@ checkdepends=(python-debugpy
   python-pytest-timeout)
 optdepends=('python-debugpy: debugger support')
 
source=(https://github.com/ipython/ipykernel/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ac16bbd6a064437f99fad745eecff1966c6510c6c6347f6d789a7910c55607fe')
+sha256sums=('8f02c85e848332b86a77c4b030dab044c747b1e23411e33f07d02860d14dceab')
 
 build() {
   cd $_pyname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipykernel/-/commit/3b5925a69a72e815e23b9c8346d9a540d13c7fce

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




[Git][archlinux/packaging/packages/python-ipykernel] Pushed new tag 6.29.1-1

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


Antonio Rojas pushed new tag 6.29.1-1 at Arch Linux / Packaging / Packages / 
python-ipykernel

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




[Git][archlinux/packaging/packages/pandoc-cli][main] Use SPDX license identifier

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-cli


Commits:
58f05bb8 by Acid Xeon at 2024-02-06T06:27:16+00:00
Use SPDX license identifier

>From https://github.com/jgm/pandoc#pandoc badge
- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgver=0.1.1.1
 pkgrel=57
 pkgdesc="Conversion between documentation formats"
 url="https://pandoc.org;
-license=("GPL")
+license=("GPL-2.0-or-later")
 arch=('x86_64')
 provides=('pandoc')
 conflicts=('pandoc')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-cli/-/commit/58f05bb8bc2fcf105e843fd180c2ab66c8fa629a

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




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

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


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


Commits:
a742c66d by Caleb Maclennan at 2024-02-06T10:26:57+03:00
upgpkg: 0.2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ruff
pkgdesc = An extremely fast Python linter, written in Rust
-   pkgver = 0.2.0
+   pkgver = 0.2.1
pkgrel = 1
url = https://github.com/astral-sh/ruff
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = ruff
depends = gcc-libs
depends = glibc
options = !lto
-   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.2.0/ruff-0.2.0.tar.gz
-   sha512sums = 
a8ca0d4ce91ee313b2bf2f93002fb7073205668a281be74e85c87f3cdae571ccbb56e4a755100bc6090b29f1f5ab35b7314e29821bc9531c50cde05f58368edc
-   b2sums = 
bbeea3372ce3d7279276a2a3e7b2a0c1c3ea99dd5263adbeb3977304972c1578add9d7d408c18ba31a2a063f64da89c9901d4f711b2ba1c03794f0ea53f97f03
+   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.2.1/ruff-0.2.1.tar.gz
+   sha512sums = 
882db6c23bc22db7f5755ab1f03a8c39ae20b0af0100fdffbf760c3f241ba3f42c8f75fd7bec3e633997584d566c4d7248c564abfff02df2c93a21284ba20bc9
+   b2sums = 
d682b0b5d706047eabdeb16dbad8b3de00f9b63e38b57994037e7ad72fce0155c8dcd1a7a38015525419c868a7de72e687cdb752b542d1429471bc477cec00f7
 
 pkgname = ruff
 


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=ruff
 pkgname=($pkgbase python-$pkgbase)
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc='An extremely fast Python linter, written in Rust'
 arch=(x86_64)
@@ -23,8 +23,8 @@ makedepends=(
 options=(!lto)
 _archive="$pkgbase-$pkgver"
 source=($url/archive/refs/tags/v$pkgver/$_archive.tar.gz)
-sha512sums=('a8ca0d4ce91ee313b2bf2f93002fb7073205668a281be74e85c87f3cdae571ccbb56e4a755100bc6090b29f1f5ab35b7314e29821bc9531c50cde05f58368edc')
-b2sums=('bbeea3372ce3d7279276a2a3e7b2a0c1c3ea99dd5263adbeb3977304972c1578add9d7d408c18ba31a2a063f64da89c9901d4f711b2ba1c03794f0ea53f97f03')
+sha512sums=('882db6c23bc22db7f5755ab1f03a8c39ae20b0af0100fdffbf760c3f241ba3f42c8f75fd7bec3e633997584d566c4d7248c564abfff02df2c93a21284ba20bc9')
+b2sums=('d682b0b5d706047eabdeb16dbad8b3de00f9b63e38b57994037e7ad72fce0155c8dcd1a7a38015525419c868a7de72e687cdb752b542d1429471bc477cec00f7')
 
 prepare() {
   cd "$_archive"



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

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




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

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


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

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




[Git][archlinux/packaging/packages/wine][main] Use SPDX license identifier

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / wine


Commits:
026cca95 by Acid Xeon at 2024-02-06T07:12:00+00:00
Use SPDX license identifier

>From https://gitlab.winehq.org/wine/wine/-/blob/master/LICENSE
- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -23,7 +23,7 @@ pkgdesc="A compatibility layer for running Windows programs"
 url="https://www.winehq.org;
 arch=(x86_64)
 options=(staticlibs !lto)
-license=(LGPL)
+license=(LGPL-2.1-or-later)
 depends=(
   desktop-file-utils
   fontconfig  lib32-fontconfig



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wine/-/commit/026cca95e32ff96634217764e419fc06003300c8

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




[Git][archlinux/packaging/packages/jupyter-nbconvert][main] upgpkg: 7.15.0-1: Update to 7.15.0

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
jupyter-nbconvert


Commits:
311bebf3 by Antonio Rojas at 2024-02-06T08:21:49+01:00
upgpkg: 7.15.0-1: Update to 7.15.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = jupyter-nbconvert
pkgdesc = Jupyter Notebook Conversion
-   pkgver = 7.14.2
+   pkgver = 7.15.0
pkgrel = 1
url = https://pypi.python.org/pypi/nbconvert
arch = any
-   license = BSD
+   license = BSD-3-Clause
checkdepends = python-flaky
checkdepends = python-ipywidgets
checkdepends = python-pyppeteer
@@ -34,7 +34,7 @@ pkgbase = jupyter-nbconvert
depends = python-traitlets
optdepends = pandoc: non-html conversion output
optdepends = python-pyppeteer: for webPDF conversion support
-   source = 
https://github.com/jupyter/nbconvert/archive/v7.14.2/jupyter-nbconvert-7.14.2.tar.gz
-   sha256sums = 
b803d2753360c74d8090e93d4cc06e26f659e02280e96c2f35900f8a9da269b6
+   source = 
https://github.com/jupyter/nbconvert/archive/v7.15.0/jupyter-nbconvert-7.15.0.tar.gz
+   sha256sums = 
7a7b1f0ddf9dccb95d8cb8e3ca90c08f4b7bee51aa2319d77b52bf0dc5fa9d24
 
 pkgname = jupyter-nbconvert


=
PKGBUILD
=
@@ -3,12 +3,12 @@
 
 pkgname=jupyter-nbconvert
 _name=nbconvert
-pkgver=7.14.2
+pkgver=7.15.0
 pkgrel=1
 pkgdesc='Jupyter Notebook Conversion'
 arch=(any)
 url='https://pypi.python.org/pypi/nbconvert'
-license=(BSD)
+license=(BSD-3-Clause)
 depends=(ipython
  jupyter-nbclient
  jupyter-nbformat
@@ -39,7 +39,7 @@ checkdepends=(python-flaky
 optdepends=('pandoc: non-html conversion output'
 'python-pyppeteer: for webPDF conversion support')
 
source=(https://github.com/jupyter/nbconvert/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b803d2753360c74d8090e93d4cc06e26f659e02280e96c2f35900f8a9da269b6')
+sha256sums=('7a7b1f0ddf9dccb95d8cb8e3ca90c08f4b7bee51aa2319d77b52bf0dc5fa9d24')
 
 build() {
   cd nbconvert-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-nbconvert/-/commit/311bebf3181fed0c2c0af949eb41fdab21404245

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




[Git][archlinux/packaging/packages/jupyter-nbconvert] Pushed new tag 7.15.0-1

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


Antonio Rojas pushed new tag 7.15.0-1 at Arch Linux / Packaging / Packages / 
jupyter-nbconvert

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




[Git][archlinux/packaging/packages/libxfce4util][main] upgpkg: 4.18.2-1

2024-02-05 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
libxfce4util


Commits:
025cc81c by Evangelos Foutras at 2024-02-06T09:15:47+02:00
upgpkg: 4.18.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = libxfce4util
+   pkgdesc = Basic utility non-GUI functions for Xfce
+   pkgver = 4.18.2
+   pkgrel = 1
+   url = https://www.xfce.org/
+   arch = x86_64
+   license = GPL2
+   makedepends = intltool
+   makedepends = gobject-introspection
+   makedepends = vala
+   depends = glib2
+   source = 
https://archive.xfce.org/src/xfce/libxfce4util/4.18/libxfce4util-4.18.2.tar.bz2
+   sha256sums = 
d9a329182b78f7e2520cd4aafcbb276bbbf162f6a89191676539ad2e3889c353
+
+pkgname = libxfce4util


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=libxfce4util
-pkgver=4.18.1
+pkgver=4.18.2
 pkgrel=1
 pkgdesc="Basic utility non-GUI functions for Xfce"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL2')
 depends=('glib2')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8a52063a5adc66252238cad9ee6997909b59983ed21c77eb83c5e67829d1b01f')
+sha256sums=('d9a329182b78f7e2520cd4aafcbb276bbbf162f6a89191676539ad2e3889c353')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxfce4util/-/commit/025cc81cdbafae9c32f9e58555614e0866e8de75

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




[Git][archlinux/packaging/packages/libxfce4util] Pushed new tag 4.18.2-1

2024-02-05 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 4.18.2-1 at Arch Linux / Packaging / Packages 
/ libxfce4util

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




[Git][archlinux/packaging/packages/jmol][main] upgpkg: 16.1.53-1: Update to 16.1.53

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


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


Commits:
302be0db by Antonio Rojas at 2024-02-06T08:14:26+01:00
upgpkg: 16.1.53-1: Update to 16.1.53

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = jmol
-   pkgver = 16.1.51
+   pkgver = 16.1.53
pkgrel = 1
url = https://jmol.sourceforge.net
arch = any
license = LGPL-2.1-only
makedepends = unzip
-   source = 
https://sourceforge.net/projects/jmol/files/Jmol/Version%2016.1/Jmol%2016.1.51/Jmol-16.1.51-binary.zip
-   sha256sums = 
521dae66582e79e0db4211daa56a0c2df14366cae5b5f06c1c89d74a94fb8fe8
+   source = 
https://sourceforge.net/projects/jmol/files/Jmol/Version%2016.1/Jmol%2016.1.53/Jmol-16.1.53-binary.zip
+   sha256sums = 
fd1ed661a58df551c48c13ba0bd66fbd8f37a67442e3d211a4bd1e61407033c3
 
 pkgname = jmol
pkgdesc = A Java 3D viewer for chemical structures


=
PKGBUILD
=
@@ -4,14 +4,14 @@
 pkgbase=jmol
 pkgname=(jmol
  jsmol)
-pkgver=16.1.51
+pkgver=16.1.53
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
 license=(LGPL-2.1-only)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.zip)
-sha256sums=('521dae66582e79e0db4211daa56a0c2df14366cae5b5f06c1c89d74a94fb8fe8')
+sha256sums=('fd1ed661a58df551c48c13ba0bd66fbd8f37a67442e3d211a4bd1e61407033c3')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jmol/-/commit/302be0db9e225a8bc114d0b0b504ba54fb5e32c6

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




[Git][archlinux/packaging/packages/jmol] Pushed new tag 16.1.53-1

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


Antonio Rojas pushed new tag 16.1.53-1 at Arch Linux / Packaging / Packages / 
jmol

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




[Git][archlinux/packaging/packages/libxfce4ui][main] upgpkg: 4.18.5-1

2024-02-05 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
libxfce4ui


Commits:
bca30242 by Evangelos Foutras at 2024-02-06T09:13:48+02:00
upgpkg: 4.18.5-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = libxfce4ui
+   pkgdesc = Widgets library for the Xfce desktop environment
+   pkgver = 4.18.5
+   pkgrel = 1
+   url = https://www.xfce.org/
+   arch = x86_64
+   license = GPL2
+   makedepends = intltool
+   makedepends = gobject-introspection
+   makedepends = vala
+   depends = libxfce4util
+   depends = gtk3
+   depends = xfconf
+   depends = libsm
+   depends = startup-notification
+   depends = libgtop
+   depends = libepoxy
+   depends = hicolor-icon-theme
+   source = 
https://archive.xfce.org/src/xfce/libxfce4ui/4.18/libxfce4ui-4.18.5.tar.bz2
+   sha256sums = 
0dbbf7fc6da07fe743cca020280e1f6cc437cba61698bb0694619fbebf4ee7e7
+
+pkgname = libxfce4ui


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Xavier Devlamynck 
 
 pkgname=libxfce4ui
-pkgver=4.18.4
+pkgver=4.18.5
 pkgrel=1
 pkgdesc="Widgets library for the Xfce desktop environment"
 arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('libxfce4util' 'gtk3' 'xfconf' 'libsm' 
'startup-notification'
  'libgtop' 'libepoxy' 'hicolor-icon-theme')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('87eefe797c6d26de3f754de48872faf131f1b5fc93fb88e22f5c7886a842cb4c')
+sha256sums=('0dbbf7fc6da07fe743cca020280e1f6cc437cba61698bb0694619fbebf4ee7e7')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxfce4ui/-/commit/bca3024216bd6ae8d3fb42e7cb6c05d7bd12b1a6

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




[Git][archlinux/packaging/packages/libxfce4ui] Pushed new tag 4.18.5-1

2024-02-05 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 4.18.5-1 at Arch Linux / Packaging / Packages 
/ libxfce4ui

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




[Git][archlinux/packaging/packages/prrte][main] upgpkg: 3.0.3-2

2024-02-05 Thread @lahwaacz


Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
prrte


Commits:
9ee2db38 by Jakub Klinkovský at 2024-02-06T07:22:44+01:00
upgpkg: 3.0.3-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = prrte
pkgdesc = PMIx Reference RunTime Environment
pkgver = 3.0.3
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/openpmix/prrte
arch = x86_64
license = BSD-3-Clause
@@ -10,7 +10,6 @@ pkgbase = prrte
makedepends = libevent
makedepends = openpmix
makedepends = perl
-   conflicts = putty
source = 
prrte-3.0.3.tar.gz::https://github.com/openpmix/prrte/releases/download/v3.0.3/prrte-3.0.3.tar.gz
sha512sums = 
b2443fa225b279ab31a5714b3f89c50e1b12667bc58357f885eee1e4fb8a6d22e533dea5cc2a2b6618334e0ed13b5dbc4c3ea88446dd454480f4300e08293a4d
b2sums = 
5c68f6ca10089cc13fc326c2e65c86254f8063a4b5d3844c26c77d9ed47f4a939d72dd668959f7351a95144bf8c6289b5223cc262c8847913430263bcb6b77ac


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgbase=prrte
 pkgname=(prrte{,-docs})
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="PMIx Reference RunTime Environment"
 arch=(x86_64)
 url="https://github.com/openpmix/prrte;



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

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




[Git][archlinux/packaging/packages/prrte] Pushed new tag 3.0.3-2

2024-02-05 Thread @lahwaacz


Jakub Klinkovský pushed new tag 3.0.3-2 at Arch Linux / Packaging / Packages / 
prrte

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




[Git][archlinux/packaging/packages/prrte][main] Rename pterm to prrte-pterm to avoid conflict with putty

2024-02-05 Thread @lahwaacz


Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
prrte


Commits:
cfc25d91 by Jakub Klinkovský at 2024-02-06T00:05:37+01:00
Rename pterm to prrte-pterm to avoid conflict with putty

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -16,7 +16,6 @@ makedepends=(
   openpmix
   perl
 )
-conflicts=(putty)  # putty also provides a pterm: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prrte/-/issues/1
 
source=($pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
 
sha512sums=('b2443fa225b279ab31a5714b3f89c50e1b12667bc58357f885eee1e4fb8a6d22e533dea5cc2a2b6618334e0ed13b5dbc4c3ea88446dd454480f4300e08293a4d')
 
b2sums=('5c68f6ca10089cc13fc326c2e65c86254f8063a4b5d3844c26c77d9ed47f4a939d72dd668959f7351a95144bf8c6289b5223cc262c8847913430263bcb6b77ac')
@@ -76,6 +75,10 @@ package_prrte() {
 _pick $pkgbase-docs usr/share/{doc,prte/rst}
   )
   install -vDm 644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # avoid a conflict with putty which also provides pterm: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prrte/-/issues/1
+  mv "$pkgdir"/usr/bin/{,prrte-}pterm
+  mv "$pkgdir"/usr/share/man/man1/{,prrte-}pterm.1
 }
 
 package_prrte-docs() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prrte/-/commit/cfc25d916f6f5e2f47cb419b65fd92ec5a17764d

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




[Git][archlinux/packaging/packages/python-aiobotocore][main] 2 commits: Re-enable a test

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


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiobotocore


Commits:
754f132c by Chih-Hsuan Yen at 2024-01-21T14:05:37+08:00
Re-enable a test

Similar to 8636b0ec5de89a7eed4cad2deef9bc00fd17cf22, I dont need to
patch setup.py anymore and the test can be re-enabled

- - - - -
079f10e9 by Chih-Hsuan Yen at 2024-02-06T13:56:30+08:00
upgpkg: 2.11.2-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,16 @@
 pkgbase = python-aiobotocore
pkgdesc = asyncio support for botocore library using aiohttp
-   pkgver = 2.11.0
+   pkgver = 2.11.2
pkgrel = 1
url = https://github.com/aio-libs/aiobotocore
arch = any
-   license = Apache
+   license = Apache-2.0
checkdepends = python-moto
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-dill
+   checkdepends = python-docutils
+   checkdepends = python-pip
checkdepends = python-docker
checkdepends = python-openapi-spec-validator
checkdepends = python-yaml
@@ -27,7 +29,7 @@ pkgbase = python-aiobotocore
depends = python-jmespath
depends = python-multidict
depends = python-urllib3
-   source = 
https://github.com/aio-libs/aiobotocore/archive/2.11.0/python-aiobotocore-2.11.0.tar.gz
-   sha256sums = 
16548fd9beccca212867b0fc2d959b28b164c6b01c26f67c472f8698f8c149b6
+   source = 
https://github.com/aio-libs/aiobotocore/archive/2.11.2/python-aiobotocore-2.11.2.tar.gz
+   sha256sums = 
1af0e2099a2458373221cace8ff4684ea520d3897c898703bb653be9b9306a9d
 
 pkgname = python-aiobotocore


=
PKGBUILD
=
@@ -3,21 +3,22 @@
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
 # https://github.com/aio-libs/aiobotocore/releases
-pkgver=2.11.0
+pkgver=2.11.2
 pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
 url='https://github.com/aio-libs/aiobotocore'
-license=(Apache)
+# https://github.com/aio-libs/aiobotocore/blob/2.11.0/setup.py#L64
+license=('Apache-2.0')
 depends=(python python-aiohttp python-botocore python-wrapt python-aioitertools
  # detected by namcap but not listed in setup.py
  python-dateutil python-jmespath python-multidict python-urllib3)
 makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-moto python-pytest python-pytest-asyncio python-dill
+checkdepends=(python-moto python-pytest python-pytest-asyncio python-dill 
python-docutils python-pip
   # moto optdepends
   python-docker python-openapi-spec-validator python-yaml 
python-flask python-flask-cors)
 
source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('16548fd9beccca212867b0fc2d959b28b164c6b01c26f67c472f8698f8c149b6')
+sha256sums=('1af0e2099a2458373221cace8ff4684ea520d3897c898703bb653be9b9306a9d')
 
 build() {
   cd $_pkgname-$pkgver
@@ -30,11 +31,8 @@ check() {
   export PYTHONPATH="$PWD"
   # test_lambda uses moto.awslambda, which requires a running Docker service
   # See: https://github.com/spulec/moto/issues/3276
-  # test_version checks lower and upper bounds for dependencies in setup.py,
-  # and they are patched away in prepare()
   pytest -m moto tests \
-  --ignore=tests/test_lambda.py \
-  --ignore=tests/test_version.py
+  --ignore=tests/test_lambda.py
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/compare/6fb0d764b7efe822c86fbccadc37b87e9d379a5b...079f10e962ad332d065b0f4b667f778a38948542

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/compare/6fb0d764b7efe822c86fbccadc37b87e9d379a5b...079f10e962ad332d065b0f4b667f778a38948542
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-aiobotocore] Pushed new tag 2.11.2-1

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


Chih-Hsuan Yen pushed new tag 2.11.2-1 at Arch Linux / Packaging / Packages / 
python-aiobotocore

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




[Git][archlinux/packaging/packages/aws-cli][main] upgpkg: 1.32.34-1: bump

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


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
aws-cli


Commits:
d0b5c1c8 by Chih-Hsuan Yen at 2024-02-06T13:56:03+08:00
upgpkg: 1.32.34-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = aws-cli
pkgdesc = Universal Command Line Interface for Amazon Web Services
-   pkgver = 1.32.22
+   pkgver = 1.32.34
pkgrel = 1
url = https://github.com/aws/aws-cli
arch = any
@@ -19,8 +19,8 @@ pkgbase = aws-cli
depends = python-rsa
depends = python-s3transfer
depends = python-yaml
-   source = 
aws-cli-1.32.22.tar.gz::https://github.com/aws/aws-cli/archive/1.32.22.tar.gz
-   md5sums = 3d333fee6fb08d555cf165deeefbea24
-   sha256sums = 
7949a2041fc94ccac5dcfda0cc32d2223b6ec90cef79a2de3526d36f04ffd594
+   source = 
aws-cli-1.32.34.tar.gz::https://github.com/aws/aws-cli/archive/1.32.34.tar.gz
+   md5sums = 97b5ca21d77b6fad0b691d8027b2d78b
+   sha256sums = 
ce32592ecd3dad7ea3643e13f209f24af555c4cab8cb4cc46c3fa33c05c72d1f
 
 pkgname = aws-cli


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.32.22
+pkgver=1.32.34
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -16,8 +16,8 @@ depends=('python' 'python-botocore' 'python-dateutil' 
'python-jmespath'
  'python-s3transfer' 'python-yaml')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('3d333fee6fb08d555cf165deeefbea24')
-sha256sums=('7949a2041fc94ccac5dcfda0cc32d2223b6ec90cef79a2de3526d36f04ffd594')
+md5sums=('97b5ca21d77b6fad0b691d8027b2d78b')
+sha256sums=('ce32592ecd3dad7ea3643e13f209f24af555c4cab8cb4cc46c3fa33c05c72d1f')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli/-/commit/d0b5c1c81fa8b30beb773b25f443ecd784feca36

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




[Git][archlinux/packaging/packages/aws-cli] Pushed new tag 1.32.34-1

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


Chih-Hsuan Yen pushed new tag 1.32.34-1 at Arch Linux / Packaging / Packages / 
aws-cli

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




[Git][archlinux/packaging/packages/python-boto3][main] upgpkg: 1.34.34-1: bump

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


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-boto3


Commits:
7939057a by Chih-Hsuan Yen at 2024-02-06T13:55:38+08:00
upgpkg: 1.34.34-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-boto3
pkgdesc = The AWS SDK for Python
-   pkgver = 1.34.22
+   pkgver = 1.34.34
pkgrel = 1
url = https://github.com/boto/boto3
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-boto3
depends = python-jmespath
depends = python-s3transfer
optdepends = python-awscrt: AWS CRT S3 transfers
-   source = 
python-boto3-1.34.22.tar.gz::https://github.com/boto/boto3/archive/1.34.22.tar.gz
-   sha512sums = 
7a7a5431b2410303688e76c8e48561606d173757ed0fc98d1b0ef7511927f45b8fa9eab9d9baaad04c1c705deddc330d422cbc83bde03b82b194ee55fe3be300
+   source = 
python-boto3-1.34.34.tar.gz::https://github.com/boto/boto3/archive/1.34.34.tar.gz
+   sha512sums = 
d0d9c47550aeb46aa3095d08583931d79fe38da8498a3ece322d7dea07b25c3569f7b44ed2afdb53cae98e4e3c337e8bb91a87c325d88798488e6ba87c73d9cb
 
 pkgname = python-boto3


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Felix Yan 
 
 pkgname=python-boto3
-pkgver=1.34.22
+pkgver=1.34.34
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -16,7 +16,7 @@ optdepends=(
   'python-awscrt: AWS CRT S3 transfers'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('7a7a5431b2410303688e76c8e48561606d173757ed0fc98d1b0ef7511927f45b8fa9eab9d9baaad04c1c705deddc330d422cbc83bde03b82b194ee55fe3be300')
+sha512sums=('d0d9c47550aeb46aa3095d08583931d79fe38da8498a3ece322d7dea07b25c3569f7b44ed2afdb53cae98e4e3c337e8bb91a87c325d88798488e6ba87c73d9cb')
 
 build() {
   cd boto3-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/commit/7939057a57589c9c474244524f50e242457f273a

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




[Git][archlinux/packaging/packages/python-boto3] Pushed new tag 1.34.34-1

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


Chih-Hsuan Yen pushed new tag 1.34.34-1 at Arch Linux / Packaging / Packages / 
python-boto3

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




[Git][archlinux/packaging/packages/python-botocore] Pushed new tag 1.34.34-1

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


Chih-Hsuan Yen pushed new tag 1.34.34-1 at Arch Linux / Packaging / Packages / 
python-botocore

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




[Git][archlinux/packaging/packages/python-botocore][main] upgpkg: 1.34.34-1: bump

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


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-botocore


Commits:
9b7bbeb9 by Chih-Hsuan Yen at 2024-02-06T13:55:08+08:00
upgpkg: 1.34.34-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-botocore
pkgdesc = A low-level interface to a growing number of Amazon Web 
Services
-   pkgver = 1.34.22
+   pkgver = 1.34.34
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -20,9 +20,9 @@ pkgbase = python-botocore
depends = python-jmespath
depends = python-urllib3
optdepends = python-awscrt
-   source = 
python-botocore-1.34.22.tar.gz::https://github.com/boto/botocore/archive/1.34.22.tar.gz
+   source = 
python-botocore-1.34.34.tar.gz::https://github.com/boto/botocore/archive/1.34.34.tar.gz
source = tests-keep-env.diff
-   sha256sums = 
650b6fec934aeddfa2f068366d0abd2c741de3c75f2e3434d32cd32809451a95
+   sha256sums = 
5b83dc27b6669802dd502a950ec1d7e414dd9aeb2ee5bc50184f537805a2c744
sha256sums = 
15c588d3f4cfcc0ef26fc4ff367eb6dc12dc2f303e299cbe397288089ee52a11
 
 pkgname = python-botocore


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=python-botocore
 # https://raw.githubusercontent.com/boto/botocore/develop/CHANGELOG.rst
-pkgver=1.34.22
+pkgver=1.34.34
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
 tests-keep-env.diff)
-sha256sums=('650b6fec934aeddfa2f068366d0abd2c741de3c75f2e3434d32cd32809451a95'
+sha256sums=('5b83dc27b6669802dd502a950ec1d7e414dd9aeb2ee5bc50184f537805a2c744'
 '15c588d3f4cfcc0ef26fc4ff367eb6dc12dc2f303e299cbe397288089ee52a11')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/9b7bbeb95795b16e443052380ffdfff86980da25

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




[Git][archlinux/packaging/packages/pdal] Pushed new tag 2.6.3-1

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


Sven-Hendrik Haase pushed new tag 2.6.3-1 at Arch Linux / Packaging / Packages 
/ pdal

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




[Git][archlinux/packaging/packages/pdal][main] upgpkg: 2.6.3-1

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


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


Commits:
8406526d by Sven-Hendrik Haase at 2024-02-06T04:46:12+01:00
upgpkg: 2.6.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pdal
pkgdesc = A C++ library for translating and manipulating point cloud 
data
-   pkgver = 2.6.2
+   pkgver = 2.6.3
pkgrel = 1
url = http://www.pdal.io
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = pdal
optdepends = sqlite: for the sqlite plugin
optdepends = postgresql-libs: for the postgresql plugin
provides = pdal
-   source = 
https://github.com/PDAL/PDAL/releases/download/2.6.2/PDAL-2.6.2-src.tar.bz2
-   sha512sums = 
4a9c07deaca6fbe994808904a6b90e09beb418155c662369046b6ddea03c8aa57ca2e9b4c2057c8e409bb197b90adb36e334c9c2136034a021be84763fa93551
+   source = 
https://github.com/PDAL/PDAL/releases/download/2.6.3/PDAL-2.6.3-src.tar.bz2
+   sha512sums = 
8bf197d91d9cd986abbe6a5bf4ec054e1648beac2715de499f40db0f9735e5dbb686a63f55b03daeffed3e7ec3d5ee83adbb8572a7dc82d749c67c6c233acab5
 
 pkgname = pdal


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: SaultDon 
 pkgname=pdal
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('python-numpy: for the Python plugin'
 'postgresql-libs: for the postgresql plugin')
 provides=('pdal')
 
source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.bz2;)
-sha512sums=('4a9c07deaca6fbe994808904a6b90e09beb418155c662369046b6ddea03c8aa57ca2e9b4c2057c8e409bb197b90adb36e334c9c2136034a021be84763fa93551')
+sha512sums=('8bf197d91d9cd986abbe6a5bf4ec054e1648beac2715de499f40db0f9735e5dbb686a63f55b03daeffed3e7ec3d5ee83adbb8572a7dc82d749c67c6c233acab5')
 
 build() {
   cd "PDAL-$pkgver-src/"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pdal/-/commit/8406526d34a75a94b2dbba73b8f5086f21d0db30

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




[Git][archlinux/packaging/packages/dbeaver] Pushed new tag 23.3.4-1

2024-02-05 Thread Fabio Castelli (@muflone)


Fabio Castelli pushed new tag 23.3.4-1 at Arch Linux / Packaging / Packages / 
dbeaver

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




[Git][archlinux/packaging/packages/radare2][main] upgpkg: 5.8.8-2: libcapstone.so.5 rebuild

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


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


Commits:
e1cc00e8 by Levente Polyak at 2024-02-06T01:01:00+01:00
upgpkg: 5.8.8-2: libcapstone.so.5 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,42 @@
+pkgbase = radare2
+   pkgdesc = Open-source tools to disasm, debug, analyze and manipulate 
binary files
+   pkgver = 5.8.8
+   pkgrel = 2
+   url = https://radare.org
+   arch = x86_64
+   license = GPL3
+   license = LGPL3
+   makedepends = meson
+   depends = glibc
+   depends = gcc-libs
+   depends = capstone
+   depends = file
+   depends = libuv
+   depends = libzip
+   depends = lz4
+   depends = sh
+   depends = xxhash
+   depends = zlib
+   optdepends = r2ghidra: ghidra decompiler plugin
+   options = !emptydirs
+   source = 
https://github.com/radare/radare2/archive/5.8.8/radare2-5.8.8.tar.gz
+   source = wasm.patch
+   sha512sums = 
38f3373cc3029a7d92e1ae44ab515f0bea4c897cb981a904b40a7e05c04c29786dc8ac2f46fc97b495c4a2ec4905e0e196633dd3144c557c550239c462c9360b
+   sha512sums = 
77728bc0d2cd0eb383ea845923e02bed7e8ce19e2cd7d7170d40eb91a37f85ed8582bf3331dd85be441131c68663782b2acd53192dd2d3dc6e1866c1c916b666
+   b2sums = 
7730bfefba5e5b9196404219800693fe37bf86b97f196b200dfbda913c07001e970c98f4b999a059e9636983b7311880e37f436890a68397d732a5a463ce7015
+   b2sums = 
bbe9118239735e513beab1c8ebc01c2e5330b0f6aba033e25f2e139a21b4c6188690a22cd7742b4e89bc750b309ec27ddb80b33933bb64e0fd704ef36d59989f
+
+pkgname = radare2
+   depends = glibc
+   depends = gcc-libs
+   depends = capstone
+   depends = file
+   depends = libuv
+   depends = libzip
+   depends = lz4
+   depends = sh
+   depends = xxhash
+   depends = zlib
+   depends = libcapstone.so
+   depends = libmagic.so
+   depends = libzip.so


=
PKGBUILD
=
@@ -3,15 +3,26 @@
 
 pkgname=radare2
 pkgver=5.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
 url='https://radare.org'
 arch=('x86_64')
 license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
- 'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv'
- 'libzip.so' 'libmagic.so')
-makedepends=('meson')
+depends=(
+  glibc
+  gcc-libs
+  capstone
+  file
+  libuv
+  libzip
+  lz4
+  sh
+  xxhash
+  zlib
+)
+makedepends=(
+  meson
+)
 optdepends=('r2ghidra: ghidra decompiler plugin')
 options=('!emptydirs')
 
source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
@@ -33,13 +44,12 @@ build() {
   touch libr/config.mk
   arch-meson build \
 -D use_sys_capstone=true \
--D use_capstone_version=v4 \
+-D use_capstone_version=v5 \
 -D use_sys_magic=true \
 -D use_sys_zip=true \
 -D use_sys_zlib=true \
 -D use_sys_lz4=true \
 -D use_sys_xxhash=true \
--D use_sys_openssl=true \
 -D use_libuv=true \
 -D use_webui=true \
 -D want_threads=false
@@ -48,6 +58,12 @@ build() {
 }
 
 package() {
+  depends+=(
+libcapstone.so
+libmagic.so
+libzip.so
+  )
+
   cd ${pkgname}-${pkgver}
   DESTDIR="${pkgdir}" ninja -C build install
   cp -r doc/* "${pkgdir}/usr/share/doc/radare2"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/radare2/-/commit/e1cc00e80c08a0129bfd1d8d2215e9fe5e379625

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




[Git][archlinux/packaging/packages/radare2] Pushed new tag 5.8.8-2

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


Levente Polyak pushed new tag 5.8.8-2 at Arch Linux / Packaging / Packages / 
radare2

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




[Git][archlinux/packaging/packages/darcs] Pushed new tag 2.16.5-237

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


Felix Yan pushed new tag 2.16.5-237 at Arch Linux / Packaging / Packages / darcs

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




[Git][archlinux/packaging/packages/darcs][main] upgpkg: 2.16.5-237: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / darcs


Commits:
9b290175 by Felix Yan at 2024-02-06T01:59:58+02:00
upgpkg: 2.16.5-237: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = darcs
pkgdesc = A distributed, interactive, smart revision control system
pkgver = 2.16.5
-   pkgrel = 236
+   pkgrel = 237
url = http://darcs.net
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=darcs
 pkgver=2.16.5
-pkgrel=236
+pkgrel=237
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")



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

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




[Git][archlinux/packaging/packages/stack][main] upgpkg: 2.7.5-416: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / stack


Commits:
8b8ab7e9 by Felix Yan at 2024-02-06T01:49:43+02:00
upgpkg: 2.7.5-416: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = stack
pkgdesc = The Haskell Tool Stack
pkgver = 2.7.5
-   pkgrel = 415
+   pkgrel = 416
url = https://github.com/commercialhaskell/stack
install = stack.install
arch = x86_64


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.7.5
-pkgrel=415
+pkgrel=416
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")



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

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




[Git][archlinux/packaging/packages/stack] Pushed new tag 2.7.5-416

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


Felix Yan pushed new tag 2.7.5-416 at Arch Linux / Packaging / Packages / stack

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




[Git][archlinux/packaging/packages/hledger-web][main] upgpkg: 1.32.1-21: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
hledger-web


Commits:
558fc4a3 by Felix Yan at 2024-02-06T01:48:25+02:00
upgpkg: 1.32.1-21: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hledger-web
pkgdesc = Web-based user interface for the hledger accounting system
pkgver = 1.32.1
-   pkgrel = 20
+   pkgrel = 21
url = http://hledger.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.32.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger-web/-/commit/558fc4a333c8cbc19626d209d6d250ec903e8544

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




[Git][archlinux/packaging/packages/hledger-web] Pushed new tag 1.32.1-21

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


Felix Yan pushed new tag 1.32.1-21 at Arch Linux / Packaging / Packages / 
hledger-web

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




[Git][archlinux/packaging/packages/arch-hs] Pushed new tag 0.11.1.0-107

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


Felix Yan pushed new tag 0.11.1.0-107 at Arch Linux / Packaging / Packages / 
arch-hs

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




[Git][archlinux/packaging/packages/vhba-module][main] 20211218-179: linux 6.7.4.arch1-1

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


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


Commits:
97a0b38e by Jan Alexander Steffens (heftig) at 2024-02-06T00:45:51+01:00
20211218-179: linux 6.7.4.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = vhba-module
pkgdesc = Kernel module that emulates SCSI devices
pkgver = 20211218
-   pkgrel = 178
+   pkgrel = 179
url = https://cdemu.sourceforge.io/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20211218
-pkgrel=178
+pkgrel=179
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vhba-module/-/commit/97a0b38e5119940fa3f261fcc56505c873d8a1f0

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




[Git][archlinux/packaging/packages/arch-hs][main] upgpkg: 0.11.1.0-107: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / arch-hs


Commits:
7747a7d4 by Felix Yan at 2024-02-06T01:46:29+02:00
upgpkg: 0.11.1.0-107: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = arch-hs
pkgdesc = Distribute hackage packages to archlinux
pkgver = 0.11.1.0
-   pkgrel = 106
+   pkgrel = 107
url = https://github.com/berberman/arch-hs
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.11.1.0
-pkgrel=106
+pkgrel=107
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-hs/-/commit/7747a7d44da0bd449988285a9af507a01967f1d3

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




[Git][archlinux/packaging/packages/vhba-module] Pushed new tag 20211218-179

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


Jan Alexander Steffens (heftig) pushed new tag 20211218-179 at Arch Linux / 
Packaging / Packages / vhba-module

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




[Git][archlinux/packaging/packages/acpi_call] Pushed new tag 1.2.2-184

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


Jan Alexander Steffens (heftig) pushed new tag 1.2.2-184 at Arch Linux / 
Packaging / Packages / acpi_call

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




[Git][archlinux/packaging/packages/nvidia][main] 545.29.06-18: linux 6.7.4.arch1-1

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


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


Commits:
32b9e50e by Jan Alexander Steffens (heftig) at 2024-02-06T00:45:51+01:00
545.29.06-18: linux 6.7.4.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nvidia
pkgdesc = NVIDIA drivers for linux
pkgver = 545.29.06
-   pkgrel = 17
+   pkgrel = 18
url = https://www.nvidia.com/
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=545.29.06
-pkgrel=17
+pkgrel=18
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia/-/commit/32b9e50e54906b62e256ac478052eee092abe6af

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




[Git][archlinux/packaging/packages/acpi_call][main] 1.2.2-184: linux 6.7.4.arch1-1

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


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


Commits:
97f320e2 by Jan Alexander Steffens (heftig) at 2024-02-06T00:45:52+01:00
1.2.2-184: linux 6.7.4.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = acpi_call
pkgdesc = A linux kernel module that enables calls to ACPI methods 
through /proc/acpi/call
pkgver = 1.2.2
-   pkgrel = 183
+   pkgrel = 184
url = https://github.com/nix-community/acpi_call
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=183
+pkgrel=184
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/nix-community/acpi_call'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/acpi_call/-/commit/97f320e26b76cbfcccb4888bed61a75cf1887cc3

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




[Git][archlinux/packaging/packages/virtualbox-host-modules-arch][main] 7.0.14-7: linux 6.7.4.arch1-1

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / virtualbox-host-modules-arch


Commits:
243d86f9 by Jan Alexander Steffens (heftig) at 2024-02-06T00:45:52+01:00
7.0.14-7: linux 6.7.4.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = virtualbox-host-modules-arch
pkgdesc = Virtualbox host kernel modules for Arch Kernel
pkgver = 7.0.14
-   pkgrel = 6
+   pkgrel = 7
url = https://virtualbox.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=7.0.14
-pkgrel=6
+pkgrel=7
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox-host-modules-arch/-/commit/243d86f90ff0fda60156bda2406b489c965fc311

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox-host-modules-arch/-/commit/243d86f90ff0fda60156bda2406b489c965fc311
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/virtualbox-host-modules-arch] Pushed new tag 7.0.14-7

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


Jan Alexander Steffens (heftig) pushed new tag 7.0.14-7 at Arch Linux / 
Packaging / Packages / virtualbox-host-modules-arch

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox-host-modules-arch/-/tree/7.0.14-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hledger-ui] Pushed new tag 1.32.1-19

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


Felix Yan pushed new tag 1.32.1-19 at Arch Linux / Packaging / Packages / 
hledger-ui

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




[Git][archlinux/packaging/packages/hledger-ui][main] upgpkg: 1.32.1-19: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
hledger-ui


Commits:
c159e2d1 by Felix Yan at 2024-02-06T01:46:25+02:00
upgpkg: 1.32.1-19: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hledger-ui
pkgdesc = Curses-style terminal interface for the hledger accounting 
system
pkgver = 1.32.1
-   pkgrel = 18
+   pkgrel = 19
url = http://hledger.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.32.1
-pkgrel=18
+pkgrel=19
 pkgdesc="Curses-style terminal interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger-ui/-/commit/c159e2d112e32fd382db72bf83e2f8f2397ea3d1

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




[Git][archlinux/packaging/packages/nvidia-open][main] 545.29.06-18: linux 6.7.4.arch1-1

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


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


Commits:
920ae96c by Jan Alexander Steffens (heftig) at 2024-02-06T00:45:51+01:00
545.29.06-18: linux 6.7.4.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nvidia-open
pkgdesc = NVIDIA open kernel modules
pkgver = 545.29.06
-   pkgrel = 17
+   pkgrel = 18
url = https://github.com/NVIDIA/open-gpu-kernel-modules
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=545.29.06
-pkgrel=17
+pkgrel=18
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-open/-/commit/920ae96c65be6c0cad5727e741990ce598c57d35

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




[Git][archlinux/packaging/packages/nvidia] Pushed new tag 545.29.06-18

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


Jan Alexander Steffens (heftig) pushed new tag 545.29.06-18 at Arch Linux / 
Packaging / Packages / nvidia

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




[Git][archlinux/packaging/packages/nvidia-open] Pushed new tag 545.29.06-18

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


Jan Alexander Steffens (heftig) pushed new tag 545.29.06-18 at Arch Linux / 
Packaging / Packages / nvidia-open

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




[Git][archlinux/packaging/packages/linux] Pushed new tag 6.7.4.arch1-1

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


Jan Alexander Steffens (heftig) pushed new tag 6.7.4.arch1-1 at Arch Linux / 
Packaging / Packages / linux

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




[Git][archlinux/packaging/packages/linux-zen] Pushed new tag 6.7.4.zen1-1

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


Jan Alexander Steffens (heftig) pushed new tag 6.7.4.zen1-1 at Arch Linux / 
Packaging / Packages / linux-zen

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




[Git][archlinux/packaging/packages/haskell-pantry] Pushed new tag 0.5.7-212

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


Felix Yan pushed new tag 0.5.7-212 at Arch Linux / Packaging / Packages / 
haskell-pantry

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




[Git][archlinux/packaging/packages/haskell-pantry][main] upgpkg: 0.5.7-212: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pantry


Commits:
e79212d4 by Felix Yan at 2024-02-06T01:46:17+02:00
upgpkg: 0.5.7-212: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-pantry
pkgdesc = Content addressable Haskell package management
pkgver = 0.5.7
-   pkgrel = 211
+   pkgrel = 212
url = https://github.com/commercialhaskell/pantry
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.7
-pkgrel=211
+pkgrel=212
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry;
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pantry/-/commit/e79212d4d5d8a5c6b6e8cc3c0e528319af0554c8

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




[Git][archlinux/packaging/packages/bbswitch][main] 0.8-652: linux 6.7.4.arch1-1

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


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


Commits:
2e5db999 by Jan Alexander Steffens (heftig) at 2024-02-06T00:45:51+01:00
0.8-652: linux 6.7.4.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bbswitch
pkgdesc = Kernel module allowing to switch dedicated graphics card on 
Optimus laptops
pkgver = 0.8
-   pkgrel = 651
+   pkgrel = 652
url = https://github.com/Bumblebee-Project/bbswitch
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=651
+pkgrel=652
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="https://github.com/Bumblebee-Project/bbswitch;



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

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




[Git][archlinux/packaging/packages/bbswitch] Pushed new tag 0.8-652

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


Jan Alexander Steffens (heftig) pushed new tag 0.8-652 at Arch Linux / 
Packaging / Packages / bbswitch

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




[Git][archlinux/packaging/packages/broadcom-wl] Pushed new tag 6.30.223.271-528

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


Jan Alexander Steffens (heftig) pushed new tag 6.30.223.271-528 at Arch Linux / 
Packaging / Packages / broadcom-wl

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




[Git][archlinux/packaging/packages/r8168][main] 8.052.01-27: linux 6.7.4.arch1-1

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


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


Commits:
1441515c by Jan Alexander Steffens (heftig) at 2024-02-06T00:45:53+01:00
8.052.01-27: linux 6.7.4.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




[Git][archlinux/packaging/packages/netfilter-fullconenat] Pushed new tag r73.0cf3b48-349

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


Jan Alexander Steffens (heftig) pushed new tag r73.0cf3b48-349 at Arch Linux / 
Packaging / Packages / netfilter-fullconenat

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netfilter-fullconenat/-/tree/r73.0cf3b48-349
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/broadcom-wl][main] 6.30.223.271-528: linux 6.7.4.arch1-1

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


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


Commits:
8e867322 by Jan Alexander Steffens (heftig) at 2024-02-06T00:45:51+01:00
6.30.223.271-528: linux 6.7.4.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = broadcom-wl
pkgdesc = Broadcom 802.11 Linux STA wireless driver
pkgver = 6.30.223.271
-   pkgrel = 527
+   pkgrel = 528
url = 
https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -5,7 +5,7 @@ _kernelname=  # Build against stock -ARCH kernel
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=527
+pkgrel=528
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/broadcom-wl/-/commit/8e8673229a9feef9f6b44aa4fa8337af2f469323

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




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

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


Jan Alexander Steffens (heftig) pushed new tag 8.052.01-27 at Arch Linux / 
Packaging / Packages / r8168

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




[Git][archlinux/packaging/packages/netfilter-fullconenat][main] r73.0cf3b48-349: linux 6.7.4.arch1-1

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


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


Commits:
f55f631b by Jan Alexander Steffens (heftig) at 2024-02-06T00:45:53+01:00
r73.0cf3b48-349: linux 6.7.4.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = netfilter-fullconenat
pkgdesc = A kernel module that turns MASQUERADE into full cone SNAT
pkgver = r73.0cf3b48
-   pkgrel = 348
+   pkgrel = 349
url = https://github.com/Chion82/netfilter-full-cone-nat
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=348
+pkgrel=349
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netfilter-fullconenat/-/commit/f55f631b6f536f6976d56fe8a05634584149d0bd

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




[Git][archlinux/packaging/packages/deepin-anything-arch] Pushed new tag 6.1.2-50

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


Jan Alexander Steffens (heftig) pushed new tag 6.1.2-50 at Arch Linux / 
Packaging / Packages / deepin-anything-arch

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-anything-arch/-/tree/6.1.2-50
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/deepin-anything-arch][main] 6.1.2-50: linux 6.7.4.arch1-1

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / deepin-anything-arch


Commits:
a2ae769a by Jan Alexander Steffens (heftig) at 2024-02-06T00:45:52+01:00
6.1.2-50: linux 6.7.4.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = deepin-anything-arch
pkgdesc = Deepin Anything file search tool, kernel module for Arch 
kernel
pkgver = 6.1.2
-   pkgrel = 49
+   pkgrel = 50
url = https://github.com/linuxdeepin/deepin-anything
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=6.1.2
-pkgrel=49
+pkgrel=50
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-anything-arch/-/commit/a2ae769a1c7217f10aaf80f6d196c2ee46ca48c1

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




[Git][archlinux/packaging/packages/tp_smapi][main] 0.44-35: linux 6.7.4.arch1-1

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


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


Commits:
24c3e8d0 by Jan Alexander Steffens (heftig) at 2024-02-06T00:45:51+01:00
0.44-35: linux 6.7.4.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tp_smapi
pkgdesc = Modules for ThinkPad's SMAPI functionality
pkgver = 0.44
-   pkgrel = 34
+   pkgrel = 35
url = https://github.com/evgeni/tp_smapi
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.44
-pkgrel=34
+pkgrel=35
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 url='https://github.com/evgeni/tp_smapi'
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tp_smapi/-/commit/24c3e8d09c280d8f2a3776a49b2266d72c761f89

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




[Git][archlinux/packaging/packages/tp_smapi] Pushed new tag 0.44-35

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


Jan Alexander Steffens (heftig) pushed new tag 0.44-35 at Arch Linux / 
Packaging / Packages / tp_smapi

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




[Git][archlinux/packaging/packages/hledger] Pushed new tag 1.32.1-16

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


Felix Yan pushed new tag 1.32.1-16 at Arch Linux / Packaging / Packages / 
hledger

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




[Git][archlinux/packaging/packages/hledger][main] upgpkg: 1.32.1-16: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / hledger


Commits:
7b35e46d by Felix Yan at 2024-02-06T01:45:02+02:00
upgpkg: 1.32.1-16: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hledger
pkgdesc = Command-line interface for the hledger accounting system
pkgver = 1.32.1
-   pkgrel = 15
+   pkgrel = 16
url = http://hledger.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=hledger
 pkgver=1.32.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Command-line interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



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

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




[Git][archlinux/packaging/packages/taskell][main] upgpkg: 1.11.4-410: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / taskell


Commits:
fea0de2e by Felix Yan at 2024-02-06T01:44:52+02:00
upgpkg: 1.11.4-410: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = taskell
pkgdesc = A command-line kanban board/task manager
pkgver = 1.11.4
-   pkgrel = 409
+   pkgrel = 410
url = https://hackage.haskell.org/package/taskell
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.11.4
-pkgrel=409
+pkgrel=410
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/taskell/-/commit/fea0de2e30a6beb04595fe7fc5a57cecf21e7585

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




[Git][archlinux/packaging/packages/taskell] Pushed new tag 1.11.4-410

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


Felix Yan pushed new tag 1.11.4-410 at Arch Linux / Packaging / Packages / 
taskell

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




[Git][archlinux/packaging/packages/glirc][main] upgpkg: 2.39.0.1-183: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / glirc


Commits:
05705a91 by Felix Yan at 2024-02-06T01:44:42+02:00
upgpkg: 2.39.0.1-183: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = glirc
pkgdesc = Console IRC client
pkgver = 2.39.0.1
-   pkgrel = 182
+   pkgrel = 183
url = https://github.com/glguy/irc-core
arch = x86_64
license = ISC


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=glirc
 pkgver=2.39.0.1
-pkgrel=182
+pkgrel=183
 pkgdesc="Console IRC client"
 url="https://github.com/glguy/irc-core;
 license=("ISC")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glirc/-/commit/05705a91225607f0376194116049653de6c9b1fb

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




[Git][archlinux/packaging/packages/glirc] Pushed new tag 2.39.0.1-183

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


Felix Yan pushed new tag 2.39.0.1-183 at Arch Linux / Packaging / Packages / 
glirc

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




[Git][archlinux/packaging/packages/pandoc-crossref] Pushed new tag 0.3.16.0-101

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


Felix Yan pushed new tag 0.3.16.0-101 at Arch Linux / Packaging / Packages / 
pandoc-crossref

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




[Git][archlinux/packaging/packages/pandoc-crossref][main] upgpkg: 0.3.16.0-101: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-crossref


Commits:
10e70c17 by Felix Yan at 2024-02-06T01:43:33+02:00
upgpkg: 0.3.16.0-101: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pandoc-crossref
pkgdesc = Pandoc filter for cross-references
pkgver = 0.3.16.0
-   pkgrel = 100
+   pkgrel = 101
url = https://hackage.haskell.org/package/pandoc-crossref
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.16.0
-pkgrel=100
+pkgrel=101
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-crossref/-/commit/10e70c17d955b4a9039bc54624edcd81ff4b97d6

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




[Git][archlinux/packaging/packages/mighttpd2][main] upgpkg: 4.0.3-85: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / mighttpd2


Commits:
33e34470 by Felix Yan at 2024-02-06T01:43:23+02:00
upgpkg: 4.0.3-85: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mighttpd2
pkgdesc = High performance web server on WAI/warp
pkgver = 4.0.3
-   pkgrel = 84
+   pkgrel = 85
url = https://kazu-yamamoto.github.io/mighttpd2/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=mighttpd2
 pkgver=4.0.3
-pkgrel=84
+pkgrel=85
 pkgdesc="High performance web server on WAI/warp"
 url="https://kazu-yamamoto.github.io/mighttpd2/;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mighttpd2/-/commit/33e344706ebf966ed378dd959f62a90d51f617ea

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




[Git][archlinux/packaging/packages/mighttpd2] Pushed new tag 4.0.3-85

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


Felix Yan pushed new tag 4.0.3-85 at Arch Linux / Packaging / Packages / 
mighttpd2

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




[Git][archlinux/packaging/packages/haskell-optparse-simple][main] upgpkg: 0.1.1.4-303: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-optparse-simple


Commits:
6b7b42b9 by Felix Yan at 2024-02-06T01:42:58+02:00
upgpkg: 0.1.1.4-303: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-optparse-simple
pkgdesc = Simple interface to optparse-applicative
pkgver = 0.1.1.4
-   pkgrel = 302
+   pkgrel = 303
url = https://hackage.haskell.org/package/optparse-simple
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.1.1.4
-pkgrel=302
+pkgrel=303
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-optparse-simple/-/commit/6b7b42b97157c9e3db58a021fe23acd66685d865

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




[Git][archlinux/packaging/packages/haskell-optparse-simple] Pushed new tag 0.1.1.4-303

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


Felix Yan pushed new tag 0.1.1.4-303 at Arch Linux / Packaging / Packages / 
haskell-optparse-simple

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-optparse-simple/-/tree/0.1.1.4-303
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-yesod-auth][main] upgpkg: 1.6.11.2-37: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-yesod-auth


Commits:
61f17a08 by Felix Yan at 2024-02-06T01:42:41+02:00
upgpkg: 1.6.11.2-37: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-yesod-auth
pkgdesc = Authentication for Yesod.
pkgver = 1.6.11.2
-   pkgrel = 36
+   pkgrel = 37
url = http://www.yesodweb.com/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.11.2
-pkgrel=36
+pkgrel=37
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-auth/-/commit/61f17a08028bdfe1f00a43b7523fe352d0ae369c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-auth/-/commit/61f17a08028bdfe1f00a43b7523fe352d0ae369c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-yesod-auth] Pushed new tag 1.6.11.2-37

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


Felix Yan pushed new tag 1.6.11.2-37 at Arch Linux / Packaging / Packages / 
haskell-yesod-auth

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-auth/-/tree/1.6.11.2-37
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pandoc-plot][main] upgpkg: 1.8.0-39: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-plot


Commits:
89d72061 by Felix Yan at 2024-02-06T01:42:06+02:00
upgpkg: 1.8.0-39: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pandoc-plot
pkgdesc = A Pandoc filter to include figures generated from code blocks 
using your plotting toolkit of choice.
pkgver = 1.8.0
-   pkgrel = 38
+   pkgrel = 39
url = https://github.com/LaurentRDC/pandoc-plot#readme
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-plot
 pkgver=1.8.0
-pkgrel=38
+pkgrel=39
 pkgdesc="A Pandoc filter to include figures generated from code blocks using 
your plotting toolkit of choice."
 url="https://github.com/LaurentRDC/pandoc-plot#readme;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-plot/-/commit/89d720619637f4293e2eda7e44ccc1431cc8f848

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




[Git][archlinux/packaging/packages/pandoc-plot] Pushed new tag 1.8.0-39

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


Felix Yan pushed new tag 1.8.0-39 at Arch Linux / Packaging / Packages / 
pandoc-plot

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




[Git][archlinux/packaging/packages/haskell-githash] Pushed new tag 0.1.6.3-112

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


Felix Yan pushed new tag 0.1.6.3-112 at Arch Linux / Packaging / Packages / 
haskell-githash

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




[Git][archlinux/packaging/packages/haskell-githash][main] upgpkg: 0.1.6.3-112: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-githash


Commits:
a0c5e560 by Felix Yan at 2024-02-06T01:42:00+02:00
upgpkg: 0.1.6.3-112: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-githash
pkgdesc = Some handy Template Haskell splices for including the current 
git hash and branch in the code of your project
pkgver = 0.1.6.3
-   pkgrel = 111
+   pkgrel = 112
url = https://github.com/snoyberg/githash
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=githash
 pkgname=haskell-githash
 pkgver=0.1.6.3
-pkgrel=111
+pkgrel=112
 pkgdesc="Some handy Template Haskell splices for including the current git 
hash and branch in the code of your project"
 url="https://github.com/snoyberg/githash;
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-githash/-/commit/a0c5e5602a9b054a22dece6822c90df6475c243e

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




[Git][archlinux/packaging/packages/dhall-lsp-server][main] upgpkg: 1.1.2-169: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
dhall-lsp-server


Commits:
671b416e by Felix Yan at 2024-02-06T01:41:46+02:00
upgpkg: 1.1.2-169: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = dhall-lsp-server
pkgdesc = Language Server Protocol (LSP) server for Dhall
pkgver = 1.1.2
-   pkgrel = 168
+   pkgrel = 169
url = 
https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme
arch = x86_64
license = custom:MIT


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=dhall-lsp-server
 pkgver=1.1.2
-pkgrel=168
+pkgrel=169
 pkgdesc="Language Server Protocol (LSP) server for Dhall"
 
url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme;
 license=("custom:MIT")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dhall-lsp-server/-/commit/671b416e64b251aa1ba3dc58b18bdaf61845c588

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dhall-lsp-server/-/commit/671b416e64b251aa1ba3dc58b18bdaf61845c588
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dhall-lsp-server] Pushed new tag 1.1.2-169

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


Felix Yan pushed new tag 1.1.2-169 at Arch Linux / Packaging / Packages / 
dhall-lsp-server

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dhall-lsp-server/-/tree/1.1.2-169
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xmobar][main] upgpkg: 0.46-118: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / xmobar


Commits:
139a1575 by Felix Yan at 2024-02-06T01:41:43+02:00
upgpkg: 0.46-118: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xmobar
pkgdesc = Minimalistic Text Based Status Bar
pkgver = 0.46
-   pkgrel = 117
+   pkgrel = 118
url = https://codeberg.org/xmobar/xmobar
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.46
-pkgrel=117
+pkgrel=118
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://codeberg.org/xmobar/xmobar'
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmobar/-/commit/139a1575037ff8daf0370e98837cc0a92fe3f11a

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




[Git][archlinux/packaging/packages/xmobar] Pushed new tag 0.46-118

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


Felix Yan pushed new tag 0.46-118 at Arch Linux / Packaging / Packages / xmobar

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




[Git][archlinux/packaging/packages/pandoc-cli][main] upgpkg: 0.1.1.1-57: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-cli


Commits:
1066bc1e by Felix Yan at 2024-02-06T01:41:33+02:00
upgpkg: 0.1.1.1-57: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pandoc-cli
pkgdesc = Conversion between documentation formats
pkgver = 0.1.1.1
-   pkgrel = 56
+   pkgrel = 57
url = https://pandoc.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-cli
 pkgver=0.1.1.1
-pkgrel=56
+pkgrel=57
 pkgdesc="Conversion between documentation formats"
 url="https://pandoc.org;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-cli/-/commit/1066bc1e326a70b16c0e2537e77f7c2ae3b2f812

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




[Git][archlinux/packaging/packages/pandoc-cli] Pushed new tag 0.1.1.1-57

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


Felix Yan pushed new tag 0.1.1.1-57 at Arch Linux / Packaging / Packages / 
pandoc-cli

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




[Git][archlinux/packaging/packages/haskell-wai-app-file-cgi] Pushed new tag 3.1.10-166

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


Felix Yan pushed new tag 3.1.10-166 at Arch Linux / Packaging / Packages / 
haskell-wai-app-file-cgi

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wai-app-file-cgi/-/tree/3.1.10-166
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-wai-app-file-cgi][main] upgpkg: 3.1.10-166: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-wai-app-file-cgi


Commits:
3a49d94b by Felix Yan at 2024-02-06T01:41:25+02:00
upgpkg: 3.1.10-166: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-wai-app-file-cgi
pkgdesc = File/CGI/Rev Proxy App of WAI
pkgver = 3.1.10
-   pkgrel = 165
+   pkgrel = 166
url = http://www.mew.org/~kazu/proj/mighttpd/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=wai-app-file-cgi
 pkgname=haskell-wai-app-file-cgi
 pkgver=3.1.10
-pkgrel=165
+pkgrel=166
 pkgdesc="File/CGI/Rev Proxy App of WAI"
 url="http://www.mew.org/~kazu/proj/mighttpd/;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wai-app-file-cgi/-/commit/3a49d94b3539ff42c0376bcfc9989b43a9c11d27

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wai-app-file-cgi/-/commit/3a49d94b3539ff42c0376bcfc9989b43a9c11d27
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dhall-yaml][main] upgpkg: 1.2.11-151: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
dhall-yaml


Commits:
95f232e5 by Felix Yan at 2024-02-06T01:41:21+02:00
upgpkg: 1.2.11-151: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = dhall-yaml
pkgdesc = Convert between Dhall and YAML
pkgver = 1.2.11
-   pkgrel = 150
+   pkgrel = 151
url = https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=dhall-yaml
 pkgver=1.2.11
-pkgrel=150
+pkgrel=151
 pkgdesc="Convert between Dhall and YAML"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml;
 license=("GPL3")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dhall-yaml/-/commit/95f232e562e25f44e98554e6da14b1b11f68f081

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




[Git][archlinux/packaging/packages/dhall-yaml] Pushed new tag 1.2.11-151

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


Felix Yan pushed new tag 1.2.11-151 at Arch Linux / Packaging / Packages / 
dhall-yaml

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




[Git][archlinux/packaging/packages/taffybar][main] upgpkg: 4.0.1-64: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / taffybar


Commits:
a2e7f210 by Felix Yan at 2024-02-06T01:41:05+02:00
upgpkg: 4.0.1-64: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = taffybar
pkgdesc = A desktop bar similar to xmobar, but with more GUI
pkgver = 4.0.1
-   pkgrel = 63
+   pkgrel = 64
url = https://github.com/taffybar/taffybar
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=taffybar
 pkgver=4.0.1
-pkgrel=63
+pkgrel=64
 pkgdesc="A desktop bar similar to xmobar, but with more GUI"
 url="https://github.com/taffybar/taffybar;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/taffybar/-/commit/a2e7f210f056bb8cba0398ed4f2a1a230561369a

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




[Git][archlinux/packaging/packages/taffybar] Pushed new tag 4.0.1-64

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


Felix Yan pushed new tag 4.0.1-64 at Arch Linux / Packaging / Packages / 
taffybar

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




[Git][archlinux/packaging/packages/haskell-aws][main] upgpkg: 0.24-108: rebuild with crypton-connection 0.3.2

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-aws


Commits:
308f1390 by Felix Yan at 2024-02-06T01:40:46+02:00
upgpkg: 0.24-108: rebuild with crypton-connection 0.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-aws
pkgdesc = Amazon Web Services (AWS) for Haskell
pkgver = 0.24
-   pkgrel = 107
+   pkgrel = 108
url = https://github.com/aristidb/aws
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.24
-pkgrel=107
+pkgrel=108
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-aws/-/commit/308f13903a3369febf5e945a57989b473d377a99

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




[Git][archlinux/packaging/packages/haskell-aws] Pushed new tag 0.24-108

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


Felix Yan pushed new tag 0.24-108 at Arch Linux / Packaging / Packages / 
haskell-aws

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




  1   2   3   >