Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / conky
Commits:
29cc8dfb by Antonio Rojas at 2026-03-05T23:45:22+01:00
upgpkg: 1.22.3-2: Build with lua 5.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = conky
pkgdesc = Light-weight system monitor for X, Wayland, and other things,
too
- pkgver = 1.22.2
- pkgrel = 1
+ pkgver = 1.22.3
+ pkgrel = 2
url = https://github.com/brndnmtthws/conky
arch = x86_64
license = BSD-3-Clause
@@ -39,7 +39,7 @@ pkgbase = conky
depends = libxml2
depends = libxnvctrl
depends = libXNVCtrl.so
- depends = lua
+ depends = lua54
depends = ncurses
depends = libncursesw.so
depends = pango
@@ -47,12 +47,12 @@ pkgbase = conky
depends = libsystemd.so
depends = wayland
depends = wireless_tools
- source = git+https://github.com/brndnmtthws/conky.git#tag=v1.22.2?signed
+ source = git+https://github.com/brndnmtthws/conky.git#tag=v1.22.3?signed
source = conky-use-system-cmake.patch
validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0
- sha512sums =
a754f5dcf90629fc2d2f602d76af1a224c201d7afe096554c5deeaa86d48a78b70b362770a54b2c90937d7d645e68c0c0bbb95fba2e37054bf21a1a3f2e92545
+ sha512sums =
d47d442cafe7ac62d5f303d977a6c862d319293f1e6b9a49517fa2c78571299fd86862b0dcca82a1ad94a4fd3360e402ad28467074347ca9fccf9a1fcbaad35f
sha512sums =
22a675e38e0b4322e6ff48a0c089c60188118080de332186dd216456d3f8816d0b3dc761b9f55aa5f56f00d054fc65b25b06d21255dfc1e12ae0f6744bd87bd8
- b2sums =
b337d0030de73774d8b98f7cf55e0572b3b864ae10dd826076a4d87eb64c453a9efd2ff349ea38da45f329b348d305884da6b0a0af421425d755d739d3924714
+ b2sums =
2e4279a30cfb34f3f29cb6583f44fb09bc09f7375044a0bfe1a9061cef1d6630e85665ca1c2df3b902c40768d138558a705de65e063daf08a65977a2132a88c9
b2sums =
054b158ce1fd5796e0f5819710cc22caeafdb4d5a5a43eb5806cbe773a58afbaf6b0ef3935b613f1fc4cbe5ced67c3487781dbf0bb3e2e60a4a616c8c9c6981c
pkgname = conky
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
# Contributor: Partha Chowdhury <[email protected]>
pkgname=conky
-pkgver=1.22.2
-pkgrel=1
+pkgver=1.22.3
+pkgrel=2
pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
arch=('x86_64')
url='https://github.com/brndnmtthws/conky'
@@ -34,7 +34,7 @@ depends=(
'libxinerama'
'libxml2'
'libxnvctrl' libXNVCtrl.so
- 'lua'
+ 'lua54'
'ncurses' libncursesw.so
'pango'
'systemd-libs' libsystemd.so
@@ -58,9 +58,9 @@ source=(
"git+$url.git#tag=v${pkgver}?signed"
"$pkgname-use-system-cmake.patch"
)
-sha512sums=('a754f5dcf90629fc2d2f602d76af1a224c201d7afe096554c5deeaa86d48a78b70b362770a54b2c90937d7d645e68c0c0bbb95fba2e37054bf21a1a3f2e92545'
+sha512sums=('d47d442cafe7ac62d5f303d977a6c862d319293f1e6b9a49517fa2c78571299fd86862b0dcca82a1ad94a4fd3360e402ad28467074347ca9fccf9a1fcbaad35f'
'22a675e38e0b4322e6ff48a0c089c60188118080de332186dd216456d3f8816d0b3dc761b9f55aa5f56f00d054fc65b25b06d21255dfc1e12ae0f6744bd87bd8')
-b2sums=('b337d0030de73774d8b98f7cf55e0572b3b864ae10dd826076a4d87eb64c453a9efd2ff349ea38da45f329b348d305884da6b0a0af421425d755d739d3924714'
+b2sums=('2e4279a30cfb34f3f29cb6583f44fb09bc09f7375044a0bfe1a9061cef1d6630e85665ca1c2df3b902c40768d138558a705de65e063daf08a65977a2132a88c9'
'054b158ce1fd5796e0f5819710cc22caeafdb4d5a5a43eb5806cbe773a58afbaf6b0ef3935b613f1fc4cbe5ced67c3487781dbf0bb3e2e60a4a616c8c9c6981c')
validpgpkeys=(
'AF310802C8EFA20499CF3556137B7AC2BDFD8DF0' # Brenden Matthews
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/conky/-/commit/29cc8dfb7886ee4af9318df78570b8b53764e406
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/conky/-/commit/29cc8dfb7886ee4af9318df78570b8b53764e406
You're receiving this email because of your account on gitlab.archlinux.org.