[Git][archlinux/packaging/packages/aerc][main] upgpkg: 0.15.2-3: use LIBEXECDIR to set libexec dir

2023-09-04 Thread Evangelos Foutras (@foutrelis)


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


Commits:
048bb7a3 by Evangelos Foutras at 2023-09-05T08:39:47+03:00
upgpkg: 0.15.2-3: use LIBEXECDIR to set libexec dir

Using sed on the Makefile had the unindented side-effect of changing
config.libexecDir to config.libDir making aerc unable to run filters.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=aerc
 pkgver=0.15.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Email Client for your Terminal'
 arch=('x86_64')
 url='https://git.sr.ht/~rjarry/aerc'
@@ -26,12 +26,11 @@ build() {
 export CGO_CPPFLAGS="${CPPFLAGS}"
 export CGO_CXXFLAGS="${CXXFLAGS}"
 export GOFLAGS="-buildmode=pie -trimpath -modcacherw -tags=notmuch"
-sed -i "s/libexec/lib/" Makefile
-make PREFIX=/usr
+make PREFIX=/usr LIBEXECDIR=/usr/lib/aerc
 }
 
 package() {
 cd "$srcdir/$pkgname-$pkgver"
-make PREFIX=/usr DESTDIR=$pkgdir install
+make PREFIX=/usr LIBEXECDIR=/usr/lib/aerc DESTDIR=$pkgdir install
 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/aerc/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aerc/-/commit/048bb7a35bf734eaa85eeebdf5ab3e8566f40e52

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




[Git][archlinux/packaging/packages/aerc] Pushed new tag 0.15.2-3

2023-09-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.15.2-3 at Arch Linux / Packaging / Packages 
/ aerc

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




[Git][archlinux/packaging/packages/vim][main] Move perl back into optdeps

2023-09-04 Thread Evangelos Foutras (@foutrelis)


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


Commits:
2b38e965 by Evangelos Foutras at 2023-09-05T08:00:19+03:00
Move perl back into optdeps

The --enable-perlinterp=dynamic option works again after these fixes:

- https://github.com/vim/vim/commit/55460da26c27
- https://github.com/vim/vim/commit/7a9d1aa878d8

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -131,13 +131,11 @@ package_vim-runtime() {
 }
 
 package_vim() {
-  # TODO: move perl back into optdeps after --enable-perlinterp=dynamic
-  #   starts working again (https://github.com/vim/vim/issues/10512)
-  depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'acl' 'glibc' 'libgcrypt' 
'zlib' 'perl')
+  depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'acl' 'glibc' 'libgcrypt' 
'zlib')
   optdepends=('python: Python language support'
   'ruby: Ruby language support'
   'lua: Lua language support'
-  #'perl: Perl language support'
+  'perl: Perl language support'
   'tcl: Tcl language support')
   conflicts=('gvim' 'vim-minimal')
   provides=('xxd' 'vim-minimal' 'vim-plugin-runtime')
@@ -170,14 +168,12 @@ package_vim() {
 
 package_gvim() {
   pkgdesc+=' (with advanced features, such as a GUI)'
-  # TODO: move perl back into optdeps after --enable-perlinterp=dynamic
-  #   starts working again (https://github.com/vim/vim/issues/10512)
   depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'libxt' 'gtk3' 'glibc' 
'libgcrypt'
-   'zlib' 'libcanberra' 'perl')
+   'zlib' 'libcanberra')
   optdepends=('python: Python language support'
   'ruby: Ruby language support'
   'lua: Lua language support'
-  #'perl: Perl language support'
+  'perl: Perl language support'
   'tcl: Tcl language support')
   provides=("vim=${pkgver}-${pkgrel}" "xxd" 'vim-plugin-runtime')
   conflicts=('vim-minimal' 'vim')



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

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




[Git][archlinux/packaging/packages/thrift][main] upgpkg: 0.19.0-1

2023-09-04 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
thrift


Commits:
1e61879e by Anatol Pomozov at 2023-09-04T21:26:24-07:00
upgpkg: 0.19.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,7 +7,7 @@
 # the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
 
 pkgname=thrift
-pkgver=0.18.1
+pkgver=0.19.0
 pkgrel=1
 pkgdesc='Scalable cross-language services framework for IPC/RPC'
 arch=(x86_64)
@@ -18,9 +18,8 @@ makedepends=(qt5-base boost libevent emacs-nox)
 optdepends=(
   'qt5-base: TQTcpServer (Qt5) support'
 )
