[Git][archlinux/packaging/packages/qt6-webchannel][main] Switch to git sources
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-webchannel Commits: 9519cbf2 by Antonio Rojas at 2024-04-03T08:53:28+02:00 Switch to git sources - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -10,12 +10,13 @@ pkgbase = qt6-webchannel license = FDL license = custom makedepends = cmake + makedepends = git makedepends = ninja depends = gcc-libs depends = glibc depends = qt6-base depends = qt6-declarative - source = https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtwebchannel-everywhere-src-6.7.0.tar.xz - sha256sums = 26bfbd404e0c82bfbeeaef81796eb7a7cf931c5c1a5e942a315ca7126322efff + source = git+https://code.qt.io/qt/qtwebchannel#tag=v6.7.0 + sha256sums = 6f2acd2a782189a23b696ac690211c2fe525d8b519d4fb304a631d2d269fffad pkgname = qt6-webchannel = PKGBUILD = @@ -14,11 +14,12 @@ depends=(gcc-libs qt6-base qt6-declarative) makedepends=(cmake + git ninja) groups=(qt6) -_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('26bfbd404e0c82bfbeeaef81796eb7a7cf931c5c1a5e942a315ca7126322efff') +_pkgfn=${pkgname/6-/} +source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver) +sha256sums=('6f2acd2a782189a23b696ac690211c2fe525d8b519d4fb304a631d2d269fffad') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webchannel/-/commit/9519cbf21ba3afb8a225a4f633c75894773afeef -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webchannel/-/commit/9519cbf21ba3afb8a225a4f633c75894773afeef You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-websockets][main] Switch to git sources
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-websockets Commits: 9e49004a by Antonio Rojas at 2024-04-03T08:47:47+02:00 Switch to git sources - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -10,13 +10,14 @@ pkgbase = qt6-websockets license = FDL license = custom makedepends = cmake + makedepends = git makedepends = ninja makedepends = qt6-declarative depends = gcc-libs depends = glibc depends = qt6-base optdepends = qt6-declarative: QML bindings - source = https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtwebsockets-everywhere-src-6.7.0.tar.xz - sha256sums = 5ffc77da6b36cdf18e04c975a0fbf243968806a93a6291bcd2e9cd0b26139736 + source = git+https://code.qt.io/qt/qtwebsockets#tag=v6.7.0 + sha256sums = 65d15a796a25e4f208bf1aad3413f0457e60479a29d8b22ead4233a681f3dacc pkgname = qt6-websockets = PKGBUILD = @@ -13,13 +13,14 @@ depends=(gcc-libs glibc qt6-base) makedepends=(cmake + git ninja qt6-declarative) optdepends=('qt6-declarative: QML bindings') groups=(qt6) -_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('5ffc77da6b36cdf18e04c975a0fbf243968806a93a6291bcd2e9cd0b26139736') +_pkgfn=${pkgname/6-/} +source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver) +sha256sums=('65d15a796a25e4f208bf1aad3413f0457e60479a29d8b22ead4233a681f3dacc') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-websockets/-/commit/9e49004a1aed86a519a6928d242aa228f8d3636d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-websockets/-/commit/9e49004a1aed86a519a6928d242aa228f8d3636d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-svg][main] Switch to git sources
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-svg Commits: 786783b6 by Antonio Rojas at 2024-04-03T08:45:06+02:00 Switch to git sources - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -10,12 +10,13 @@ pkgbase = qt6-svg license = FDL license = custom makedepends = cmake + makedepends = git makedepends = ninja depends = gcc-libs depends = glibc depends = qt6-base depends = zlib - source = https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtsvg-everywhere-src-6.7.0.tar.xz - sha256sums = 1518f40e08ff5e6153a6e26e5b95b033413ac143b70795dc1317e7f73ebf922d + source = git+https://code.qt.io/qt/qtsvg#tag=v6.7.0 + sha256sums = e4e0727b0bfe6ee8c2e79c3af44971a46b6b61acca5168ef197db1d868080cfe pkgname = qt6-svg = PKGBUILD = @@ -15,11 +15,12 @@ depends=(gcc-libs qt6-base zlib) makedepends=(cmake + git ninja) groups=(qt6) -_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('1518f40e08ff5e6153a6e26e5b95b033413ac143b70795dc1317e7f73ebf922d') +_pkgfn=${pkgname/6-/} +source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver) +sha256sums=('e4e0727b0bfe6ee8c2e79c3af44971a46b6b61acca5168ef197db1d868080cfe') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-svg/-/commit/786783b687d2bec7ff8cab7f64737625276f970b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-svg/-/commit/786783b687d2bec7ff8cab7f64737625276f970b You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-positioning][main] Switch to git sources
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-positioning Commits: 9cd71d86 by Antonio Rojas at 2024-04-03T08:43:01+02:00 Switch to git sources - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -10,6 +10,7 @@ pkgbase = qt6-positioning license = FDL license = custom makedepends = cmake + makedepends = git makedepends = ninja makedepends = qt6-declarative makedepends = qt6-serialport @@ -18,7 +19,7 @@ pkgbase = qt6-positioning depends = qt6-base optdepends = qt6-declarative: QML bindings optdepends = qt6-serialport: NMEA plugin - source = https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtpositioning-everywhere-src-6.7.0.tar.xz - sha256sums = 1d601ba43c26c8a01db81eeaaeea5943c015da98caa59d7905b86e0e9d609ddf + source = git+https://code.qt.io/qt/qtpositioning#tag=v6.7.0 + sha256sums = 25801cd768383f4dfc0f3d440dfc334fe2605f0dd2cdf51d80a2f5ceca4a119f pkgname = qt6-positioning = PKGBUILD = @@ -13,15 +13,16 @@ depends=(gcc-libs glibc qt6-base) makedepends=(cmake + git ninja qt6-declarative qt6-serialport) optdepends=('qt6-declarative: QML bindings' 'qt6-serialport: NMEA plugin') groups=(qt6) -_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('1d601ba43c26c8a01db81eeaaeea5943c015da98caa59d7905b86e0e9d609ddf') +_pkgfn=${pkgname/6-/} +source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver) +sha256sums=('25801cd768383f4dfc0f3d440dfc334fe2605f0dd2cdf51d80a2f5ceca4a119f') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-positioning/-/commit/9cd71d8697d798b469ff0d796f4b4b2e6b0868b9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-positioning/-/commit/9cd71d8697d798b469ff0d796f4b4b2e6b0868b9 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-connectivity][main] Switch to git sources
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-connectivity Commits: 76eeada1 by Antonio Rojas at 2024-04-03T08:38:36+02:00 Switch to git sources - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -10,13 +10,14 @@ pkgbase = qt6-connectivity license = FDL license = custom makedepends = cmake + makedepends = git makedepends = ninja depends = bluez-libs depends = gcc-libs depends = glibc depends = pcsclite depends = qt6-base - source = https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtconnectivity-everywhere-src-6.7.0.tar.xz - sha256sums = 07afd6aac19ff73c8ba1471057f43d4ef2737d6a8a772393ec907988dd71244c + source = git+https://code.qt.io/qt/qtconnectivity#tag=v6.7.0 + sha256sums = ee9ad348078f8362988674c93244ffc437599e859eb93e43fc3125dcdbe14a43 pkgname = qt6-connectivity = PKGBUILD = @@ -15,11 +15,12 @@ depends=(bluez-libs pcsclite qt6-base) makedepends=(cmake + git ninja) groups=(qt6) -_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('07afd6aac19ff73c8ba1471057f43d4ef2737d6a8a772393ec907988dd71244c') +_pkgfn=${pkgname/6-/} +source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver) +sha256sums=('ee9ad348078f8362988674c93244ffc437599e859eb93e43fc3125dcdbe14a43') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-connectivity/-/commit/76eeada1117603f45e316ea98e6127f63eb45cb2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-connectivity/-/commit/76eeada1117603f45e316ea98e6127f63eb45cb2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-serialport][main] Switch to git sources
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-serialport Commits: d7d3a2a2 by Antonio Rojas at 2024-04-03T08:34:29+02:00 Switch to git sources - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -10,12 +10,13 @@ pkgbase = qt6-serialport license = FDL license = custom makedepends = cmake + makedepends = git makedepends = ninja depends = gcc-libs depends = glibc depends = qt6-base depends = systemd-libs - source = https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtserialport-everywhere-src-6.7.0.tar.xz - sha256sums = b1f02a3d8c9cc8ba2ffa7cca3749f1f147d327e8dfc633fd4ec3cb770d7981c9 + source = git+https://code.qt.io/qt/qtserialport#tag=v6.7.0 + sha256sums = 029ca5c0496065710184f9688a18236445b4e962db3bc832d46dd5a5ef6226be pkgname = qt6-serialport = PKGBUILD = @@ -14,11 +14,12 @@ depends=(gcc-libs qt6-base systemd-libs) makedepends=(cmake + git ninja) groups=(qt6) -_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('b1f02a3d8c9cc8ba2ffa7cca3749f1f147d327e8dfc633fd4ec3cb770d7981c9') +_pkgfn=${pkgname/6-/} +source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver) +sha256sums=('029ca5c0496065710184f9688a18236445b4e962db3bc832d46dd5a5ef6226be') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-serialport/-/commit/d7d3a2a23cabcd2048a65d8544ab0937e3c4b506 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-serialport/-/commit/d7d3a2a23cabcd2048a65d8544ab0937e3c4b506 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-tools][main] Remove no longer needed sed
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-tools Commits: 644fb981 by Antonio Rojas at 2024-04-03T08:34:12+02:00 Remove no longer needed sed - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -36,9 +36,6 @@ prepare() { git submodule init git submodule set-url src/assistant/qlitehtml "$srcdir"/qlitehtml git -c protocol.file.allow=always submodule update - -# Fix build with system litehtml -# sed -e '/qt_internal_set_exceptions_flags/d' -e '/qt_disable_warnings/d' -i $_pkgfn/src/assistant/CMakeLists.txt } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-tools/-/commit/644fb981a82042918820a24f36dfcb6bcc873e82 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-tools/-/commit/644fb981a82042918820a24f36dfcb6bcc873e82 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/caprine][main] upgpkg: 2.60.1-1
Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / caprine Commits: 01258aa6 by Frederik Schwan at 2024-04-03T08:30:53+02:00 upgpkg: 2.60.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = caprine pkgdesc = Elegant Facebook Messenger desktop app - pkgver = 2.60.0 - pkgrel = 2 + pkgver = 2.60.1 + pkgrel = 1 url = https://github.com/sindresorhus/caprine arch = any license = MIT @@ -9,10 +9,10 @@ pkgbase = caprine makedepends = npm depends = electron27 options = !emptydirs - source = git+https://github.com/sindresorhus/caprine.git#tag=v2.60.0 + source = git+https://github.com/sindresorhus/caprine.git#tag=v2.60.1 source = caprine.desktop source = caprine.js - sha256sums = SKIP + sha256sums = ffb39be0931a44fa52f546b43f20eb6d64e6d80b52c839eceb6c186334861fe2 sha256sums = ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97 sha256sums = effb2c3d24b57433bc5d404b3fa40ac7f403f4b60252d983f2ec6de2098cba32 = PKGBUILD = @@ -2,8 +2,8 @@ # Contributor: Nicola Squartini pkgname=caprine -pkgver=2.60.0 -pkgrel=2 +pkgver=2.60.1 +pkgrel=1 pkgdesc='Elegant Facebook Messenger desktop app' arch=('any') url='https://github.com/sindresorhus/caprine' @@ -14,7 +14,7 @@ options=(!emptydirs) source=("git+https://github.com/sindresorhus/caprine.git#tag=v${pkgver}"; 'caprine.desktop' 'caprine.js') -sha256sums=('SKIP' +sha256sums=('ffb39be0931a44fa52f546b43f20eb6d64e6d80b52c839eceb6c186334861fe2' 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97' 'effb2c3d24b57433bc5d404b3fa40ac7f403f4b60252d983f2ec6de2098cba32') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/caprine/-/commit/01258aa6a568684b839801ac0b5c8e9782797ceb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/caprine/-/commit/01258aa6a568684b839801ac0b5c8e9782797ceb You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/caprine] Pushed new tag 2.60.1-1
Frederik Schwan pushed new tag 2.60.1-1 at Arch Linux / Packaging / Packages / caprine -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/caprine/-/tree/2.60.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-tools] Pushed new tag 6.7.0-2
Antonio Rojas pushed new tag 6.7.0-2 at Arch Linux / Packaging / Packages / qt6-tools -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-tools/-/tree/6.7.0-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-tools][main] upgpkg: 6.7.0-2: Switch to git sources and system litehtml
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-tools Commits: 74b54f2d by Antonio Rojas at 2024-04-03T08:30:46+02:00 upgpkg: 6.7.0-2: Switch to git sources and system litehtml - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = qt6-tools pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp) pkgver = 6.7.0 - pkgrel = 1 + pkgrel = 2 url = https://www.qt.io arch = x86_64 groups = qt6 @@ -11,6 +11,8 @@ pkgbase = qt6-tools license = custom makedepends = clang makedepends = cmake + makedepends = git + makedepends = litehtml makedepends = llvm makedepends = ninja makedepends = qt6-declarative @@ -19,8 +21,11 @@ pkgbase = qt6-tools depends = qt6-base depends = zstd optdepends = clang: for qdoc and lupdate + optdepends = litehtml: for assistant optdepends = qt6-declarative: for qdoc and lupdate - source = https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qttools-everywhere-src-6.7.0.tar.xz - sha256sums = c8da6b239e82fe1e23465cbf0936c0da5a334438d3fb433e19c503cbb1abee7b + source = git+https://code.qt.io/qt/qttools#tag=v6.7.0 + source = git+https://code.qt.io/playground/qlitehtml + sha256sums = fcf275b708870ab69df5b158629cfa9a00e260895a7f418d700eaba8a8ed3c9d + sha256sums = SKIP pkgname = qt6-tools = PKGBUILD = @@ -5,7 +5,7 @@ pkgname=qt6-tools _qtver=6.7.0 pkgver=${_qtver/-/} -pkgrel=1 +pkgrel=2 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -16,21 +16,29 @@ depends=(gcc-libs zstd) makedepends=(clang cmake + git + litehtml llvm ninja qt6-declarative) - # litehtml optdepends=('clang: for qdoc and lupdate' +'litehtml: for assistant' 'qt6-declarative: for qdoc and lupdate') - # 'litehtml: for assistant' groups=(qt6) -_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('c8da6b239e82fe1e23465cbf0936c0da5a334438d3fb433e19c503cbb1abee7b') +_pkgfn=${pkgname/6-/} +source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver +git+https://code.qt.io/playground/qlitehtml) +sha256sums=('fcf275b708870ab69df5b158629cfa9a00e260895a7f418d700eaba8a8ed3c9d' +'SKIP') prepare() { + cd $_pkgfn + git submodule init + git submodule set-url src/assistant/qlitehtml "$srcdir"/qlitehtml + git -c protocol.file.allow=always submodule update + # Fix build with system litehtml - sed -e '/qt_internal_set_exceptions_flags/d' -e '/qt_disable_warnings/d' -i $_pkgfn/src/assistant/CMakeLists.txt +# sed -e '/qt_internal_set_exceptions_flags/d' -e '/qt_disable_warnings/d' -i $_pkgfn/src/assistant/CMakeLists.txt } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-tools/-/commit/74b54f2da98e06f0135adf1c097108a044b12cac -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-tools/-/commit/74b54f2da98e06f0135adf1c097108a044b12cac You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-scipy] Pushed new tag 1.13.0-1
Antonio Rojas pushed new tag 1.13.0-1 at Arch Linux / Packaging / Packages / python-scipy -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/tree/1.13.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-scipy][main] upgpkg: 1.13.0-1: Update to 1.13.0
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-scipy Commits: 3b1acfef by Antonio Rojas at 2024-04-03T08:29:50+02:00 upgpkg: 1.13.0-1: Update to 1.13.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = python-scipy pkgdesc = Open-source software for mathematics, science, and engineering - pkgver = 1.12.0 + pkgver = 1.13.0 pkgrel = 1 url = https://www.scipy.org/ arch = x86_64 @@ -24,7 +24,7 @@ pkgbase = python-scipy depends = python-pooch optdepends = python-pillow: for image saving module provides = scipy - source = https://github.com/scipy/scipy/releases/download/v1.12.0/scipy-1.12.0.tar.gz - sha256sums = 4bf5abab8a36d20193c698b0f1fc282c1d083c94723902c447e5d2f1780936a3 + source = https://github.com/scipy/scipy/releases/download/v1.13.0/scipy-1.13.0.tar.gz + sha256sums = 58569af537ea29d3f78e5abd18398459f195546bb3be23d16677fb26616cc11e pkgname = python-scipy = PKGBUILD = @@ -8,7 +8,7 @@ _name=scipy pkgname=python-scipy -pkgver=1.12.0 +pkgver=1.13.0 pkgrel=1 pkgdesc='Open-source software for mathematics, science, and engineering' arch=(x86_64) @@ -34,7 +34,7 @@ checkdepends=(python-hypothesis python-pytest) optdepends=('python-pillow: for image saving module') source=(https://github.com/scipy/scipy/releases/download/v$pkgver/$_name-$pkgver.tar.gz) -sha256sums=('4bf5abab8a36d20193c698b0f1fc282c1d083c94723902c447e5d2f1780936a3') +sha256sums=('58569af537ea29d3f78e5abd18398459f195546bb3be23d16677fb26616cc11e') build() { cd $_name-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/3b1acfefc292871c8ff63f649f96e572bf6fa034 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/3b1acfefc292871c8ff63f649f96e572bf6fa034 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-declarative][main] Switch to git sources
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-declarative Commits: 19ae2960 by Antonio Rojas at 2024-04-03T08:10:24+02:00 Switch to git sources - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -14,6 +14,7 @@ depends=(gcc-libs glibc qt6-base) makedepends=(cmake + git ninja python qt6-languageserver @@ -23,9 +24,9 @@ conflicts=(qt6-quickcontrols2) provides=(qt6-quickcontrols2) replaces=(qt6-quickcontrols2) groups=(qt6) -_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('5a0c39579a74d7cca581162c866ed0887287d4f8d5abff7ab9492d4a58fa9e2c') +_pkgfn=${pkgname/6-/} +source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver) +sha256sums=('cc0d77b86177ff9edb85be335337935cf5f4911aa31806a06ca62e28491bfe98') build() { export CXXFLAGS+=" -ffat-lto-objects" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/19ae2960ba1f521ec3a28b3132cb9befecc02bf0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/19ae2960ba1f521ec3a28b3132cb9befecc02bf0 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-languageserver][main] Switch to git sources
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-languageserver Commits: 69be6880 by Antonio Rojas at 2024-04-03T08:02:29+02:00 Switch to git sources - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -10,11 +10,12 @@ pkgbase = qt6-languageserver license = FDL license = custom makedepends = cmake + makedepends = git makedepends = ninja depends = gcc-libs depends = glibc depends = qt6-base - source = https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtlanguageserver-everywhere-src-6.7.0.tar.xz - sha256sums = a99ecb342abdf7b7ac24804c89830a7991de95f9402f45a1e337ae851f76c9fc + source = git+https://code.qt.io/qt/qtlanguageserver#tag=v6.7.0 + sha256sums = 7fe25677863235e28e4bb0792bef06391d9436e9ec962018b32bd028867a8af1 pkgname = qt6-languageserver = PKGBUILD = @@ -13,11 +13,12 @@ depends=(gcc-libs glibc qt6-base) makedepends=(cmake + git ninja) groups=(qt6) -_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('a99ecb342abdf7b7ac24804c89830a7991de95f9402f45a1e337ae851f76c9fc') +_pkgfn=${pkgname/6-/} +source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver) +sha256sums=('7fe25677863235e28e4bb0792bef06391d9436e9ec962018b32bd028867a8af1') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-languageserver/-/commit/69be6880e60541180504a88cf6f882e01d704e01 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-languageserver/-/commit/69be6880e60541180504a88cf6f882e01d704e01 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-shadertools][main] Switch to git sources
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-shadertools Commits: 2d0f3b50 by Antonio Rojas at 2024-04-03T07:55:08+02:00 Switch to git sources - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -7,11 +7,12 @@ pkgbase = qt6-shadertools groups = qt6 license = GPL3 makedepends = cmake + makedepends = git makedepends = ninja depends = gcc-libs depends = glibc depends = qt6-base - source = https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtshadertools-everywhere-src-6.7.0.tar.xz - sha256sums = 3e13f967c62f0815c901e754cbc472a2e19170da0c7a505230d559615f7998af + source = git+https://code.qt.io/qt/qtshadertools#tag=v6.7.0 + sha256sums = 537ba1f76d3a81ddc6bffc4331384fe0a331464633a9ff0fb3963f6b55de09b1 pkgname = qt6-shadertools = PKGBUILD = @@ -14,11 +14,12 @@ depends=(gcc-libs glibc qt6-base) makedepends=(cmake + git ninja) groups=(qt6) -_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('3e13f967c62f0815c901e754cbc472a2e19170da0c7a505230d559615f7998af') +_pkgfn=${pkgname/6-/} +source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver) +sha256sums=('537ba1f76d3a81ddc6bffc4331384fe0a331464633a9ff0fb3963f6b55de09b1') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-shadertools/-/commit/2d0f3b50368b29bb963f58fc7bb5ddaffbf11043 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-shadertools/-/commit/2d0f3b50368b29bb963f58fc7bb5ddaffbf11043 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-base][main] Switch to git sources
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-base Commits: eedc04f2 by Antonio Rojas at 2024-04-03T07:52:09+02:00 Switch to git sources - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -13,6 +13,7 @@ pkgbase = qt6-base makedepends = cmake makedepends = cups makedepends = freetds + makedepends = git makedepends = gst-plugins-base-libs makedepends = gtk3 makedepends = libfbclient @@ -75,11 +76,11 @@ pkgbase = qt6-base optdepends = postgresql-libs: PostgreSQL driver optdepends = qt6-wayland: to run Qt6 applications in a Wayland session optdepends = unixodbc: ODBC driver - source = https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtbase-everywhere-src-6.7.0.tar.xz + source = git+https://code.qt.io/qt/qtbase#tag=v6.7.0 source = qt6-base-cflags.patch source = qt6-base-nostrip.patch source = fix-wrong-cpp-if.patch - sha256sums = 11b2e29e2e52fb0e3b453ea13bbe51a10fdff36e1c192d8868c5a40233b8b254 + sha256sums = ee87abbfdf2d5bb204056bcb6c53e21c03e1abd779e3669faa56db7249c5e39e sha256sums = 5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78 sha256sums = 4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094 sha256sums = b5cb3a29738a2783242a96c9d94298421875dcabec4fc2b5d8c5329b66e63070 = PKGBUILD = @@ -58,6 +58,7 @@ makedepends=(alsa-lib cmake cups freetds + git gst-plugins-base-libs gtk3 libfbclient @@ -78,12 +79,12 @@ optdepends=('freetds: MS SQL driver' 'qt6-wayland: to run Qt6 applications in a Wayland session' 'unixodbc: ODBC driver') groups=(qt6) -_pkgfn=${pkgbase/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz +_pkgfn=${pkgbase/6-/} +source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver qt6-base-cflags.patch qt6-base-nostrip.patch fix-wrong-cpp-if.patch) -sha256sums=('11b2e29e2e52fb0e3b453ea13bbe51a10fdff36e1c192d8868c5a40233b8b254' +sha256sums=('ee87abbfdf2d5bb204056bcb6c53e21c03e1abd779e3669faa56db7249c5e39e' '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78' '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094' 'b5cb3a29738a2783242a96c9d94298421875dcabec4fc2b5d8c5329b66e63070') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/eedc04f2a4a661d4cc4e533454d40b03617800a3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/eedc04f2a4a661d4cc4e533454d40b03617800a3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cudnn] Pushed new tag 9.0.0.312-1
Sven-Hendrik Haase pushed new tag 9.0.0.312-1 at Arch Linux / Packaging / Packages / cudnn -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cudnn/-/tree/9.0.0.312-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cudnn][main] upgpkg: 9.0.0.312-1
Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / cudnn Commits: f697c678 by Sven-Hendrik Haase at 2024-04-03T07:17:32+02:00 upgpkg: 9.0.0.312-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = cudnn pkgdesc = NVIDIA CUDA Deep Neural Network library - pkgver = 8.9.7.29 + pkgver = 9.0.0.312 pkgrel = 1 url = https://developer.nvidia.com/cuDNN arch = x86_64 @@ -8,9 +8,9 @@ pkgbase = cudnn depends = cuda>=12 options = !strip options = staticlibs - source = https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.7.29_cuda12-archive.tar.xz + source = https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.0.0.312_cuda12-archive.tar.xz source = NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf - b2sums = 8c68349d8cbc8080ed352f2749426be4cda9aed18b6b7dababe739e7eef74ba20157ca6424bfd1df7f1299ea87e11e8606bdef9f60b312cddf79eb3d7ebe6c3f + b2sums = d48227a20621d1a9fce0c67ccc87cdf79edeee837eb076de2b311ea8c24e69cecf189007fe9e31154aa7a1e79af4cce0fa7945dc9fe9cb15f035cf688b271526 b2sums = 222e3d3640808a130dfc339fa8e48ea396f784af77d09d90fae1e5550de8272e643d9a765d832b3d950234a3f7a8706a12191d49717f732cff190e5fd920ed52 pkgname = cudnn = PKGBUILD = @@ -4,7 +4,7 @@ # Contributor: Yunhui Fu pkgname=cudnn -pkgver=8.9.7.29 +pkgver=9.0.0.312 _cudaver=12 pkgrel=1 pkgdesc="NVIDIA CUDA Deep Neural Network library" @@ -21,7 +21,7 @@ options=(!strip staticlibs) # or https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/ source=("https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-${pkgver}_cuda${_cudaver}-archive.tar.xz"; "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf") -b2sums=('8c68349d8cbc8080ed352f2749426be4cda9aed18b6b7dababe739e7eef74ba20157ca6424bfd1df7f1299ea87e11e8606bdef9f60b312cddf79eb3d7ebe6c3f' +b2sums=('d48227a20621d1a9fce0c67ccc87cdf79edeee837eb076de2b311ea8c24e69cecf189007fe9e31154aa7a1e79af4cce0fa7945dc9fe9cb15f035cf688b271526' '222e3d3640808a130dfc339fa8e48ea396f784af77d09d90fae1e5550de8272e643d9a765d832b3d950234a3f7a8706a12191d49717f732cff190e5fd920ed52') package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cudnn/-/commit/f697c67837e6e313828cf48dd23ea3f048f699fe -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cudnn/-/commit/f697c67837e6e313828cf48dd23ea3f048f699fe You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/loupe][main] 46.1-1
Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / loupe Commits: 696bfe83 by Jan Alexander Steffens (heftig) at 2024-04-03T05:05:28+02:00 46.1-1 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - + keys/pgp/4587A0EE1EE5478AAB82C0A93BA28A5559F08EBD.asc Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = loupe pkgdesc = A simple image viewer for GNOME - pkgver = 46.0 + pkgver = 46.1 pkgrel = 1 url = https://gitlab.gnome.org/GNOME/loupe arch = x86_64 @@ -23,7 +23,8 @@ pkgbase = loupe depends = libadwaita depends = libgweather-4 depends = libseccomp - source = git+https://gitlab.gnome.org/GNOME/loupe.git#commit=b3238e28bd451120cdb516ec8dd76197218e3cdb - b2sums = SKIP + source = git+https://gitlab.gnome.org/GNOME/loupe.git?signed#tag=46.1 + validpgpkeys = 4587A0EE1EE5478AAB82C0A93BA28A5559F08EBD + b2sums = 99de72ebf5c0b98feb2ec2c83cb331bc5b7ecb440d7a7a3e8ac63f1d19de84c7e3c25b35a23da6222541771ea12eb78284d874b33bba1ef6107ff7b206782539 pkgname = loupe = PKGBUILD = @@ -1,7 +1,7 @@ # Maintainer: Fabian Bornschein pkgname=loupe -pkgver=46.0 +pkgver=46.1 pkgrel=1 pkgdesc="A simple image viewer for GNOME" arch=(x86_64) @@ -29,9 +29,11 @@ makedepends=( meson rust ) -_commit=b3238e28bd451120cdb516ec8dd76197218e3cdb # tags/46.0^0 -source=("git+https://gitlab.gnome.org/GNOME/loupe.git#commit=$_commit";) -b2sums=('SKIP') +source=("git+$url.git?signed#tag=${pkgver/[a-z]/.&}") +b2sums=('99de72ebf5c0b98feb2ec2c83cb331bc5b7ecb440d7a7a3e8ac63f1d19de84c7e3c25b35a23da6222541771ea12eb78284d874b33bba1ef6107ff7b206782539') +validpgpkeys=( + 4587A0EE1EE5478AAB82C0A93BA28A5559F08EBD # Sophie Herold +) # Use LTO export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 @@ -39,11 +41,6 @@ export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 # Use debug export CARGO_PROFILE_RELEASE_DEBUG=2 -pkgver() { - cd $pkgname - git describe --tags | sed -r 's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g' -} - prepare() { cd $pkgname } = keys/pgp/4587A0EE1EE5478AAB82C0A93BA28A5559F08EBD.asc = @@ -0,0 +1,10 @@ +-BEGIN PGP PUBLIC KEY BLOCK- + +mDMEZQceAxYJKwYBBAHaRw8BAQdAtKEfvOEN76hodwi6TZMTZyXTg2lXhSKImTL0 +ICJSkC+0JlNvcGhpZSBIZXJvbGQgPHNvcGhpZWhlcm9sZEBnbm9tZS5vcmc+iJYE +ExYIAD4WIQRFh6DuHuVHiquCwKk7oopVWfCOvQUCZQceAwIbAwUJCWYBgAULCQgH +AgYVCgkICwIEFgIDAQIeAQIXgAAKCRA7oopVWfCOvbppAQD78+1xriQ8CazyX6Kl +nS94d4/QSVSupz5B7Nku0KC7JQEA0+MTMDvNLfvbDNEdNS7hdAdR9pp3F02R4iwU +IdueywA= +=VmhQ +-END PGP PUBLIC KEY BLOCK- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/loupe/-/commit/696bfe83894d7f8455f61a03b66fcf28bc008785 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/loupe/-/commit/696bfe83894d7f8455f61a03b66fcf28bc008785 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/loupe] Pushed new tag 46.1-1
Jan Alexander Steffens (heftig) pushed new tag 46.1-1 at Arch Linux / Packaging / Packages / loupe -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/loupe/-/tree/46.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/firefox-i18n] Pushed new tag 124.0.2-1
Jan Alexander Steffens (heftig) pushed new tag 124.0.2-1 at Arch Linux / Packaging / Packages / firefox-i18n -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-i18n/-/tree/124.0.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/sof-bin] Pushed new tag 2024.03-1
Jan Alexander Steffens (heftig) pushed new tag 2024.03-1 at Arch Linux / Packaging / Packages / sof-bin -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sof-bin/-/tree/2024.03-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/firefox][main] 124.0.2-1
Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / firefox Commits: 16a50a42 by Jan Alexander Steffens (heftig) at 2024-04-03T04:50:13+02:00 124.0.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = firefox pkgdesc = Standalone web browser from mozilla.org - pkgver = 124.0.1 + pkgver = 124.0.2 pkgrel = 1 url = https://www.mozilla.org/firefox/ arch = x86_64 @@ -44,16 +44,16 @@ pkgbase = firefox options = !emptydirs options = !lto options = !makeflags - source = https://archive.mozilla.org/pub/firefox/releases/124.0.1/source/firefox-124.0.1.source.tar.xz - source = https://archive.mozilla.org/pub/firefox/releases/124.0.1/source/firefox-124.0.1.source.tar.xz.asc + source = https://archive.mozilla.org/pub/firefox/releases/124.0.2/source/firefox-124.0.2.source.tar.xz + source = https://archive.mozilla.org/pub/firefox/releases/124.0.2/source/firefox-124.0.2.source.tar.xz.asc source = firefox.desktop source = identity-icons-brand.svg validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353 - sha256sums = ddac16aea855e057ff6be3c143f7155cc20f452e1f45eb6288ff27e9346ab843 + sha256sums = a6526d3540e19c8875cb7364e4490436c189478d375c4cb5216b0414e4b2d91c sha256sums = SKIP sha256sums = 1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044 sha256sums = a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9 - b2sums = b986833fbf28ebcb5588a68367054ca7a2f51f69685349ba65d25e118c90ded55c6e626842bbda8f00717ee55aa784c808e8f09855de423234a592ad23d9e9bf + b2sums = eaa35c3967514cb9f9ca48e32414bdecead3147a3d5ba8e9648be32f04b5d9e209ce71e02029851e1654c66d5cefd9a7b1a2a0fa68558a856c2ae3b1112d04d6 b2sums = SKIP b2sums = d07557840097dd48a60c51cc5111950781e1c6ce27693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628 b2sums = 63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34 = PKGBUILD = @@ -3,7 +3,7 @@ # Contributor: Jakub Schmidtke pkgname=firefox -pkgver=124.0.1 +pkgver=124.0.2 pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" url="https://www.mozilla.org/firefox/"; @@ -66,11 +66,11 @@ validpgpkeys=( # https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/ 14F26682D0916CDD81E37B6D61B7B526D98F0353 ) -sha256sums=('ddac16aea855e057ff6be3c143f7155cc20f452e1f45eb6288ff27e9346ab843' +sha256sums=('a6526d3540e19c8875cb7364e4490436c189478d375c4cb5216b0414e4b2d91c' 'SKIP' '1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044' 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9') -b2sums=('b986833fbf28ebcb5588a68367054ca7a2f51f69685349ba65d25e118c90ded55c6e626842bbda8f00717ee55aa784c808e8f09855de423234a592ad23d9e9bf' +b2sums=('eaa35c3967514cb9f9ca48e32414bdecead3147a3d5ba8e9648be32f04b5d9e209ce71e02029851e1654c66d5cefd9a7b1a2a0fa68558a856c2ae3b1112d04d6' 'SKIP' 'd07557840097dd48a60c51cc5111950781e1c6ce27693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628' '63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/commit/16a50a42dc6fead35234c01349c18779e83c5757 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/commit/16a50a42dc6fead35234c01349c18779e83c5757 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/firefox] Pushed new tag 124.0.2-1
Jan Alexander Steffens (heftig) pushed new tag 124.0.2-1 at Arch Linux / Packaging / Packages / firefox -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/tree/124.0.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/sof-bin][main] 2024.03-1
Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / sof-bin Commits: 8e062e04 by Jan Alexander Steffens (heftig) at 2024-04-03T04:50:25+02:00 2024.03-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,13 +1,12 @@ pkgbase = sof-bin pkgdesc = Sound Open Firmware - pkgver = 2023.12.1 + pkgver = 2024.03 pkgrel = 1 url = https://www.sofproject.org/ arch = x86_64 - license = custom:BSD - license = custom:ISC - source = https://github.com/thesofproject/sof-bin/releases/download/v2023.12.1/sof-bin-2023.12.1.tar.gz - b2sums = a901637ba25df51152f04c7db5330b70a18c92363b102c061568a4c3a8a7e2fc506ac9783abe715f680a27be8a040d63b7dd5b62682979ccf1e4eaeb30789d83 + license = BSD-3-Clause AND ISC + source = https://github.com/thesofproject/sof-bin/releases/download/v2024.03/sof-bin-2024.03.tar.gz + b2sums = 23d73ff3ab30b5134086bb21e606805a7d9667adf1a5598a3d31068ba0254dc4c34464ee3913eb3530a8124e3614eff9ba28fa731e9816b28980ea05834c1037 pkgname = sof-firmware options = !strip = PKGBUILD = @@ -5,17 +5,14 @@ pkgname=( sof-firmware sof-tools ) -pkgver=2023.12.1 +pkgver=2024.03 pkgrel=1 pkgdesc="Sound Open Firmware" url="https://www.sofproject.org/"; arch=(x86_64) -license=( - custom:BSD - custom:ISC -) +license=('BSD-3-Clause AND ISC') source=(https://github.com/thesofproject/sof-bin/releases/download/v$pkgver/sof-bin-$pkgver.tar.gz) -b2sums=('a901637ba25df51152f04c7db5330b70a18c92363b102c061568a4c3a8a7e2fc506ac9783abe715f680a27be8a040d63b7dd5b62682979ccf1e4eaeb30789d83') +b2sums=('23d73ff3ab30b5134086bb21e606805a7d9667adf1a5598a3d31068ba0254dc4c34464ee3913eb3530a8124e3614eff9ba28fa731e9816b28980ea05834c1037') prepare() { cd sof-bin-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sof-bin/-/commit/8e062e0410582d0c9aebdfefe9548f57f26be24d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sof-bin/-/commit/8e062e0410582d0c9aebdfefe9548f57f26be24d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/dateutils] Pushed new tag 0.4.11-2
T.J. Townsend pushed new tag 0.4.11-2 at Arch Linux / Packaging / Packages / dateutils -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dateutils/-/tree/0.4.11-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/dateutils][main] upgpkg: 0.4.11-2: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / dateutils Commits: e451ca89 by T.J. Townsend at 2024-04-02T21:17:06-04:00 upgpkg: 0.4.11-2: build from git tag - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,15 +1,15 @@ pkgbase = dateutils pkgdesc = nifty command line date and time utilities; fast date calculations and conversion in the shell pkgver = 0.4.11 - pkgrel = 1 + pkgrel = 2 url = https://www.fresse.org/dateutils/ arch = x86_64 license = BSD + makedepends = git + makedepends = gperf depends = glibc - source = dateutils-0.4.11.tar.xz::https://github.com/hroptatyr/dateutils/releases/download/v0.4.11/dateutils-0.4.11.tar.xz - source = dateutils-0.4.11.tar.asc::https://github.com/hroptatyr/dateutils/releases/download/v0.4.11/dateutils-0.4.11.tar.asc + source = git+https://github.com/hroptatyr/dateutils.git?signed#tag=v0.4.11 validpgpkeys = 6CB0D61E23A4275CC2CFA16194C9A1AC82C9390E - sha512sums = 601fa8197acdb68fe0688aed3fa2ba2fcf66b9a8ad23a0c7cb816a2cba9c645854ec8715a2127e02294cc068f63b09d0596eee60e151a8ad0edff22f54ec9d7a - sha512sums = SKIP + sha512sums = 4fdf3ed23928145086f78077db3ec16364bdf1d7aba73bd360057a3026c0f3b5e968496c3a177c8f5cbe2483892c5a28f1459bdbecf4805d4b4b6979a911ec44 pkgname = dateutils = PKGBUILD = @@ -2,31 +2,35 @@ pkgname=dateutils pkgver=0.4.11 -pkgrel=1 +pkgrel=2 pkgdesc='nifty command line date and time utilities; fast date calculations and conversion in the shell' url='https://www.fresse.org/dateutils/' arch=('x86_64') license=('BSD') +makedepends=('git' 'gperf') depends=('glibc') -source=("$pkgname-$pkgver.tar.xz::https://github.com/hroptatyr/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"; - "$pkgname-$pkgver.tar.asc::https://github.com/hroptatyr/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.asc";) +source=("git+https://github.com/hroptatyr/dateutils.git?signed#tag=v${pkgver}";) +sha512sums=('4fdf3ed23928145086f78077db3ec16364bdf1d7aba73bd360057a3026c0f3b5e968496c3a177c8f5cbe2483892c5a28f1459bdbecf4805d4b4b6979a911ec44') validpgpkeys=('6CB0D61E23A4275CC2CFA16194C9A1AC82C9390E') -sha512sums=('601fa8197acdb68fe0688aed3fa2ba2fcf66b9a8ad23a0c7cb816a2cba9c645854ec8715a2127e02294cc068f63b09d0596eee60e151a8ad0edff22f54ec9d7a' -'SKIP') + +prepare() { +cd $pkgname +autoreconf -fiv +} build() { -cd $pkgname-$pkgver +cd $pkgname ./configure --prefix=/usr --with-old-links=no make } check() { -cd $pkgname-$pkgver +cd $pkgname make check } package() { -cd $pkgname-$pkgver +cd $pkgname make DESTDIR="$pkgdir" install install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dateutils/-/commit/e451ca891db28fa369e94faf3d873890090321b5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dateutils/-/commit/e451ca891db28fa369e94faf3d873890090321b5 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/telegram-desktop][main] upgpkg: 4.16.1-2
Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / telegram-desktop Commits: 3b85f7a9 by Sven-Hendrik Haase at 2024-04-03T02:36:01+02:00 upgpkg: 4.16.1-2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = telegram-desktop pkgdesc = Official Telegram Desktop client pkgver = 4.16.1 - pkgrel = 1 + pkgrel = 2 url = https://desktop.telegram.org/ arch = x86_64 license = GPL3 = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: hexchain pkgname=telegram-desktop pkgver=4.16.1 -pkgrel=1 +pkgrel=2 pkgdesc='Official Telegram Desktop client' arch=('x86_64') url="https://desktop.telegram.org/"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/telegram-desktop/-/commit/3b85f7a9cce974c1d9dc60c53bcaad6d47cce109 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/telegram-desktop/-/commit/3b85f7a9cce974c1d9dc60c53bcaad6d47cce109 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/telegram-desktop] Pushed new tag 4.16.1-2
Sven-Hendrik Haase pushed new tag 4.16.1-2 at Arch Linux / Packaging / Packages / telegram-desktop -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/telegram-desktop/-/tree/4.16.1-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/bsd-games][main] add validpgpkeys
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / bsd-games Commits: dc8eee98 by T.J. Townsend at 2024-04-02T20:26:08-04:00 add validpgpkeys - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -15,8 +15,9 @@ license=('BSD') makedepends=('git') depends=('ncurses' 'systemd') optdepends=('words: for hangman') -source=($pkgname::"git+https://git.code.sf.net/p/bsd-games/code#tag=v${pkgver}";) +source=($pkgname::"git+https://git.code.sf.net/p/bsd-games/code?signed#tag=v${pkgver}";) sha256sums=('33b17362808ad950865c06d26d423606b889c5b3cacf9f76105817c75f16f79e') +validpgpkeys=(F726C152F992ACEFBAE85569F384187A57EF569F) # Mike Sharov build() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bsd-games/-/commit/dc8eee98c8782d2654396053c8d8fb83df45d6b2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bsd-games/-/commit/dc8eee98c8782d2654396053c8d8fb83df45d6b2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/bsd-games] Pushed new tag 3.3-2
T.J. Townsend pushed new tag 3.3-2 at Arch Linux / Packaging / Packages / bsd-games -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bsd-games/-/tree/3.3-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/bsd-games][main] upgpkg: 3.3-2: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / bsd-games Commits: 0ff3cd7a by T.J. Townsend at 2024-04-02T20:23:57-04:00 upgpkg: 3.3-2: build from git tag - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,15 @@ +pkgbase = bsd-games + pkgdesc = Linux port of the collection of BSD command line games + pkgver = 3.3 + pkgrel = 2 + url = https://sourceforge.net/projects/bsd-games + arch = x86_64 + license = BSD + makedepends = git + depends = ncurses + depends = systemd + optdepends = words: for hangman + source = bsd-games::git+https://git.code.sf.net/p/bsd-games/code#tag=v3.3 + sha256sums = 33b17362808ad950865c06d26d423606b889c5b3cacf9f76105817c75f16f79e + +pkgname = bsd-games = PKGBUILD = @@ -7,24 +7,25 @@ pkgname=bsd-games pkgver=3.3 -pkgrel=1 +pkgrel=2 pkgdesc='Linux port of the collection of BSD command line games' url='https://sourceforge.net/projects/bsd-games' arch=('x86_64') license=('BSD') +makedepends=('git') depends=('ncurses' 'systemd') optdepends=('words: for hangman') -source=("https://downloads.sourceforge.net/sourceforge/bsd-games/${pkgname}-${pkgver}.tar.gz";) -sha256sums=('78bfdf7f4e1f61ed42ad1209ef52520b89a583bd511e9606b8162f813078048d') +source=($pkgname::"git+https://git.code.sf.net/p/bsd-games/code#tag=v${pkgver}";) +sha256sums=('33b17362808ad950865c06d26d423606b889c5b3cacf9f76105817c75f16f79e') build() { -cd "$pkgname-$pkgver" +cd "$pkgname" ./configure --prefix=/usr make } package() { -cd "$pkgname-$pkgver" +cd "$pkgname" make DESTDIR="$pkgdir" install install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bsd-games/-/commit/0ff3cd7a675c4fbc6143533314a988abd2e3ecb3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bsd-games/-/commit/0ff3cd7a675c4fbc6143533314a988abd2e3ecb3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xcompmgr][main] upgpkg: 1.1.9-2: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / xcompmgr Commits: eb530737 by T.J. Townsend at 2024-04-02T19:43:55-04:00 upgpkg: 1.1.9-2: build from git tag - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,18 @@ +pkgbase = xcompmgr + pkgdesc = Composite window effect manager for X.org + pkgver = 1.1.9 + pkgrel = 2 + url = https://xorg.freedesktop.org/ + arch = x86_64 + license = custom + makedepends = git + makedepends = xorg-util-macros + depends = libxcomposite + depends = libxdamage + depends = libxrender + depends = libxext + source = git+https://gitlab.freedesktop.org/xorg/app/xcompmgr.git?signed#tag=xcompmgr-1.1.9 + validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E + sha512sums = 119bc124f7a148dded0e31bb64257116fdf8f017b1aefe3d5879345c753080302980fffe26356b2f7dd830b2ae5285c552e9f628a5f72cc54a2ed637d40d2b8d + +pkgname = xcompmgr = PKGBUILD = @@ -5,25 +5,30 @@ pkgname=xcompmgr pkgver=1.1.9 -pkgrel=1 +pkgrel=2 pkgdesc="Composite window effect manager for X.org" arch=('x86_64') url="https://xorg.freedesktop.org/"; license=('custom') +makedepends=('git' 'xorg-util-macros') depends=('libxcomposite' 'libxdamage' 'libxrender' 'libxext') -source=(https://xorg.freedesktop.org/releases/individual/app/${pkgname}-${pkgver}.tar.xz{,.sig}) -sha512sums=('699117492af7fd84b36d317dcbf422d5ec86a7f21e29370caa737cd940d8ff866a5c8704ba2e7bd17a64e085d77fd23b628263d619813dead85cd669ff5b860e' -'SKIP') +source=("git+https://gitlab.freedesktop.org/xorg/app/xcompmgr.git?signed#tag=${pkgname}-${pkgver}";) +sha512sums=('119bc124f7a148dded0e31bb64257116fdf8f017b1aefe3d5879345c753080302980fffe26356b2f7dd830b2ae5285c552e9f628a5f72cc54a2ed637d40d2b8d') validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith +prepare() { + cd ${pkgname} + autoreconf -fiv +} + build() { - cd ${pkgname}-${pkgver} + cd ${pkgname} ./configure --prefix=/usr make } package() { - cd ${pkgname}-${pkgver} + cd ${pkgname} make DESTDIR="${pkgdir}" install install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xcompmgr/-/commit/eb530737f6e5f7d2ccfc353279fb972f98af1a31 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xcompmgr/-/commit/eb530737f6e5f7d2ccfc353279fb972f98af1a31 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xcompmgr] Pushed new tag 1.1.9-2
T.J. Townsend pushed new tag 1.1.9-2 at Arch Linux / Packaging / Packages / xcompmgr -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xcompmgr/-/tree/1.1.9-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/telegram-desktop] Pushed new tag 4.16.1-1
Sven-Hendrik Haase pushed new tag 4.16.1-1 at Arch Linux / Packaging / Packages / telegram-desktop -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/telegram-desktop/-/tree/4.16.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/telegram-desktop][main] upgpkg: 4.16.1-1
Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / telegram-desktop Commits: dc335ee5 by Sven-Hendrik Haase at 2024-04-03T01:25:27+02:00 upgpkg: 4.16.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = telegram-desktop pkgdesc = Official Telegram Desktop client - pkgver = 4.16.0 - pkgrel = 2 + pkgver = 4.16.1 + pkgrel = 1 url = https://desktop.telegram.org/ arch = x86_64 license = GPL3 @@ -48,7 +48,7 @@ pkgbase = telegram-desktop depends = kcoreaddons optdepends = webkit2gtk: embedded browser features optdepends = xdg-desktop-portal: desktop integration - source = https://github.com/telegramdesktop/tdesktop/releases/download/v4.16.0/tdesktop-4.16.0-full.tar.gz - sha512sums = 877e86ef328ae96cedd01aa7e406c498e8c2f88aeafae68d0945b7945912a8544215eb42f468949749e8f4d2ebbee1133f36bceca2b7adc1d4a4bfb4b58a5656 + source = https://github.com/telegramdesktop/tdesktop/releases/download/v4.16.1/tdesktop-4.16.1-full.tar.gz + sha512sums = fb8da3e6ff6885b75e3e8f58fd080926cfbf28a7c47579197823e369d538534af6e7949b5d02905809db22b3e4595596fc32a3bcd7cef1b1cdcf327935316c8c pkgname = telegram-desktop = PKGBUILD = @@ -1,8 +1,8 @@ # Maintainer: Sven-Hendrik Haase # Contributor: hexchain pkgname=telegram-desktop -pkgver=4.16.0 -pkgrel=2 +pkgver=4.16.1 +pkgrel=1 pkgdesc='Official Telegram Desktop client' arch=('x86_64') url="https://desktop.telegram.org/"; @@ -17,7 +17,7 @@ makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft- optdepends=('webkit2gtk: embedded browser features' 'xdg-desktop-portal: desktop integration') source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz";) -sha512sums=('877e86ef328ae96cedd01aa7e406c498e8c2f88aeafae68d0945b7945912a8544215eb42f468949749e8f4d2ebbee1133f36bceca2b7adc1d4a4bfb4b58a5656') +sha512sums=('fb8da3e6ff6885b75e3e8f58fd080926cfbf28a7c47579197823e369d538534af6e7949b5d02905809db22b3e4595596fc32a3bcd7cef1b1cdcf327935316c8c') build() { CXXFLAGS+=' -ffat-lto-objects' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/telegram-desktop/-/commit/dc335ee5d5687c7379b439a8559d323cfeb73b2d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/telegram-desktop/-/commit/dc335ee5d5687c7379b439a8559d323cfeb73b2d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/biblesync] Pushed new tag 2.1.0-4
T.J. Townsend pushed new tag 2.1.0-4 at Arch Linux / Packaging / Packages / biblesync -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/biblesync/-/tree/2.1.0-4 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/biblesync][main] upgpkg: 2.1.0-4: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / biblesync Commits: 841fb6d4 by T.J. Townsend at 2024-04-02T19:14:35-04:00 upgpkg: 2.1.0-4: build from git tag - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,16 @@ +pkgbase = biblesync + pkgdesc = multicast shared co-navigation library for Bible programs + pkgver = 2.1.0 + pkgrel = 4 + url = https://github.com/karlkleinpaste/biblesync + arch = x86_64 + license = custom + makedepends = cmake + makedepends = git + depends = gcc-libs + depends = util-linux-libs + provides = libbiblesync.so + source = git+https://github.com/karlkleinpaste/biblesync.git#tag=2.1.0 + sha256sums = 867f86996a63e2bac48507b1ca3e8f4498d64691f67f14e3c3610d497e5bfb4a + +pkgname = biblesync = PKGBUILD = @@ -4,19 +4,19 @@ pkgname=biblesync pkgver=2.1.0 -pkgrel=3 +pkgrel=4 pkgdesc='multicast shared co-navigation library for Bible programs' arch=('x86_64') url="https://github.com/karlkleinpaste/biblesync"; license=('custom') -makedepends=('cmake') +makedepends=('cmake' 'git') depends=('gcc-libs' 'util-linux-libs') provides=('libbiblesync.so') -source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('9083fcacc4d85f2b8c3a3254112129c02d940d20db8c0c5bcb6239b115e8d0e8') +source=("git+https://github.com/karlkleinpaste/biblesync.git#tag=${pkgver}";) +sha256sums=('867f86996a63e2bac48507b1ca3e8f4498d64691f67f14e3c3610d497e5bfb4a') build() { - cmake -B build -S "$pkgname-$pkgver" \ + cmake -B build -S "$pkgname" \ -DBUILD_SHARED_LIBS=TRUE \ -DLIBDIR=/usr/lib \ -DCMAKE_INSTALL_PREFIX=/usr \ @@ -27,5 +27,5 @@ build() { package() { DESTDIR="$pkgdir" cmake --install build - install -Dm644 "$pkgname-$pkgver"/COPYING -t "$pkgdir/usr/share/licenses/$pkgname/" + install -Dm644 "$pkgname"/COPYING -t "$pkgdir/usr/share/licenses/$pkgname/" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/biblesync/-/commit/841fb6d4ab87bf7a1bea8b443f7e6610cdfdf969 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/biblesync/-/commit/841fb6d4ab87bf7a1bea8b443f7e6610cdfdf969 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/uv] Pushed new tag 0.1.28-1
Orhun Parmaksız pushed new tag 0.1.28-1 at Arch Linux / Packaging / Packages / uv -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/tree/0.1.28-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/uv][main] upgpkg: 0.1.28-1: upstream release
Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / uv Commits: 3fd65e5a by Orhun Parmaksız at 2024-04-03T01:19:26+03:00 upgpkg: 0.1.28-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = uv pkgdesc = An extremely fast Python package installer and resolver written in Rust - pkgver = 0.1.27 - pkgrel = 2 + pkgver = 0.1.28 + pkgrel = 1 url = https://github.com/astral-sh/uv arch = x86_64 license = MIT @@ -20,8 +20,8 @@ pkgbase = uv depends = zlib depends = libz.so options = !lto - source = git+https://github.com/astral-sh/uv.git#tag=0.1.27 - sha256sums = 1caf4377edc747dd7f2c840c4a7d72f766ad86f3c860d8a5ae406f1a120c2b6e + source = git+https://github.com/astral-sh/uv.git#tag=0.1.28 + sha256sums = 08eb16ca09803a48fb8e39f3058e104d86820edb5d910fd48a94e3798c3e2f2a pkgname = uv = PKGBUILD = @@ -7,8 +7,8 @@ pkgbase=uv pkgname=("$pkgbase" "python-$pkgbase") -pkgver=0.1.27 -pkgrel=2 +pkgver=0.1.28 +pkgrel=1 pkgdesc='An extremely fast Python package installer and resolver written in Rust' arch=('x86_64') url="https://github.com/astral-sh/uv"; @@ -20,7 +20,7 @@ makedepends=('cargo' 'maturin' 'python-installer' 'cmake' 'git') checkdepends=('python' 'python-zstandard' 'libxcrypt-compat' 'clang') options=('!lto') source=("git+$url.git#tag=$pkgver") -sha256sums=('1caf4377edc747dd7f2c840c4a7d72f766ad86f3c860d8a5ae406f1a120c2b6e') +sha256sums=('08eb16ca09803a48fb8e39f3058e104d86820edb5d910fd48a94e3798c3e2f2a') prepare() { cd "$pkgbase" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/3fd65e5acf55dceb05278f359b6169b74fc99b4f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/3fd65e5acf55dceb05278f359b6169b74fc99b4f You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xiphos][main] upgpkg: 4.2.1-13: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / xiphos Commits: 15b713f3 by T.J. Townsend at 2024-04-02T18:06:49-04:00 upgpkg: 4.2.1-13: build from git tag - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,13 +1,14 @@ pkgbase = xiphos pkgdesc = A Bible study tool for GTK3 pkgver = 4.2.1 - pkgrel = 12 + pkgrel = 13 url = https://xiphos.org arch = x86_64 license = GPL2 makedepends = appstream-glib makedepends = cmake makedepends = docbook-utils + makedepends = git makedepends = gnome-common makedepends = gtkmm makedepends = intltool @@ -24,11 +25,11 @@ pkgbase = xiphos depends = minizip depends = sword>=1.9.0 depends = webkit2gtk - source = https://github.com/crosswire/xiphos/releases/download/4.2.1/xiphos-4.2.1.tar.xz + source = git+https://github.com/crosswire/xiphos.git#tag=4.2.1 source = https-by-default.patch source = xiphos-glibc.patch source = disable-webkit-editor.patch - sha256sums = d34353f62224302c924757fca55ff0fc19f96815f20b893279ceef3d7d054128 + sha256sums = 5507438e9c2ad60caaba6585dd2115435410a2ac48188174cb6e3a84e9ec1908 sha256sums = 3630dee5f9f05600e1a726b91a89e2eb17615a73d30548de303e7b29ec2286d2 sha256sums = d1669dced24a5d6d9a76ab033fc89201855285b76a1e80ef3fe695242d1c401d sha256sums = b8e7e8da6eaa246f7f6ff952bf4b5bc87a7274a6e71ae311fad55da2c43aa5af = PKGBUILD = @@ -7,26 +7,26 @@ pkgname=xiphos pkgver=4.2.1 -pkgrel=12 +pkgrel=13 pkgdesc='A Bible study tool for GTK3' arch=('x86_64') url='https://xiphos.org' license=('GPL2') depends=('biblesync' 'dbus-glib' 'icu' 'libbiblesync.so' 'libicui18n.so' 'minizip' 'sword>=1.9.0' 'webkit2gtk') -makedepends=('appstream-glib' 'cmake' 'docbook-utils' 'gnome-common' 'gtkmm' +makedepends=('appstream-glib' 'cmake' 'docbook-utils' 'git' 'gnome-common' 'gtkmm' 'intltool' 'libffi' 'libxml2' 'python' 'zlib' 'zip') -source=("https://github.com/crosswire/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"; +source=("git+https://github.com/crosswire/xiphos.git#tag=${pkgver}"; "https-by-default.patch" "xiphos-glibc.patch" "disable-webkit-editor.patch") -sha256sums=('d34353f62224302c924757fca55ff0fc19f96815f20b893279ceef3d7d054128' +sha256sums=('5507438e9c2ad60caaba6585dd2115435410a2ac48188174cb6e3a84e9ec1908' '3630dee5f9f05600e1a726b91a89e2eb17615a73d30548de303e7b29ec2286d2' 'd1669dced24a5d6d9a76ab033fc89201855285b76a1e80ef3fe695242d1c401d' 'b8e7e8da6eaa246f7f6ff952bf4b5bc87a7274a6e71ae311fad55da2c43aa5af') prepare() { - cd "$pkgname-$pkgver" + cd "$pkgname" # https://github.com/crosswire/xiphos/issues/1083 patch -Np0 -i ../xiphos-glibc.patch # disable study pad as it requires a very old webkitgtk @@ -37,7 +37,7 @@ prepare() { } build() { - cmake -B build -S "$pkgname-$pkgver" \ + cmake -B build -S "$pkgname" \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -Wno-dev View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xiphos/-/commit/15b713f3e8ac556a0c99cfb450cbca427ed78b8d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xiphos/-/commit/15b713f3e8ac556a0c99cfb450cbca427ed78b8d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xiphos] Pushed new tag 4.2.1-13
T.J. Townsend pushed new tag 4.2.1-13 at Arch Linux / Packaging / Packages / xiphos -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xiphos/-/tree/4.2.1-13 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-contourpy][main] upgpkg: 1.2.1-1: Update to 1.2.1
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-contourpy Commits: ebea8ba6 by Antonio Rojas at 2024-04-02T23:56:38+02:00 upgpkg: 1.2.1-1: Update to 1.2.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = python-contourpy pkgdesc = Python library for calculating contours in 2D quadrilateral grids - pkgver = 1.2.0 + pkgver = 1.2.1 pkgrel = 1 url = https://github.com/contourpy/contourpy arch = x86_64 @@ -17,7 +17,7 @@ pkgbase = python-contourpy depends = python depends = python-numpy optdepends = python-matplotlib: matplotlib renderer - source = https://pypi.python.org/packages/source/c/contourpy/contourpy-1.2.0.tar.gz - sha256sums = 171f311cb758de7da13fc53af221ae47a5877be5a0843a9fe150818c51ed276a + source = https://pypi.python.org/packages/source/c/contourpy/contourpy-1.2.1.tar.gz + sha256sums = 4d8908b3bee1c889e547867ca4cdc54e5ab6be6d3e078556814a22457f49423c pkgname = python-contourpy = PKGBUILD = @@ -2,7 +2,7 @@ _pyname=contourpy pkgname=python-$_pyname -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=1 pkgdesc='Python library for calculating contours in 2D quadrilateral grids' arch=(x86_64) @@ -21,7 +21,7 @@ checkdepends=(python-matplotlib python-wurlitzer) optdepends=('python-matplotlib: matplotlib renderer') source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz) -sha256sums=('171f311cb758de7da13fc53af221ae47a5877be5a0843a9fe150818c51ed276a') +sha256sums=('4d8908b3bee1c889e547867ca4cdc54e5ab6be6d3e078556814a22457f49423c') prepare() { sed -e '/ninja/d' -i $_pyname-$pkgver/pyproject.toml View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-contourpy/-/commit/ebea8ba6b2564eb96ab0f4b5157446075d21d7a8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-contourpy/-/commit/ebea8ba6b2564eb96ab0f4b5157446075d21d7a8 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-contourpy] Pushed new tag 1.2.1-1
Antonio Rojas pushed new tag 1.2.1-1 at Arch Linux / Packaging / Packages / python-contourpy -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-contourpy/-/tree/1.2.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cmatrix][main] upgpkg: 2.0-3 - rebuild with sha256sums=
kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / cmatrix Commits: ad42751d by kpcyrd at 2024-04-02T23:54:06+02:00 upgpkg: 2.0-3 - rebuild with sha256sums= - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,17 @@ +pkgbase = cmatrix + pkgdesc = A curses-based scrolling 'Matrix'-like screen + pkgver = 2.0 + pkgrel = 3 + url = https://www.asty.org/cmatrix/ + arch = x86_64 + license = GPL3 + makedepends = cmake + depends = ncurses + optdepends = kbd: cmatrix-tty custom font + optdepends = xterm: cmatrix-tty custom font + source = cmatrix-2.0.tgz::https://github.com/abishekvashok/cmatrix/archive/v2.0.tar.gz + source = cmatrix-tty + sha256sums = ad93ba39acd383696ab6a9ebbed1259ecf2d3cf9f49d6b97038c66f80749e99a + sha256sums = 94890bec3d04f076ae43c56a7768e67cff2a209e02819e2ce80fd61173b15a30 + +pkgname = cmatrix = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=cmatrix pkgver=2.0 -pkgrel=2 +pkgrel=3 pkgdesc="A curses-based scrolling 'Matrix'-like screen" arch=('x86_64') url="https://www.asty.org/cmatrix/"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cmatrix/-/commit/ad42751ded766464cbaf7e05f9d0c831aefeff65 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cmatrix/-/commit/ad42751ded766464cbaf7e05f9d0c831aefeff65 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cmatrix] Pushed new tag 2.0-3
kpcyrd pushed new tag 2.0-3 at Arch Linux / Packaging / Packages / cmatrix -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cmatrix/-/tree/2.0-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/primecount][main] upgpkg: 7.12-1: Update to 7.12
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / primecount Commits: 8419c8c1 by Antonio Rojas at 2024-04-02T23:48:10+02:00 upgpkg: 7.12-1: Update to 7.12 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = primecount pkgdesc = Fast C++ prime counting function implementation - pkgver = 7.11 + pkgver = 7.12 pkgrel = 1 url = https://github.com/kimwalisch/primecount arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = primecount depends = gcc-libs depends = glibc depends = primesieve - source = https://github.com/kimwalisch/primecount/archive/v7.11/primecount-7.11.tar.gz - sha256sums = e5b01b50f4f19ae5c9f902bbee08082218862d15ed4ca45deb72f6c9c3f9 + source = https://github.com/kimwalisch/primecount/archive/v7.12/primecount-7.12.tar.gz + sha256sums = b801aa95e434d1b7575e42cb9009286b5f94618a417888bb6bd3217ef2f1321c pkgname = primecount = PKGBUILD = @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas pkgname=primecount -pkgver=7.11 +pkgver=7.12 pkgrel=1 pkgdesc='Fast C++ prime counting function implementation' arch=(x86_64) @@ -12,7 +12,7 @@ depends=(gcc-libs primesieve) makedepends=(cmake) source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('e5b01b50f4f19ae5c9f902bbee08082218862d15ed4ca45deb72f6c9c3f9') +sha256sums=('b801aa95e434d1b7575e42cb9009286b5f94618a417888bb6bd3217ef2f1321c') build() { cmake -B build -S $pkgname-$pkgver \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/primecount/-/commit/8419c8c17cbd97fedb610cfd9b9c6c2ef6b53841 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/primecount/-/commit/8419c8c17cbd97fedb610cfd9b9c6c2ef6b53841 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/primecount] Pushed new tag 7.12-1
Antonio Rojas pushed new tag 7.12-1 at Arch Linux / Packaging / Packages / primecount -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/primecount/-/tree/7.12-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/dmenu][main] upgpkg: 5.3-2: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / dmenu Commits: 6ee4d458 by T.J. Townsend at 2024-04-02T17:46:34-04:00 upgpkg: 5.3-2: build from git tag - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,10 +1,11 @@ pkgbase = dmenu pkgdesc = Generic menu for X pkgver = 5.3 - pkgrel = 1 + pkgrel = 2 url = https://tools.suckless.org/dmenu/ arch = x86_64 license = MIT + makedepends = git depends = sh depends = glibc depends = coreutils @@ -14,8 +15,8 @@ pkgbase = dmenu depends = freetype2 depends = fontconfig depends = libfontconfig.so - source = https://dl.suckless.org/tools/dmenu-5.3.tar.gz - sha512sums = 60f758134063ad7f304fbb0785c66dddc21461e5e5014f8735cf6d5c95dc22a177f069d48101e633ddffe5bbefc1118a2bf8b31daaf7b6438fdf6fe1bcb5d61c - b2sums = fd76b0b11a153f98dd58ec20bc8a0ebc67f814cdf2d13a35ea3addcc3ad423bb9b2f4f73897cf6293e61a507900e7b7fec65e4f0acd15cc8e425f5506faa + source = git+https://git.suckless.org/dmenu#tag=5.3 + sha512sums = 781f4aab2bb32c39e79a2269b62fdb8cacdcebc162f73844e0ff86f8d084fd151eb63811e0f4de906ae5b3ca3a02f12c82fbf4d9f5f3e4a9b5d847de787aefd4 + b2sums = 6da7112a8975c152038f7694f1a658674f92c2d5a9340f97e8b64430a2fce612c87effd361078b66ce77510d6bb6478c47ea3b1d6ee0adfafa1e8c0d62f1adb5 pkgname = dmenu = PKGBUILD = @@ -8,25 +8,26 @@ pkgname=dmenu pkgver=5.3 -pkgrel=1 +pkgrel=2 pkgdesc='Generic menu for X' url='https://tools.suckless.org/dmenu/' arch=('x86_64') license=('MIT') +makedepends=('git') depends=('sh' 'glibc' 'coreutils' 'libx11' 'libxinerama' 'libxft' 'freetype2' 'fontconfig' 'libfontconfig.so') -source=(https://dl.suckless.org/tools/dmenu-${pkgver}.tar.gz) -sha512sums=('60f758134063ad7f304fbb0785c66dddc21461e5e5014f8735cf6d5c95dc22a177f069d48101e633ddffe5bbefc1118a2bf8b31daaf7b6438fdf6fe1bcb5d61c') -b2sums=('fd76b0b11a153f98dd58ec20bc8a0ebc67f814cdf2d13a35ea3addcc3ad423bb9b2f4f73897cf6293e61a507900e7b7fec65e4f0acd15cc8e425f5506faa') +source=("git+https://git.suckless.org/dmenu#tag=${pkgver}";) +sha512sums=('781f4aab2bb32c39e79a2269b62fdb8cacdcebc162f73844e0ff86f8d084fd151eb63811e0f4de906ae5b3ca3a02f12c82fbf4d9f5f3e4a9b5d847de787aefd4') +b2sums=('6da7112a8975c152038f7694f1a658674f92c2d5a9340f97e8b64430a2fce612c87effd361078b66ce77510d6bb6478c47ea3b1d6ee0adfafa1e8c0d62f1adb5') prepare() { - cd ${pkgname}-${pkgver} + cd ${pkgname} echo "CPPFLAGS+=${CPPFLAGS}" >> config.mk echo "CFLAGS+=${CFLAGS}" >> config.mk echo "LDFLAGS+=${LDFLAGS}" >> config.mk } build() { - cd ${pkgname}-${pkgver} + cd ${pkgname} make \ X11INC=/usr/include/X11 \ X11LIB=/usr/lib/X11 \ @@ -34,7 +35,7 @@ build() { } package() { - cd ${pkgname}-${pkgver} + cd ${pkgname} make PREFIX=/usr DESTDIR="${pkgdir}" install install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dmenu/-/commit/6ee4d4581acbaa6b107db5a85b8f44594e4e7703 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dmenu/-/commit/6ee4d4581acbaa6b107db5a85b8f44594e4e7703 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/dmenu] Pushed new tag 5.3-2
T.J. Townsend pushed new tag 5.3-2 at Arch Linux / Packaging / Packages / dmenu -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dmenu/-/tree/5.3-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/igraph][main] upgpkg: 0.10.11-1: Update to 0.10.11
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / igraph Commits: dd778dc7 by Antonio Rojas at 2024-04-02T23:43:37+02:00 upgpkg: 0.10.11-1: Update to 0.10.11 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = igraph pkgdesc = A library for creating and manipulating (un)directed graphs - pkgver = 0.10.10 + pkgver = 0.10.11 pkgrel = 1 url = https://igraph.org/c/ arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = igraph depends = lapack depends = libxml2 depends = plfit - source = https://github.com/igraph/igraph/releases/download/0.10.10/igraph-0.10.10.tar.gz - sha256sums = 6148f2e72a183ef5cd0832473fa9eb8e54bb5a96c7f8f3c0465432ec2404 + source = https://github.com/igraph/igraph/releases/download/0.10.11/igraph-0.10.11.tar.gz + sha256sums = f7aa3c7addce69538892c185055d59719ee1587f58ce0ae4fec8ddd072946d63 pkgname = igraph = PKGBUILD = @@ -3,7 +3,7 @@ # Contributor: Denis Zawada pkgname=igraph -pkgver=0.10.10 +pkgver=0.10.11 pkgrel=1 pkgdesc='A library for creating and manipulating (un)directed graphs' arch=(x86_64) @@ -20,7 +20,7 @@ depends=(arpack plfit) makedepends=(cmake) source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('6148f2e72a183ef5cd0832473fa9eb8e54bb5a96c7f8f3c0465432ec2404') +sha256sums=('f7aa3c7addce69538892c185055d59719ee1587f58ce0ae4fec8ddd072946d63') build() { cmake -B build -S $pkgname-$pkgver \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/dd778dc7900a23cd466615868bbc6285816bde05 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/commit/dd778dc7900a23cd466615868bbc6285816bde05 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/igraph] Pushed new tag 0.10.11-1
Antonio Rojas pushed new tag 0.10.11-1 at Arch Linux / Packaging / Packages / igraph -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/igraph/-/tree/0.10.11-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/slock] Pushed new tag 1.5-2
T.J. Townsend pushed new tag 1.5-2 at Arch Linux / Packaging / Packages / slock -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/slock/-/tree/1.5-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/slock][main] upgpkg: 1.5-2: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / slock Commits: 0bc747f9 by T.J. Townsend at 2024-04-02T17:43:18-04:00 upgpkg: 1.5-2: build from git tag - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,14 @@ +pkgbase = slock + pkgdesc = A simple screen locker for X + pkgver = 1.5 + pkgrel = 2 + url = https://tools.suckless.org/slock + arch = x86_64 + license = MIT + makedepends = git + depends = libxext + depends = libxrandr + source = git+https://git.suckless.org/slock#tag=1.5 + sha256sums = b5517afa598992f0d90e6847a2aec2837679f3b41468298e56235528c8baf934 + +pkgname = slock = PKGBUILD = @@ -4,28 +4,29 @@ pkgname=slock pkgver=1.5 -pkgrel=1 +pkgrel=2 pkgdesc="A simple screen locker for X" arch=('x86_64') url="https://tools.suckless.org/slock"; license=('MIT') +makedepends=('git') depends=('libxext' 'libxrandr') -source=("https://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz";) -sha256sums=('aee1e3fbf6a277fb625a3838073b979b6483e7baca4ce82f56de1ff192db0e4d') +source=("git+https://git.suckless.org/slock#tag=${pkgver}";) +sha256sums=('b5517afa598992f0d90e6847a2aec2837679f3b41468298e56235528c8baf934') prepare() { - cd "slock-$pkgver" + cd $pkgname sed -i 's|static const char \*group = "nogroup";|static const char *group = "nobody";|' config.def.h sed -ri 's/((CPP|C|LD)FLAGS) =/\1 +=/g' config.mk } build() { - cd "slock-$pkgver" + cd $pkgname make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 } package() { - cd "slock-$pkgver" + cd $pkgname make PREFIX=/usr DESTDIR="$pkgdir" install install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/slock/-/commit/0bc747f9341013195e1d783bdb860c0c6bceb789 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/slock/-/commit/0bc747f9341013195e1d783bdb860c0c6bceb789 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/proxychains-ng][main] upgpkg: 4.17-2: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / proxychains-ng Commits: 9eddb862 by T.J. Townsend at 2024-04-02T17:39:10-04:00 upgpkg: 4.17-2: build from git tag - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,16 +1,17 @@ pkgbase = proxychains-ng pkgdesc = A hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies pkgver = 4.17 - pkgrel = 1 + pkgrel = 2 url = https://github.com/rofl0r/proxychains-ng arch = x86_64 license = GPL + makedepends = git depends = glibc provides = proxychains conflicts = proxychains replaces = proxychains backup = etc/proxychains.conf - source = https://github.com/rofl0r/proxychains-ng/archive/v4.17/proxychains-ng-4.17.tar.gz - sha512sums = 14404449a5ab50920a5d16e70db4e8025075b03146df86ca5833eb22d5bd56428b038ac5daf2a17e0687e036ca496a8bfd88fc654be09b9dfad6d5d0b2273b95 + source = git+https://github.com/rofl0r/proxychains-ng.git#tag=v4.17 + sha512sums = 7199ea179e93d4fb079001ed399c9ac73791636203beda19271a3c55854fef26383d292d17354fa98b303fbd2c798cfd629db3dbe96c44036968cc64da926d8c pkgname = proxychains-ng = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=proxychains-ng pkgver=4.17 -pkgrel=1 +pkgrel=2 pkgdesc="A hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies" arch=('x86_64') url="https://github.com/rofl0r/proxychains-ng"; @@ -11,19 +11,20 @@ license=('GPL') provides=('proxychains') replaces=('proxychains') conflicts=('proxychains') +makedepends=('git') depends=('glibc') backup=('etc/proxychains.conf') -source=("https://github.com/rofl0r/proxychains-ng/archive/v$pkgver/$pkgname-$pkgver.tar.gz";) -sha512sums=('14404449a5ab50920a5d16e70db4e8025075b03146df86ca5833eb22d5bd56428b038ac5daf2a17e0687e036ca496a8bfd88fc654be09b9dfad6d5d0b2273b95') +source=("git+https://github.com/rofl0r/proxychains-ng.git#tag=v${pkgver}";) +sha512sums=('7199ea179e93d4fb079001ed399c9ac73791636203beda19271a3c55854fef26383d292d17354fa98b303fbd2c798cfd629db3dbe96c44036968cc64da926d8c') build() { - cd proxychains-ng-$pkgver + cd proxychains-ng ./configure --prefix=/usr --sysconfdir=/etc make } package() { - cd proxychains-ng-$pkgver + cd proxychains-ng make DESTDIR="$pkgdir/" install install-config ln -s proxychains4 "$pkgdir/usr/bin/proxychains" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/proxychains-ng/-/commit/9eddb862b6742bd659727d4e8aed832df67813ab -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/proxychains-ng/-/commit/9eddb862b6742bd659727d4e8aed832df67813ab You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/proxychains-ng] Pushed new tag 4.17-2
T.J. Townsend pushed new tag 4.17-2 at Arch Linux / Packaging / Packages / proxychains-ng -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/proxychains-ng/-/tree/4.17-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/digikam][main] upgpkg: 8.3.0-5: QtWebEngine 6.7 rebuild
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / digikam Commits: 37c6c53a by Antonio Rojas at 2024-04-02T23:37:31+02:00 upgpkg: 8.3.0-5: QtWebEngine 6.7 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = digikam pkgdesc = An advanced digital photo management application pkgver = 8.3.0 - pkgrel = 4 + pkgrel = 5 url = https://www.digikam.org/ arch = x86_64 license = GPL = PKGBUILD = @@ -6,7 +6,7 @@ pkgname=digikam _pkgver=8.3.0 pkgver=${_pkgver//-/} # for beta versions -pkgrel=4 +pkgrel=5 pkgdesc='An advanced digital photo management application' arch=(x86_64) license=(GPL) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/digikam/-/commit/37c6c53ade74db84f7545f9bfebc6a85ec19dee2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/digikam/-/commit/37c6c53ade74db84f7545f9bfebc6a85ec19dee2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/digikam] Pushed new tag 8.3.0-5
Antonio Rojas pushed new tag 8.3.0-5 at Arch Linux / Packaging / Packages / digikam -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/digikam/-/tree/8.3.0-5 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/signify][main] upgpkg: 32-2: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / signify Commits: 5f9dba7f by T.J. Townsend at 2024-04-02T17:29:22-04:00 upgpkg: 32-2: build from git tag - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,18 +1,17 @@ pkgbase = signify pkgdesc = OpenBSD tool to cryptographically sign and verify files pkgver = 32 - pkgrel = 1 + pkgrel = 2 url = https://github.com/aperezdc/signify arch = x86_64 license = BSD + makedepends = git depends = glibc depends = libbsd>=0.8 - source = https://github.com/aperezdc/signify/releases/download/v32/signify-32.tar.xz - source = https://github.com/aperezdc/signify/releases/download/v32/signify-32.tar.xz.asc + source = git+https://github.com/aperezdc/signify.git?signed#tag=v32 source = signify-LICENSE-32::https://raw.githubusercontent.com/aperezdc/signify/v32/COPYING validpgpkeys = 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B - sha512sums = 9088b0e932eee4fdd3456082afae48160e4d87024154b9a9c02632f2b7318ca85362a3d296e2ecfa134dcec25d724a3c334238b0a05ffb5a722a21014309afe1 - sha512sums = SKIP + sha512sums = d179fe2b7deb6f579782959e365e65dcfa5b66bf44515ffe27af3ddc58111d554c39b50c86308bbcf4cf2f9b3f9343dee6f294d0f8916179e618d3fb0277afce sha512sums = 5de1345ef929058040975f1106318ac9443fc107d19a12bfbc919a152ddd4dde11c76201722bc5847bad579e5dc4ba467f0947b6f0fce5cc3eccc68d5f4e9dfe pkgname = signify = PKGBUILD = @@ -4,23 +4,23 @@ pkgname=signify pkgver=32 -pkgrel=1 +pkgrel=2 pkgdesc='OpenBSD tool to cryptographically sign and verify files' url='https://github.com/aperezdc/signify' arch=('x86_64') license=('BSD') +makedepends=('git') depends=('glibc' 'libbsd>=0.8') -source=(${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc} +source=(git+https://github.com/aperezdc/signify.git?signed#tag=v${pkgver} ${pkgname}-LICENSE-${pkgver}::https://raw.githubusercontent.com/aperezdc/signify/v${pkgver}/COPYING) -sha512sums=('9088b0e932eee4fdd3456082afae48160e4d87024154b9a9c02632f2b7318ca85362a3d296e2ecfa134dcec25d724a3c334238b0a05ffb5a722a21014309afe1' -'SKIP' +sha512sums=('d179fe2b7deb6f579782959e365e65dcfa5b66bf44515ffe27af3ddc58111d554c39b50c86308bbcf4cf2f9b3f9343dee6f294d0f8916179e618d3fb0277afce' '5de1345ef929058040975f1106318ac9443fc107d19a12bfbc919a152ddd4dde11c76201722bc5847bad579e5dc4ba467f0947b6f0fce5cc3eccc68d5f4e9dfe') validpgpkeys=( '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B' # Adrián Pérez de Castro ) prepare() { - cd ${pkgname}-${pkgver} + cd ${pkgname} # using O_NOFOLLOW doesn't lock anything down here, swapping files # without symlinks is still equally open to TOCTOU and it doesn't even # matter here. let's prefer supporting symlinked target files. @@ -28,7 +28,7 @@ prepare() { } build () { - cd ${pkgname}-${pkgver} + cd ${pkgname} make PREFIX=/usr \ LTO=1 \ EXTRA_CFLAGS="${CFLAGS} ${CPPFLAGS}" \ @@ -37,7 +37,7 @@ build () { } package () { - cd ${pkgname}-${pkgver} + cd ${pkgname} make PREFIX=/usr \ DESTDIR="${pkgdir}" \ GIT_TAG='' install View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/signify/-/commit/5f9dba7ff1e99610bb0208ba54c9ecc2d310c205 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/signify/-/commit/5f9dba7ff1e99610bb0208ba54c9ecc2d310c205 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/signify] Pushed new tag 32-2
T.J. Townsend pushed new tag 32-2 at Arch Linux / Packaging / Packages / signify -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/signify/-/tree/32-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/opendoas] Pushed new tag 6.8.2-2
T.J. Townsend pushed new tag 6.8.2-2 at Arch Linux / Packaging / Packages / opendoas -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opendoas/-/tree/6.8.2-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/opendoas][main] upgpkg: 6.8.2-2: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / opendoas Commits: 96ca6c2b by T.J. Townsend at 2024-04-02T17:26:23-04:00 upgpkg: 6.8.2-2: build from git tag - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,17 @@ +pkgbase = opendoas + pkgdesc = Run commands as super user or another user + pkgver = 6.8.2 + pkgrel = 2 + url = https://github.com/Duncaen/OpenDoas + arch = x86_64 + license = custom:ISC + makedepends = git + depends = pam + provides = doas + replaces = doas + backup = etc/pam.d/doas + source = opendoas::git+https://github.com/Duncaen/OpenDoas.git?signed#tag=v6.8.2 + validpgpkeys = C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35 + sha256sums = 43b4c2de1aaa31aac1d322b98883334b864c606783c4dfb3ddbfa0d88af9332b + +pkgname = opendoas = PKGBUILD = @@ -5,28 +5,28 @@ pkgname=opendoas pkgver=6.8.2 -pkgrel=1 +pkgrel=2 pkgdesc='Run commands as super user or another user' url='https://github.com/Duncaen/OpenDoas' license=(custom:ISC) arch=(x86_64) +makedepends=(git) depends=(pam) provides=(doas) replaces=(doas) -source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +source=(${pkgname}::"git+https://github.com/Duncaen/OpenDoas.git?signed#tag=v${pkgver}";) backup=(etc/pam.d/doas) -sha256sums=('4e98828056d6266bd8f2c93e6ecf12a63a71dbfd70a5ea99ccd4ab6d0745adf0' -'SKIP') +sha256sums=('43b4c2de1aaa31aac1d322b98883334b864c606783c4dfb3ddbfa0d88af9332b') validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35) # Duncan Overbruck build() { - cd "$pkgname-$pkgver" + cd "$pkgname" ./configure --prefix=/usr --with-timestamp make } package() { - cd "$pkgname-$pkgver" + cd "$pkgname" make DESTDIR="$pkgdir" install install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opendoas/-/commit/96ca6c2bdb08f5c0b881c3a6d5e6455baab309e1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opendoas/-/commit/96ca6c2bdb08f5c0b881c3a6d5e6455baab309e1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/unbound] Pushed new tag 1.19.3-2
T.J. Townsend pushed new tag 1.19.3-2 at Arch Linux / Packaging / Packages / unbound -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/unbound/-/tree/1.19.3-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-base][main] upgpkg: 6.7.0-2: Fix wrong cpp conditional in qspan.h
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-base Commits: 2547c50b by Antonio Rojas at 2024-04-02T23:18:10+02:00 upgpkg: 6.7.0-2: Fix wrong cpp conditional in qspan.h - - - - - 3 changed files: - .SRCINFO - PKGBUILD - + fix-wrong-cpp-if.patch Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = qt6-base pkgdesc = A cross-platform application and UI framework pkgver = 6.7.0 - pkgrel = 1 + pkgrel = 2 url = https://www.qt.io arch = x86_64 groups = qt6 @@ -78,9 +78,11 @@ pkgbase = qt6-base source = https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtbase-everywhere-src-6.7.0.tar.xz source = qt6-base-cflags.patch source = qt6-base-nostrip.patch + source = fix-wrong-cpp-if.patch sha256sums = 11b2e29e2e52fb0e3b453ea13bbe51a10fdff36e1c192d8868c5a40233b8b254 sha256sums = 5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78 sha256sums = 4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094 + sha256sums = b5cb3a29738a2783242a96c9d94298421875dcabec4fc2b5d8c5329b66e63070 pkgname = qt6-base pkgdesc = A cross-platform application and UI framework = PKGBUILD = @@ -6,7 +6,7 @@ pkgbase=qt6-base pkgname=(qt6-base qt6-xcb-private-headers) _qtver=6.7.0 pkgver=${_qtver/-/} -pkgrel=1 +pkgrel=2 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -81,14 +81,17 @@ groups=(qt6) _pkgfn=${pkgbase/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz qt6-base-cflags.patch -qt6-base-nostrip.patch) +qt6-base-nostrip.patch +fix-wrong-cpp-if.patch) sha256sums=('11b2e29e2e52fb0e3b453ea13bbe51a10fdff36e1c192d8868c5a40233b8b254' '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78' -'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094') +'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094' +'b5cb3a29738a2783242a96c9d94298421875dcabec4fc2b5d8c5329b66e63070') prepare() { patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with qmake + patch -d $_pkgfn -p1 < fix-wrong-cpp-if.patch # https://bugreports.qt.io/browse/QTBUG-123937 } build() { = fix-wrong-cpp-if.patch = @@ -0,0 +1,13 @@ +diff --git a/src/corelib/tools/qspan.h b/src/corelib/tools/qspan.h +index c9de1005a7..d6ae2570ae 100644 +--- a/src/corelib/tools/qspan.h b/src/corelib/tools/qspan.h +@@ -297,7 +297,7 @@ public: + : QSpanBase(il.begin(), il.size()) + {} + +-#if __cpp_lib_span ++#ifdef __cpp_lib_span + template = true> + Q_IMPLICIT constexpr QSpanBase(std::span other) noexcept + : QSpanBase(other.data(), other.size()) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/2547c50bae405d192ed5e27f0a936a6395e47cf6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/2547c50bae405d192ed5e27f0a936a6395e47cf6 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qt6-base] Pushed new tag 6.7.0-2
Antonio Rojas pushed new tag 6.7.0-2 at Arch Linux / Packaging / Packages / qt6-base -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/tree/6.7.0-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kvirc][main] upgpkg: 5.2.2-2: QtWebEngine 6.7 rebuild
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kvirc Commits: 4030d066 by Antonio Rojas at 2024-04-02T23:14:07+02:00 upgpkg: 5.2.2-2: QtWebEngine 6.7 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = kvirc pkgdesc = Qt based IRC client pkgver = 5.2.2 - pkgrel = 1 + pkgrel = 2 url = http://kvirc.net/ arch = x86_64 license = GPL2 = PKGBUILD = @@ -2,7 +2,7 @@ pkgname=kvirc pkgver=5.2.2 -pkgrel=1 +pkgrel=2 pkgdesc='Qt based IRC client' arch=('x86_64') url='http://kvirc.net/' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kvirc/-/commit/4030d066612885fec40d1a1c9a692bc53a1aba9c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kvirc/-/commit/4030d066612885fec40d1a1c9a692bc53a1aba9c You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kvirc] Pushed new tag 5.2.2-2
Antonio Rojas pushed new tag 5.2.2-2 at Arch Linux / Packaging / Packages / kvirc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kvirc/-/tree/5.2.2-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/s3cmd][main] upgpkg: 2.4.0-2: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / s3cmd Commits: f448a5e7 by T.J. Townsend at 2024-04-02T17:09:13-04:00 upgpkg: 2.4.0-2: build from git tag - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,10 +1,11 @@ pkgbase = s3cmd pkgdesc = A command line client for Amazon S3 pkgver = 2.4.0 - pkgrel = 1 + pkgrel = 2 url = http://s3tools.org/s3cmd arch = any license = GPL2 + makedepends = git makedepends = python-build makedepends = python-installer makedepends = python-wheel @@ -12,11 +13,9 @@ pkgbase = s3cmd depends = python-dateutil depends = python-magic optdepends = gnupg: encrypted file storage - source = https://github.com/s3tools/s3cmd/releases/download/v2.4.0/s3cmd-2.4.0.tar.gz - source = https://github.com/s3tools/s3cmd/releases/download/v2.4.0/s3cmd-2.4.0.tar.gz.asc + source = git+https://github.com/s3tools/s3cmd.git?signed#tag=v2.4.0 validpgpkeys = 0D37A8F4A5D183D5541D85D9241769189AC3D00B validpgpkeys = 795A7DA5202E1139EB56177A52246AF8C9D9148D - sha512sums = 78a7fb193ef94759e6b59c8bccc2e736f4195f7de781f6a5d11a5685a3cf93ca9ef946bdefbfe0b0dafd0ea0612c8944283c3177f280d14edfca6553e62e0b49 - sha512sums = SKIP + sha512sums = d3f57419fd963de50611f78a8b8908fc674fd36ef6e15d3c7a4d72b623816eb70c7cb02a059c0b9542bf5e1f4e61015989dd0c85cf53910fdbda8bb613f93888 pkgname = s3cmd = PKGBUILD = @@ -8,26 +8,25 @@ pkgname=s3cmd pkgver=2.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="A command line client for Amazon S3" arch=('any') url='http://s3tools.org/s3cmd' license=('GPL2') depends=('python-dateutil' 'python-magic') -makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') +makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools') optdepends=('gnupg: encrypted file storage') -source=(https://github.com/s3tools/s3cmd/releases/download/v${pkgver}/s3cmd-${pkgver}.tar.gz{,.asc}) -sha512sums=('78a7fb193ef94759e6b59c8bccc2e736f4195f7de781f6a5d11a5685a3cf93ca9ef946bdefbfe0b0dafd0ea0612c8944283c3177f280d14edfca6553e62e0b49' -'SKIP') +source=(git+https://github.com/s3tools/s3cmd.git?signed#tag=v${pkgver}) +sha512sums=('d3f57419fd963de50611f78a8b8908fc674fd36ef6e15d3c7a4d72b623816eb70c7cb02a059c0b9542bf5e1f4e61015989dd0c85cf53910fdbda8bb613f93888') validpgpkeys=('0D37A8F4A5D183D5541D85D9241769189AC3D00B' '795A7DA5202E1139EB56177A52246AF8C9D9148D') build() { - cd "${pkgname}-${pkgver}" + cd "${pkgname}" python -m build --wheel --skip-dependency-check --no-isolation } package() { - cd "${pkgname}-${pkgver}" + cd "${pkgname}" python -m installer --destdir="$pkgdir" dist/*.whl } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/s3cmd/-/commit/f448a5e7787b3dfc6c683521a408c70f1c63f8d9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/s3cmd/-/commit/f448a5e7787b3dfc6c683521a408c70f1c63f8d9 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/s3cmd] Pushed new tag 2.4.0-2
T.J. Townsend pushed new tag 2.4.0-2 at Arch Linux / Packaging / Packages / s3cmd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/s3cmd/-/tree/2.4.0-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libretls][main] upgpkg: 3.8.1-2: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / libretls Commits: 1667195b by T.J. Townsend at 2024-04-02T16:54:48-04:00 upgpkg: 3.8.1-2: build from git tag - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,15 +1,16 @@ pkgbase = libretls pkgdesc = libtls for OpenSSL pkgver = 3.8.1 - pkgrel = 1 + pkgrel = 2 url = https://git.causal.agency/libretls arch = x86_64 license = ISC license = BSD license = MIT + makedepends = git depends = openssl - source = https://causal.agency/libretls/libretls-3.8.1.tar.gz - sha256sums = 3bc9fc0e61827ee2f608e5e44993a8fda6d610b80a1e01a9c75610cc292997b5 - b2sums = d8f3c178daadcdc3b78683d25a77cd2b20235c77d8ace43fa2c658c77165db6383d8673b7047b66a894e7de5b203c6bc89d226959040f6d93b2675ceee1ba7b7 + source = git+https://git.causal.agency/libretls.git?#tag=3.8.1 + sha256sums = efa185feb5febaae8586baffc5dc7610d420d886f85690dc6d87071af2c6d21c + b2sums = c901a6f48c0a01a26463660edbca1342f457f87c72042ae1c378477f807af3c6545edfe2d845770cd8c63ca6edea2dd9749010aa3021eed6936f56bb5b34309d pkgname = libretls = PKGBUILD = @@ -6,24 +6,30 @@ pkgname=libretls pkgver=3.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="libtls for OpenSSL" arch=(x86_64) url="https://git.causal.agency/${pkgname}"; license=(ISC BSD MIT) +makedepends=(git) depends=(openssl) -source=(https://causal.agency/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('3bc9fc0e61827ee2f608e5e44993a8fda6d610b80a1e01a9c75610cc292997b5') -b2sums=('d8f3c178daadcdc3b78683d25a77cd2b20235c77d8ace43fa2c658c77165db6383d8673b7047b66a894e7de5b203c6bc89d226959040f6d93b2675ceee1ba7b7') +source=(git+https://git.causal.agency/libretls.git?#tag=${pkgver}) +sha256sums=('efa185feb5febaae8586baffc5dc7610d420d886f85690dc6d87071af2c6d21c') +b2sums=('c901a6f48c0a01a26463660edbca1342f457f87c72042ae1c378477f807af3c6545edfe2d845770cd8c63ca6edea2dd9749010aa3021eed6936f56bb5b34309d') + +prepare() { + cd ${pkgname} + autoreconf -fiv +} build() { - cd ${pkgname}-${pkgver} + cd ${pkgname} ./configure --prefix=/usr make } package() { - cd ${pkgname}-${pkgver} + cd ${pkgname} make DESTDIR="${pkgdir}" install sed -n '1,/*\//p' tls.c | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libretls/-/commit/1667195be17da71aa4ed25abf60628b3e0b13734 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libretls/-/commit/1667195be17da71aa4ed25abf60628b3e0b13734 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libretls] Pushed new tag 3.8.1-2
T.J. Townsend pushed new tag 3.8.1-2 at Arch Linux / Packaging / Packages / libretls -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libretls/-/tree/3.8.1-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ncmpcpp][main] upgpkg: 0.9.2-17: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / ncmpcpp Commits: 816dbe56 by T.J. Townsend at 2024-04-02T16:37:13-04:00 upgpkg: 0.9.2-17: build from git tag - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,11 +1,12 @@ pkgbase = ncmpcpp pkgdesc = Almost exact clone of ncmpc with some new features pkgver = 0.9.2 - pkgrel = 16 + pkgrel = 17 url = https://ncmpcpp.rybczak.net/ arch = x86_64 license = GPL-2.0-only makedepends = boost + makedepends = git depends = curl depends = libcurl.so depends = libmpdclient @@ -27,11 +28,11 @@ pkgbase = ncmpcpp depends = readline depends = libreadline.so depends = taglib - source = https://rybczak.net/ncmpcpp/stable/ncmpcpp-0.9.2.tar.bz2 + source = git+https://github.com/ncmpcpp/ncmpcpp.git#tag=0.9.2 source = taglib-2.patch - sha512sums = bbcb3b50233e363412af3c1cf1c0118122733dc376759cd35dee79950f42e098a0402ff670684df91847b990b26022630c9a71192e462bd46e70628e31489742 + sha512sums = e40b19318af5c191a9397fbd337a2e807d945ae06d6bc349c9555c58820f59afba70448b030541754870d30f0fe78630e028611e184c8b25368c734bc51a7c87 sha512sums = fff2987f193bb0d0423b32d81d79dda4c8dd451f701b587a3456867387697736381e4e09489ea852f648449c8a0ec9fbb386f74b7207249abf12dfd4a8f54f36 - b2sums = 160597493b93bac790b8619881e8a1fcf0efce4a538e35f54f31b06f3ed66691f02b37198cca46b475b7296aebbc864cb62a4398c60bd1e43907f9907a9bc118 + b2sums = babc1506eca6dc5bd48e58fabfd42502d33b506b2e600b7aa98126a6deb0d68e14dc692abb0ef5079e3ccf710648f0b82fe1b404303d932f2156104c479442ec b2sums = 7e45e21e493d3da4039ac27f1f3158cdc244b6df369d7a452f770ac068ae2635d60a9ea19f166f3f6eaa5a766f25a6ed76edd83c8700c0f53b492b170b806320 pkgname = ncmpcpp = PKGBUILD = @@ -7,7 +7,7 @@ pkgname=ncmpcpp pkgver=0.9.2 -pkgrel=16 +pkgrel=17 pkgdesc='Almost exact clone of ncmpc with some new features' url='https://ncmpcpp.rybczak.net/' arch=('x86_64') @@ -16,16 +16,16 @@ depends=('curl' 'libcurl.so' 'libmpdclient' 'libmpdclient.so' 'fftw' 'libfftw3.s 'libboost_filesystem.so' 'libboost_locale.so' 'libboost_program_options.so' 'libboost_thread.so' 'icu' 'libicui18n.so' 'libicuuc.so' 'glibc' 'gcc-libs' 'ncurses' 'libncursesw.so' 'readline' 'libreadline.so' 'taglib') -makedepends=('boost') -source=(https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2 +makedepends=('boost' 'git') +source=(git+https://github.com/ncmpcpp/ncmpcpp.git#tag=${pkgver} taglib-2.patch) -sha512sums=('bbcb3b50233e363412af3c1cf1c0118122733dc376759cd35dee79950f42e098a0402ff670684df91847b990b26022630c9a71192e462bd46e70628e31489742' +sha512sums=('e40b19318af5c191a9397fbd337a2e807d945ae06d6bc349c9555c58820f59afba70448b030541754870d30f0fe78630e028611e184c8b25368c734bc51a7c87' 'fff2987f193bb0d0423b32d81d79dda4c8dd451f701b587a3456867387697736381e4e09489ea852f648449c8a0ec9fbb386f74b7207249abf12dfd4a8f54f36') -b2sums=('160597493b93bac790b8619881e8a1fcf0efce4a538e35f54f31b06f3ed66691f02b37198cca46b475b7296aebbc864cb62a4398c60bd1e43907f9907a9bc118' +b2sums=('babc1506eca6dc5bd48e58fabfd42502d33b506b2e600b7aa98126a6deb0d68e14dc692abb0ef5079e3ccf710648f0b82fe1b404303d932f2156104c479442ec' '7e45e21e493d3da4039ac27f1f3158cdc244b6df369d7a452f770ac068ae2635d60a9ea19f166f3f6eaa5a766f25a6ed76edd83c8700c0f53b492b170b806320') prepare() { - cd ${pkgname}-${pkgver} + cd ${pkgname} patch -p1 -i ../taglib-2.patch autoreconf -fiv sed -e 's/CXXFLAGS=/CXXFLAGS+=/' \ @@ -36,7 +36,7 @@ prepare() { } build() { - cd ${pkgname}-${pkgver} + cd ${pkgname} # http://site.icu-project.org/download/61#TOC-Migration-Issues export CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1' @@ -56,7 +56,7 @@ build() { } package() { - cd ${pkgname}-${pkgver} + cd ${pkgname} make DESTDIR="${pkgdir}" install install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ncmpcpp/-/commit/816dbe564554c1c4f772e84a49faf3708fa62a29 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ncmpcpp/-/commit/816dbe564554c1c4f772e84a49faf3708fa62a29 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ncmpcpp] Pushed new tag 0.9.2-17
T.J. Townsend pushed new tag 0.9.2-17 at Arch Linux / Packaging / Packages / ncmpcpp -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ncmpcpp/-/tree/0.9.2-17 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-irc] Pushed new tag 20.3.1-2
Morten Linderud pushed new tag 20.3.1-2 at Arch Linux / Packaging / Packages / python-irc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-irc/-/tree/20.3.1-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-irc][main] upgpkg: 20.3.1-2: syncdb rebuild
Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / python-irc Commits: 819c821e by Morten Linderud at 2024-04-02T22:35:43+02:00 upgpkg: 20.3.1-2: syncdb rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-irc pkgdesc = IRC (Internet Relay Chat) protocol client library for Python pkgver = 20.3.1 - pkgrel = 1 + pkgrel = 2 url = https://pypi.python.org/pypi/irc arch = any license = MIT = PKGBUILD = @@ -6,7 +6,7 @@ pkgname=python-irc pkgver=20.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python" arch=('any') url="https://pypi.python.org/pypi/irc"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-irc/-/commit/819c821e940769b5200d626f50e83bfac949b3d7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-irc/-/commit/819c821e940769b5200d626f50e83bfac949b3d7 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/buildah] Pushed new tag 1.35.3-1
Morten Linderud pushed new tag 1.35.3-1 at Arch Linux / Packaging / Packages / buildah -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/tree/1.35.3-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/buildah][main] upgpkg: 1.35.3-1
Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / buildah Commits: 65180c5d by Morten Linderud at 2024-04-02T22:32:38+02:00 upgpkg: 1.35.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = buildah pkgdesc = A tool which facilitates building OCI images - pkgver = 1.35.1 + pkgver = 1.35.3 pkgrel = 1 url = https://github.com/containers/buildah arch = x86_64 @@ -23,7 +23,7 @@ pkgbase = buildah optdepends = passt: for rootless network support options = !lto options = !debug - source = git+https://github.com/containers/buildah.git#tag=v1.35.1 - sha512sums = d224e5d33cc193e3e23954a85ea494b846b7b6d856689c4f844a4c967adc51af4b9bde508b470b349c955b35536c872f084caf0e464c255c89e271b8f01c64bc + source = git+https://github.com/containers/buildah.git#tag=v1.35.3 + sha512sums = 853e94282538ec3ebf231f5cbefbe969422e695610b427960056b60cdca665457f94b98ffced0b68189185440b94e1983516eaa3797d51da93fc43e7ac3a pkgname = buildah = PKGBUILD = @@ -3,7 +3,7 @@ # Maintainer: George Rawlinson pkgname=buildah -pkgver=1.35.1 +pkgver=1.35.3 pkgrel=1 pkgdesc="A tool which facilitates building OCI images" arch=(x86_64) @@ -15,7 +15,7 @@ makedepends=(go git bats btrfs-progs device-mapper gpgme libassuan bzip2 go-md2man runc skopeo systemd) options=(!lto !debug) source=(git+https://github.com/containers/buildah.git#tag=v$pkgver) -sha512sums=('d224e5d33cc193e3e23954a85ea494b846b7b6d856689c4f844a4c967adc51af4b9bde508b470b349c955b35536c872f084caf0e464c255c89e271b8f01c64bc') +sha512sums=('853e94282538ec3ebf231f5cbefbe969422e695610b427960056b60cdca665457f94b98ffced0b68189185440b94e1983516eaa3797d51da93fc43e7ac3a') pkgver() { cd buildah View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/65180c5d679728da8527c8ad16cbd1caccb015bd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/65180c5d679728da8527c8ad16cbd1caccb015bd You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/r8168-lts][main] upgpkg: 8.052.01-35
Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / r8168-lts Commits: 2d238bc9 by Massimiliano Torromeo at 2024-04-02T22:32:01+02:00 upgpkg: 8.052.01-35 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = r8168-lts pkgdesc = A kernel module for Realtek 8168 network cards for linux-lts pkgver = 8.052.01 - pkgrel = 34 + pkgrel = 35 url = http://www.realtek.com.tw arch = x86_64 license = GPL = PKGBUILD = @@ -2,7 +2,7 @@ pkgname=r8168-lts pkgver=8.052.01 -pkgrel=34 +pkgrel=35 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts" url="http://www.realtek.com.tw"; license=("GPL") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/r8168-lts/-/commit/2d238bc9cfb0ab40d64f9de526f4a93bda870730 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/r8168-lts/-/commit/2d238bc9cfb0ab40d64f9de526f4a93bda870730 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/r8168-lts] Pushed new tag 8.052.01-35
Massimiliano Torromeo pushed new tag 8.052.01-35 at Arch Linux / Packaging / Packages / r8168-lts -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/r8168-lts/-/tree/8.052.01-35 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.452-1
Robin Candau pushed new tag 2.452-1 at Arch Linux / Packaging / Packages / jenkins -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/tree/2.452-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.452-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / jenkins Commits: ce5bad17 by Robin Candau at 2024-04-02T22:31:36+02:00 upgpkg: 2.452-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = jenkins pkgdesc = Extendable continuous integration server (latest) - pkgver = 2.451 - pkgrel = 2 + pkgver = 2.452 + pkgrel = 1 url = https://jenkins.io install = jenkins.install arch = any @@ -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.451.tar.gz + source = https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.452.tar.gz source = jenkins.conf source = jenkins.service source = jenkins.tmpfiles source = jenkins.sysusers source = skip-failing-test.patch - sha512sums = 5a63d4a6f2edd3e5e49ae544f8bc196bf19ba1cff3e2fc4ea25b77978ffd723eef5afa89647249054080c83074caddfef0e3b5b467b7d05ca6528f9f9b3237d9 + sha512sums = 86c827dc67c426c2c8c5edc8ff29725186424ffaefabdca36b3586542362b7cd1c685a2dd4411524d1d310280ab7c6bcb47c6b67e5b1cd53709c518b92f59486 sha512sums = 482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553 sha512sums = c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2 sha512sums = a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90 = PKGBUILD = @@ -5,8 +5,8 @@ # Contributor: Illarion Kovalchuk pkgname=jenkins -pkgver=2.451 -pkgrel=2 +pkgver=2.452 +pkgrel=1 _java=17 pkgdesc='Extendable continuous integration server (latest)' arch=('any') @@ -25,7 +25,7 @@ source=("https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${pkgver 'jenkins.tmpfiles' 'jenkins.sysusers' 'skip-failing-test.patch') -sha512sums=('5a63d4a6f2edd3e5e49ae544f8bc196bf19ba1cff3e2fc4ea25b77978ffd723eef5afa89647249054080c83074caddfef0e3b5b467b7d05ca6528f9f9b3237d9' +sha512sums=('86c827dc67c426c2c8c5edc8ff29725186424ffaefabdca36b3586542362b7cd1c685a2dd4411524d1d310280ab7c6bcb47c6b67e5b1cd53709c518b92f59486' '482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553' 'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2' 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/ce5bad17b5c5c03be433a11325417bbb82343f57 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/ce5bad17b5c5c03be433a11325417bbb82343f57 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cilium-cli][main] upgpkg: 0.16.4-1
Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / cilium-cli Commits: 3c147472 by Morten Linderud at 2024-04-02T22:30:57+02:00 upgpkg: 0.16.4-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,13 +1,13 @@ pkgbase = cilium-cli pkgdesc = install, manage & troubleshoot Kubernetes clusters running Cilium - pkgver = 0.16.3 + pkgver = 0.16.4 pkgrel = 1 url = https://github.com/cilium/cilium-cli arch = x86_64 license = APACHE makedepends = go depends = glibc - source = cilium-cli-0.16.3.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.3.tar.gz - sha256sums = 8f6a5709abe6c30fbbc7a7d573f0fbaf44fdebf3142b7085910d2a71e9878e15 + source = cilium-cli-0.16.4.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.4.tar.gz + sha256sums = 52281571d4f86cf466bddaa942680032dde0fe1ec78079c6d100d1175f55ceca pkgname = cilium-cli = PKGBUILD = @@ -1,7 +1,7 @@ # Maintainer: Morten Linderud pkgname=cilium-cli -pkgver=0.16.3 +pkgver=0.16.4 pkgrel=1 pkgdesc="install, manage & troubleshoot Kubernetes clusters running Cilium" arch=("x86_64") @@ -10,7 +10,7 @@ license=("APACHE") depends=("glibc") makedepends=("go") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('8f6a5709abe6c30fbbc7a7d573f0fbaf44fdebf3142b7085910d2a71e9878e15') +sha256sums=('52281571d4f86cf466bddaa942680032dde0fe1ec78079c6d100d1175f55ceca') build() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/3c1474721802f10fb08e3ed69211baf3eb034072 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/3c1474721802f10fb08e3ed69211baf3eb034072 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cilium-cli] Pushed new tag 0.16.4-1
Morten Linderud pushed new tag 0.16.4-1 at Arch Linux / Packaging / Packages / cilium-cli -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/tree/0.16.4-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/r8168] Pushed new tag 8.052.01-38
Massimiliano Torromeo pushed new tag 8.052.01-38 at Arch Linux / Packaging / Packages / r8168 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/r8168/-/tree/8.052.01-38 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/r8168][main] upgpkg: 8.052.01-38
Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / r8168 Commits: 15e2d706 by Massimiliano Torromeo at 2024-04-02T22:30:48+02:00 upgpkg: 8.052.01-38 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = r8168 pkgdesc = A kernel module for Realtek 8168 network cards pkgver = 8.052.01 - pkgrel = 37 + pkgrel = 38 url = http://www.realtek.com.tw arch = x86_64 license = GPL = PKGBUILD = @@ -4,7 +4,7 @@ pkgname=r8168 pkgver=8.052.01 -pkgrel=37 +pkgrel=38 pkgdesc="A kernel module for Realtek 8168 network cards" url="http://www.realtek.com.tw"; license=("GPL") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/r8168/-/commit/15e2d70610f2fe649e9a6b2857d584f6520a3c6b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/r8168/-/commit/15e2d70610f2fe649e9a6b2857d584f6520a3c6b You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/sssd][main] upgpkg: 2.9.4-3
Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / sssd Commits: b0efbada by Massimiliano Torromeo at 2024-04-02T22:30:40+02:00 upgpkg: 2.9.4-3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = sssd pkgdesc = System Security Services Daemon pkgver = 2.9.4 - pkgrel = 2 + pkgrel = 3 url = https://github.com/SSSD/sssd arch = x86_64 license = GPL-3.0-or-later = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=sssd pkgver=2.9.4 -pkgrel=2 +pkgrel=3 pkgdesc="System Security Services Daemon" arch=('x86_64') url="https://github.com/SSSD/sssd"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/b0efbada7c48fc52ffbfd7c7fc13b463b9e1e673 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/b0efbada7c48fc52ffbfd7c7fc13b463b9e1e673 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/sssd] Pushed new tag 2.9.4-3
Massimiliano Torromeo pushed new tag 2.9.4-3 at Arch Linux / Packaging / Packages / sssd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/tree/2.9.4-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/lxcfs][main] upgpkg: 6.0.0-1
Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / lxcfs Commits: a8b7b108 by Morten Linderud at 2024-04-02T22:28:47+02:00 upgpkg: 6.0.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = lxcfs pkgdesc = FUSE filesystem for LXC - pkgver = 5.0.4 + pkgver = 6.0.0 pkgrel = 1 url = https://linuxcontainers.org/ arch = x86_64 @@ -14,10 +14,10 @@ pkgbase = lxcfs depends = fuse3 depends = dbus-glib options = emptydirs - source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-5.0.4.tar.gz - source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-5.0.4.tar.gz.asc + source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.0.tar.gz + source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.0.tar.gz.asc validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67 - sha256sums = c2b361edc881d5ca8fa2cd3260a4999b8f87afce8d937be2160e5cf0b482c52f + sha256sums = 15bda2ed0398f91d4342326120375a94d2d6aed414e14834013b4674b8a4c5ee sha256sums = SKIP pkgname = lxcfs = PKGBUILD = @@ -3,7 +3,7 @@ # Maintainer: Morten Linderud pkgname=lxcfs -pkgver=5.0.4 +pkgver=6.0.0 pkgrel=1 pkgdesc="FUSE filesystem for LXC" arch=(x86_64) @@ -14,7 +14,7 @@ makedepends=('help2man' 'meson' 'python-jinja' 'systemd') options=('emptydirs') source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc}) validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67') -sha256sums=('c2b361edc881d5ca8fa2cd3260a4999b8f87afce8d937be2160e5cf0b482c52f' +sha256sums=('15bda2ed0398f91d4342326120375a94d2d6aed414e14834013b4674b8a4c5ee' 'SKIP') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lxcfs/-/commit/a8b7b108573db616b34699cf4d3c9fd97e93c7cc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lxcfs/-/commit/a8b7b108573db616b34699cf4d3c9fd97e93c7cc You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/lxcfs] Pushed new tag 6.0.0-1
Morten Linderud pushed new tag 6.0.0-1 at Arch Linux / Packaging / Packages / lxcfs -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lxcfs/-/tree/6.0.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ufw][main] upgpkg: 0.36.2-3: build from git tag
T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / ufw Commits: 37d908ce by T.J. Townsend at 2024-04-02T16:27:26-04:00 upgpkg: 0.36.2-3: build from git tag - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,26 @@ +pkgbase = ufw + pkgdesc = Uncomplicated and easy to use CLI tool for managing a netfilter firewall + pkgver = 0.36.2 + pkgrel = 3 + url = https://launchpad.net/ufw + arch = any + license = GPL3 + makedepends = git + depends = iptables + depends = python + backup = etc/ufw/before.rules + backup = etc/ufw/before6.rules + backup = etc/ufw/after.rules + backup = etc/ufw/after6.rules + backup = etc/ufw/ufw.conf + backup = etc/ufw/user.rules + backup = etc/ufw/sysctl.conf + backup = etc/default/ufw + backup = etc/ufw/user6.rules + source = git+https://git.launchpad.net/ufw?signed#tag=0.36.2 + source = service + validpgpkeys = 4C20C06B5D8BDE688854D28A51DBDC58CC559573 + sha256sums = c2b36d70d003050e54310b55a6bf6a7d17c649a8f056eba09b6a24f3500ed8c5 + sha256sums = fdface6f4690e4748fbbd5661c02e1967a8750fdb23581d35516174017a3fe39 + +pkgname = ufw = PKGBUILD = @@ -7,11 +7,12 @@ pkgname=ufw pkgver=0.36.2 -pkgrel=2 +pkgrel=3 pkgdesc="Uncomplicated and easy to use CLI tool for managing a netfilter firewall" arch=('any') url="https://launchpad.net/ufw"; license=('GPL3') +makedepends=('git') depends=('iptables' 'python') backup=('etc/ufw/before.rules' 'etc/ufw/before6.rules' @@ -22,15 +23,14 @@ backup=('etc/ufw/before.rules' 'etc/ufw/sysctl.conf' 'etc/default/ufw' 'etc/ufw/user6.rules') -source=("${url}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.asc} +source=("git+https://git.launchpad.net/ufw?signed#tag=${pkgver}"; "service") -sha256sums=('2a57a99eecef6b44db3537ed2520b30bae3759f8465456e22e404cd643838bf5' -'SKIP' +sha256sums=('c2b36d70d003050e54310b55a6bf6a7d17c649a8f056eba09b6a24f3500ed8c5' 'fdface6f4690e4748fbbd5661c02e1967a8750fdb23581d35516174017a3fe39') validpgpkeys=('4C20C06B5D8BDE688854D28A51DBDC58CC559573') prepare() { - cd "$pkgname-$pkgver" + cd $pkgname # FS#28769 - move from /lib to /usr/lib sed -i -e 's|/lib|/usr/lib|' \ -e 's|sbin|bin|g' setup.py @@ -44,11 +44,12 @@ prepare() { } package() { - cd "$pkgname-$pkgver" + cd $pkgname python3 setup.py install --root="$pkgdir" install -Dm644 shell-completion/bash "$pkgdir/usr/share/bash-completion/completions/ufw" install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/ufw.service" chmod 644 "$pkgdir/etc/ufw/"*.rules + rm -rf "$pkgdir/usr/share/ufw/messages" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ufw/-/commit/37d908ce4d9266255a5ec7dd505524a0c0baa455 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ufw/-/commit/37d908ce4d9266255a5ec7dd505524a0c0baa455 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ufw] Pushed new tag 0.36.2-3
T.J. Townsend pushed new tag 0.36.2-3 at Arch Linux / Packaging / Packages / ufw -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ufw/-/tree/0.36.2-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/incus][main] upgpkg: 0.7.0-1
Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / incus Commits: fdc4138c by Morten Linderud at 2024-04-02T22:27:10+02:00 upgpkg: 0.7.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = incus pkgdesc = Powerful system container and virtual machine manager - pkgver = 0.6.0 + pkgver = 0.7.0 pkgrel = 1 url = https://linuxcontainers.org/incus/ arch = x86_64 @@ -35,15 +35,15 @@ pkgbase = incus optdepends = systemd-libs: unix device hotplug support optdepends = apparmor: apparmor support optdepends = xdelta3: support delta downloads of images - source = https://linuxcontainers.org/downloads/incus/incus-v0.6.0.tar.xz - source = https://linuxcontainers.org/downloads/incus/incus-v0.6.0.tar.xz.asc + source = https://linuxcontainers.org/downloads/incus/incus-v0.7.0.tar.xz + source = https://linuxcontainers.org/downloads/incus/incus-v0.7.0.tar.xz.asc source = incus.socket source = incus.service source = incus-user.socket source = incus-user.service source = incus.sysusers validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67 - sha256sums = dd79abc494bcbce3f5e63a3d26176ce55910da6499f69d563f57066c6f742f80 + sha256sums = e6230bee918524403c003f2ed28ba75f1c64175afc11f89147d1ee8dd8a6b76b sha256sums = SKIP sha256sums = 602a8035cc51b8e0c4ca265e31ebf96c7977db4239d384d8f60fed0d2d0317c4 sha256sums = 646b0a9b38954890bc8706b41dfb93c7fdc83cbee1a3632c7258d77a1fddd725 = PKGBUILD = @@ -7,7 +7,7 @@ pkgbase=incus pkgname=(incus incus-tools) -pkgver=0.6.0 +pkgver=0.7.0 pkgrel=1 pkgdesc="Powerful system container and virtual machine manager" arch=('x86_64') @@ -38,7 +38,7 @@ source=("https://linuxcontainers.org/downloads/incus/incus-v$pkgver.tar.xz"{,.as "incus.sysusers") validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67' # Stéphane Graber ) -sha256sums=('dd79abc494bcbce3f5e63a3d26176ce55910da6499f69d563f57066c6f742f80' +sha256sums=('e6230bee918524403c003f2ed28ba75f1c64175afc11f89147d1ee8dd8a6b76b' 'SKIP' '602a8035cc51b8e0c4ca265e31ebf96c7977db4239d384d8f60fed0d2d0317c4' '646b0a9b38954890bc8706b41dfb93c7fdc83cbee1a3632c7258d77a1fddd725' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/incus/-/commit/fdc4138c15d51f96f529334d44a8f3ec1944a44b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/incus/-/commit/fdc4138c15d51f96f529334d44a8f3ec1944a44b You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/incus] Pushed new tag 0.7.0-1
Morten Linderud pushed new tag 0.7.0-1 at Arch Linux / Packaging / Packages / incus -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/incus/-/tree/0.7.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cockpit-podman] Pushed new tag 86-2
Massimiliano Torromeo pushed new tag 86-2 at Arch Linux / Packaging / Packages / cockpit-podman -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-podman/-/tree/86-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cockpit-podman][main] upgpkg: 86-2
Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / cockpit-podman Commits: 5bc0c838 by Massimiliano Torromeo at 2024-04-02T22:26:53+02:00 upgpkg: 86-2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = cockpit-podman pkgdesc = Cockpit UI for podman containers pkgver = 86 - pkgrel = 1 + pkgrel = 2 url = https://github.com/cockpit-project/cockpit-podman arch = any license = LGPL-2.1-or-later = PKGBUILD = @@ -2,7 +2,7 @@ pkgname=cockpit-podman pkgver=86 -pkgrel=1 +pkgrel=2 pkgdesc='Cockpit UI for podman containers' arch=('any') url='https://github.com/cockpit-project/cockpit-podman' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-podman/-/commit/5bc0c838ee33f9a31ad16b46638acf73a54bb5a2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-podman/-/commit/5bc0c838ee33f9a31ad16b46638acf73a54bb5a2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cockpit][main] upgpkg: 314-1
Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / cockpit Commits: 4647cdb3 by Massimiliano Torromeo at 2024-04-02T22:26:41+02:00 upgpkg: 314-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = cockpit pkgdesc = A systemd web based user interface for Linux servers - pkgver = 313 + pkgver = 314 pkgrel = 1 url = https://cockpit-project.org/ arch = x86_64 @@ -22,11 +22,11 @@ pkgbase = cockpit makedepends = python-wheel makedepends = python-build makedepends = python-pip - source = https://github.com/cockpit-project/cockpit/releases/download/313/cockpit-313.tar.xz + source = https://github.com/cockpit-project/cockpit/releases/download/314/cockpit-314.tar.xz source = cockpit.pam source = cockpit-ws.sysuser.conf source = cockpit-wsinstance.sysuser.conf - sha256sums = 089474580b1ab4fa8c73a41c8f1821da6fc5dd31fcf5bf6cec2b9a13749a7ad5 + sha256sums = a92955e73ec3d9569db74675268baaec963c07f6db12c1a64bb57a25b1eb0f6a sha256sums = 1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc sha256sums = 1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a sha256sums = 46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438 = PKGBUILD = @@ -5,7 +5,7 @@ pkgbase=cockpit pkgname=(cockpit cockpit-packagekit cockpit-pcp cockpit-storaged) -pkgver=313 +pkgver=314 pkgrel=1 pkgdesc='A systemd web based user interface for Linux servers' arch=('x86_64') @@ -18,7 +18,7 @@ source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/co "cockpit.pam" "cockpit-ws.sysuser.conf" "cockpit-wsinstance.sysuser.conf") -sha256sums=('089474580b1ab4fa8c73a41c8f1821da6fc5dd31fcf5bf6cec2b9a13749a7ad5' +sha256sums=('a92955e73ec3d9569db74675268baaec963c07f6db12c1a64bb57a25b1eb0f6a' '1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc' '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a' '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/4647cdb304046c1789072939b3a50466ef45e2a9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/4647cdb304046c1789072939b3a50466ef45e2a9 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cockpit] Pushed new tag 314-1
Massimiliano Torromeo pushed new tag 314-1 at Arch Linux / Packaging / Packages / cockpit -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/tree/314-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/podman][main] upgpkg: 5.0.1-1
Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / podman Commits: eed34458 by Morten Linderud at 2024-04-02T22:22:16+02:00 upgpkg: 5.0.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = podman pkgdesc = Tool and library for running OCI-based containers in pods - pkgver = 5.0.0 + pkgver = 5.0.1 pkgrel = 1 url = https://github.com/containers/podman arch = x86_64 @@ -16,12 +16,12 @@ pkgbase = podman makedepends = libseccomp makedepends = systemd options = !lto - source = git+https://github.com/containers/podman#tag=v5.0.0?signed + source = git+https://github.com/containers/podman#tag=v5.0.1?signed source = podman-4.6.0-defaultinitpath.patch validpgpkeys = B7DBDCA456F7335E91F1C25CD3624C551D0515C4 validpgpkeys = 7CE1E6F8C90CB53E7E4D8F2D502E08DB0BBF8EEE validpgpkeys = 9E33DD8704CC03E2DEB84D9A1C1EDD7CC7C3A0DD - sha256sums = d47363ad333e75ba8d3fa6c75245e8270d25a7cfeb59586409ac5ad4132a0f23 + sha256sums = 98f9e33d9cd904c2c1a8404ff1be5dc3b9e07c7de94a8001749c7138498c8070 sha256sums = eeacf654707b9b8d6a6c08453b5625d9cf31010d666f82f4851aa34433b97700 pkgname = podman = PKGBUILD = @@ -4,7 +4,7 @@ pkgbase=podman pkgname=(podman podman-docker) -pkgver=5.0.0 +pkgver=5.0.1 pkgrel=1 pkgdesc='Tool and library for running OCI-based containers in pods' arch=(x86_64) @@ -35,7 +35,7 @@ validpgpkeys=( 7CE1E6F8C90CB53E7E4D8F2D502E08DB0BBF8EEE # Ashley Cui 9E33DD8704CC03E2DEB84D9A1C1EDD7CC7C3A0DD # Lokesh Mandvekar ) -sha256sums=('d47363ad333e75ba8d3fa6c75245e8270d25a7cfeb59586409ac5ad4132a0f23' +sha256sums=('98f9e33d9cd904c2c1a8404ff1be5dc3b9e07c7de94a8001749c7138498c8070' 'eeacf654707b9b8d6a6c08453b5625d9cf31010d666f82f4851aa34433b97700') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/podman/-/commit/eed34458aaae1e1f25691da460ae5b74c4f1ea2d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/podman/-/commit/eed34458aaae1e1f25691da460ae5b74c4f1ea2d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/podman] Pushed new tag 5.0.1-1
Morten Linderud pushed new tag 5.0.1-1 at Arch Linux / Packaging / Packages / podman -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/podman/-/tree/5.0.1-1 You're receiving this email because of your account on gitlab.archlinux.org.