[Git][archlinux/packaging/packages/python-omemo-dr][main] upgpkg: 1.0.1-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-omemo-dr Commits: 6c7e9db8 by Robin Candau at 2023-11-09T19:33:43+01:00 upgpkg: 1.0.1-1: New upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,17 @@ +pkgbase = python-omemo-dr + pkgdesc = OMEMO Crypto Library + pkgver = 1.0.1 + pkgrel = 1 + url = https://dev.gajim.org/gajim/omemo-dr + arch = x86_64 + license = GPL3 + makedepends = python-setuptools + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + depends = python-cryptography + depends = python-protobuf + source = https://dev.gajim.org/gajim/omemo-dr/-/archive/v1.0.1/omemo-dr-v1.0.1.tar.gz + sha256sums = 3e7291d3d8b82059d1e26e0c6c4e18c5ca262da84e8ff19ebdf73c2cf3304338 + +pkgname = python-omemo-dr = PKGBUILD = @@ -2,7 +2,7 @@ pkgname='python-omemo-dr' _pkgname="${pkgname#python-}" -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="OMEMO Crypto Library" arch=('x86_64') @@ -11,7 +11,7 @@ license=('GPL3') depends=('python-cryptography' 'python-protobuf') makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel') source=("${url}/-/archive/v${pkgver}/${_pkgname}-v${pkgver}.tar.gz") -sha256sums=('6d4b8347d816b76a84cf19c334cb2689166a20c376750b1fe7232b5fba853e4d') +sha256sums=('3e7291d3d8b82059d1e26e0c6c4e18c5ca262da84e8ff19ebdf73c2cf3304338') build() { cd "${_pkgname}-v${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-omemo-dr/-/commit/6c7e9db8d2ccc85188cc2d22e732a6464e6e89e1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-omemo-dr/-/commit/6c7e9db8d2ccc85188cc2d22e732a6464e6e89e1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-pymupdf] Pushed new tag 1.23.6-2
Robin Candau pushed new tag 1.23.6-2 at Arch Linux / Packaging / Packages / python-pymupdf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/tree/1.23.6-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-pymupdf][main] upgpkg: 1.23.6-2: Rebuild against new libmupdf release - FS#80211
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pymupdf Commits: cf2df38a by Robin Candau at 2023-11-10T09:24:16+01:00 upgpkg: 1.23.6-2: Rebuild against new libmupdf release - FS#80211 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-pymupdf pkgdesc = Python bindings for MuPDF's rendering library pkgver = 1.23.6 - pkgrel = 1 + pkgrel = 2 url = https://github.com/pymupdf/PyMuPDF arch = x86_64 license = AGPL-3.0-or-later = PKGBUILD = @@ -3,7 +3,7 @@ _name=PyMuPDF pkgname=python-pymupdf pkgver=1.23.6 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for MuPDF's rendering library" arch=(x86_64) url="https://github.com/pymupdf/PyMuPDF"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/commit/cf2df38a5a62a04d6b43b8a1604f2b15db999a9a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/commit/cf2df38a5a62a04d6b43b8a1604f2b15db999a9a You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ansible][main] upgpkg: 8.6.1-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible Commits: 335a1039 by Robin Candau at 2023-11-10T10:07:39+01:00 upgpkg: 8.6.1-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = ansible pkgdesc = Official assortment of Ansible collections - pkgver = 8.6.0 + pkgver = 8.6.1 pkgrel = 1 url = https://pypi.org/project/ansible/ arch = any @@ -23,7 +23,7 @@ pkgbase = ansible optdepends = python-github3py: GitHub module optdepends = acme-tiny: openssl_certificate module provides = python-ansible_collections - source = https://pypi.python.org/packages/source/a/ansible/ansible-8.6.0.tar.gz - sha512sums = b316f1d6e8ffd4739f142d9add50f39802d8a57bac026f8ab833fd3d07c2ccd9df1d2ba5bcf68b3486db99e12943e8787203e22b16d1ecd1c4c1655a3573cf5d + source = https://pypi.python.org/packages/source/a/ansible/ansible-8.6.1.tar.gz + sha512sums = 92cb3909693b54c47b88987aa92b3ca7caa1765f16a7e4c88abf0e3ff70e9d764de145fffdc56d04c40b4d4d6551775cfd7b99423373feffe6706ef80c84baa4 pkgname = ansible = PKGBUILD = @@ -2,7 +2,7 @@ # Maintainer: Robin Candau pkgname=ansible -pkgver=8.6.0 +pkgver=8.6.1 pkgrel=1 pkgdesc='Official assortment of Ansible collections' arch=('any') @@ -26,7 +26,7 @@ optdepends=('python-argcomplete: shell completions' 'acme-tiny: openssl_certificate module') makedepends=('python-setuptools') source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz";) -sha512sums=('b316f1d6e8ffd4739f142d9add50f39802d8a57bac026f8ab833fd3d07c2ccd9df1d2ba5bcf68b3486db99e12943e8787203e22b16d1ecd1c4c1655a3573cf5d') +sha512sums=('92cb3909693b54c47b88987aa92b3ca7caa1765f16a7e4c88abf0e3ff70e9d764de145fffdc56d04c40b4d4d6551775cfd7b99423373feffe6706ef80c84baa4') build() { cd ansible-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/335a10391338df82f607101849aeb480af94f77c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/335a10391338df82f607101849aeb480af94f77c You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ansible] Pushed new tag 8.6.1-1
Robin Candau pushed new tag 8.6.1-1 at Arch Linux / Packaging / Packages / ansible -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/tree/8.6.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/systray-x] Pushed new tag 0.9.7-1
Robin Candau pushed new tag 0.9.7-1 at Arch Linux / Packaging / Packages / systray-x -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/tree/0.9.7-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/systray-x][main] upgpkg: 0.9.7-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / systray-x Commits: dcee9d93 by Robin Candau at 2023-11-11T16:05:32+01:00 upgpkg: 0.9.7-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = systray-x pkgdesc = A system tray extension for Thunderbird 68+ (for X) - pkgver = 0.9.6 + pkgver = 0.9.7 pkgrel = 1 url = https://github.com/Ximi1970/systray-x arch = x86_64 @@ -11,9 +11,9 @@ pkgbase = systray-x makedepends = knotifications5 depends = qt5-base depends = thunderbird - source = systray-x-0.9.6.tar.gz::https://github.com/Ximi1970/systray-x/archive/0.9.6.tar.gz + source = systray-x-0.9.7.tar.gz::https://github.com/Ximi1970/systray-x/archive/0.9.7.tar.gz source = Makefile.patch - sha256sums = 787251ddd08d1d08ca9e83c4cd5cde6a0de761d03f3a7d82f3bf8e4aee988698 + sha256sums = 251b742f0b27de3ba70976ff7bfcf1836a693e5d234ea6513a3f1e57bcf9108d sha256sums = dac5b7a4a1ad38ed9429d40636b59cb6932d6c7afd20e50609a73e2ff260316a pkgname = systray-x-common = PKGBUILD = @@ -3,7 +3,7 @@ pkgbase=systray-x _pkgbase=SysTray-X pkgname=('systray-x-common' 'systray-x-kde') -pkgver=0.9.6 +pkgver=0.9.7 pkgrel=1 pkgdesc="A system tray extension for Thunderbird 68+ (for X)" arch=('x86_64') @@ -13,7 +13,7 @@ depends=('qt5-base' 'thunderbird') makedepends=('git' 'zip' 'libx11' 'knotifications5') source=("${pkgbase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz" "Makefile.patch") -sha256sums=('787251ddd08d1d08ca9e83c4cd5cde6a0de761d03f3a7d82f3bf8e4aee988698' +sha256sums=('251b742f0b27de3ba70976ff7bfcf1836a693e5d234ea6513a3f1e57bcf9108d' 'dac5b7a4a1ad38ed9429d40636b59cb6932d6c7afd20e50609a73e2ff260316a') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/commit/dcee9d9316cd0ddf9d24852c4b8aa13db449b972 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/commit/dcee9d9316cd0ddf9d24852c4b8aa13db449b972 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gitea] Pushed new tag 1.20.2-1
Robin Candau pushed new tag 1.20.2-1 at Arch Linux / Packaging / Packages / gitea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/tree/1.20.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gitea][main] upgpkg: 1.20.2-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gitea Commits: 87850c41 by Robin Candau at 2023-07-29T17:17:40+02:00 upgpkg: 1.20.2-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -4,7 +4,7 @@ # Contributor: Frederik Schwan pkgname=gitea -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="Painless self-hosted Git service, community managed." arch=(x86_64) @@ -23,7 +23,7 @@ optdepends=( ) checkdepends=(openssh) options=(!lto) -_tag=16e2841276216f9e765d31f1563b434d5663d884 # git rev-parse v${pkgver} +_tag=5fd5233ffbb5c17f310dfbdb5a9ea9ceb2c13e2b # git rev-parse v${pkgver} source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed gitea.tmpfiles gitea.service View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/87850c4100b97fc81448f0b1bf0eb2347ff5348f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/87850c4100b97fc81448f0b1bf0eb2347ff5348f You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/limine][main] upgpkg: 5.20230729.0-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine Commits: 3abfe693 by Robin Candau at 2023-07-30T01:58:23+02:00 upgpkg: 5.20230729.0-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: Mintsuki pkgname=limine -pkgver=5.20230728.0 +pkgver=5.20230729.0 pkgrel=1 pkgdesc="An advanced, portable, multiprotocol bootloader" arch=('x86_64') @@ -11,7 +11,7 @@ license=('BSD') depends=('glibc') makedepends=('nasm' 'mtools' 'llvm' 'lld' 'clang') source=("https://github.com/limine-bootloader/limine/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('4417268bee0f58d2c6344bc41df035e52f3539abe880cced6e9b2a0c29acac9d') +sha256sums=('eed11d2b79610af129aa07175cef5dbe4ba3c1236cfd04a926e91e33bdb2ec59') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/3abfe6935e0335019f63aaa04968bfb5dd2d7e29 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/3abfe6935e0335019f63aaa04968bfb5dd2d7e29 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/limine] Pushed new tag 5.20230729.0-1
Robin Candau pushed new tag 5.20230729.0-1 at Arch Linux / Packaging / Packages / limine -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/tree/5.20230729.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-sentry_sdk] Pushed new tag 1.29.0-1
Robin Candau pushed new tag 1.29.0-1 at Arch Linux / Packaging / Packages / python-sentry_sdk -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/tree/1.29.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-sentry_sdk][main] upgpkg: 1.29.0-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-sentry_sdk Commits: 20dc98a3 by Robin Candau at 2023-07-31T20:02:55+02:00 upgpkg: 1.29.0-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=python-sentry_sdk _pkgname=sentry-sdk -pkgver=1.28.1 +pkgver=1.29.0 pkgrel=1 pkgdesc="The official Python SDK for Sentry.io" arch=('any') @@ -31,7 +31,7 @@ optdepends=('python-aiohttp: adds support for the AIOHTTP-Server Web Framework' 'python-pure-eval: for richer stacktraces & additional variables' 'python-executing: for richer stacktraces & better function names') source=("https://github.com/getsentry/sentry-python/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz";) -sha256sums=('dcd88c68aa64dae715311b5ede6502fd684f70d00a7cd4858118f0ba3153a3ae') +sha256sums=('5053aa7647533b207417cea5f3ee2d5e13aea7001dbb711f46348d7a72597d60') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/20dc98a31ae76cc3cc0af9dd4cfb304d03695214 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/20dc98a31ae76cc3cc0af9dd4cfb304d03695214 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kea] Pushed new tag 2.4.0-1
Robin Candau pushed new tag 2.4.0-1 at Arch Linux / Packaging / Packages / kea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kea/-/tree/2.4.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kea][main] upgpkg: 2.4.0-1: New upstream release, switch to the 2.4.X stable branch
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / kea Commits: bb7d9840 by Robin Candau at 2023-07-31T22:41:41+02:00 upgpkg: 2.4.0-1: New upstream release, switch to the 2.4.X stable branch - - - - - 2 changed files: - PKGBUILD - + keys/pgp/090A2A07923F925B5767803A42E5DF78C83271DB.asc Changes: = PKGBUILD = @@ -1,12 +1,13 @@ # Maintainer: Konstantin Gizdov +# Maintainer: Robin Candau # Contributor: Baptiste Jonglez # Contributor: nfnty pkgbase='kea' pkgname=("${pkgbase}" "${pkgbase}-docs") -pkgver=2.2.0 +pkgver=2.4.0 _upstreamver="${pkgver}" -pkgrel=7 +pkgrel=1 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting both DHCPv4 and DHCPv6' arch=('x86_64') url='https://kea.isc.org' @@ -51,7 +52,7 @@ source=( 'kea-dhcp-ddns.service' 'kea-ctrl-agent.service' ) -b2sums=('10b4bca1a135c6d146490f8c4c7bd4d56c1c03e2b4cc88a6888fcad5d1a5c2ee2d2c0215cb345b53a2a4262dbd02516d75d5778835d45384a7d69a062b8696b9' +b2sums=('07a4424c01872142b85446ee881afbdc9d8b3a0bc7879226463dd0ba20eba6d3d6db3dfd5fff88cd54af05c4f58183032c7df90d24a969a7ae63200822b6f35f' 'SKIP' '7ac151ae19093350e75112ab1fba38561f6f986a8ac333ada91b86819abd65559e31cec86ef19fce68e0e56cbae7ed28858654507c4d975985db4d34ee0184fb' 'b25f29b3cd8657508d766eb4c92c8c2b9ebebd60c3639930cb0439f69d205352b6ef066409d704228721ae252b0d954e5f6a3a26bb46c33bbc9ede4170c22e94' @@ -60,7 +61,8 @@ b2sums=('10b4bca1a135c6d146490f8c4c7bd4d56c1c03e2b4cc88a6888fcad5d1a5c2ee2d2c021 'f7be743d8b90ffc82551c3afc28477c8bef10596c77368ccb63e61de7355518e5e668429ab277e3f1a994cdc8b3ef542867ddb91bc7f23860dfe2d72f67b99ba') validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57' # Internet Systems Consortium, Inc. (Signing key, 2017-2018) 'AE3FAC796711EC59FC007AA474BB6B9A4CBB3D38' # Internet Systems Consortium, Inc. (Signing key, 2019-2020) - '7E1C91AC8030A5A59D1EFAB9750F3C87723E4012') # Internet Systems Consortium, Inc. (Signing key, 2021-2022) + '7E1C91AC8030A5A59D1EFAB9750F3C87723E4012' # Internet Systems Consortium, Inc. (Signing key, 2021-2022) + '090A2A07923F925B5767803A42E5DF78C83271DB') # Marcin Godzina (Code-Signing Key) build() { cd "${srcdir}/${pkgbase}-${_upstreamver}" = keys/pgp/090A2A07923F925B5767803A42E5DF78C83271DB.asc = @@ -0,0 +1,31 @@ +-BEGIN PGP PUBLIC KEY BLOCK- +Comment: Hostname: +Version: Hockeypuck 2.1.0-222-g25248d4 + +xsFNBGNjs3cBEADEVjztt+6IWlzaSjvncNapHzmGIrIk0Mn5E+wRtF77vI8XjnUb +r1M86ZYDn8FoTkJMhBF3dtOfz6cEXnnkcIYrtAQ0q82BjCmXcPQcOHp6Gjop3+Vk +6jO+pnOVlGH7wySIh4nrPgDcY+BKk870on/Ycb7862ymFZR3WhrS5uNA+smUswxH +t1+PQ5hAATOIPwbOzX1SXCdy7S6Oqmy8trShIDT1vlTf7IWq7n7nMZx+RzOgVFDh +mcfC9OFAjSbvo72dM4y3OQ6rmzTtedupGXJQKPeA305G/oq/Z8Sp+0ZHXLHom3mD +3XiId5XumlOjNCoUybN0QsWkBfQLdPFa65IfsJCtia+UFm7PHB6RCfkOwcA7gEHr +RYveHqu0rMIeJo4SemZxQsfL/RG0J7y++mnzG4WTns6WkGgMF1biIqNn7CaR38Vp +12/dx9UCojkHQWWS0BqMHBUAqgFoO4dhcFlmyjFdbJhh6/9vLS2bZP+GkgnfXGff +p6HxTz3pjy22MJwRAiGTdtUCmdqAVysW94XIcuBAUylrQhv3207I0n0wlKTDWeex +zt6xl3IY0nSH/rUxiaQKlpE3F7oVlwTFjyuv9kRJPwyorFx7oB4PUfYahrNg2jKR +oeTazi5cvftHbI1NeYk0LnF2wkvfPeW0bZg4yDfHS0qPR+gw8OMju0h05QARAQAB +zTRNYXJjaW4gR29kemluYSAoQ29kZS1TaWduaW5nIEtleSkgPG1nb2R6aW5hQGlz +Yy5vcmc+wsGOBBMBCgA4FiEECQoqB5I/kltXZ4A6QuXfeMgycdsFAmNjs3cCGwMF +CwkIBwMFFQoJCAsFFgIDAQACHgECF4AACgkQQuXfeMgycdvVNA/+NQvFmhhKYUFt +TeZU/9dvOKoj7s98N4knIgAKAHvIh1BgXEjaQFkJlr1lyG7im/dhrbfCbUjh8EI/ +Koh46kbFLtNrf7RIEDEFKuqdo6m8TgyXx0fKDBTDAdItCEYCrREHqucESaVbR/sy +BUpfT6K7CbRx34VW6sbxP2sXDSmvlmqmXR7ijKgA7qUBMOqw+8mFV+mD4h8TIW2t +gAAKB0/91aRwtCYnWeQVhsJH5xm1df+zvdRh3yceijfwCgym+YRZeE64ngyyc6YQ +VoNMuBSeCu1kiCr3E9nC3pfX/aR1esrKkmVpAm5I5GlSIi8qANKO5dut1lNA+aBt +ooVuj2tmK1hww4303pvpDhBbDIzfhsO+COCllAbZXX5xygPE8nr4ipFaJNZcAwKC +dyyYv23Mgi4AWSyJzlN9ZkO5iF6tRDQjiL0L2htC8HbefbASPLJJx5LfueLf1Qmi +m1kgTs4Brq+hA3/VrTx1rxzQihJXg4hwhC3YUWGLRDTu0707+haui4dunaK9ui5w +ESz7xiwCsDjSdL5UxBvCMqA+QB8/TMHV2IM4fMCL3Px7Q/9BZUBi3dFmFSOlI2Xz +8RzmQMwESSlyyTKokp/IZzvL+iWWlHDhdMkSkyrc6rI81L/U7mwhnUAGgkgmg9n5 +gNARLPxaTp2fD9X1zKXBxhLTFdKnNME= +=zj44 +-END PGP PUBLIC KEY BLOCK- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kea/-/commit/bb7d9840d011d269fc06fe16ea2e21874edd7dc0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kea/-/commit/bb7d9840d011d269fc06fe16ea2e21874edd7dc0 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/limine][main] upgpkg: 5.20230801.0-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine Commits: 448f11d3 by Robin Candau at 2023-08-01T17:25:09+02:00 upgpkg: 5.20230801.0-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: Mintsuki pkgname=limine -pkgver=5.20230729.0 +pkgver=5.20230801.0 pkgrel=1 pkgdesc="An advanced, portable, multiprotocol bootloader" arch=('x86_64') @@ -11,7 +11,7 @@ license=('BSD') depends=('glibc') makedepends=('nasm' 'mtools' 'llvm' 'lld' 'clang') source=("https://github.com/limine-bootloader/limine/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('eed11d2b79610af129aa07175cef5dbe4ba3c1236cfd04a926e91e33bdb2ec59') +sha256sums=('d7bd6389491ec63303dbcf77e32e77250f62bd10839278957681c1d6613d8ca6') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/448f11d3e7e295d365262d0392019b318411fecf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/448f11d3e7e295d365262d0392019b318411fecf You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/limine] Pushed new tag 5.20230801.0-1
Robin Candau pushed new tag 5.20230801.0-1 at Arch Linux / Packaging / Packages / limine -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/tree/5.20230801.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-sentry_sdk] Pushed new tag 1.29.2-1
Robin Candau pushed new tag 1.29.2-1 at Arch Linux / Packaging / Packages / python-sentry_sdk -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/tree/1.29.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-sentry_sdk][main] upgpkg: 1.29.2-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-sentry_sdk Commits: 405f1a08 by Robin Candau at 2023-08-01T17:29:28+02:00 upgpkg: 1.29.2-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=python-sentry_sdk _pkgname=sentry-sdk -pkgver=1.29.0 +pkgver=1.29.2 pkgrel=1 pkgdesc="The official Python SDK for Sentry.io" arch=('any') @@ -31,7 +31,7 @@ optdepends=('python-aiohttp: adds support for the AIOHTTP-Server Web Framework' 'python-pure-eval: for richer stacktraces & additional variables' 'python-executing: for richer stacktraces & better function names') source=("https://github.com/getsentry/sentry-python/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz";) -sha256sums=('5053aa7647533b207417cea5f3ee2d5e13aea7001dbb711f46348d7a72597d60') +sha256sums=('a99ee105384788c3f228726a88baf515fe7b5f1d2d0f215a03d194369f158df7') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/405f1a0860e890620b8447a88cb5333dbdec8fea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/405f1a0860e890620b8447a88cb5333dbdec8fea You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.417-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / jenkins Commits: 84c26026 by Robin Candau at 2023-08-01T17:46:13+02:00 upgpkg: 2.417-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -5,7 +5,7 @@ # Contributor: Illarion Kovalchuk pkgname=jenkins -pkgver=2.416 +pkgver=2.417 pkgrel=1 _java=17 pkgdesc='Extendable continuous integration server (latest)' @@ -25,7 +25,7 @@ source=("https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${pkgver 'jenkins.tmpfiles' 'jenkins.sysusers' 'skip-failing-test.patch') -sha512sums=('bd78c2bfaa1f6e5b596b21d5aa501135922120999bd4e1021aa4c18604a1291b68a07bccba1f21a5abcc6187599dac4a38c8ec8de6c653a611c647570a2db5ac' +sha512sums=('6744388e33b99a3629c581b4688c92aaa80aaf42db43f7109a44a54e874f8d049250c8ebd061c7dcc7b126891604ef20fd44d0b62847ea18365c774a648e636e' '482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553' 'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2' 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/84c26026aa03f9160ec80c2522974ad6daef6c43 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/84c26026aa03f9160ec80c2522974ad6daef6c43 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.417-1
Robin Candau pushed new tag 2.417-1 at Arch Linux / Packaging / Packages / jenkins -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/tree/2.417-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kea] Pushed new tag 2.4.0-2
Robin Candau pushed new tag 2.4.0-2 at Arch Linux / Packaging / Packages / kea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kea/-/tree/2.4.0-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kea][main] upgpkg: 2.4.0-2: Refactor PKGBUILD + switch to texlive-basic (#todo tex live...
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / kea Commits: 9c5b116f by Robin Candau at 2023-08-01T20:13:54+02:00 upgpkg: 2.4.0-2: Refactor PKGBUILD + switch to texlive-basic (#todo tex live package reorganization) - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -6,8 +6,7 @@ pkgbase='kea' pkgname=("${pkgbase}" "${pkgbase}-docs") pkgver=2.4.0 -_upstreamver="${pkgver}" -pkgrel=1 +pkgrel=2 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting both DHCPv4 and DHCPv6' arch=('x86_64') url='https://kea.isc.org' @@ -24,7 +23,7 @@ makedepends=( 'graphviz' # texlive-most group 'texlive-bibtexextra' - 'texlive-core' + 'texlive-basic' 'texlive-fontsextra' 'texlive-formatsextra' 'texlive-games' @@ -45,7 +44,7 @@ optdepends=('mariadb: lease information database' # We can ignore mysql/pgsql, but admin tests use custom scripts that break everything checkdepends=('gtest' 'procps-ng') # procps-ng needed for 'pgrep' source=( - "https://ftp.isc.org/isc/${pkgbase}/${_upstreamver}/${pkgbase}-${_upstreamver}.tar.gz"{,.asc} + "https://ftp.isc.org/isc/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz"{,.asc} 'tmpfiles-kea.conf' 'kea-dhcp4.service' 'kea-dhcp6.service' @@ -65,7 +64,7 @@ validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57' # Internet Systems Con '090A2A07923F925B5767803A42E5DF78C83271DB') # Marcin Godzina (Code-Signing Key) build() { - cd "${srcdir}/${pkgbase}-${_upstreamver}" + cd "${pkgbase}-${pkgver}" ./configure \ --prefix='/usr' \ --sbindir='/usr/bin' \ @@ -95,7 +94,7 @@ build() { } check() { - cd "${srcdir}/${pkgname}-${_upstreamver}" + cd "${pkgbase}-${pkgver}" # Disable mysql and postgresql for now, tests require live DBs export GTEST_FILTER='-mysql.*:*mysql*:*MySql*:*MySQL*:pgsql.*:*pgsql*:*PgSql*:*PgSQL*' # the above works, but admin tests use custom scripts that ignore it and break everything @@ -111,27 +110,26 @@ package_kea() { 'etc/kea/keactrl.conf' 'etc/kea/kea-ctrl-agent.conf' ) - cd "${srcdir}/kea-${_upstreamver}" + cd "${pkgbase}-${pkgver}" make DESTDIR="${pkgdir}" install # Do not package /run rm -rf "${pkgdir}"/run - install -Dm644 "${srcdir}"/tmpfiles-kea.conf "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf + install -Dm644 "${srcdir}/tmpfiles-kea.conf" "${pkgdir}/usr/lib/tmpfiles.d/${pkgbase}.conf" # Systemd service files - install -Dm644 "${srcdir}"/kea-dhcp4.service "${pkgdir}"/usr/lib/systemd/system/kea-dhcp4.service - install -Dm644 "${srcdir}"/kea-dhcp6.service "${pkgdir}"/usr/lib/systemd/system/kea-dhcp6.service - install -Dm644 "${srcdir}"/kea-dhcp-ddns.service "${pkgdir}"/usr/lib/systemd/system/kea-dhcp-ddns.service - install -Dm644 "${srcdir}"/kea-ctrl-agent.service "${pkgdir}"/usr/lib/systemd/system/kea-ctrl-agent.service + install -Dm644 "${srcdir}/kea-dhcp4.service" "${pkgdir}/usr/lib/systemd/system/kea-dhcp4.service" + install -Dm644 "${srcdir}/kea-dhcp6.service" "${pkgdir}/usr/lib/systemd/system/kea-dhcp6.service" + install -Dm644 "${srcdir}/kea-dhcp-ddns.service" "${pkgdir}/usr/lib/systemd/system/kea-dhcp-ddns.service" + install -Dm644 "${srcdir}/kea-ctrl-agent.service" "${pkgdir}/usr/lib/systemd/system/kea-ctrl-agent.service" # split docs in a separate package - rm -rf "${pkgdir}"/usr/share/{doc,man} + rm -rf "${pkgdir}/usr/share/{doc,man}" } package_kea-docs() { - depends=() - optdepends=() + pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting both DHCPv4 and DHCPv6 (user and developer documentation)' provides=('kea-devel-docs') replaces=('kea-devel-docs') - cd "${srcdir}/${pkgbase}-${_upstreamver}" + cd "${pkgbase}-${pkgver}" install -d "${pkgdir}/usr/share/doc/${pkgbase}/" make DESTDIR="${pkgdir}" -C doc install cp -r doc/devel/html "${pkgdir}/usr/share/doc/${pkgbase}/devel" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kea/-/commit/9c5b116f360d30df2bde55ede657e86f045cd6b7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kea/-/commit/9c5b116f360d30df2bde55ede657e86f045cd6b7 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/timeshift] Pushed new branch main
Robin Candau pushed new branch main at Arch Linux / Packaging / Packages / timeshift -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/timeshift/-/tree/main You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/timeshift] Pushed new tag 23.07.1-2
Robin Candau pushed new tag 23.07.1-2 at Arch Linux / Packaging / Packages / timeshift -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/timeshift/-/tree/23.07.1-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/limine] Pushed new tag 5.20230804.0-1
Robin Candau pushed new tag 5.20230804.0-1 at Arch Linux / Packaging / Packages / limine -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/tree/5.20230804.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/limine][main] upgpkg: 5.20230804.0-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine Commits: c8698456 by Robin Candau at 2023-08-04T09:01:53+02:00 upgpkg: 5.20230804.0-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: Mintsuki pkgname=limine -pkgver=5.20230801.0 +pkgver=5.20230804.0 pkgrel=1 pkgdesc="An advanced, portable, multiprotocol bootloader" arch=('x86_64') @@ -11,7 +11,7 @@ license=('BSD') depends=('glibc') makedepends=('nasm' 'mtools' 'llvm' 'lld' 'clang') source=("https://github.com/limine-bootloader/limine/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('d7bd6389491ec63303dbcf77e32e77250f62bd10839278957681c1d6613d8ca6') +sha256sums=('5eb40b11717cc85cba292506280c06498a07bd42e09fbdc200ec9368fa511683') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/c8698456da3ca2298f77c5168c1b2d0873ee552a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/c8698456da3ca2298f77c5168c1b2d0873ee552a You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/systray-x][main] upgpkg: 0.9.5-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / systray-x Commits: 2c5182e0 by Robin Candau at 2023-08-07T09:45:06+02:00 upgpkg: 0.9.5-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -3,7 +3,7 @@ pkgbase=systray-x _pkgbase=SysTray-X pkgname=('systray-x-common' 'systray-x-kde') -pkgver=0.9.4 +pkgver=0.9.5 pkgrel=1 pkgdesc="A system tray extension for Thunderbird 68+ (for X)" arch=('x86_64') @@ -13,7 +13,7 @@ depends=('qt5-base' 'thunderbird') makedepends=('git' 'zip' 'libx11' 'knotifications') source=("${pkgbase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz" "Makefile.patch") -sha256sums=('50237b0b9a501a78131624c57029a34bdf28800db216d6e6cbccf783e8f3200c' +sha256sums=('02ed94cffa68829caf0d0d3fe3b7e64d5b1e915151119d725c8f234b6a6ec856' 'dac5b7a4a1ad38ed9429d40636b59cb6932d6c7afd20e50609a73e2ff260316a') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/commit/2c5182e029a08c6b9d93e437670530dd7fd8b2e0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/commit/2c5182e029a08c6b9d93e437670530dd7fd8b2e0 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/systray-x] Pushed new tag 0.9.5-1
Robin Candau pushed new tag 0.9.5-1 at Arch Linux / Packaging / Packages / systray-x -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/tree/0.9.5-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gajim] Pushed new tag 1.8.1-1
Robin Candau pushed new tag 1.8.1-1 at Arch Linux / Packaging / Packages / gajim -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gajim/-/tree/1.8.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gajim][main] upgpkg: 1.8.1-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gajim Commits: f207638b by Robin Candau at 2023-08-08T08:37:36+02:00 upgpkg: 1.8.1-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -3,8 +3,8 @@ # Contributor: Eric Bélanger pkgname=gajim -pkgver=1.8.0 -pkgrel=3 +pkgver=1.8.1 +pkgrel=1 pkgdesc='Full featured and easy to use XMPP (Jabber) client' url='https://gajim.org/' arch=('any') @@ -28,8 +28,8 @@ optdepends=('python-dbus: to have gajim-remote working' 'libxss: for idle time checking on X11' 'python-gnupg: encrypting chat messages with OpenPGP') source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.gz) -sha512sums=('724290de6d438aacd929a9759d7a712068c303caf9002a1a70ddc0e9aa16387054d3e4efacf84eced28f49ef79749c764d5fe67fcb23c3baef3a2b7714df218e') -b2sums=('030293fc8114877c6d060cd0feae0fecdcecbb26aac8817e1db7db59aee3ee79973efc94584434641ccd39adcf809e0c7a86a017ab46c9695666d898fb7b7905') +sha512sums=('b417d76a4225f16730441dee7befacd6db5be782c9271b789d5f9c10232e342f2d46930eef79a58839c13b2887926591d953a87a7544e32c7bf80d2c65390e31') +b2sums=('b7bbd751a051cd2a46e814a9b3ebc08f10a6570dc071752838a2463019cdf6ea4198f2a349f3935c33d988cd6908cf31dba572bac31f9363675433328e6d679b') build() { cd ${pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gajim/-/commit/f207638b6e1af4305d372d3bd3d8be922d4a90f3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gajim/-/commit/f207638b6e1af4305d372d3bd3d8be922d4a90f3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-nbxmpp] Pushed new tag 4.3.2-1
Robin Candau pushed new tag 4.3.2-1 at Arch Linux / Packaging / Packages / python-nbxmpp -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-nbxmpp/-/tree/4.3.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-nbxmpp][main] upgpkg: 4.3.2-1: New upstream release, add the missing 'python-packaging' dependency
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-nbxmpp Commits: 4841f228 by Robin Candau at 2023-08-09T09:41:30+02:00 upgpkg: 4.3.2-1: New upstream release, add the missing 'python-packaging' dependency - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = python-nbxmpp pkgdesc = A Python library to use Jabber/XMPP networks in a non-blocking way - pkgver = 4.3.1 + pkgver = 4.3.2 pkgrel = 1 url = https://dev.gajim.org/gajim/python-nbxmpp/ arch = any @@ -13,8 +13,9 @@ pkgbase = python-nbxmpp depends = python-gobject depends = python-idna depends = python-precis_i18n - source = https://dev.gajim.org/gajim/python-nbxmpp/-/archive/4.3.1/python-nbxmpp-4.3.1.tar.gz - sha256sums = 89f56f2495e93d6a55dd9d4981136e2c3b7a3e19ffa11377146695b1ec21102c - b2sums = 43d9af2c3c6d3737d01eba11e2128a0c687ee63c13a508f549aa6f67ba141550e655c493cff151dcfd0f891ce2cca5b4df0806e4a873e6f62743a7f5ae6def6f + depends = python-packaging + source = https://dev.gajim.org/gajim/python-nbxmpp/-/archive/4.3.2/python-nbxmpp-4.3.2.tar.gz + sha256sums = 5d5c3b90f5d2a9d57749503335f65b09c96241fd9caf070a9f08c43d7afe1d93 + b2sums = 2858d2418182a1d26c7de30873e37b3885d656c2730f14cfb6df1a0c137ebb678827bc8734c4ce931c461238bf16536ea1ff3701f2ebddfdbf557e68f739cbe5 pkgname = python-nbxmpp = PKGBUILD = @@ -1,18 +1,19 @@ # Maintainer: Morten Linderud +# Maintainer: Robin Candau # Contributor: Eric Bélanger pkgname=python-nbxmpp pkgdesc="A Python library to use Jabber/XMPP networks in a non-blocking way" -pkgver=4.3.1 +pkgver=4.3.2 pkgrel=1 arch=(any) url="https://dev.gajim.org/gajim/python-nbxmpp/"; license=(GPL3) -depends=(libsoup3 python-gobject python-idna python-precis_i18n) +depends=('libsoup3' 'python-gobject' 'python-idna' 'python-precis_i18n' 'python-packaging') makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') source=("https://dev.gajim.org/gajim/python-nbxmpp/-/archive/$pkgver/python-nbxmpp-$pkgver.tar.gz";) -sha256sums=('89f56f2495e93d6a55dd9d4981136e2c3b7a3e19ffa11377146695b1ec21102c') -b2sums=('43d9af2c3c6d3737d01eba11e2128a0c687ee63c13a508f549aa6f67ba141550e655c493cff151dcfd0f891ce2cca5b4df0806e4a873e6f62743a7f5ae6def6f') +sha256sums=('5d5c3b90f5d2a9d57749503335f65b09c96241fd9caf070a9f08c43d7afe1d93') +b2sums=('2858d2418182a1d26c7de30873e37b3885d656c2730f14cfb6df1a0c137ebb678827bc8734c4ce931c461238bf16536ea1ff3701f2ebddfdbf557e68f739cbe5') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-nbxmpp/-/commit/4841f228e22c73d801b55c22db673bb11249b803 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-nbxmpp/-/commit/4841f228e22c73d801b55c22db673bb11249b803 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.418-1
Robin Candau pushed new tag 2.418-1 at Arch Linux / Packaging / Packages / jenkins -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/tree/2.418-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.418-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / jenkins Commits: 2bfcb696 by Robin Candau at 2023-08-09T12:02:04+02:00 upgpkg: 2.418-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -5,7 +5,7 @@ # Contributor: Illarion Kovalchuk pkgname=jenkins -pkgver=2.417 +pkgver=2.418 pkgrel=1 _java=17 pkgdesc='Extendable continuous integration server (latest)' @@ -25,7 +25,7 @@ source=("https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${pkgver 'jenkins.tmpfiles' 'jenkins.sysusers' 'skip-failing-test.patch') -sha512sums=('6744388e33b99a3629c581b4688c92aaa80aaf42db43f7109a44a54e874f8d049250c8ebd061c7dcc7b126891604ef20fd44d0b62847ea18365c774a648e636e' +sha512sums=('508531a43032b49d64f53e98162edce5240768481633b16742f15c7389fe48be2e9d61f4b4852c53393b87cd890dfde15ac9b362c4c2a2028c9df953b3217377' '482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553' 'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2' 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/2bfcb69650cd426699b34b1ddb1e0fb51087384c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/2bfcb69650cd426699b34b1ddb1e0fb51087384c You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/rofi] Pushed new tag 1.7.5-2
Robin Candau pushed new tag 1.7.5-2 at Arch Linux / Packaging / Packages / rofi -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/tree/1.7.5-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/rofi][main] upgpkg: 1.7.5-2: Add prepare() to correct the name of the xfce4-terminal binary
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / rofi Commits: 9e09351d by Robin Candau at 2023-08-09T14:22:14+02:00 upgpkg: 1.7.5-2: Add prepare() to correct the name of the xfce4-terminal binary - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -1,5 +1,6 @@ # Maintainer: Morten Linderud -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Maintainer: Robin Candau +# Contributor: Maxim Baz <$pkgname at maximbaz dot com> # Contributor: Anatol Pomozov # Contributor: Benjamin Chrétien # Contributor: Eric Engestrom @@ -9,7 +10,7 @@ pkgname=rofi pkgver=1.7.5 -pkgrel=1 +pkgrel=2 pkgdesc='A window switcher, application launcher and dmenu replacement' arch=(x86_64) url="https://github.com/DaveDavenport/$pkgname"; @@ -20,6 +21,11 @@ optdepends=('i3-wm: use as a window switcher') source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz") sha256sums=('caffcf66d165cb32b748c1db7f229d6d75da58c1685eb17455f65c60e8220c8d') +prepare() { + cd "$pkgname-$pkgver" + sed -i "s/xfce4-terminal.wrapper/xfce4-terminal/g" script/rofi-sensible-terminal +} + build() { cd "$pkgname-$pkgver" autoreconf -i View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/9e09351df7d139b430fdb441e3353e2b80c2355f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/9e09351df7d139b430fdb441e3353e2b80c2355f You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-mistune] Pushed new tag 3.0.1-1
Robin Candau pushed new tag 3.0.1-1 at Arch Linux / Packaging / Packages / python-mistune -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mistune/-/tree/3.0.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-mistune][main] upgpkg: 3.0.1-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-mistune Commits: c5f44d26 by Robin Candau at 2023-08-11T20:15:37+02:00 upgpkg: 3.0.1-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -1,36 +1,37 @@ -# Maintainer: +# Maintainer: Robin Candau # Contributor: Kyle Keen # Contributor: David Runge # Contributor: shmilee -_pyname=mistune pkgname=python-mistune -pkgver=2.0.5 -pkgrel=2 +_pkgname=mistune +pkgver=3.0.1 +pkgrel=1 pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins" -arch=(any) -url="https://github.com/lepture/mistune"; -license=(BSD) -depends=(python) -makedepends=(python-build python-installer python-setuptools python-wheel) -checkdepends=(python-pytest) -source=(https://github.com/lepture/mistune/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha512sums=('ca1cb685e0d8adc421cec1bb5359895e04bc80259eb0bdc5b554669758e92d3f10cdd4bd01a15ca9aeeca62f9c8813a14101db0281b9a93eeecbff496aa0') -b2sums=('fbece6ecb32003b40772b5772eb0415d1ae3654a52625578ff92daa4ed8df38758a6e725ddda86b2f7848406942454e09e52dca6583444f03769bd4911a4c5aa') +arch=('any') +url="https://mistune.lepture.com"; +license=('BSD') +depends=('python') +makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') +checkdepends=('python-pytest') +source=("https://github.com/lepture/mistune/archive/v$pkgver/$pkgname-$pkgver.tar.gz";) +sha512sums=('e1f6ad68ae2b92945987833a1ed97764089736f98c7cb36ac3b1908e9f7968488192c007e3c0d03c107b67a221334e2e5cd439d88eed94ad2616aac396a29425') +b2sums=('c293836f2a23ae78b751b90ef619dd8a2e57d28ee6e4be5d30db0da502251f4183ce4c7aa3db85e08cda5d9f6b582c25bd64d58955c60cc9c3f5f8332d5ab0b0') build() { - cd $_pyname-$pkgver - python -m build --wheel --skip-dependency-check --no-isolation + cd "${_pkgname}-${pkgver}" + python -m build --wheel --no-isolation } check() { - cd $_pyname-$pkgver - pytest -vv + cd "${_pkgname}-${pkgver}" + pytest } package() { - cd $_pyname-$pkgver - python -m installer --destdir="$pkgdir" dist/*.whl - install -vDm 644 README.md -t "$pkgdir/usr/share/doc/${pkgname}/" - install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname}/" + cd "${_pkgname}-${pkgver}" + python -m installer --destdir="${pkgdir}" dist/*.whl + + install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" + install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mistune/-/commit/c5f44d26b70f3a6afea6180a079dec5370b885d7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-mistune/-/commit/c5f44d26b70f3a6afea6180a079dec5370b885d7 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/touchegg] Pushed new tag 2.0.16-2
Robin Candau pushed new tag 2.0.16-2 at Arch Linux / Packaging / Packages / touchegg -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/touchegg/-/tree/2.0.16-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/touchegg][main] upgpkg: 2.0.16-2: Update maintainer information + reformating the PKGBUILD
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / touchegg Commits: a5fb509f by Robin Candau at 2023-08-11T22:31:13+02:00 upgpkg: 2.0.16-2: Update maintainer information + reformating the PKGBUILD - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -1,25 +1,24 @@ -# Maintainer: +# Maintainer: Robin Candau # Contributor: AwesomeHaircut # Contributor: jbouter pkgname=touchegg pkgver=2.0.16 -pkgrel=1 -pkgdesc='Multitouch gesture recognizer' -arch=(x86_64) -url='https://github.com/JoseExposito/touchegg/' -license=(GPL3) -depends=(libinput cairo systemd-libs libx11 libxi libxrandr libxtst pugixml gtk3 glib2) -makedepends=(cmake) -source=(https://github.com/JoseExposito/touchegg/archive/$pkgver/$pkgname-$pkgver.tar.gz) +pkgrel=2 +pkgdesc="Linux multi-touch gesture recognizer" +arch=('x86_64') +url="https://github.com/JoseExposito/touchegg"; +license=('GPL3') +depends=('libinput' 'cairo' 'systemd-libs' 'libx11' 'libxi' 'libxrandr' 'libxtst' 'pugixml' 'gtk3' 'glib2') +makedepends=('cmake') +source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") sha512sums=(92a5409c1f570de2690e57e8ae291bda1c07b5d5c1094fd80a9648c5986f5dc8cd5a8e03c3714a8dc10b5305a75e52a0ef86f5bf52a038db08fedb86620af76f) + build() { - cmake -B build -S $pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr - cmake --build build + cmake -B build -S ${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr + cmake --build build } package() { - DESTDIR="$pkgdir" cmake --install build -# install -Dm644 "$srcdir/$pkgname-$pkgver/installation/touchegg.desktop" "$pkgdir/etc/xdg/autostart/touchegg.desktop" + DESTDIR="${pkgdir}" cmake --install build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/touchegg/-/commit/a5fb509f019b7932001e0914d7db847b865bf0aa -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/touchegg/-/commit/a5fb509f019b7932001e0914d7db847b865bf0aa You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gitea][main] upgpkg: 1.20.2-2: Package configuration in proper path and add it to the backup array
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gitea Commits: abcfbeed by Robin Candau at 2023-08-12T12:34:33+02:00 upgpkg: 1.20.2-2: Package configuration in proper path and add it to the backup array - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -5,7 +5,7 @@ pkgname=gitea pkgver=1.20.2 -pkgrel=1 +pkgrel=2 pkgdesc="Painless self-hosted Git service, community managed." arch=(x86_64) url="https://gitea.io"; @@ -23,6 +23,7 @@ optdepends=( ) checkdepends=(openssh) options=(!lto) +backup=('etc/gitea/app.ini') _tag=5fd5233ffbb5c17f310dfbdb5a9ea9ceb2c13e2b # git rev-parse v${pkgver} source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed gitea.tmpfiles @@ -75,5 +76,5 @@ package() { install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/ install -Dm644 ${pkgname}.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf install -Dm644 ${pkgname}.sysusers "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf - install -D ${pkgname}/custom/conf/app.example.ini -t "${pkgdir}"/etc/gitea/ + install -Dm644 ${pkgname}/custom/conf/app.example.ini "${pkgdir}"/etc/gitea/app.ini } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/abcfbeedd0410ff65cc06a34683684a15e905586 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/abcfbeedd0410ff65cc06a34683684a15e905586 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gitea] Pushed new tag 1.20.2-2
Robin Candau pushed new tag 1.20.2-2 at Arch Linux / Packaging / Packages / gitea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/tree/1.20.2-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gitea] Pushed new tag 1.20.2-3
Robin Candau pushed new tag 1.20.2-3 at Arch Linux / Packaging / Packages / gitea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/tree/1.20.2-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gitea][main] upgpkg: 1.20.2-3: Add proper permissions in the tmpfiles
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gitea Commits: 52f56dcb by Robin Candau at 2023-08-12T12:54:41+02:00 upgpkg: 1.20.2-3: Add proper permissions in the tmpfiles - - - - - 2 changed files: - PKGBUILD - gitea.tmpfiles Changes: = PKGBUILD = @@ -5,7 +5,7 @@ pkgname=gitea pkgver=1.20.2 -pkgrel=2 +pkgrel=3 pkgdesc="Painless self-hosted Git service, community managed." arch=(x86_64) url="https://gitea.io"; @@ -30,7 +30,7 @@ source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed gitea.service gitea.sysusers) sha256sums=('SKIP' -'9f63a517e8da6865fa6d9e87f6b08fe25ea56285304115e052809663c48dc3d7' +'1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba' 'b16d02a9f32a17cc14dfa46a980bad795a4ed744627e6342248f60236dc2be43' '7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5') validpgpkeys=( = gitea.tmpfiles = @@ -6,5 +6,5 @@ d /var/lib/gitea/repos 0750 d /var/lib/gitea/tmp 0750 Z /var/lib/gitea - gitea gitea d /var/log/gitea 0750 gitea gitea -z /etc/gitea 0755 gitea gitea -z /etc/gitea/app.ini 0600 gitea gitea +z /etc/gitea 0755 root gitea +z /etc/gitea/app.ini 0660 root gitea View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/52f56dcbc8769b9be53300df487375608cf09f5f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/52f56dcbc8769b9be53300df487375608cf09f5f You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/touchegg] Pushed new tag 2.0.17-1
Robin Candau pushed new tag 2.0.17-1 at Arch Linux / Packaging / Packages / touchegg -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/touchegg/-/tree/2.0.17-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/touchegg][main] upgpkg: 2.0.17-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / touchegg Commits: 0da43585 by Robin Candau at 2023-08-13T19:38:44+02:00 upgpkg: 2.0.17-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -3,8 +3,8 @@ # Contributor: jbouter pkgname=touchegg -pkgver=2.0.16 -pkgrel=2 +pkgver=2.0.17 +pkgrel=1 pkgdesc="Linux multi-touch gesture recognizer" arch=('x86_64') url="https://github.com/JoseExposito/touchegg"; @@ -12,7 +12,7 @@ license=('GPL3') depends=('libinput' 'cairo' 'systemd-libs' 'libx11' 'libxi' 'libxrandr' 'libxtst' 'pugixml' 'gtk3' 'glib2') makedepends=('cmake') source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=(92a5409c1f570de2690e57e8ae291bda1c07b5d5c1094fd80a9648c5986f5dc8cd5a8e03c3714a8dc10b5305a75e52a0ef86f5bf52a038db08fedb86620af76f) +sha512sums=('b0c957003f0df1c3fdb750e0f3a253ed39014c900c82ffa7be254afe6c2a60949ea81d2628bf3d40ad4f3547093b274fb20831144c2427b417262812a10d563d') build() { cmake -B build -S ${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/touchegg/-/commit/0da43585df520236cbe1e821b387132b031a7624 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/touchegg/-/commit/0da43585df520236cbe1e821b387132b031a7624 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.419-1
Robin Candau pushed new tag 2.419-1 at Arch Linux / Packaging / Packages / jenkins -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/tree/2.419-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.419-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / jenkins Commits: 3e452a31 by Robin Candau at 2023-08-15T20:04:34+02:00 upgpkg: 2.419-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -5,7 +5,7 @@ # Contributor: Illarion Kovalchuk pkgname=jenkins -pkgver=2.418 +pkgver=2.419 pkgrel=1 _java=17 pkgdesc='Extendable continuous integration server (latest)' @@ -25,7 +25,7 @@ source=("https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${pkgver 'jenkins.tmpfiles' 'jenkins.sysusers' 'skip-failing-test.patch') -sha512sums=('508531a43032b49d64f53e98162edce5240768481633b16742f15c7389fe48be2e9d61f4b4852c53393b87cd890dfde15ac9b362c4c2a2028c9df953b3217377' +sha512sums=('a6dcd4620a38fe0064136e64205573f44dc86b740009e0ffbda725d751b2e0170996d37d0e419a04031f9e15512be18390b25c7a10ae0aaa91a53be384fc5506' '482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553' 'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2' 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/3e452a319a87c5938227eb37e94a597372104ccd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/3e452a319a87c5938227eb37e94a597372104ccd You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/keepassxc][main] upgpkg: 2.7.6-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / keepassxc Commits: 26319014 by Robin Candau at 2023-08-16T09:18:00+02:00 upgpkg: 2.7.6-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -3,8 +3,8 @@ # Maintainer: Robin Candau pkgname=keepassxc -pkgver=2.7.5 -pkgrel=2 +pkgver=2.7.6 +pkgrel=1 pkgdesc="Cross-platform community-driven port of Keepass password manager" arch=(x86_64) url="https://keepassxc.org/"; @@ -17,7 +17,7 @@ optdepends=('xclip: keepassxc-cli clipboard support under X server' checkdepends=(xclip xorg-server-xvfb) provides=(org.freedesktop.secrets) source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig}) -sha256sums=('ede24800901816c49569aa4f8bc7180a40cb8b554617fa2a2a2653caac13000c' +sha256sums=('a58074509fa8e90f152c6247f73e75e126303081f55eedb4ea0cbb6fa980d670' 'SKIP') # List of signing keys can be found at https://keepassxc.org/verifying-signatures/ validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2 View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/keepassxc/-/commit/26319014775d61eaba1214e01dff03c07afc5b8f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/keepassxc/-/commit/26319014775d61eaba1214e01dff03c07afc5b8f You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/keepassxc] Pushed new tag 2.7.6-1
Robin Candau pushed new tag 2.7.6-1 at Arch Linux / Packaging / Packages / keepassxc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/keepassxc/-/tree/2.7.6-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/entr][main] upgpkg: 5.4-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / entr Commits: 1621ba2d by Robin Candau at 2023-08-16T12:19:40+02:00 upgpkg: 5.4-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -1,7 +1,8 @@ # Maintainer: Filipe Laíns (FFY00) +# Maintainer: Robin Candau pkgname=entr -pkgver=5.3 +pkgver=5.4 pkgrel=1 pkgdesc='Run arbitrary commands when files change' arch=('x86_64') @@ -11,7 +12,7 @@ depends=('glibc') checkdepends=('procps-ng' 'git' 'vim' 'tmux') validpgpkeys=('519151D83E83D40A232B4D615C418B8631BC7C26' '5C418B8631BC7C26') # Eric Radman source=("$url/code/$pkgname-$pkgver.tar.gz"{,.asc}) -sha512sums=('b160cb60de99a743226b472256d937ef6ace54f5350a83420f59ac2706cd0fb042d6f85fcac6c73e76c161c6225b956df8b00156dea9ce55d8b8225e8ca13e7f' +sha512sums=('c366254df6df28edbcb2a9d12ab97e063baa4d78889e54b3de6b75e8c7ef2468c661216485bbf297a4d539ac3d186fcc9b140a99a1a89306f6cac1f969a7d95f' 'SKIP') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/entr/-/commit/1621ba2dc2066ce8a5f9bc552776cf20bf1d4068 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/entr/-/commit/1621ba2dc2066ce8a5f9bc552776cf20bf1d4068 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/entr] Pushed new tag 5.4-1
Robin Candau pushed new tag 5.4-1 at Arch Linux / Packaging / Packages / entr -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/entr/-/tree/5.4-1 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-1
Robin Candau pushed new tag 4.66.1-1 at Arch Linux / Packaging / Packages / python-tqdm -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/tree/4.66.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-tqdm][main] upgpkg: 4.66.1-1
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-tqdm Commits: 0fd9cbfd by Robin Candau at 2023-08-16T13:36:52+02:00 upgpkg: 4.66.1-1 - Switch to python-build: https://github.com/tqdm/tqdm/pull/1490 - Add the missing python-keras makedepends - Temporarely disable check () as it requires python-pandas v2.0.x (still in v1.5.3 in our repo currently): https://github.com/sdv-dev/SDV/issues/1469#issuecomment-1616746578 - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -1,36 +1,44 @@ # Maintainer: Felix Yan +# Maintainer: Robin Candau pkgname=python-tqdm -pkgver=4.65.0 -_commit=0bb91857eca0d4aea08f66cf1c8949abe0cd6b7a -pkgrel=3 +pkgver=4.66.1 +_commit=4c956c20b83be4312460fc0c4812eeb3fef5e7df +pkgrel=1 pkgdesc='Fast, Extensible Progress Meter' arch=('any') license=('MIT' 'MPL') url='https://github.com/tqdm/tqdm' depends=('python') optdepends=('python-requests: telegram') -makedepends=('git' 'python-setuptools-scm' 'python-toml') -checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 'python-numpy' - 'python-pandas' 'python-rich' 'python-dask' 'tk') +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";) sha512sums=('SKIP') build() { cd tqdm - python setup.py build + python -m build --wheel --no-isolation } check() { cd tqdm - python -m venv --system-site-packages test-env - test-env/bin/python setup.py install - test-env/bin/python -m pytest + + # Tests fail with the following error: + # ``` + # E DeprecationWarning: np.find_common_type is deprecated. Please use `np.result_type` or `np.promote_types`. + # E See https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information. (Deprecated NumPy 1.25) + # ``` + # This is because "python-pandas" is outdated in our repo. It is currently in v1.5.3 in [extra] while the test for this package requires >= 2.0.0 + # See the following link for mor details: https://github.com/sdv-dev/SDV/issues/1469#issuecomment-1616746578 + # Until "python-pandas" isn't updated on our side, the tests will fail so they are disabled for now. + + #pytest } package() { cd tqdm - python setup.py install --root="$pkgdir" --optimize=1 + python -m installer --destdir="$pkgdir" dist/*.whl install -Dm644 LICENCE -t "$pkgdir"/usr/share/licenses/$pkgname/ } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/0fd9cbfdf32fc94caeec2ce0a2076f3b3aa87486 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/0fd9cbfdf32fc94caeec2ce0a2076f3b3aa87486 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-userpath][main] upgpkg: 1.9.0-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-userpath Commits: 8210ded1 by Robin Candau at 2023-08-16T13:42:41+02:00 upgpkg: 1.9.0-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -1,9 +1,10 @@ # Maintainer: Filipe Laíns (FFY00) +# Maintainer: Robin Candau _pkgname=userpath pkgname=python-$_pkgname -pkgver=1.8.0 -pkgrel=2 +pkgver=1.9.0 +pkgrel=1 pkgdesc='Cross-platform tool for adding locations to the user PATH, no elevated privileges required!' arch=('any') url='https://github.com/ofek/userpath' @@ -12,23 +13,20 @@ depends=('python' 'python-click' 'python-distro') makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-wheel') checkdepends=('python-pytest') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha512sums=('d2f082909fad22cf5b33f175afdeebe14a44ebd245c84506395f01a288eccf9c376ac28dcc4b618cc2464e1a23e740b41f4f4ad0e780a42e1185c5283ccc7330') +sha512sums=('a5683a7423465426debda02d58b2f5ef8d17d38d2fac2378cdf3075a2a6f0b7d75210bb1eac30966d323ec5f25073cc9286ae1b37acaa1bf7785da02a4c40805') build() { cd $_pkgname-$pkgver - - python -m build -nw + python -m build --wheel --no-isolation } check() { cd $_pkgname-$pkgver - - python -m pytest + pytest } package() { cd $_pkgname-$pkgver - python -m installer -d "$pkgdir" dist/*.whl install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-userpath/-/commit/8210ded175fea1fcf5fe763eaff3e53144415419 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-userpath/-/commit/8210ded175fea1fcf5fe763eaff3e53144415419 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-userpath] Pushed new tag 1.9.0-1
Robin Candau pushed new tag 1.9.0-1 at Arch Linux / Packaging / Packages / python-userpath -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-userpath/-/tree/1.9.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/hyfetch][main] upgpkg: 1.4.10-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hyfetch Commits: c7bf4106 by Robin Candau at 2023-08-17T11:08:19+02:00 upgpkg: 1.4.10-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -2,23 +2,23 @@ # Contributor: Aleksana QWQ pkgname=hyfetch -pkgver=1.4.9_1 +pkgver=1.4.10 pkgrel=1 pkgdesc="Neofetch with LGBTQ+ pride flags!" arch=('any') url='https://github.com/hykilpikonna/hyfetch' license=('MIT') -depends=('python>=3.7.0' 'python-setuptools' 'python-typing_extensions' 'python-importlib-metadata') -source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver//_/-}.tar.gz") -sha256sums=('81f2b8fd25871e87888259680012c6dcd670eddb61a81aea22fc780c914fb6e3') +depends=('python-setuptools' 'python-typing_extensions' 'python-importlib-metadata') +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") +sha256sums=('a8988b081c79a4a80d92262e3588fab1ad7f890ff6dbfb4ed76f697be1f8d903') build() { - cd "${pkgname}-${pkgver//_/-}" + cd "${pkgname}-${pkgver}" python setup.py build } package() { - cd "${pkgname}-${pkgver//_/-}" + cd "${pkgname}-${pkgver}" python setup.py install --root="${pkgdir}" --optimize=1 --skip-build install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyfetch/-/commit/c7bf4106a9428ab84cc46edc5549b5117e6d2fe1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyfetch/-/commit/c7bf4106a9428ab84cc46edc5549b5117e6d2fe1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/hyfetch] Pushed new tag 1.4.10-1
Robin Candau pushed new tag 1.4.10-1 at Arch Linux / Packaging / Packages / hyfetch -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyfetch/-/tree/1.4.10-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ansible-core] Pushed new tag 2.15.3-1
Robin Candau pushed new tag 2.15.3-1 at Arch Linux / Packaging / Packages / ansible-core -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-core/-/tree/2.15.3-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ansible][main] upgpkg: 8.3.0-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible Commits: 8aa3bd65 by Robin Candau at 2023-08-17T16:10:49+02:00 upgpkg: 8.3.0-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -2,7 +2,7 @@ # Maintainer: Robin Candau pkgname=ansible -pkgver=8.2.0 +pkgver=8.3.0 pkgrel=1 pkgdesc='Official assortment of Ansible collections' arch=('any') @@ -26,7 +26,7 @@ optdepends=('python-argcomplete: shell completions' 'acme-tiny: openssl_certificate module') makedepends=('python-setuptools') source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz";) -sha512sums=('0ed3f43885b026c18939a29ef67f836374cdeaf96c3445fb59ec60164493820ac2e97c041daddd49ba083d0bef8cac4b7a75d5391290fce52bebae02276b0be6') +sha512sums=('8c051a33d4d95a002518556be84d7f50d825c8d80e291f812593171fc00dd6ad778dcb7261af06895add1978aadeb1ed920cbca08353dcb9b5075d393f08') build() { cd ansible-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/8aa3bd65ea59a9c24858bb2a19804f2738a1332d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/8aa3bd65ea59a9c24858bb2a19804f2738a1332d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ansible] Pushed new tag 8.3.0-1
Robin Candau pushed new tag 8.3.0-1 at Arch Linux / Packaging / Packages / ansible -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/tree/8.3.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/limine] Pushed new tag 5.20230819.0-1
Robin Candau pushed new tag 5.20230819.0-1 at Arch Linux / Packaging / Packages / limine -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/tree/5.20230819.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/limine][main] upgpkg: 5.20230819.0-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine Commits: 485d4084 by Robin Candau at 2023-08-19T16:21:24+02:00 upgpkg: 5.20230819.0-1: New upstream release - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: Mintsuki pkgname=limine -pkgver=5.20230811.0 +pkgver=5.20230819.0 pkgrel=1 pkgdesc="An advanced, portable, multiprotocol bootloader" arch=('x86_64') @@ -11,7 +11,7 @@ license=('BSD') depends=('glibc') makedepends=('nasm' 'mtools' 'llvm' 'lld' 'clang') source=("https://github.com/limine-bootloader/limine/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('644b3725efb864176e176c2beae2c7e83cfe38b50b570b03ef9dde42279a0b7a') +sha256sums=('d81c3082f5cbd6bd19ab69ebe8ea96fe9f66833ee86e06728047000404a43b5e') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/485d4084dc2cb85e4b18bdb72b941a94d9e6c50b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/485d4084dc2cb85e4b18bdb72b941a94d9e6c50b You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kea] Pushed new tag 2.4.0-3
Robin Candau pushed new tag 2.4.0-3 at Arch Linux / Packaging / Packages / kea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kea/-/tree/2.4.0-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kea][main] upgpkg: 2.4.0-3
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / kea Commits: 0a6f40a8 by Robin Candau at 2023-08-21T18:37:57+02:00 upgpkg: 2.4.0-3 Fix syntax error to prevent documentation from being packaged with the `kea` package (to prevent conflict with the `kea-docs` package). See https://bugs.archlinux.org/task/79435 - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -6,7 +6,7 @@ pkgbase='kea' pkgname=("${pkgbase}" "${pkgbase}-docs") pkgver=2.4.0 -pkgrel=2 +pkgrel=3 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting both DHCPv4 and DHCPv6' arch=('x86_64') url='https://kea.isc.org' @@ -16,7 +16,7 @@ makedepends=( 'boost' 'mariadb' 'postgresql' - 'python' # kea-shell + 'python' # kea-shell 'python-sphinx' 'python-sphinx_rtd_theme' 'doxygen' @@ -113,7 +113,7 @@ package_kea() { cd "${pkgbase}-${pkgver}" make DESTDIR="${pkgdir}" install # Do not package /run - rm -rf "${pkgdir}"/run + rm -rf "${pkgdir}/run" install -Dm644 "${srcdir}/tmpfiles-kea.conf" "${pkgdir}/usr/lib/tmpfiles.d/${pkgbase}.conf" # Systemd service files install -Dm644 "${srcdir}/kea-dhcp4.service" "${pkgdir}/usr/lib/systemd/system/kea-dhcp4.service" @@ -121,7 +121,7 @@ package_kea() { install -Dm644 "${srcdir}/kea-dhcp-ddns.service" "${pkgdir}/usr/lib/systemd/system/kea-dhcp-ddns.service" install -Dm644 "${srcdir}/kea-ctrl-agent.service" "${pkgdir}/usr/lib/systemd/system/kea-ctrl-agent.service" # split docs in a separate package - rm -rf "${pkgdir}/usr/share/{doc,man}" + rm -rf "${pkgdir}/usr/share/"{doc,man} } package_kea-docs() { @@ -133,5 +133,5 @@ package_kea-docs() { install -d "${pkgdir}/usr/share/doc/${pkgbase}/" make DESTDIR="${pkgdir}" -C doc install cp -r doc/devel/html "${pkgdir}/usr/share/doc/${pkgbase}/devel" - rm "${pkgdir}"/usr/share/doc/kea/devel/doxygen{,-error}.log + rm -f "${pkgdir}/usr/share/doc/kea/devel/doxygen"{,-error}.log } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kea/-/commit/0a6f40a835fb4a182ff47a4d82807c1a8d60265e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kea/-/commit/0a6f40a835fb4a182ff47a4d82807c1a8d60265e You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ansible-lint] Pushed new tag 6.20.3-1
Robin Candau pushed new tag 6.20.3-1 at Arch Linux / Packaging / Packages / ansible-lint -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/tree/6.20.3-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ansible-lint][main] upgpkg: 6.20.3-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible-lint Commits: fb59fa2e by Robin Candau at 2023-10-03T10:11:17+02:00 upgpkg: 6.20.3-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = ansible-lint pkgdesc = Checks playbooks for practices and behaviour that could potentially be improved. - pkgver = 6.20.2 + pkgver = 6.20.3 pkgrel = 1 url = https://github.com/ansible/ansible-lint arch = any @@ -30,7 +30,7 @@ pkgbase = ansible-lint depends = python-ruamel-yaml depends = python-wcmatch optdepends = ansible: check official ansible collections - source = git+https://github.com/ansible/ansible-lint.git#commit=55b8b667587295d4fdbbd2f9c90a84455f6ece99 + source = git+https://github.com/ansible/ansible-lint.git#commit=82ab7c447614837c94fa8a9b5f667b8662aa055f source = disable_version_check.patch b2sums = SKIP b2sums = 98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84 = PKGBUILD = @@ -3,9 +3,9 @@ # Maintainer: Robin Candau # Contributor: Sander Boom -_commit=55b8b667587295d4fdbbd2f9c90a84455f6ece99 +_commit=82ab7c447614837c94fa8a9b5f667b8662aa055f pkgname=ansible-lint -pkgver=6.20.2 +pkgver=6.20.3 pkgrel=1 pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved." arch=('any') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/fb59fa2e38368abbc4e8c067f9db541070d722f6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/fb59fa2e38368abbc4e8c067f9db541070d722f6 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/codespell] Pushed new tag 2.2.6-1
Robin Candau pushed new tag 2.2.6-1 at Arch Linux / Packaging / Packages / codespell -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/codespell/-/tree/2.2.6-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/codespell][main] upgpkg: 2.2.6-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / codespell Commits: 4c781b9e by Robin Candau at 2023-10-03T10:19:05+02:00 upgpkg: 2.2.6-1: New upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,20 @@ +pkgbase = codespell + pkgdesc = check code for common misspellings + pkgver = 2.2.6 + pkgrel = 1 + url = https://github.com/codespell-project/codespell + arch = any + license = GPL2 + checkdepends = python-pytest-cov + checkdepends = python-pytest-dependency + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools-scm + depends = python-chardet + source = https://pypi.io/packages/source/c/codespell/codespell-2.2.6.tar.gz + source = remove-check-test_command.patch + sha256sums = a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9 + sha256sums = 17a5390c0123480c794d293e0a6b95a9f941ea9d5d9168649746dd55faf0b833 + +pkgname = codespell = PKGBUILD = @@ -2,8 +2,8 @@ # Maintainer: Robin Candau pkgname=codespell -pkgver=2.2.5 -pkgrel=2 +pkgver=2.2.6 +pkgrel=1 pkgdesc='check code for common misspellings' arch=('any') url='https://github.com/codespell-project/codespell' @@ -13,7 +13,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools checkdepends=('python-pytest-cov' 'python-pytest-dependency') source=("https://pypi.io/packages/source/c/codespell/${pkgname}-${pkgver}.tar.gz"; "remove-check-test_command.patch") -sha256sums=('6d9faddf6eedb692bf80c9a94ec13ab4f5fb585aabae5f3750727148d7b5be56' +sha256sums=('a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9' '17a5390c0123480c794d293e0a6b95a9f941ea9d5d9168649746dd55faf0b833') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/codespell/-/commit/4c781b9eaa36acede3344603a15af28ca2f9de40 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/codespell/-/commit/4c781b9eaa36acede3344603a15af28ca2f9de40 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/firewalld] Pushed new tag 2.0.1-1
Robin Candau pushed new tag 2.0.1-1 at Arch Linux / Packaging / Packages / firewalld -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firewalld/-/tree/2.0.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/firewalld][main] upgpkg: 2.0.1-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / firewalld Commits: 4e32c8be by Robin Candau at 2023-10-03T10:22:55+02:00 upgpkg: 2.0.1-1: New upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,31 @@ +pkgbase = firewalld + pkgdesc = Firewall daemon with D-Bus interface + pkgver = 2.0.1 + pkgrel = 1 + url = https://firewalld.org/ + arch = any + license = GPL2 + makedepends = docbook-xsl + makedepends = git + makedepends = intltool + makedepends = podman + depends = dbus-python + depends = glib2 + depends = hicolor-icon-theme + depends = nftables + depends = python-capng + depends = python-gobject + optdepends = bash-completion: bash completion + optdepends = gtk3: firewall-config + optdepends = libnotify: firewall-applet + optdepends = networkmanager: NetworkManager support + optdepends = polkit: privileged actions + optdepends = python-pyqt5: firewall-applet + backup = etc/conf.d/firewalld + backup = etc/firewalld/firewalld.conf + source = git+https://github.com/firewalld/firewalld.git#tag=b90bd33c35aa73974e7e276707e9d47c3ab92583 + source = firewalld-sysconfigdir.patch + sha256sums = SKIP + sha256sums = cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834 + +pkgname = firewalld = PKGBUILD = @@ -4,7 +4,7 @@ # Contributor: speed145a pkgname=firewalld -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=1 pkgdesc='Firewall daemon with D-Bus interface' arch=(any) @@ -36,7 +36,7 @@ backup=( etc/conf.d/firewalld etc/firewalld/firewalld.conf ) -_tag=2ef6f3ca6e439314aac735f62f5ea937bd790aae +_tag=b90bd33c35aa73974e7e276707e9d47c3ab92583 source=( git+https://github.com/firewalld/firewalld.git#tag=${_tag} firewalld-sysconfigdir.patch View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firewalld/-/commit/4e32c8be5ee92ed896e7febe478c6b84ef96e988 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firewalld/-/commit/4e32c8be5ee92ed896e7febe478c6b84ef96e988 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/icewm] Pushed new tag 3.4.3-1
Robin Candau pushed new tag 3.4.3-1 at Arch Linux / Packaging / Packages / icewm -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/icewm/-/tree/3.4.3-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/icewm][main] upgpkg: 3.4.3-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / icewm Commits: fb2f43fd by Robin Candau at 2023-10-03T10:26:46+02:00 upgpkg: 3.4.3-1: New upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,23 @@ +pkgbase = icewm + pkgdesc = Window Manager designed for speed, usability, and consistency + pkgver = 3.4.3 + pkgrel = 1 + url = https://ice-wm.org/ + arch = x86_64 + license = LGPL + makedepends = asciidoctor + makedepends = xorg-mkfontdir + depends = alsa-lib + depends = imlib2 + depends = librsvg + depends = libsndfile + depends = libxcomposite + depends = libxdamage + depends = libxinerama + depends = libxpm + depends = libxrandr + optdepends = perl: for icewm-menu-xrandr + source = https://github.com/ice-wm/icewm/releases/download/3.4.3/icewm-3.4.3.tar.lz + sha256sums = 5532792500a85c86e1a3948b5400a25a0cf60d892de8568d31044325993a5de4 + +pkgname = icewm = PKGBUILD = @@ -3,7 +3,7 @@ # Contributor: Eric Bélanger pkgname=icewm -pkgver=3.4.2 +pkgver=3.4.3 pkgrel=1 pkgdesc='Window Manager designed for speed, usability, and consistency' arch=(x86_64) @@ -13,7 +13,7 @@ depends=(alsa-lib imlib2 librsvg libsndfile libxcomposite libxdamage libxinerama makedepends=(asciidoctor xorg-mkfontdir) optdepends=('perl: for icewm-menu-xrandr') source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz";) -sha256sums=('b64c4b3e587e201ee4be48e76b5e94ba91fc71392812757d877eb4d4411671e2') +sha256sums=('5532792500a85c86e1a3948b5400a25a0cf60d892de8568d31044325993a5de4') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/icewm/-/commit/fb2f43fd59fe058dc35ba56f997b41b1ea0bf79c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/icewm/-/commit/fb2f43fd59fe058dc35ba56f997b41b1ea0bf79c You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gitea] Pushed new tag 1.20.5-1
Robin Candau pushed new tag 1.20.5-1 at Arch Linux / Packaging / Packages / gitea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/tree/1.20.5-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gitea][main] upgpkg: 1.20.5-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gitea Commits: f362f6a5 by Robin Candau at 2023-10-03T15:36:31+02:00 upgpkg: 1.20.5-1: New upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,38 @@ +pkgbase = gitea + pkgdesc = Painless self-hosted Git service, community managed. + pkgver = 1.20.5 + pkgrel = 1 + url = https://gitea.io + arch = x86_64 + license = MIT + checkdepends = openssh + makedepends = go + makedepends = nodejs + makedepends = npm + depends = git + optdepends = mariadb: MariaDB support + optdepends = memcached: MemCached support + optdepends = openssh: GIT over SSH support + optdepends = pam: Authentication via PAM support + optdepends = postgresql: PostgreSQL support + optdepends = redis: Redis support + optdepends = sqlite: SQLite support + options = !lto + backup = etc/gitea/app.ini + source = git+https://github.com/go-gitea/gitea.git#tag=500857c37b9ea25425006f50f18c5321bdcde3e9?signed + source = gitea.tmpfiles + source = gitea.service + source = gitea.sysusers + validpgpkeys = B56E3C7437A49E136862F5DE9D8A57ADAA232E95 + validpgpkeys = D8F9672D77C0BB60A024C23EDFDE60A0093EB926 + validpgpkeys = BA66F67FD73F7058D712D308C3B7C91B632F738A + validpgpkeys = 8722B61D72341082553B201CB8BE6D610E61C862 + validpgpkeys = D2CF76DA95F201E9901532AB3CDE74631F13A748 + validpgpkeys = 82A110A44DF1A28D50C093BFB853ADA5DA7BBF7A + validpgpkeys = FE7C3EAEB8CD8290390B12AD3DECE05F6D9A647C + sha256sums = SKIP + sha256sums = 1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba + sha256sums = b16d02a9f32a17cc14dfa46a980bad795a4ed744627e6342248f60236dc2be43 + sha256sums = 7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5 + +pkgname = gitea = PKGBUILD = @@ -4,7 +4,7 @@ # Contributor: Frederik Schwan pkgname=gitea -pkgver=1.20.4 +pkgver=1.20.5 pkgrel=1 pkgdesc="Painless self-hosted Git service, community managed." arch=(x86_64) @@ -24,7 +24,7 @@ optdepends=( checkdepends=(openssh) options=(!lto) backup=('etc/gitea/app.ini') -_tag=defc69dffe8fb458f9f1dd15caee226941fe93a0 # git rev-parse v${pkgver} +_tag=500857c37b9ea25425006f50f18c5321bdcde3e9 # git rev-parse v${pkgver} source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed gitea.tmpfiles gitea.service View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/f362f6a524ac3f498dc2e8d13d3332d24a635909 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/f362f6a524ac3f498dc2e8d13d3332d24a635909 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.426-1
Robin Candau pushed new tag 2.426-1 at Arch Linux / Packaging / Packages / jenkins -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/tree/2.426-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.426-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / jenkins Commits: 401ff1a0 by Robin Candau at 2023-10-03T15:55:03+02:00 upgpkg: 2.426-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = jenkins pkgdesc = Extendable continuous integration server (latest) - pkgver = 2.425 + pkgver = 2.426 pkgrel = 1 url = https://jenkins.io install = jenkins.install @@ -16,13 +16,13 @@ pkgbase = jenkins conflicts = jenkins-ci replaces = jenkins-ci backup = etc/conf.d/jenkins - source = https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.425.tar.gz + source = https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.426.tar.gz source = jenkins.conf source = jenkins.service source = jenkins.tmpfiles source = jenkins.sysusers source = skip-failing-test.patch - sha512sums = 7fef074f2c5552b10e3b1bd7664bccb563b26344ec7f3a57300ca68914fc227eeb9a82a2f73fda36540fb0b48660c05a2895135503ac44acf059bab1fcce45cf + sha512sums = b63310c612e15ecafaf56e181f9b4951b080e170d5a4a35ac75d0a8e69d90ee12e2411e1dbfb07a1aac3980c4158b0224c724f6b3cf0aec14dc9faec07699989 sha512sums = 482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553 sha512sums = c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2 sha512sums = a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90 = PKGBUILD = @@ -5,7 +5,7 @@ # Contributor: Illarion Kovalchuk pkgname=jenkins -pkgver=2.425 +pkgver=2.426 pkgrel=1 _java=17 pkgdesc='Extendable continuous integration server (latest)' @@ -25,7 +25,7 @@ source=("https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${pkgver 'jenkins.tmpfiles' 'jenkins.sysusers' 'skip-failing-test.patch') -sha512sums=('7fef074f2c5552b10e3b1bd7664bccb563b26344ec7f3a57300ca68914fc227eeb9a82a2f73fda36540fb0b48660c05a2895135503ac44acf059bab1fcce45cf' +sha512sums=('b63310c612e15ecafaf56e181f9b4951b080e170d5a4a35ac75d0a8e69d90ee12e2411e1dbfb07a1aac3980c4158b0224c724f6b3cf0aec14dc9faec07699989' '482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553' 'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2' 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/401ff1a0370f0598894f93a38f92d9418582ca97 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/401ff1a0370f0598894f93a38f92d9418582ca97 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/zabbix] Pushed new tag 6.4.7-1
Robin Candau pushed new tag 6.4.7-1 at Arch Linux / Packaging / Packages / zabbix -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zabbix/-/tree/6.4.7-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/limine][main] upgpkg: 5.20231006.0-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine Commits: 3a7b9ea7 by Robin Candau at 2023-10-08T19:34:08+02:00 upgpkg: 5.20231006.0-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = limine pkgdesc = An advanced, portable, multiprotocol bootloader - pkgver = 5.20230928.2 + pkgver = 5.20231006.0 pkgrel = 1 url = https://limine-bootloader.org/ arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = limine makedepends = lld makedepends = clang depends = glibc - source = https://github.com/limine-bootloader/limine/releases/download/v5.20230928.2/limine-5.20230928.2.tar.xz - sha256sums = 0b647d26fac14392d91d9fbc29a18f7cd84db1b0640510c2b431d77abfd1fb79 + source = https://github.com/limine-bootloader/limine/releases/download/v5.20231006.0/limine-5.20231006.0.tar.xz + sha256sums = e759bc39a59d07260d5def19bff5cd6e3f6147708e691383af7b09c33d00e347 pkgname = limine = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: Mintsuki pkgname=limine -pkgver=5.20230928.2 +pkgver=5.20231006.0 pkgrel=1 pkgdesc="An advanced, portable, multiprotocol bootloader" arch=('x86_64') @@ -11,7 +11,7 @@ license=('BSD') depends=('glibc') makedepends=('nasm' 'mtools' 'llvm' 'lld' 'clang') source=("https://github.com/limine-bootloader/limine/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('0b647d26fac14392d91d9fbc29a18f7cd84db1b0640510c2b431d77abfd1fb79') +sha256sums=('e759bc39a59d07260d5def19bff5cd6e3f6147708e691383af7b09c33d00e347') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/3a7b9ea792bb295c9b5340aa4b49f5e45ffbe7e4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/3a7b9ea792bb295c9b5340aa4b49f5e45ffbe7e4 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/limine] Pushed new tag 5.20231006.0-1
Robin Candau pushed new tag 5.20231006.0-1 at Arch Linux / Packaging / Packages / limine -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/tree/5.20231006.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ansible-core] Pushed new tag 2.15.5-1
Robin Candau pushed new tag 2.15.5-1 at Arch Linux / Packaging / Packages / ansible-core -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-core/-/tree/2.15.5-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ansible-core][main] upgpkg: 2.15.5-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible-core Commits: 67dd5e61 by Robin Candau at 2023-10-09T18:30:09+02:00 upgpkg: 2.15.5-1: New upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,51 @@ +pkgbase = ansible-core + pkgdesc = Radically simple IT automation platform + pkgver = 2.15.5 + pkgrel = 1 + url = https://www.ansible.com + arch = any + license = GPL3 + checkdepends = git + checkdepends = openssh + checkdepends = python-bcrypt + checkdepends = python-botocore + checkdepends = python-passlib + checkdepends = python-pexpect + checkdepends = python-py + checkdepends = python-pytest + checkdepends = python-pytest-mock + checkdepends = python-pytest-xdist + checkdepends = python-pytest-forked + checkdepends = python-pywinrm + checkdepends = python-voluptuous + makedepends = python-build + makedepends = python-docutils + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-straight.plugin + makedepends = python-wheel + depends = python + depends = python-cryptography + depends = python-jinja + depends = python-packaging + depends = python-pyyaml + depends = python-resolvelib + depends = python-paramiko + depends = python-typing-extensions + optdepends = python-dnspython: for dig lookup + optdepends = python-jmespath: json_query support + optdepends = python-netaddr: for the ipaddr filter + optdepends = python-passlib: crypt values for vars_prompt + optdepends = python-pip: for module to manage Python libarary dependencies + optdepends = python-pywinrm: connect to Windows machines + optdepends = python-setuptools: for module to manage Python libarary dependencies + optdepends = python-systemd: for journald support + optdepends = sshpass: for ssh connections with password + provides = python-ansible + provides = ansible-base + replaces = ansible-base + source = ansible-core-2.15.5.tar.gz::https://github.com/ansible/ansible/archive/refs/tags/v2.15.5.tar.gz + sha512sums = 58715140b2cce94afd1701b359a7b4b6534b80616b7d026a8f29be15283cb143442de4368263c80fc2bed862cdb7dc1a46eeada2886ad294045963864ef89716 + b2sums = 8fa3643aa886f489effd0e0ae8992ea5d8f49255610b18577fd85b16103bc2cd5c24854b15d898a77b26da786653138e45f777579da732fa7644265237d1803a + +pkgname = ansible-core = PKGBUILD = @@ -9,7 +9,7 @@ pkgname=ansible-core _pkgname=ansible -pkgver=2.15.4 +pkgver=2.15.5 pkgrel=1 pkgdesc='Radically simple IT automation platform' arch=('any') @@ -63,8 +63,8 @@ optdepends=( provides=('python-ansible' 'ansible-base') replaces=('ansible-base') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/ansible/archive/refs/tags/v${pkgver}.tar.gz";) -sha512sums=('e21e2cd84d7bb0268530a9ca8aca8e0a319f59aa57d59a6126234407b379cfa0de4d83ac7d3e87fdc769f5edad4cb283f8fdcc53bc57c8103e1b743549ef3913') -b2sums=('12f47e6b5942382d6c1ebf961f1c37a5a0a7b52c8e9606a093271330e6a0ef5a4f562ae0a329ab3caa59530b4e7b897b6fb908c5212bb4a9fa28cae0dc836cc0') +sha512sums=('58715140b2cce94afd1701b359a7b4b6534b80616b7d026a8f29be15283cb143442de4368263c80fc2bed862cdb7dc1a46eeada2886ad294045963864ef89716') +b2sums=('8fa3643aa886f489effd0e0ae8992ea5d8f49255610b18577fd85b16103bc2cd5c24854b15d898a77b26da786653138e45f777579da732fa7644265237d1803a') build() { cd $_pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-core/-/commit/67dd5e61f08baab5980cf7836e3d743856d6c917 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-core/-/commit/67dd5e61f08baab5980cf7836e3d743856d6c917 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/keepassxc] Pushed new tag 2.7.6-2
Robin Candau pushed new tag 2.7.6-2 at Arch Linux / Packaging / Packages / keepassxc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/keepassxc/-/tree/2.7.6-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/keepassxc][main] upgpkg: 2.7.6-2: Botan 3.2 Rebuild
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / keepassxc Commits: 70ddc873 by Robin Candau at 2023-10-09T20:53:11+02:00 upgpkg: 2.7.6-2: Botan 3.2 Rebuild https://archlinux.org/todo/botan-32/ - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,36 @@ +pkgbase = keepassxc + pkgdesc = Cross-platform community-driven port of Keepass password manager + pkgver = 2.7.6 + pkgrel = 2 + url = https://keepassxc.org/ + arch = x86_64 + license = GPL + checkdepends = xclip + checkdepends = xorg-server-xvfb + makedepends = asciidoctor + makedepends = cmake + makedepends = qt5-tools + depends = argon2 + depends = botan + depends = curl + depends = hicolor-icon-theme + depends = libxtst + depends = minizip + depends = pcsclite + depends = qrencode + depends = qt5-svg + depends = qt5-x11extras + depends = libusb + optdepends = xclip: keepassxc-cli clipboard support under X server + optdepends = wl-clipboard: keepassxc-cli clipboard support under Wayland + provides = org.freedesktop.secrets + source = https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/keepassxc-2.7.6-src.tar.xz + source = https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/keepassxc-2.7.6-src.tar.xz.sig + validpgpkeys = BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2 + validpgpkeys = 71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4 + validpgpkeys = AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517 + validpgpkeys = C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8 + sha256sums = a58074509fa8e90f152c6247f73e75e126303081f55eedb4ea0cbb6fa980d670 + sha256sums = SKIP + +pkgname = keepassxc = PKGBUILD = @@ -4,7 +4,7 @@ pkgname=keepassxc pkgver=2.7.6 -pkgrel=1 +pkgrel=2 pkgdesc="Cross-platform community-driven port of Keepass password manager" arch=(x86_64) url="https://keepassxc.org/"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/keepassxc/-/commit/70ddc8734cad98bb022a0be680c41ad868767860 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/keepassxc/-/commit/70ddc8734cad98bb022a0be680c41ad868767860 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/containerd][main] upgpkg: 1.7.7-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / containerd Commits: 887783a4 by Robin Candau at 2023-10-10T09:21:28+02:00 upgpkg: 1.7.7-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = containerd pkgdesc = An open and reliable container runtime - pkgver = 1.7.6 + pkgver = 1.7.7 pkgrel = 1 url = https://containerd.io/ arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = containerd makedepends = go-md2man depends = runc provides = container-runtime - source = git+https://github.com/containerd/containerd.git#tag=v1.7.6?signed + source = git+https://github.com/containerd/containerd.git#tag=v1.7.7?signed validpgpkeys = 8C7A111C21105794B0E8A27BF58C5D0A4405ACDB sha256sums = SKIP = PKGBUILD = @@ -5,7 +5,7 @@ # Contributor: Iwan Timmer pkgname=containerd -pkgver=1.7.6 +pkgver=1.7.7 pkgrel=1 pkgdesc='An open and reliable container runtime' url='https://containerd.io/' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/containerd/-/commit/887783a4c4943501a13daeeff8fbd7bc5f3b9318 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/containerd/-/commit/887783a4c4943501a13daeeff8fbd7bc5f3b9318 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/containerd] Pushed new tag 1.7.7-1
Robin Candau pushed new tag 1.7.7-1 at Arch Linux / Packaging / Packages / containerd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/containerd/-/tree/1.7.7-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.427-1
Robin Candau pushed new tag 2.427-1 at Arch Linux / Packaging / Packages / jenkins -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/tree/2.427-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.427-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / jenkins Commits: 53e24468 by Robin Candau at 2023-10-10T15:15:19+02:00 upgpkg: 2.427-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = jenkins pkgdesc = Extendable continuous integration server (latest) - pkgver = 2.426 + pkgver = 2.427 pkgrel = 1 url = https://jenkins.io install = jenkins.install @@ -16,13 +16,13 @@ pkgbase = jenkins conflicts = jenkins-ci replaces = jenkins-ci backup = etc/conf.d/jenkins - source = https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.426.tar.gz + source = https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.427.tar.gz source = jenkins.conf source = jenkins.service source = jenkins.tmpfiles source = jenkins.sysusers source = skip-failing-test.patch - sha512sums = b63310c612e15ecafaf56e181f9b4951b080e170d5a4a35ac75d0a8e69d90ee12e2411e1dbfb07a1aac3980c4158b0224c724f6b3cf0aec14dc9faec07699989 + sha512sums = 3d1857c6bb3e963b0a7d4870d2b16396a21f32ce2f2e43eee8aef6bc705500ffa1e91773c6eeeccd4bca38e6c1d94a4f8df207df717716586cd2758d2958dee6 sha512sums = 482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553 sha512sums = c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2 sha512sums = a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90 = PKGBUILD = @@ -5,7 +5,7 @@ # Contributor: Illarion Kovalchuk pkgname=jenkins -pkgver=2.426 +pkgver=2.427 pkgrel=1 _java=17 pkgdesc='Extendable continuous integration server (latest)' @@ -25,7 +25,7 @@ source=("https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${pkgver 'jenkins.tmpfiles' 'jenkins.sysusers' 'skip-failing-test.patch') -sha512sums=('b63310c612e15ecafaf56e181f9b4951b080e170d5a4a35ac75d0a8e69d90ee12e2411e1dbfb07a1aac3980c4158b0224c724f6b3cf0aec14dc9faec07699989' +sha512sums=('3d1857c6bb3e963b0a7d4870d2b16396a21f32ce2f2e43eee8aef6bc705500ffa1e91773c6eeeccd4bca38e6c1d94a4f8df207df717716586cd2758d2958dee6' '482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553' 'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2' 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/53e244685df12939a310c8822da6a549ec1b847a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/53e244685df12939a310c8822da6a549ec1b847a You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-sentry_sdk] Pushed new tag 1.32.0-1
Robin Candau pushed new tag 1.32.0-1 at Arch Linux / Packaging / Packages / python-sentry_sdk -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/tree/1.32.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-sentry_sdk][main] upgpkg: 1.32.0-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-sentry_sdk Commits: 91780cae by Robin Candau at 2023-10-11T11:41:07+02:00 upgpkg: 1.32.0-1: New upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,36 @@ +pkgbase = python-sentry_sdk + pkgdesc = The official Python SDK for Sentry.io + pkgver = 1.32.0 + pkgrel = 1 + url = https://sentry.io/for/python + arch = any + license = MIT + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = python-urllib3 + depends = python-certifi + optdepends = python-aiohttp: adds support for the AIOHTTP-Server Web Framework + optdepends = python-bottle: adds support for the Bottle Web Framework + optdepends = python-celery: adds support for the Celery Task Queue System + optdepends = python-django: adds support for the Django Web Framework + optdepends = python-falcon: adds support for the Falcon Web Framework + optdepends = python-fastapi: adds support for the FastAPI framework + optdepends = python-flask: adds support for the Flask Web Framework + optdepends = python-grpcio: gRPC integration + optdepends = python-httpx: HTTPX integration + optdepends = python-loguru: Loguru Integration + optdepends = python-multipart: Optional dependency of Starlette to parse form data + optdepends = python-pymongo: PyMongo integration + optdepends = python-quart: adds support for the Quart Web Framework + optdepends = python-redis: adds support for the RQ Job Queue System + optdepends = python-sqlalchemy: captures queries from SQLAlchemy as breadcrumbs + optdepends = python-starlette: adds support for the Starlette Framework + optdepends = python-tornado: adds support for the Tornado Web Framework + optdepends = python-pure-eval: for richer stacktraces & additional variables + optdepends = python-executing: for richer stacktraces & better function names + source = https://github.com/getsentry/sentry-python/releases/download/1.32.0/sentry-sdk-1.32.0.tar.gz + sha256sums = 935e8fbd7787a3702457393b74b13d89a5afb67185bc0af85c00cb27cbd42e7c + +pkgname = python-sentry_sdk = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=python-sentry_sdk _pkgname=sentry-sdk -pkgver=1.31.0 +pkgver=1.32.0 pkgrel=1 pkgdesc="The official Python SDK for Sentry.io" arch=('any') @@ -31,7 +31,7 @@ optdepends=('python-aiohttp: adds support for the AIOHTTP-Server Web Framework' 'python-pure-eval: for richer stacktraces & additional variables' 'python-executing: for richer stacktraces & better function names') source=("https://github.com/getsentry/sentry-python/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz";) -sha256sums=('6de2e88304873484207fed836388e422aeff000609b104c802749fd89d56ba5b') +sha256sums=('935e8fbd7787a3702457393b74b13d89a5afb67185bc0af85c00cb27cbd42e7c') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/91780cae7cc6a216cf6f32f7c726e1dbc1b75297 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/91780cae7cc6a216cf6f32f7c726e1dbc1b75297 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/zathura-pdf-mupdf] Pushed new tag 0.4.1-5
Robin Candau pushed new tag 0.4.1-5 at Arch Linux / Packaging / Packages / zathura-pdf-mupdf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/tree/0.4.1-5 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/zathura-pdf-mupdf][main] upgpkg: 0.4.1-5: Rebuild against libmupdf 1.23.4
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura-pdf-mupdf Commits: 71716bf1 by Robin Candau at 2023-10-11T12:33:16+02:00 upgpkg: 0.4.1-5: Rebuild against libmupdf 1.23.4 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,25 @@ +pkgbase = zathura-pdf-mupdf + pkgdesc = PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, and OpenXPS) + pkgver = 0.4.1 + pkgrel = 5 + url = https://pwmt.org/projects/zathura-pdf-mupdf/ + arch = x86_64 + license = zlib + makedepends = meson + makedepends = ninja + makedepends = git + depends = cairo + depends = gumbo-parser + depends = jbig2dec + depends = libjpeg + depends = libmupdf + depends = openjpeg2 + depends = openssl + depends = zathura + conflicts = zathura-pdf-poppler + source = zathura-pdf-mupdf-0.4.1.tar.gz::https://pwmt.org/projects/zathura-pdf-mupdf/download/zathura-pdf-mupdf-0.4.1.tar.xz + source = 0001-Remove-mupdf-linking-detection.patch + sha256sums = f982a01d6523fa25669381184c06a625edbfd7961cbdb0711dccfdb9c402ac2f + sha256sums = b72a21f697ffb6183345db62c3e7f97974ac7747a34587e0c84a4e5b87848af0 + +pkgname = zathura-pdf-mupdf = PKGBUILD = @@ -6,7 +6,7 @@ pkgname=zathura-pdf-mupdf pkgver=0.4.1 -pkgrel=4 +pkgrel=5 pkgdesc="PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, and OpenXPS)" url="https://pwmt.org/projects/zathura-pdf-mupdf/"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/commit/71716bf1f6d9db529161c0b826a9acbd497d52ed -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/commit/71716bf1f6d9db529161c0b826a9acbd497d52ed You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ansible] Pushed new tag 8.5.0-1
Robin Candau pushed new tag 8.5.0-1 at Arch Linux / Packaging / Packages / ansible -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/tree/8.5.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ansible][main] upgpkg: 8.5.0-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible Commits: 6fa73d5b by Robin Candau at 2023-10-11T17:50:28+02:00 upgpkg: 8.5.0-1: New upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,29 @@ +pkgbase = ansible + pkgdesc = Official assortment of Ansible collections + pkgver = 8.5.0 + pkgrel = 1 + url = https://pypi.org/project/ansible/ + arch = any + license = GPL3 + makedepends = python-setuptools + depends = python + depends = ansible-core + optdepends = python-argcomplete: shell completions + optdepends = python-pyopenssl: openssl modules + optdepends = python-dnspython: for dig lookup + optdepends = python-ovirt-engine-sdk: ovirt support + optdepends = python-boto3: aws_s3 module + optdepends = python-ldap: ldap support + optdepends = python-proxmoxer: proxmos modules + optdepends = python-openstacksdk: OpenStack module + optdepends = python-pynetbox: NetBox module + optdepends = python-ldap: LDAP modules + optdepends = python-kubernetes: Kubernetes modules + optdepends = python-keyring: Keyring module + optdepends = python-github3py: GitHub module + optdepends = acme-tiny: openssl_certificate module + provides = python-ansible_collections + source = https://pypi.python.org/packages/source/a/ansible/ansible-8.5.0.tar.gz + sha512sums = 4a61696f6cfe1859a1524bd6da45083b8bdec188d1c9fae382eb218776759d34237f7be9deaaf8734e1d6829a9c9fb75f843d8316df30d255314f10beb9ce6aa + +pkgname = ansible = PKGBUILD = @@ -2,7 +2,7 @@ # Maintainer: Robin Candau pkgname=ansible -pkgver=8.4.0 +pkgver=8.5.0 pkgrel=1 pkgdesc='Official assortment of Ansible collections' arch=('any') @@ -26,7 +26,7 @@ optdepends=('python-argcomplete: shell completions' 'acme-tiny: openssl_certificate module') makedepends=('python-setuptools') source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz";) -sha512sums=('f364685d734df04c51d48b81ae2e587bd02438817d7b7055cec2199a585564cdfad45f40dbfd8051d5b0855f303b8504463e3d1506ed9238e24f871f424587bc') +sha512sums=('4a61696f6cfe1859a1524bd6da45083b8bdec188d1c9fae382eb218776759d34237f7be9deaaf8734e1d6829a9c9fb75f843d8316df30d255314f10beb9ce6aa') build() { cd ansible-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/6fa73d5bdd61d0b6fd311a178dfdb9ae938b6aba -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/6fa73d5bdd61d0b6fd311a178dfdb9ae938b6aba You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/mupdf] Pushed new tag 1.23.4-2
Robin Candau pushed new tag 1.23.4-2 at Arch Linux / Packaging / Packages / mupdf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mupdf/-/tree/1.23.4-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/mupdf][main] upgpkg: 1.23.4-3: jbig2dec rebuild
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / mupdf Commits: b01500b9 by Robin Candau at 2023-10-11T18:21:05+02:00 upgpkg: 1.23.4-3: jbig2dec rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = mupdf pkgdesc = Lightweight PDF and XPS viewer pkgver = 1.23.4 - pkgrel = 2 + pkgrel = 3 url = https://mupdf.com/ arch = x86_64 license = AGPL3 = PKGBUILD = @@ -9,7 +9,7 @@ pkgbase=mupdf pkgname=(libmupdf mupdf mupdf-gl mupdf-tools) pkgver=1.23.4 -pkgrel=2 +pkgrel=3 pkgdesc='Lightweight PDF and XPS viewer' arch=('x86_64') url='https://mupdf.com/' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mupdf/-/commit/b01500b9488e47e08f4f1133a336af9c6480f82d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mupdf/-/commit/b01500b9488e47e08f4f1133a336af9c6480f82d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/mupdf] Pushed new tag 1.23.4-3
Robin Candau pushed new tag 1.23.4-3 at Arch Linux / Packaging / Packages / mupdf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mupdf/-/tree/1.23.4-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/zathura-pdf-mupdf] Pushed new tag 0.4.1-7
Robin Candau pushed new tag 0.4.1-7 at Arch Linux / Packaging / Packages / zathura-pdf-mupdf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/tree/0.4.1-7 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/zathura-pdf-mupdf][main] upgpkg: 0.4.1-7: jbig2dec rebuild
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura-pdf-mupdf Commits: 02c95151 by Robin Candau at 2023-10-11T18:29:04+02:00 upgpkg: 0.4.1-7: jbig2dec rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = zathura-pdf-mupdf pkgdesc = PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, and OpenXPS) pkgver = 0.4.1 - pkgrel = 6 + pkgrel = 7 url = https://pwmt.org/projects/zathura-pdf-mupdf/ arch = x86_64 license = zlib = PKGBUILD = @@ -6,7 +6,7 @@ pkgname=zathura-pdf-mupdf pkgver=0.4.1 -pkgrel=6 +pkgrel=7 pkgdesc="PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, and OpenXPS)" url="https://pwmt.org/projects/zathura-pdf-mupdf/"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/commit/02c951517330edc6064577ebcd3a4a4fe45795a7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/commit/02c951517330edc6064577ebcd3a4a4fe45795a7 You're receiving this email because of your account on gitlab.archlinux.org.