-options=(!lto) # https://issues.apache.org/jira/browse/THRIFT-5498
-source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/v$pkgver.zip)
-sha256sums=('5f803ff19acd6dc0e3857bbe46e1b01ba18526ea41342a36ab17ef18ede92017')
+source=(https://dlcdn.apache.org/thrift/$pkgver/thrift-$pkgver.tar.gz)
+sha256sums=('d49c896c2724a78701e05cfccf6cf70b5db312d82a17efe951b441d300ccf275')
 
 build() {
   cd thrift-$pkgver



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

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




[Git][archlinux/packaging/packages/thrift] Pushed new tag 0.19.0-1

2023-09-04 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.19.0-1 at Arch Linux / Packaging / Packages / 
thrift

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




[Git][archlinux/packaging/packages/python-thrift][main] upgpkg: 0.19.0-1

2023-09-04 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
python-thrift


Commits:
d1c7a32c by Anatol Pomozov at 2023-09-04T21:19:01-07:00
upgpkg: 0.19.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,16 +1,16 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=python-thrift
-pkgver=0.18.1
-pkgrel=3
+pkgver=0.19.0
+pkgrel=1
 pkgdesc='Python bindings for the Apache Thrift RPC system'
 arch=(x86_64)
 license=(Apache)
 url='https://thrift.apache.org/'
 depends=(python python-six)
 makedepends=(python-setuptools)
-source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
-sha256sums=('5f803ff19acd6dc0e3857bbe46e1b01ba18526ea41342a36ab17ef18ede92017')
+source=(https://dlcdn.apache.org/thrift/$pkgver/thrift-$pkgver.tar.gz)
+sha256sums=('d49c896c2724a78701e05cfccf6cf70b5db312d82a17efe951b441d300ccf275')
 
 check() {
   cd thrift-$pkgver/lib/py



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

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




[Git][archlinux/packaging/packages/python-thrift] Pushed new tag 0.19.0-1

2023-09-04 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.19.0-1 at Arch Linux / Packaging / Packages / 
python-thrift

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




[Git][archlinux/packaging/packages/xandikos] Pushed new tag 0.2.10-1

2023-09-04 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 0.2.10-1 at Arch Linux / Packaging / Packages 
/ xandikos

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




[Git][archlinux/packaging/packages/onevpl-intel-gpu] Pushed new tag 23.3.2-1

2023-09-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 23.3.2-1 at Arch Linux / Packaging / Packages / 
onevpl-intel-gpu

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




[Git][archlinux/packaging/packages/onevpl-intel-gpu][main] upgpkg: 23.3.2-1

2023-09-04 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
onevpl-intel-gpu


Commits:
195818fc by Daniel Bermond at 2023-09-04T22:38:25-03:00
upgpkg: 23.3.2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=onevpl-intel-gpu
-pkgver=23.3.1
+pkgver=23.3.2
 pkgrel=1
 pkgdesc='oneVPL runtime implementation for Intel GPUs (Tiger Lake and newer)'
 arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('intel-media-driver' 'libdrm' 'libva')
 makedepends=('cmake')
 
source=("https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-${pkgver}/${pkgname}-${pkgver}.tar.gz;
 '010-onevpl-intel-gpu-disable-verbose-makefile.patch')
-sha256sums=('51052b2cb0c1d0e628aa1e04b19ffdcd5098993c6c368045a79d87d21ca4ebe5'
+sha256sums=('311658f18b45645ffa9337a6307d59a1025b6f77f8fe122c332f536a14e1ef44'
 'c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onevpl-intel-gpu/-/commit/195818fc46321997a81f39ba527dc88278023337

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/onevpl-intel-gpu/-/commit/195818fc46321997a81f39ba527dc88278023337
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gopass] Pushed new tag 1.15.7-2

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.15.7-2 at Arch Linux / Packaging / Packages / 
gopass

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




[Git][archlinux/packaging/packages/gopass][main] upgpkg: 1.15.7-2: Add wl-clipboard as optdepends - FS#73893

2023-09-04 Thread Robin Candau (@antiz)


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


Commits:
49be7140 by Robin Candau at 2023-09-05T02:25:31+02:00
upgpkg: 1.15.7-2: Add wl-clipboard as optdepends - FS#73893

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=gopass
 pkgver=1.15.7
-pkgrel=1
+pkgrel=2
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
 url="https://github.com/gopasspw/gopass;
@@ -10,7 +10,8 @@ license=('MIT')
 makedepends=('go')
 optdepends=('xdotool: for typing passwords selected by dmenu'
 'xsel: clipboard support'
-'xclip: clipboard support')
+'xclip: clipboard support'
+'wl-clipboard: clipboard support (wayland)')
 options=("!lto")
 
source=("https://github.com/gopasspw/gopass/releases/download/v${pkgver}/gopass-${pkgver}.tar.gz;)
 
sha512sums=('12c7c98438a19a400a67ff0c1ef768985398a637145a74d6cce6a58fe35fc5d3395fb11fd5558ec6386cfdd047eefd654cec1c65743c49ce18bf7b7345ae8905')



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

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




[Git][archlinux/packaging/packages/tekton-cli][main] upgpkg: 0.31.2-2: Fix the version output - FS#74361

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
tekton-cli


Commits:
c1effd37 by Robin Candau at 2023-09-05T02:21:00+02:00
upgpkg: 0.31.2-2: Fix the version output -  FS#74361

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=tekton-cli
 pkgver=0.31.2
-pkgrel=1
+pkgrel=2
 pkgdesc="CLI for interacting with the Tekton CI/CD pipeline"
 arch=('x86_64')
 url="https://github.com/tektoncd/cli;
@@ -26,7 +26,7 @@ build() {
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags="-linkmode=external" .
+  go build -ldflags="-linkmode=external -X 
github.com/tektoncd/cli/pkg/cmd/version.clientVersion=${pkgver}" .
   chmod +x ./tkn
   ./tkn completion bash > "${pkgname}-completion.bash"
   ./tkn completion zsh > "${pkgname}-completion.zsh"



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

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




[Git][archlinux/packaging/packages/tekton-cli] Pushed new tag 0.31.2-2

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.31.2-2 at Arch Linux / Packaging / Packages / 
tekton-cli

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




[Git][archlinux/packaging/packages/python-tqdm] Pushed new tag 4.66.1-2

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 4.66.1-2 at Arch Linux / Packaging / Packages / 
python-tqdm

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




[Git][archlinux/packaging/packages/python-tqdm][main] upgpkg: 4.66.1-2: Add bash completions to the package - FS#75588

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-tqdm


Commits:
c85688b2 by Robin Candau at 2023-09-05T02:07:29+02:00
upgpkg: 4.66.1-2: Add bash completions to the package - FS#75588

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=python-tqdm
 pkgver=4.66.1
 _commit=4c956c20b83be4312460fc0c4812eeb3fef5e7df
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
 license=('MIT' 'MPL')
@@ -13,7 +13,7 @@ depends=('python')
 optdepends=('python-requests: telegram')
 makedepends=('git' 'python-setuptools-scm' 'python-toml' 'python-build' 
'python-installer' 'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy' 'python-pandas' 'python-rich' 'python-dask' 'tk' 'python-keras')
-source=("git+https://github.com/tqdm/tqdm.git#commit=$_commit;)
+source=("git+https://github.com/tqdm/tqdm.git#commit=${_commit};)
 sha512sums=('SKIP')
 
 build() {
@@ -38,8 +38,9 @@ check() {
 
 package() {
   cd tqdm
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENCE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+  install -Dm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+  install -Dm 644 tqdm/completion.sh 
"${pkgdir}/usr/share/bash-completion/completions/tqdm"
 }
 
 # vim:set ts=2 sw=2 et:



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

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




[Git][archlinux/packaging/packages/vis][main] upgpkg: 0.8-2: Make lua-lpeg an optdepends - FS#74815

2023-09-04 Thread Robin Candau (@antiz)


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


Commits:
a4004b37 by Robin Candau at 2023-09-05T01:53:36+02:00
upgpkg: 0.8-2: Make lua-lpeg an optdepends - FS#74815

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,17 +3,18 @@
 pkgname=vis
 _tag='688f730c248343a000801b1a925b6267a9f9e8f6' # git rev-parse v${pkgver}
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
 arch=('x86_64')
 url='https://github.com/martanne/vis#vis-a-vim-like-text-editor'
 depends=('acl' 'libacl.so' 'bash' 'ncurses' 'libncursesw.so' 'libtermkey'
- 'libtermkey.so' 'lua' 'lua-lpeg' 'tre' 'file')
+ 'libtermkey.so' 'lua' 'tre' 'file')
 optdepends=('wl-clipboard: wayland clipboard support'
 'xclip: X11 clipboard support'
-'xsel: X11 clipboard support')
+'xsel: X11 clipboard support'
+'lua-lpeg: syntax highlighting')
 makedepends=('git')
-checkdepends=('vim')
+checkdepends=('vim' 'lua-lpeg')
 license=('custom:ISC')
 backup=('etc/vis/visrc.lua')
 validpgpkeys=('54A47F12462D26A7D078A932C83A52CD1962562C') # Marc André Tanner 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vis/-/commit/a4004b373164b15e32f9575a6567864121ee63d3

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




[Git][archlinux/packaging/packages/vis] Pushed new tag 0.8-2

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.8-2 at Arch Linux / Packaging / Packages / vis

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




[Git][archlinux/packaging/packages/py3status][main] upgpkg: 3.52-2: Fix deps

2023-09-04 Thread Robin Candau (@antiz)


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


Commits:
64689301 by Robin Candau at 2023-09-05T01:26:23+02:00
upgpkg: 3.52-2: Fix deps

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,13 +7,13 @@
 
 pkgname=py3status
 pkgver=3.52
-pkgrel=1
+pkgrel=2
 pkgdesc="An extensible i3status replacement/wrapper written in python"
 url="https://www.ultrabug.fr/tag/py3status/;
 arch=('any')
 license=('BSD')
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools' 'python-hatch')
+depends=('python' 'python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatch')
 checkdepends=('python-pytest')
 optdepends=('i3status: for i3status modules'
 'i3blocks: for i3blocks modules'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/py3status/-/commit/64689301eb5045aa03e4a3af572e8ac09d030367

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




[Git][archlinux/packaging/packages/py3status] Pushed new tag 3.52-2

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 3.52-2 at Arch Linux / Packaging / Packages / 
py3status

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




[Git][archlinux/packaging/packages/archlinux-contrib] Pushed new tag 20221211-2

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 20221211-2 at Arch Linux / Packaging / Packages / 
archlinux-contrib

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




[Git][archlinux/packaging/packages/archlinux-contrib][main] upgpkg: 20221211-2: Add pacman-contrib as optdepends - FS#74560

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
archlinux-contrib


Commits:
4ca9571a by Robin Candau at 2023-09-05T01:22:04+02:00
upgpkg: 20221211-2: Add pacman-contrib as optdepends - FS#74560

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,14 +2,15 @@
 
 pkgname=archlinux-contrib
 pkgver=20221211
-pkgrel=1
+pkgrel=2
 pkgdesc='Collection of contrib scripts used in Arch Linux'
 arch=('any')
 license=('GPL')
 url='https://github.com/archlinux/contrib'
 depends=('python')
 optdepends=('python-requests: for security tracker'
-'jq: for rebuild-todo')
+'jq: for rebuild-todo'
+'pacman-contrib: to enable pacdiff usage in the checkservices 
script')
 
source=("https://github.com/archlinux/contrib/releases/download/${pkgver}/contrib-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16'  # Morten Linderud
   '86CFFCA918CF3AF47147588051E8B148AC34') # Evangelos Foutras



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

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




[Git][archlinux/packaging/packages/python-poetry-dynamic-versioning][main] upgpkg: 1.0.1-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-poetry-dynamic-versioning


Commits:
9148980c by George Rawlinson at 2023-09-05T11:08:59+12:00
upgpkg: 1.0.1-1

* New upstream release.
* Fix failing test due to hardcoded string in tests.

- - - - -


2 changed files:

- PKGBUILD
- + fix-failing-test.patch


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=python-poetry-dynamic-versioning
-pkgver=0.25.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='Plugin for Poetry to enable dynamic versioning based on VCS tags'
 arch=('any')
@@ -27,9 +27,13 @@ checkdepends=(
   'python-pytest'
   'python-pytest-cov'
 )
-_commit='a93a76bd0da7987abf25732023b17e1ec3549aab'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
+_commit='4b305134be9dd3483629ef2d25d180ed2069c065'
+source=(
+  "$pkgname::git+$url#commit=$_commit"
+  'fix-failing-test.patch'
+)
+b2sums=('SKIP'
+
'60d5c434ac3bc87467c8f41f0938f56e0eae818f52d16d66cf3c21394f070e1248b16722a4f19b69422231fe0f1a88b5d10b638b69a03e26073fb821f452a7b5')
 
 pkgver() {
   cd "$pkgname"
@@ -37,6 +41,12 @@ pkgver() {
   git describe --tags | sed 's/^v//'
 }
 
+prepare() {
+  cd "$pkgname"
+
+  patch -p1 -i "$srcdir/fix-failing-test.patch"
+}
+
 build() {
   cd "$pkgname"
 


=
fix-failing-test.patch
=
@@ -0,0 +1,11 @@
+--- a/tests/test_unit.py
 b/tests/test_unit.py
+@@ -124,7 +124,7 @@ def test__enable_in_doc__empty():
+ enable = true
+ 
+ [build-system]
+-requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
++requires = ["poetry-core>=1.0.0", 
"poetry-dynamic-versioning>=1.0.0,<2.0.0"]
+ build-backend = "poetry_dynamic_versioning.backend"
+ """
+ ).lstrip()



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-dynamic-versioning/-/commit/9148980c1e9dc566831d0425581e09aedcf848ac

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-dynamic-versioning/-/commit/9148980c1e9dc566831d0425581e09aedcf848ac
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-poetry-dynamic-versioning] Pushed new tag 1.0.1-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.0.1-1 at Arch Linux / Packaging / Packages / 
python-poetry-dynamic-versioning

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




[Git][archlinux/packaging/packages/python-soupsieve][main] upgpkg: 2.5-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-soupsieve


Commits:
37d4e880 by George Rawlinson at 2023-09-05T11:07:39+12:00
upgpkg: 2.5-1

* New upstream release.
* Symlink license file.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=python-soupsieve
-pkgver=2.4.1
+pkgver=2.5
 pkgrel=1
 pkgdesc='A CSS4 selector implementation for Beautiful Soup'
 arch=('any')
@@ -21,7 +21,7 @@ checkdepends=(
   'python-html5lib'
   'python-lxml'
 )
-_commit='2e66bebb5b5eb2b0824622e17dbdc82ec3459ab3'
+_commit='51ec317ada7e34f70fad6bfddaef8a2cfac1aebd'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')
 
@@ -51,6 +51,9 @@ package() {
 
   python -m installer --destdir="$pkgdir" dist/*.whl
 
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+  # symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s 
"$site_packages/${pkgname#python-}-$pkgver.dist-info/licenses/LICENSE.md" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-soupsieve/-/commit/37d4e880e7c53c9f74d1195d3fc13491a46a4264

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




[Git][archlinux/packaging/packages/python-soupsieve] Pushed new tag 2.5-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.5-1 at Arch Linux / Packaging / Packages / 
python-soupsieve

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




[Git][archlinux/packaging/packages/pulumi][main] upgpkg: 3.80.0-1: New upstream + Add fish completions to the package - FS#76975

2023-09-04 Thread Robin Candau (@antiz)


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


Commits:
95ffce1b by Robin Candau at 2023-09-05T01:06:33+02:00
upgpkg: 3.80.0-1: New upstream + Add fish completions to the package - FS#76975

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Christoph Gysin 
 
 pkgname=pulumi
-pkgver=3.79.0
+pkgver=3.80.0
 pkgrel=1
 pkgdesc='Modern Infrastructure as Code'
 arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache')
 depends=('glibc')
 makedepends=('go')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('17a3bd06b3a96b35b6e4ed672e413b89c08068b2190d6d18ecfdadc48b3a17119802d54677b8547303309f86c5f5abd36dfb90c7a61a1acf91baf4f71011ed0e')
+b2sums=('7d47bbe5b59c19c3e18022e7f3ddff32aec100d12f4af9ea3fe70312fba4c6fb7657f5227f71290ea0185bc0845a7349c8b971bd2191a1e3df7689307d455e33')
 options=('!lto') # disable as soon as LTO problems are resolved
 
 _plugin_dirs=(
@@ -75,6 +75,11 @@ package() {
   install -D -m 644 \
 <("${pkgdir}/usr/bin/${pkgname}" gen-completion zsh) \
 "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+
+  # Generate Fish completion
+  install -D -m 644 \
+<("${pkgdir}/usr/bin/${pkgname}" gen-completion fish) \
+"${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pulumi/-/commit/95ffce1b04e9a81e7c45e10715c303fb3e4a4d96

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




[Git][archlinux/packaging/packages/pulumi] Pushed new tag 3.80.0-1

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 3.80.0-1 at Arch Linux / Packaging / Packages / 
pulumi

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




[Git][archlinux/packaging/packages/cbindgen][main] 0.25.0-1

2023-09-04 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
622835cc by Jan Alexander Steffens (heftig) at 2023-09-05T00:41:24+02:00
0.25.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cbindgen
-pkgver=0.24.6
+pkgver=0.25.0
 pkgrel=1
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen;
@@ -14,10 +14,10 @@ makedepends=(
 )
 checkdepends=(
   cmake
-  cython
+  cython0
   python
 )
-_commit=cbd3541614d03a115c423a683328a78f6935f93d  # tags/v0.24.6^0
+_commit=dd9a550152cd162a3aa01757a55dd22fc56d0d8a  # tags/v0.25.0^0
 source=("git+$url#commit=$_commit")
 b2sums=('SKIP')
 
@@ -51,7 +51,8 @@ check() {
 package() {
   cd cbindgen
   install -Dt "$pkgdir/usr/bin" target/release/cbindgen
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 CHANGES \
+{README,docs,internals}.md
 }
 
 # vim:set sw=2 sts=-1 et



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cbindgen/-/commit/622835ccb27b0129a607e6c7a3d4a1f325576290

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




[Git][archlinux/packaging/packages/cbindgen] Pushed new tag 0.25.0-1

2023-09-04 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/blosc][main] upgpkg: 1.21.5-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
blosc


Commits:
18b06b93 by George Rawlinson at 2023-09-05T10:48:50+12:00
upgpkg: 1.21.5-1

* New upstream release.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=blosc
-pkgver=1.21.4
+pkgver=1.21.5
 pkgrel=1
 pkgdesc='A blocking, shuffling and loss-less compression library'
 arch=('x86_64')
@@ -17,8 +17,8 @@ depends=(
 )
 makedepends=('cmake')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-sha512sums=('cbe8406dc88318a582b6ea5e5ba1a25b66814f741743dd512b1a61664691977bfe0896baf24d2e998cdbb209a3ba83c6eb79e86bc1e7a2eb5ef2cde697e8eb65')
-b2sums=('5b58e5069ed99e67adaef832871d45e4e3b88dede169833b07bb1800d35d6d43909c59645f79c003f9a80604e432c81f7d5da35fd19899fbb0378e81f015b0fa')
+sha512sums=('01e6d80e1114d76c4bd1b413778c293d0455879ec38e1e1ec46e8e7eaf2997b47cc2de35bc52cdc4c2c70341b6f87d70626a9a9c24ffc8b7b170d760efa60c07')
+b2sums=('f56e19146a1522554d5e8de23f580125a6181b50f1898c8e622e8ac50f2f40ab4cdaba62a5a2bc6ff437257550e205090ebe66bb8840202a26567abfc63fbf53')
 
 build() {
   cmake \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blosc/-/commit/18b06b93f01b205ef21232b148a6fee484c2850a

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




[Git][archlinux/packaging/packages/blosc] Pushed new tag 1.21.5-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.21.5-1 at Arch Linux / Packaging / Packages / 
blosc

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




[Git][archlinux/packaging/packages/buf][main] upgpkg: 1.26.1-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
buf


Commits:
7cb0da4e by George Rawlinson at 2023-09-05T10:48:07+12:00
upgpkg: 1.26.1-1

* New upstream release.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=buf
-pkgver=1.25.1
+pkgver=1.26.1
 pkgrel=1
 pkgdesc='A tool for working with Protocol Buffers'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='be32e6a0a9322a85bb814994b0cb4d8ce104da3c'
+_commit='37e7b1138d48ce95671dbdb4c91fd9e914fc60a9'
 source=("$pkgname::git+https://github.com/bufbuild/buf#commit=$_commit;)
 b2sums=('SKIP')
 



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

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




[Git][archlinux/packaging/packages/lzlib][main] upgpkg: 1.13-3: Add manpage to the package

2023-09-04 Thread Robin Candau (@antiz)


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


Commits:
090d67e8 by Robin Candau at 2023-09-05T00:50:06+02:00
upgpkg: 1.13-3: Add manpage to the package

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=lzlib
 pkgver=1.13
-pkgrel=2
+pkgrel=3
 pkgdesc="A library providing in-memory LZMA compression and decompression 
functions"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/lzip/lzlib.html;
@@ -25,7 +25,7 @@ build() {
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install{,-man}
 
   install -Dm755 minilzip "${pkgdir}"/usr/bin/minilzip
   



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lzlib/-/commit/090d67e8ad9b1d0fc1d0bda2815870b09aa3716e

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




[Git][archlinux/packaging/packages/buf] Pushed new tag 1.26.1-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.26.1-1 at Arch Linux / Packaging / Packages / 
buf

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




[Git][archlinux/packaging/packages/lzlib] Pushed new tag 1.13-3

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.13-3 at Arch Linux / Packaging / Packages / lzlib

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




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

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
buildah


Commits:
2e771ae7 by George Rawlinson at 2023-09-05T10:45:26+12:00
upgpkg: 1.31.3-1

* New upstream release.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=buildah
-pkgver=1.31.1
+pkgver=1.31.3
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(crun skopeo slirp4netns)
 makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
 options=(!lto !debug)
-_commit=a3056cacd165979743a9e72618037e7f5a11a6d5   #refs/tags/v1.31.0
+_commit=3ae75d4a4a72228e2eb2f90b29441728bc8af87e   #refs/tags/v1.31.3
 source=(git+https://github.com/containers/buildah.git#commit=$_commit)
 sha512sums=('SKIP')
 



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

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




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

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.31.3-1 at Arch Linux / Packaging / Packages / 
buildah

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




[Git][archlinux/packaging/packages/prometheus-snmp-exporter][main] upgpkg: 0.24.1-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
prometheus-snmp-exporter


Commits:
47cc0276 by George Rawlinson at 2023-09-05T10:45:16+12:00
upgpkg: 0.24.1-1

* New upstream release.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=prometheus-snmp-exporter
 _pkgname=snmp_exporter
-pkgver=0.24.0
+pkgver=0.24.1
 pkgrel=1
 pkgdesc='Prometheus exporter for SNMP metrics'
 arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('git' 'go')
 backup=("etc/conf.d/$pkgname")
 install='package.install'
 options=('!lto')
-_commit='c9fd025309572b81eaca65100de4ca38ea406da9'
+_commit='f8826bcfadf9d93df9516c660fdc1d503f4e0b95'
 source=(
   "$pkgname::git+$url#commit=$_commit"
   'systemd.service'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-snmp-exporter/-/commit/47cc02765e3d530a3f92051d638e4c5dc0397406

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-snmp-exporter/-/commit/47cc02765e3d530a3f92051d638e4c5dc0397406
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/prometheus-snmp-exporter] Pushed new tag 0.24.1-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.24.1-1 at Arch Linux / Packaging / Packages / 
prometheus-snmp-exporter

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




[Git][archlinux/packaging/packages/cloudflared] Pushed new tag 2023.8.2-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2023.8.2-1 at Arch Linux / Packaging / Packages 
/ cloudflared

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




[Git][archlinux/packaging/packages/cloudflared][main] upgpkg: 2023.8.2-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
cloudflared


Commits:
1601f0c2 by George Rawlinson at 2023-09-05T10:44:42+12:00
upgpkg: 2023.8.2-1

* New upstream release.
* We are *still* building the package against Go 1.20.7.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=cloudflared
-pkgver=2023.8.1
+pkgver=2023.8.2
 pkgrel=1
 pkgdesc='Command-line client for Cloudflare Tunnel'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='f2d765351d715b2ba953d70961ffcd7b0b1a687b'
+_commit='569a7c3c9ed02df9d3a8cb4b7b7725f1466c065f'
 source=("$pkgname::git+$url.git#commit=$_commit")
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cloudflared/-/commit/1601f0c2070c72395bfd950cf25552822ce172c1

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




[Git][archlinux/packaging/packages/ruby-pg][main] upgpkg: 1.5.4-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-pg


Commits:
febd4152 by George Rawlinson at 2023-09-05T10:43:07+12:00
upgpkg: 1.5.4-1

* New upstream release.
* Ensure all documentation is moved to correct directory.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _gemname=pg
 pkgname=ruby-$_gemname
-pkgver=1.4.5
+pkgver=1.5.4
 pkgrel=1
 pkgdesc='Ruby interface to the PostgreSQL RDBMS'
 url='https://github.com/ged/ruby-pg'
@@ -12,7 +12,7 @@ license=('custom:BSDL')
 depends=('glibc' 'ruby' 'ruby-rspec-core' 'postgresql-libs')
 makedepends=('git' 'ruby-rdoc')
 options=('!emptydirs')
-_commit='5855e7c199cdb0bee764f2f75e304eb2daa3aca7'
+_commit='635d29e951fe1577a46d52aa16985994e213a0d3'
 source=("$pkgname::git+$url.git#commit=$_commit")
 b2sums=('SKIP')
 
@@ -74,7 +74,7 @@ package() {
 
   # move documentation
   install -vd "$pkgdir/usr/share/doc/$pkgname"
-  mv *.rdoc "$pkgdir/usr/share/doc/$pkgname"
+  mv *.{md,rdoc} "$pkgdir/usr/share/doc/$pkgname"
 
   # move license
   install -vd "$pkgdir/usr/share/licenses/$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-pg/-/commit/febd41529f58c9e2667114a81b2c9d832f27b52a

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




[Git][archlinux/packaging/packages/ruby-pg] Pushed new tag 1.5.4-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.5.4-1 at Arch Linux / Packaging / Packages / 
ruby-pg

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




[Git][archlinux/packaging/packages/miller][main] upgpkg: 6.9.0-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
miller


Commits:
f32c757d by George Rawlinson at 2023-09-05T10:42:11+12:00
upgpkg: 6.9.0-1

* New upstream release.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=miller
-pkgver=6.8.0
+pkgver=6.9.0
 pkgrel=1
 pkgdesc='Name-indexed data processing tool'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
 depends=('glibc')
 makedepends=('go' 'git')
 options=('!lto')
-_commit='af17f681b57395a009df62a5b378d10079377eba'
+_commit='80bb82df6b7ab5e4ed3b3633574bdea60db05c1b'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/miller/-/commit/f32c757d424b25bb6a109ca1cf8c08ecdc8fbfd2

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




[Git][archlinux/packaging/packages/miller] Pushed new tag 6.9.0-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 6.9.0-1 at Arch Linux / Packaging / Packages / 
miller

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




[Git][archlinux/packaging/packages/vaultwarden][main] upgpkg: 1.29.2-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
vaultwarden


Commits:
bc32bdff by George Rawlinson at 2023-09-05T10:39:48+12:00
upgpkg: 1.29.2-1

* New upstream release.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Timothée Ravier https://gitlab.archlinux.org/archlinux/packaging/packages/vaultwarden/-/commit/bc32bdff76997401bbe61e053aa9b9822a5b28de

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




[Git][archlinux/packaging/packages/vaultwarden] Pushed new tag 1.29.2-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.29.2-1 at Arch Linux / Packaging / Packages / 
vaultwarden

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




[Git][archlinux/packaging/packages/vaultwarden-web][main] upgpkg: 2023.8.2-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
vaultwarden-web


Commits:
09f0d70d by George Rawlinson at 2023-09-05T10:38:48+12:00
upgpkg: 2023.8.2-1

* New upstream release.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,11 +3,11 @@
 # Contributor: Markus Richter 
 
 pkgname=vaultwarden-web
-_pkgver=2023.5.0
-pkgver=2023.5.0
+_pkgver=2023.8.2
+pkgver=2023.8.2
 _upstreamver=${_pkgver%[[:lower:]]}
 #_patchver=$_upstreamver
-_patchver=2023.5.0 # almost always out of sync now
+_patchver=2023.8.2 # almost always out of sync now
 pkgrel=1
 pkgdesc='Bitwarden web vault with the patches to make it work with Vaultwarden'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vaultwarden-web/-/commit/09f0d70d35eb2fa137095b096135cf78a5b85b3d

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




[Git][archlinux/packaging/packages/vaultwarden-web] Pushed new tag 2023.8.2-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2023.8.2-1 at Arch Linux / Packaging / Packages 
/ vaultwarden-web

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




[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.118.2-2: Remove pygments optdepends - FS#76366

2023-09-04 Thread Robin Candau (@antiz)


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


Commits:
206a9e5b by Robin Candau at 2023-09-05T00:40:14+02:00
upgpkg: 0.118.2-2: Remove pygments optdepends - FS#76366

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,15 +6,14 @@
 
 pkgname=hugo
 pkgver=0.118.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
 url="https://gohugo.io/;
 license=('Apache')
 depends=('glibc')
 makedepends=('go' 'git')
-optdepends=('python-pygments: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
+optdepends=('python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
 
sha512sums=('decda9097ae3e9942524457527ecd2a1d0c8555b5909c676f2bcc16ca5052453a64366f3dbe5eeb2ef0930b65edd52d9963c967cf28f0b149fb410aa5811ac78')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/206a9e5bb805d865e00c613f375fd28a04977d79

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




[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.118.2-2

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.118.2-2 at Arch Linux / Packaging / Packages / 
hugo

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




[Git][archlinux/packaging/packages/wallabag] Pushed new tag 2.6.5-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.6.5-1 at Arch Linux / Packaging / Packages / 
wallabag

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




[Git][archlinux/packaging/packages/wallabag][main] upgpkg: 2.6.5-1

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
wallabag


Commits:
e1996562 by George Rawlinson at 2023-09-05T10:37:16+12:00
upgpkg: 2.6.5-1

* New upstream release.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schmitt (philippschmittco)
 
 pkgname=wallabag
-pkgver=2.6.4
+pkgver=2.6.5
 pkgrel=1
 pkgdesc='Self hostable application for saving web pages'
 arch=('any')
@@ -30,10 +30,10 @@ source=(
   'sysusers.conf'
   'tmpfiles.conf'
 )
-sha512sums=('b48b66f754cd6e7c6718436f9d606ffb08c883e81da06a5a271bcaa6e40be825186450b7d880c74f5fe4c4f9132ba9fc520908aff44b7de3f18baaa56f1c7677'
+sha512sums=('8ed1f3df6a3d287c476dc32be79b8334dc93ecb8d6833fcb955a88ea8d8c970c76bfb0bba7b19b41e2eae7de23556e3fb65f8824d165f9385ad10fc10bd0c782'
 
'ca908931c495211128686209444df943634ddae2b143f7ff2c01367041d0dbf2e33c8020d65dcc2b087c0b834fb1b10f20fe80ba04a4323ed8aeb9118596184f'
 
'5f7afac354f496d0f3507b771774fe192f124365c92b016f752b02bacccfe785f189374ed68a3bb9adc7024d4878490c279318642d3b1a6ccdc90939631f1d3e')
-b2sums=('8f0e1aec96ff659ac000f2671c099d8d1cc8bcab67662a95c6bbacc178e4b892c51b492156c3230598180467d163161b85a9e372b284ef431cd015f9d895c53a'
+b2sums=('def7533028e76dc5b2a6ec7b40281ee517879bb27b8c898079c6a32af98ce113471b3155f816cbde806cd2f79550be0e39c1f58cea066e3222988ad6e38981d3'
 
'a54033dcdaf35462252f6252f990ee7808ee36ac83bcf16b3ec473f7003f0ae5b7e361dacadeef3f0b52ab0abb24cfe44983ab580fbdc5b6b9f7c2f7faf24254'
 
'3105875aae0131ae9728f96bde67917ad2906a08dd9dfe908dd193e48158cad600e4225523c088d6ce99aa8f9b5e779b3a6bb469b3f083acabe23004eac6ff12')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wallabag/-/commit/e19965623d4694af8eda6942c709a1b5e87315d0

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




[Git][archlinux/packaging/packages/gnome-boxes] Pushed new tag 44.3-1

2023-09-04 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 44.3-1 at Arch Linux / Packaging 
/ Packages / gnome-boxes

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




[Git][archlinux/packaging/packages/gnome-boxes][main] 44.3-1

2023-09-04 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
b50e4254 by Jan Alexander Steffens (heftig) at 2023-09-05T00:32:34+02:00
44.3-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Stefano Facchini 
 
 pkgname=gnome-boxes
-pkgver=44.2
+pkgver=44.3
 pkgrel=1
 pkgdesc='Simple GNOME application to access virtual systems'
 arch=('x86_64')
@@ -36,7 +36,7 @@ makedepends=(
 )
 groups=('gnome-extra')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('9dd389c149d0c0fa57456ec363d51a88255f945558fb9df42894ce78ef85df89')
+sha256sums=('648a41b8e0c875f04e3a787ea67036bc921e858a36e6343a43db7242ee73e171')
 
 build() {
   arch-meson $pkgname-$pkgver build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-boxes/-/commit/b50e4254ab93c5a20debaf32e3d56f194117e1f3

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




[Git][archlinux/packaging/packages/tekton-cli] Pushed new tag 0.31.2-1

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.31.2-1 at Arch Linux / Packaging / Packages / 
tekton-cli

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




[Git][archlinux/packaging/packages/qt5-base][main] upgpkg: 5.15.10+kde+r155-1: Bump revision

2023-09-04 Thread Antonio Rojas (@arojas)


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


Commits:
f03dd081 by Antonio Rojas at 2023-09-04T23:48:34+02:00
upgpkg: 5.15.10+kde+r155-1: Bump revision

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,9 +4,9 @@
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
 _basever=5.15.10
-pkgver=5.15.10+kde+r152
+pkgver=5.15.10+kde+r155
 pkgrel=1
-_commit=f959f5879597d48e3d3b46d7d395717fe94c78bc
+_commit=4bb1699cf981beade4705416f1de9d9dd4ea8e99
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

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




[Git][archlinux/packaging/packages/qt5-base] Pushed new tag 5.15.10+kde+r155-1

2023-09-04 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.15.10+kde+r155-1 at Arch Linux / Packaging / 
Packages / qt5-base

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-base/-/tree/5.15.10+kde+r155-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cue] Pushed new tag 0.6.0-1

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.6.0-1 at Arch Linux / Packaging / Packages / cue

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




[Git][archlinux/packaging/packages/cue][main] upgpkg: 0.6.0-1: New upstream release + Fix the version output - FS#77648

2023-09-04 Thread Robin Candau (@antiz)


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


Commits:
d885d444 by Robin Candau at 2023-09-04T23:50:12+02:00
upgpkg: 0.6.0-1: New upstream release + Fix the version output - FS#77648

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,16 +1,16 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=cue
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="Validate and define text-based and dynamic configuration"
 arch=('x86_64')
-url="https://github.com/cue-lang/cue;
+url="https://cuelang.org/;
 license=('Apache')
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cue-lang/cue/archive/v${pkgver}.tar.gz;)
-sha512sums=('3b02cf41ddd020529158186b13414b8582abfeedbd85907bb1285329cd2d973f0aee0fd7710ceae4d6c7548ed11a083f6c646aeba077ed7fac1e3ffb67a4dbf6')
+sha512sums=('bd1b5e6d063e0b6317d0abeacd3340009c454b5a03e7edb21381d7e469c566ac73ecf6096ccb5f4cb8643d7f3d98278bda1e39ff80209015463a3d72126bccb0')
 
 build() {
   cd "${pkgname}-${pkgver}/cmd/cue/"
@@ -19,7 +19,7 @@ build() {
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags "-s -w -linkmode=external " -v .
+  go build -ldflags "-s -w -linkmode=external -X 
cuelang.org/go/cmd/cue/cmd.version=${pkgver}" -v .
   chmod +x cue
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cue/-/commit/d885d44489410a62c0824a1b03f7b48c1ec1abb2

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




[Git][archlinux/packaging/packages/skim] Pushed new tag 0.10.4-2

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.10.4-2 at Arch Linux / Packaging / Packages / 
skim

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




[Git][archlinux/packaging/packages/skim][main] upgpkg: 0.10.4-2

2023-09-04 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
skim


Commits:
1675352d by George Rawlinson at 2023-09-05T09:40:29+12:00
upgpkg: 0.10.4-2

* Install shell completions to correct directories.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=skim
 pkgver=0.10.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Fuzzy Finder in Rust!'
 arch=('x86_64')
 url='https://github.com/lotabout/skim'
@@ -60,9 +60,14 @@ package() {
   install -vDm644 -t "$pkgdir/usr/share/vim/vimfiles/plugin" plugin/skim.vim
 
   # key bindings
-  install -vDm644 -t "$pkgdir/usr/share/skim" shell/*.bash shell/*.zsh
+  # TODO: figure out where the bash/zsh key bindings go
+  install -vDm644 -t "$pkgdir/usr/share/skim" shell/key-bindings.{bash,zsh}
   install -vDm644 shell/key-bindings.fish 
"$pkgdir/usr/share/fish/functions/skim_key_bindings.fish"
 
+  # shell completion
+  install -vDm644 shell/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/sk"
+  install -vDm644 shell/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_sk"
+
   # license
   install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/skim/-/commit/1675352d1e18fc3c06f7dc3bbadaeee7ef54109d

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




[Git][archlinux/packaging/packages/python-pyperclip] Pushed new tag 1.8.2-6

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.8.2-6 at Arch Linux / Packaging / Packages / 
python-pyperclip

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




[Git][archlinux/packaging/packages/python-pyperclip][main] upgpkg: 1.8.2-6: Add wl-clipboard as optdepends - FS#77547

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyperclip


Commits:
a7ec9be6 by Robin Candau at 2023-09-04T23:40:14+02:00
upgpkg: 1.8.2-6: Add wl-clipboard as optdepends - FS#77547

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=python-pyperclip
 pkgver=1.8.2
 _commit=714be1f3f8e5bb289bbd77aa83be212d660f3cb0
-pkgrel=5
+pkgrel=6
 pkgdesc="A cross-platform clipboard module for Python"
 arch=('any')
 url="https://github.com/asweigart/pyperclip;
@@ -16,6 +16,7 @@ checkdepends=('xorg-server-xvfb' 'python-pytest' 'xsel' 
'xclip')
 depends=('python')
 optdepends=('xclip: xclip backend'
 'xsel: xsel backend'
+'wl-clipboard: wl-clipboard backend'
 'plasma-workspace: klipper backend')
 
source=("$pkgname-$_commit.tar.gz::https://github.com/asweigart/pyperclip/archive/$_commit.tar.gz;)
 
sha512sums=('616619dbbfec3e28f4bc86ef9088df0b77b32f6183f42689c23f6a43a5e905ea0c6e939237fe905c62e4ed46e4fd029d512c43fb99549252b8841dc6eb811ec4')



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

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




[Git][archlinux/packaging/packages/kitty] Pushed new tag 0.29.2-2

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.29.2-2 at Arch Linux / Packaging / Packages / 
kitty

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




[Git][archlinux/packaging/packages/kitty][main] upgpkg: 0.29.2-2: Add GO build flags - FS#78351

2023-09-04 Thread Robin Candau (@antiz)


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


Commits:
dc83ae34 by Robin Candau at 2023-09-04T23:26:44+02:00
upgpkg: 0.29.2-2: Add GO build flags - FS#78351

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=kitty
 pkgname=(kitty kitty-terminfo kitty-shell-integration)
 pkgver=0.29.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
 arch=('x86_64')
 url="https://github.com/kovidgoyal/kitty;
@@ -22,6 +22,11 @@ validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # 
Kovid Goyal
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
   python3 setup.py linux-package --update-check-interval=0
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/dc83ae34f344c93b4ed73dee2eaa796bcb36c992

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




[Git][archlinux/packaging/packages/linux-hardened][main] upgpkg: 6.4.14.hardened1-1

2023-09-04 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
linux-hardened


Commits:
33f036f2 by Levente Polyak at 2023-09-04T23:19:02+02:00
upgpkg: 6.4.14.hardened1-1

- - - - -


3 changed files:

- + .SRCINFO
- PKGBUILD
- config


Changes:

=
.SRCINFO
=
@@ -0,0 +1,52 @@
+# Generated by makepkg 
+# Mon Sep  4 00:24:34 UTC 2023
+pkgbase = linux-hardened
+   pkgdesc = Security-Hardened Linux
+   pkgver = 6.4.14.hardened1
+   pkgrel = 1
+   url = https://github.com/anthraxx/linux-hardened
+   arch = x86_64
+   license = GPL2
+   makedepends = bc
+   makedepends = cpio
+   makedepends = gettext
+   makedepends = git
+   makedepends = libelf
+   makedepends = pahole
+   makedepends = perl
+   makedepends = python
+   makedepends = tar
+   makedepends = xz
+   options = !strip
+   source = 
https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.4.14.tar.xz
+   source = 
https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.4.14.tar.sign
+   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.4.14-hardened1/linux-hardened-6.4.14-hardened1.patch
+   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.4.14-hardened1/linux-hardened-6.4.14-hardened1.patch.sig
+   source = config
+   validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
+   validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
+   validpgpkeys = E240B57E2C4630BA768E2F26FC1B547C8D8172C8
+   b2sums = 
f81dabaef7e31b743aeb75d0dbb0a337e747d1d743fb0b38cb314498200d8d459d82f5f8bb34d6ad688842f3617fd53fd35b1b518654c845a6781580531ab1b2
+   b2sums = SKIP
+   b2sums = 
d12ff8cbb4dc171167050a198a783e8341df51aa1c3579d3c3f20b9d28025847e6cae9575fc2a37dda2e0f96a10d0306ec4293edaa53ebdfe15a21892c6d2a5f
+   b2sums = SKIP
+   b2sums = 
aa49c9ca0696dec23ce1295010b0d1f534c363f48627389a070175454065a7d72dacd49779435f99c2e713b7e3c13f6107544e171df7d9e9a691567b15a102aa
+
+pkgname = linux-hardened
+   pkgdesc = The Security-Hardened Linux kernel and modules
+   depends = coreutils
+   depends = initramfs
+   depends = kmod
+   optdepends = wireless-regdb: to set the correct wireless channels of 
your country
+   optdepends = linux-firmware: firmware images needed for some devices
+   optdepends = usbctl: deny_new_usb control
+   provides = KSMBD-MODULE
+   provides = VIRTUALBOX-GUEST-MODULES
+   provides = WIREGUARD-MODULE
+
+pkgname = linux-hardened-headers
+   pkgdesc = Headers and scripts for building modules for the 
Security-Hardened Linux kernel
+   depends = pahole
+
+pkgname = linux-hardened-docs
+   pkgdesc = Documentation for the Security-Hardened Linux kernel


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=6.4.11.hardened1
+pkgver=6.4.14.hardened1
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -35,11 +35,11 @@ validpgpkeys=(
   647F28654894E3BD457199BE38DBBDC86092693E  # Greg Kroah-Hartman
   E240B57E2C4630BA768E2F26FC1B547C8D8172C8  # Levente Polyak
 )
-b2sums=('dfb97f2c9905a150c0890b9c3d464bc13986bec7bcd038c333f4dce443e0a1988a9075554219f9f419ef71af98827c05fad4a62aba1e58aa7f2ef8249f140175'
+b2sums=('f81dabaef7e31b743aeb75d0dbb0a337e747d1d743fb0b38cb314498200d8d459d82f5f8bb34d6ad688842f3617fd53fd35b1b518654c845a6781580531ab1b2'
 'SKIP'
-
'4bc804672d602119cb99fe8dae9c5c2006186e81cd7265cf04afdb94ae83f5e6cd1df5a11e3203ce6a59d950b4ef5c8377610bbbaf547d0f7442a9f51881abb0'
+
'd12ff8cbb4dc171167050a198a783e8341df51aa1c3579d3c3f20b9d28025847e6cae9575fc2a37dda2e0f96a10d0306ec4293edaa53ebdfe15a21892c6d2a5f'
 'SKIP'
-
'a437289d4b298132ed0c1f3464a3766c3197fbff2f0f3644a4b0dca40168cef55cb673a852dcfe89526ce7ef035f60c4befd0d3be140264dc608c77dc57d2317')
+
'aa49c9ca0696dec23ce1295010b0d1f534c363f48627389a070175454065a7d72dacd49779435f99c2e713b7e3c13f6107544e171df7d9e9a691567b15a102aa')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase


=
config
=
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.4.11-hardened1 Kernel Configuration
+# Linux/x86 6.4.14-hardened1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
 CONFIG_CC_IS_GCC=y



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-hardened/-/commit/33f036f2780788c68b613fc4ac4582f3ead110e6

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




[Git][archlinux/packaging/packages/linux-hardened] Pushed new tag 6.4.14.hardened1-1

2023-09-04 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 6.4.14.hardened1-1 at Arch Linux / Packaging / 
Packages / linux-hardened

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




[Git][archlinux/packaging/packages/pnpm][main] upgpkg: 8.7.3-1

2023-09-04 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
pnpm


Commits:
377d3aad by Daniel M. Capella at 2023-09-04T17:16:44-04:00
upgpkg: 8.7.3-1

- - - - -


2 changed files:

- PKGBUILD
- + keys/pgp/7B74D1299568B586BA9962B5649E4D4AF74E7DEC.asc


Changes:

=
PKGBUILD
=
@@ -3,19 +3,20 @@
 # Contributor: Tomasz Jakub Rup 
 
 pkgname=pnpm
-pkgver=8.7.1
+pkgver=8.7.3
 pkgrel=1
 pkgdesc='Fast, disk space efficient package manager'
 arch=('any')
 url=https://pnpm.io
 license=('MIT')
 depends=("nodejs")
-makedepends=('pnpm')
-source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-b2sums=('18d31d420d69c31756620b6428654b47ab1d953b6511193e99986dde5fbe2fa368962492b2614a6974989f5e11f56606a95d86686487e33eda3ee92a8d616358')
+makedepends=('git' 'pnpm')
+source=("git+https://github.com/$pkgname/$pkgname.git#tag=v$pkgver?signed;)
+b2sums=('SKIP')
+validpgpkeys=('7B74D1299568B586BA9962B5649E4D4AF74E7DEC') # Zoltan Kochan 

 
 build() {
-  cd $pkgname-$pkgver/$pkgname
+  cd $pkgname/$pkgname
   pnpm install --frozen-lockfile
   pnpm run compile
 }
@@ -26,7 +27,7 @@ package() {
   ln -s $_npmdir/bin/$pkgname.cjs "$pkgdir"/usr/bin/$pkgname
   ln -s $_npmdir/bin/pnpx.cjs "$pkgdir"/usr/bin/pnpx
 
-  cd $pkgname-$pkgver/$pkgname
+  cd $pkgname/$pkgname
   cp -r bin package.json "$pkgdir"/$_npmdir
   install -Dt "$pkgdir"/usr/share/licenses/$pkgname LICENSE
   cd dist


=
keys/pgp/7B74D1299568B586BA9962B5649E4D4AF74E7DEC.asc
=
@@ -0,0 +1,51 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mQINBGEbsMEBEADJeBrVgxBFdSlbX/ZS/kjDin6En6nvXPkBRMeRsAq88WUphDnP
+sZ/t2tZJUws9t9BjvQN8sQxtfV8/3SaNZycc0iDBknnaaVu6i5L5nM5UM8PF16FV
+24R56Od1A2JqdP08mqgw2nUTsHGzWLHmEHfAyG/+L9nTcKQPfy8653cT3/kgnsx0
+4vxPjNT7F28LfY08WBKCmrAV/qXzINA0Nq++tBwr9A9Mk7ulFG8Xx4LvgD6Lvezx
+6pT/htQHcQ68jFO8GoQFpOO/GBAW6lZyWkT6Gb6TRElti1oiOATkGOlLhKtxgnlK
+4j+aLaDvb3CHieI55I4TK0AvxdAkSnPPsExhDRUFQHn3MBDTeUHYvL3hib2oM4mc
+t21V+WodMRdngZIQXMxtcRPGN0lg3i9HQKHuaqJPjAb0Rdbs0CyvkDR/bbFbFwzu
+24hAeR7RhTPWHDGaZxcuhOoF1cWuzpihyLRydW27Zk4OtKpKqZdmGk8QrTC1t6w2
+s7IR3SEbQIzj/XNRCykc6XOOgOWkK+kCDoT74LTqG2du8d5W/Z8N5pwcPBhYB6g7
+2WW/+spBwmb/VktUsQR9fKhWHh7z75guV9OdhqkVNCzdNiyFh9AbL3aMSdViQ4ce
+FFlx+QRyD3AmOSSdk3i8ZWBnge87ExcFkg050rQSZUyYcqQDonw+VLQglwARAQAB
+tBtab2x0YW4gS29jaGFuIDx6QGtvY2hhbi5pbz6JAjgEEwEIACwFAmEbsMEJEGSe
+TUr3Tn3sAhsDBQkeEzgAAhkBBAsHCQMFFQgKAgMEFgABAgAAet4P/ifdGgRE0BpT
+DUmZXzm8Mc8m+Ye0OIwHaR4WEvwKu/gNhr0zVHuZSXeBiRNN9exojOYmmcdMaM3l
+T05aGvKhW44tKEM+z4AER/b9vi7oUbG7TtrM3YeZIPypgI5QTCacMAclTlG6kA1q
+5fs0PRhZCwmOowmx0a7PYUlKY40L/+exS1E6yZ9gKtmdzA6+hbLZNGBO80oMKF+p
+7lE58pIvtIvEbIhXsRmIHpHTRXHsY0ICzvWlnwRKZrZ8K7UX+NJtuerOmJHv4Zg1
+r4wxkCLlCtp9Qs60kV42omtIlgRVHG5aesxjDwlcmB/nn3oe8kuD1mwHgzzv/rER
+8/GR5cpErtbX5mbsYI79EnYTwvhKSTBLLhxj4Vd25ju5LQSOOG0WOq+eqh4/NQ4X
+b2NAObstJCF3uv0yqAbgN1WHYO5hWnvw+qjXyqI6VzNw2ATBAxYirlEtOF3cLMN1
+RYM3R8ySL4ETHz+XnTdo1HQQuwSQa9DuIejeTrX6p8gXjEhH3cfHIyxUKi64YXfF
+8J34br4q1qhYqFMENDQGp72P1oIxFv8+/pMCi8ouzMnx3jzngATR4e6eYLn72ztc
+fL7WM3aC26MRdelsktM/u3nR2dnrCspK/HTt2Yd/kpUOz3IhL8zT+POwbk0X9dSY
+xMQwkSlVUYBMrPBjDlkcrO1l8WfNVGP5uQINBGEbsMEBEACXWFveu5bx1BVT6VPy
+yCDSHFKhtWEcjV1rzivf6TIpKXNMyZYWS1SmqyB3Iun9HHziQY2IleAALLHhPAmv
+51z0dkaJSJbjf0Pw5J9tXMEVSYIpvCj9tMdFEqypfSkf8YUNkgXEPeaGB0ldtKcS
+KGb1uFxtMzZjxRR33Q8D0PYZDfPTxbJQQgAQqakRiqrvgSCxVXKync2pIKJIaf9b
+kRRZtTFVTdNA1+7ll0CAdti5vnqNjrobRZsDtML8SAE1CnI/OXTUZevi/O9bBeXU
+Mx5a00ITQ1rtAGKSdhKqc5xg1HLunrS9Y4fN+kOBSdGAs5ST8Bbi4xYK8cx/N9k1
+ZMqv49peTXc/88SMAz2bMRUTCWMSL2y/S39J47dOofjVgzBzV8dGwhYGDlL92mTE
+JqLgJylmkgK2ByMGwJql4GaeCfgVTxWAMR1F5gIFClOAxv7XWY8kAjeruJSJ+Gix
+BEWREE30QHTLv4xIumEnxSR0X8CJVaJlMkSRjFIlDEExzrEX5Ka6mreec8jktO7L
+Si9N6RAy76AQtxP6tryXjFHs16CMVna/VPeuevYlspuHha7/EOS7BVmc1dgVjSZk
+xZYzSzexr6xV76EZT51cvJoKgIiUje4t0cMMONCtZCKiIztse8L+wsUd35jhbG27
+wOH5bd2A7ogcepsdB0pEXXD+zwARAQABiQI1BBgBCAApBQJhG7DBCRBknk1K9059
+7AIbDAUJHhM4AAQLBwkDBRUICgIDBBYAAQIAAKS+EAC0A/DHDoqBCV2HCMitTG7u
+kBoAd9FjPM/urlc+HI3oiAirekXrynH2LUe77QfU91rss/7t/dRcBvDeTAs+1E9v
+8KdZP/elGmaxMLFdlVzunAuJ9hWoZ+0ZwkNYiis0CKk0qeTJEKxxJ30fDahmnn+7
+SVN2qfvjnx47c2ZTMeGnLXw2htdnVmUbUi+So+QMMnxCd4tkvZ0I8OSFAtF7VNOS
+nfUVEnlCA8ywz4AsrD9RvWP9JjMAFVx81/bs6CQrAwZCI1HeUtlbnQ2p2bCVfHQB
+ObytuK4Uu/kGYrf7/R5SKzAEwycaiK5W3e3hcwqZK3CG7sMaUzV61vNybaG2Gu8Q
+/NPoZWUBDNySj0Nqr+3ZhlTzfjkBIq9SULWAGLMBVPwhJVKrT7huHe5bgL8yW2LP
+jIwAhMnhbRyecO5kfq4Y3lPwUMUKdx8LqqJpi2UPyGo9BGU+n05MDkEESofBDj8q
+N9kBbpp52+bR8AS3wJlxmNzm+4yh5wu69V0Y7B7xLRNmAIAoQ2GnVJeHPjxqk7Ey
+16U5AL9dc2QalGPBz7WuBGzuprBwm0qRYtdf3wwxkh409nT3q6UdwsBphSTYJ4kG
+9OsGGUdcZw6dTxM9j8WSwGHO1CJHiDUjzIDQic7e+FotU0oU9LIUMeCA02zGVbAi
+q6D26twwsnsBFbUlIqiOug==
+=1qt4
+-END PGP PUBLIC KEY BLOCK-



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/commit/377d3aad32c4752c6ddbc41f87beeed2bb32d407

-- 
View it on GitLab: 

[Git][archlinux/packaging/packages/pnpm] Pushed new tag 8.7.3-1

2023-09-04 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 8.7.3-1 at Arch Linux / Packaging / Packages / 
pnpm

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/tree/8.7.3-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-142

2023-09-04 Thread Felix Yan (@felixonmars)


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

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




[Git][archlinux/packaging/packages/haskell-pantry][main] upgpkg: 0.5.7-142: rebuild with http-download 0.2.1.0

2023-09-04 Thread Felix Yan (@felixonmars)


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


Commits:
ca2665e3 by Felix Yan at 2023-09-05T00:15:03+03:00
upgpkg: 0.5.7-142: rebuild with http-download 0.2.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.7
-pkgrel=141
+pkgrel=142
 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/ca2665e3579fcbfcfea9df4f580b52e621644152

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




[Git][archlinux/packaging/packages/haskell-http-download][main] upgpkg: 0.2.1.0-1: rebuild with http-download 0.2.1.0

2023-09-04 Thread Felix Yan (@felixonmars)


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


Commits:
e85bae25 by Felix Yan at 2023-09-05T00:01:06+03:00
upgpkg: 0.2.1.0-1: rebuild with http-download 0.2.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,23 +2,23 @@
 
 _hkgname=http-download
 pkgname=haskell-http-download
-pkgver=0.2.0.0
-pkgrel=598
+pkgver=0.2.1.0
+pkgrel=1
 pkgdesc="Verified downloads with retries"
 url="https://github.com/commercialhaskell/http-download;
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 
'haskell-conduit-extra'
- 'haskell-cryptonite' 'haskell-cryptonite-conduit'
- 'haskell-http-client' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
- 'haskell-path' 'haskell-path-io' 'haskell-retry' 'haskell-rio' 
'haskell-rio-prettyprint')
-makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover')
+ 'haskell-crypton' 'haskell-crypton-conduit' 'haskell-http-client' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-memory' 'haskell-path' 
'haskell-path-io' 'haskell-retry'
+ 'haskell-rio' 'haskell-rio-prettyprint')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-discover')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b31caa48c1ea2a01f1301ca63b2e0c135cd0d3d392b92518c7d70d89fd83da7fd95cffa3cb374900a45fb2da8d17f748de0de72fb4beb8ad11e203676f9864ae')
+sha512sums=('75a208684bf4f116746a1015870a6bb2afbdd1a4b4c268b88f142b189e0e31c59b8d691606c3eb33be9b1637a0131c4d7cb48091179f22bba8d6d2919ce30e02')
 
 prepare() {
 cd $_hkgname-$pkgver
-echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+gen-setup
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-http-download/-/commit/e85bae25dffe1d1d0b53659935c83d8f9d7988a6

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




[Git][archlinux/packaging/packages/haskell-http-download] Pushed new tag 0.2.1.0-1

2023-09-04 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.2.1.0-1 at Arch Linux / Packaging / Packages / 
haskell-http-download

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




[Git][archlinux/packaging/packages/acme.sh][main] upgpkg: 3.0.6-2: Add oath-toolkit as optdepends - FS#78905

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
acme.sh


Commits:
1c79608a by Robin Candau at 2023-09-04T23:02:37+02:00
upgpkg: 3.0.6-2: Add oath-toolkit as optdepends - FS#78905

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,13 +3,14 @@
 
 pkgname=acme.sh
 pkgver=3.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='An ACME Shell script, an acme client alternative to certbot'
 arch=('any')
 url='https://github.com/acmesh-official/acme.sh'
 license=('GPL3')
 depends=('bash')
-optdepends=('socat: for standalone mode')
+optdepends=('socat: for standalone mode'
+'oath-toolkit: Used to compute the OTP for some DNS providers')
 source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
 
sha512sums=('2ddd561356586a289bcd08770b7347ef2e1cb121948987031a9e53d19abd5beda433e50c659aa3ee5dc3b06bdf8e479b5b31ba0b52c4a283d2c491aead4d10ac')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/acme.sh/-/commit/1c79608adb26573357a2a098111f03f7d31530c5

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




[Git][archlinux/packaging/packages/acme.sh] Pushed new tag 3.0.6-2

2023-09-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 3.0.6-2 at Arch Linux / Packaging / Packages / 
acme.sh

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




[Git][archlinux/packaging/packages/haskell-crypton-conduit] Pushed new branch main

2023-09-04 Thread Felix Yan (@felixonmars)


Felix Yan pushed new branch main at Arch Linux / Packaging / Packages / 
haskell-crypton-conduit

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




[Git][archlinux/packaging/packages/haskell-crypton-conduit] Pushed new tag 0.2.3-1

2023-09-04 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.2.3-1 at Arch Linux / Packaging / Packages / 
haskell-crypton-conduit

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




[Git][archlinux/packaging/packages/python-asttokens][main] upgpkg: 2.4.0-1

2023-09-04 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-asttokens


Commits:
59753f01 by Daniel M. Capella at 2023-09-04T16:51:56-04:00
upgpkg: 2.4.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-asttokens
 _name=${pkgname#python-}
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='Get the currently executing AST node of a frame, and other 
information'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asttokens/-/commit/59753f0166ca4760f1413fab15562ad88284e1d9

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




[Git][archlinux/packaging/packages/python-asttokens] Pushed new tag 2.4.0-1

2023-09-04 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 2.4.0-1 at Arch Linux / Packaging / Packages / 
python-asttokens

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




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

2023-09-04 Thread Antonio Rojas (@arojas)


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

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




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

2023-09-04 Thread Antonio Rojas (@arojas)


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


Commits:
07ea4fcb by Antonio Rojas at 2023-09-04T21:42:42+02:00
upgpkg: 6.25.2-1: Update to 6.25.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _pyname=ipykernel
 pkgname=python-$_pyname
-pkgver=6.25.1
+pkgver=6.25.2
 pkgrel=1
 pkgdesc='The ipython kernel for Jupyter'
 arch=(any)
@@ -14,7 +14,7 @@ makedepends=(python-build python-installer python-hatchling)
 checkdepends=(python-pytest-timeout python-pytest-asyncio python-flaky 
python-ipyparallel python-matplotlib python-debugpy)
 optdepends=('python-debugpy: debugger support')
 
source=(https://github.com/ipython/ipykernel/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('3062ee0e648cd1168be173a3e0260b834011adc511edfef546defb7d23db92fa')
+sha256sums=('e5efc82e68bc99ac14abf32ba5670fa18698e24a835476ea9c0916605701a98b')
 
 build() {
   cd $_pyname-$pkgver



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

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




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

2023-09-04 Thread Antonio Rojas (@arojas)


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


Commits:
4770029c by Antonio Rojas at 2023-09-04T21:40:02+02:00
upgpkg: 0.10.7-1: Update to 0.10.7

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Denis Zawada 
 
 pkgname=igraph
-pkgver=0.10.6
+pkgver=0.10.7
 pkgrel=1
 pkgdesc='A library for creating and manipulating (un)directed graphs'
 arch=(x86_64)
@@ -12,7 +12,7 @@ license=(GPL2)
 depends=(glpk arpack libxml2 plfit)
 makedepends=(cmake)
 
source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('99bf91ee90febeeb9a201f3e0c1d323c09214f0b5f37a4290dc3b63f52839d6d')
+sha256sums=('b9e2a46b70896a379d784ea227f076b59750cc7411463b1d4accbf9e38b361ad')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

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




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

2023-09-04 Thread Antonio Rojas (@arojas)


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

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




[Git][archlinux/packaging/packages/python-pplpy][main] upgpkg: 0.8.9-1: Update to 0.8.9

2023-09-04 Thread Antonio Rojas (@arojas)


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


Commits:
1596 by Antonio Rojas at 2023-09-04T21:39:53+02:00
upgpkg: 0.8.9-1: Update to 0.8.9

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,22 +2,16 @@
 
 _pipname=pplpy
 pkgname=python-pplpy
-pkgver=0.8.8
-pkgrel=3
+pkgver=0.8.9
+pkgrel=1
 pkgdesc='Python wrapper to the C++ Parma Polyhedra Library (PPL)'
 arch=(x86_64)
 url='https://gitlab.com/videlec/pplpy/'
 license=(LGPL2.1)
 depends=(python-cysignals python-gmpy2 ppl)
 makedepends=(cython python-build python-installer python-setuptools 
python-wheel python-sphinx)
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz
-fcd3a155.patch)
-sha256sums=('eaa50927321fb6c5eb8283262c38f4e9ace26263baf06651deebc271031ef031'
-'0005bc7f60ca0ac9fe5dcfe837e06d2372e3ff18f89b20eefe5e0b379a8b6700')
-
-prepare() {
-  patch -d $_pipname-$pkgver -p1 < fcd3a155.patch # Fix regressions in Sagemath
-}
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('db7a3b571d6ef053f75137975e947c3a1c1e45a30bab90eaf215b4e5cc15797e')
 
 build() {
   cd $_pipname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pplpy/-/commit/15969570909bdd3cb0788d4b872725c17005

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




[Git][archlinux/packaging/packages/python-pplpy] Pushed new tag 0.8.9-1

2023-09-04 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.8.9-1 at Arch Linux / Packaging / Packages / 
python-pplpy

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




[Git][archlinux/packaging/packages/gammaray][main] upgpkg: 3.0.0-1: Update to 3.0

2023-09-04 Thread Antonio Rojas (@arojas)


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


Commits:
00a8ddde by Antonio Rojas at 2023-09-04T21:32:39+02:00
upgpkg: 3.0.0-1: Update to 3.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,39 +1,55 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=gammaray
-pkgver=2.11.3
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
 pkgdesc='A tool for examining the internals of a Qt application and to some 
extent also manipulate it'
 arch=(x86_64)
 url='https://www.kdab.com/gammaray/'
 license=(GPL)
-depends=(syntax-highlighting qt5-tools qt5-svg qt5-3d)
-makedepends=(cmake kcoreaddons qt5-script qt5-wayland qt5-webengine qt5-scxml 
qt5-location qt5-connectivity doxygen glslang)
-optdepends=('qt5-wayland: Wayland compositor inspector plugin'
-'qt5-webengine: web inspector plugin'
-'qt5-scxml: state machine viewer plugin'
-'qt5-connectivity: bluetooth plugin'
-'qt5-script: script engine debugger plugin'
-'kcoreaddons: KJob tracker plugin')
+depends=(qt6-tools qt6-svg)
+makedepends=(cmake qt5-svg qt5-script qt5-wayland qt5-webengine qt5-scxml 
qt5-location qt5-connectivity syntax-highlighting
+ qt6-shadertools qt6-wayland qt6-webengine qt6-scxml qt6-location 
qt6-connectivity doxygen)
+optdepends=('qt5-base: Qt5 applications support'
+'qt5-wayland: Qt5 Wayland compositor inspector plugin'
+'qt5-webengine: Qt5 web inspector plugin'
+'qt5-scxml: Qt5 state machine viewer plugin'
+'qt5-script: Qt5 script engine debugger plugin'
+'qt5-connectivity: Qt5 bluetooth plugin'
+'qt6-declarative: QML support'
+'qt6-positioning: Qt Positioning support'
+'qt6-wayland: Wayland compositor inspector plugin'
+'qt6-webengine: web inspector plugin'
+'qt6-connectivity: bluetooth plugin')
 
source=(https://github.com/KDAB/GammaRay/releases/download/v$pkgver/gammaray-$pkgver.tar.gz{,.asc})
-sha256sums=('03d7ca7bd5eb600c9c389d0cf071960330592f1f392a783b7fec5f9eaa5df586'
+sha256sums=('acd27dbbcbdf73fed497e0b5d6c477f2e11b59c48499752602677037dcd64ba5'
 'SKIP')
 validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products 

 
 prepare() {
 # Fix plugin install dir
-  sed -e 's|plugins/gammaray|lib/qt/plugins/gammaray|' -i 
$pkgname-$pkgver/CMakeLists.txt
+  sed -e 's|plugins/gammaray|lib/qt6/plugins/gammaray|' -i 
$pkgname-$pkgver/CMakeLists.txt
 }
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build5 -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_VERSION_MAJOR=5 \
 -DGAMMARAY_INSTALL_QT_LAYOUT=ON \
 -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt/mkspecs/modules \
 -DPLUGIN_INSTALL_DIR=/usr/lib/qt/plugins/gammaray
-  cmake --build build
+  cmake --build build5
+
+  cmake -B build6 -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_VERSION_MAJOR=6 \
+-DGAMMARAY_INSTALL_QT_LAYOUT=ON \
+-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules \
+-DPLUGIN_INSTALL_DIR=/usr/lib/qt6/plugins/gammaray
+  cmake --build build6
 }
 
 package() {
-  DESTDIR="$pkgdir" cmake --install build
+  DESTDIR="$pkgdir" cmake --install build5
+  DESTDIR="$pkgdir" cmake --install build6
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gammaray/-/commit/00a8ddde3e68c3f24e2585387c81e04c5fc0fc28

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




[Git][archlinux/packaging/packages/gammaray] Pushed new tag 3.0.0-1

2023-09-04 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.0.0-1 at Arch Linux / Packaging / Packages / 
gammaray

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




[Git][archlinux/packaging/packages/gmic][main] upgpkg: 3.3.0-1: Update to 3.3.0

2023-09-04 Thread Antonio Rojas (@arojas)


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


Commits:
d332a264 by Antonio Rojas at 2023-09-04T21:26:53+02:00
upgpkg: 3.3.0-1: Update to 3.3.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,15 +6,15 @@
 
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic)
-pkgver=3.2.6
-pkgrel=3
+pkgver=3.3.0
+pkgrel=1
 arch=(x86_64)
 url='https://gmic.eu/'
 license=(custom:CeCILL)
 makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick 
qt5-tools)
 source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz
 CMakeLists.txt FindCImg.cmake FindGMicStdlib.cmake 
FindGraphicsMagick.cmake)
-sha256sums=('55993e55a30fe2da32f9533b9db2a3250affa2b32003b0c49c36eec2b2c6e007'
+sha256sums=('9c00a2b4c33ff4879860eadb89f6c836062433a5debdaffbf41f98bfa83081f3'
 '10664d810be3994c062c260fc6b92ba2d1cc2e76c9619e632ef0feb8f9e7b98f'
 '5ad1b499cb0a9e3d9fff6a851346d6f356dfc592442183d6330726a29ee25384'
 '83e4635a6fd101511381bc865255f4de88834da51911ce3eb45ddac2558cabcc'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gmic/-/commit/d332a26430b10bc3c3653ee9fda68ccad889ba06

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




[Git][archlinux/packaging/packages/gmic] Pushed new tag 3.3.0-1

2023-09-04 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.3.0-1 at Arch Linux / Packaging / Packages / gmic

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




[Git][archlinux/packaging/packages/deno] Pushed new tag 1.36.4-1

2023-09-04 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.36.4-1 at Arch Linux / Packaging / Packages / deno

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




[Git][archlinux/packaging/packages/deno][main] upgpkg: 1.36.4-1

2023-09-04 Thread Felix Yan (@felixonmars)


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


Commits:
2bc98dbd by Felix Yan at 2023-09-04T20:35:12+03:00
upgpkg: 1.36.4-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,15 +2,15 @@
 # Contributor: Metal A-wing <1 at 233 dot email>
 
 pkgname=deno
-pkgver=1.36.3
-_commit=55029c72618323014aa49317de9124375adeb13f
+pkgver=1.36.4
+_commit=c0617d11f6391f1b1b3afffe0152c73b5989ab80
 pkgrel=1
 pkgdesc="A secure runtime for JavaScript and TypeScript"
 arch=('x86_64')
 url="https://deno.land;
 license=('MIT')
 options=('!lto')
-depends=('gcc-libs')
+depends=('gcc-libs' 'protobuf')
 makedepends=('git' 'python' 'rust' 'nodejs' 'cmake')
 source=("git+https://github.com/denoland/deno.git#commit=$_commit;)
 sha512sums=('SKIP')



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

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




[Git][archlinux/packaging/packages/ruby-rugged] Pushed new tag 1.7.1-1

2023-09-04 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.7.1-1 at Arch Linux / Packaging / Packages / 
ruby-rugged

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




[Git][archlinux/packaging/packages/virtiofsd][main] upgpkg: 1.8.0-1

2023-09-04 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
virtiofsd


Commits:
2a156338 by David Runge at 2023-09-04T19:27:06+02:00
upgpkg: 1.8.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=virtiofsd
-pkgver=1.7.2
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="Vhost-user virtio-fs device backend written in Rust"
 arch=(x86_64)
@@ -19,8 +19,8 @@ depends=(
 makedepends=(cargo)
 replaces=(qemu-virtiofsd)
 source=($url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('7a1ac0871ba383e0bdd9f7cc287bc7850ef78df34b475986bcdda471774aacfcf23b80b4b7feb5d1d75a5e2d3bd174cd0137444f8d43733b7476e1db8a266061')
-b2sums=('25df3149e5b17b6e8709a3d8212bad5dcc4a6df8f4cefaffb749d6952ec599db5ba35abb9e778d4ab1489644a39abc5fefd0ff410ade8979eca58b6273c31117')
+sha512sums=('ee7edc13a54f15178172601870cda3a5a983d1b3aa4ee4c6c6b3b1bc0a0bf23209fa09e00743234d03b39387490fb12f41e5220b6b76ac45a9cdbec79dc6c409')
+b2sums=('17e9d5c44fc66b2ad83a761386ce0ae864933b0ad1cd39e3a153390b7ac677378c951446e2436e23a07ff8960d5d9128fe6db6e022c1792a68353d50e17c3884')
 
 prepare() {
   cd $pkgname-v$pkgver



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

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




[Git][archlinux/packaging/packages/virtiofsd] Pushed new tag 1.8.0-1

2023-09-04 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.8.0-1 at Arch Linux / Packaging / Packages / 
virtiofsd

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




[Git][archlinux/packaging/packages/phosh][main] upgpkg: 0.31.1-1

2023-09-04 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
phosh


Commits:
dd697482 by Jelle van der Waa at 2023-09-04T19:06:03+02:00
upgpkg: 0.31.1-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Philip Goto 
 
 pkgname=phosh
-pkgver=0.30.0
+pkgver=0.31.1
 pkgrel=1
 pkgdesc='A pure Wayland shell prototype for GNOME on mobile devices'
 arch=(x86_64 aarch64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh/-/commit/dd697482bf13d08c45413d2a2bd2b758a37d3424

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




[Git][archlinux/packaging/packages/phosh] Pushed new tag 0.31.1-1

2023-09-04 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.31.1-1 at Arch Linux / Packaging / Packages 
/ phosh

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




[Git][archlinux/packaging/packages/phoc][main] upgpkg: 0.31.0-1

2023-09-04 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
phoc


Commits:
2c1763d2 by Jelle van der Waa at 2023-09-04T19:04:51+02:00
upgpkg: 0.31.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 libgmobile_commit=f4d4e5740c3e4b2de40864ab8a9e7b7f957d6aec
 
 pkgname=phoc
-pkgver=0.30.0
+pkgver=0.31.0
 pkgrel=1
 pkgdesc='Display compositor designed for phones'
 arch=(x86_64 aarch64)
@@ -16,7 +16,7 @@ makedepends=(cmake meson git wayland-protocols python-jinja 
python-pygments pyth
 optdepends=('xorg-wayland: run X clients under phoc')
 
source=(https://gitlab.gnome.org/World/Phosh/phoc/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz

https://gitlab.gnome.org/guidog/gmobile/-/archive/${libgmobile_commit}/gmobile-${libgmobile_commit}.tar.gz)
-sha256sums=('66cbe98c5533e294eb22d5c3f93c87c80b1b5a9da291d075695b5249cba98bdf'
+sha256sums=('2f9db118a168ee4a62bffbad0415d7676659bb481872ec18e666972c0f9d4471'
 'b071e21a30eb8649b2bd9f416eec97110f0f08090b6c230e928ef1c3339ac344')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/phoc] Pushed new tag 0.31.0-1

2023-09-04 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.31.0-1 at Arch Linux / Packaging / Packages 
/ phoc

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




  1   2   3   4   5   >