diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-06-16 10:33:49 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-06-16 10:33:49 +0200 |
commit | 9f1868824eb56335f4022718d8f1b04fcb06c2d9 (patch) | |
tree | c8a9fc5e71ac052a631be6e41648ef83e4d488f3 /conky-irc/PKGBUILD | |
parent | 291555a3f600f2eb2e1e2fb72a16b772dbbc9930 (diff) | |
download | archlinuxewe-9f1868824eb56335f4022718d8f1b04fcb06c2d9.tar.xz |
conky-irc: rebuild
Diffstat (limited to 'conky-irc/PKGBUILD')
-rw-r--r-- | conky-irc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conky-irc/PKGBUILD b/conky-irc/PKGBUILD index 93d15fc8a..a6720acf7 100644 --- a/conky-irc/PKGBUILD +++ b/conky-irc/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.15.0 provides=("conky=${pkgver}") conflicts=('conky') _gitcommit=70d7d5c796e3e84e674705ffc6aaf7a0d6c5b109 -pkgrel=1 +pkgrel=2 pkgdesc='Lightweight system monitor for X - with irc-client enabled' url='https://github.com/brndnmtthws/conky' license=('BSD' 'GPL') @@ -25,7 +25,7 @@ _pinned_dependencies=( 'libncursesw.so=6' 'libpulse.so=0' 'libsystemd.so=0' - 'libx11=1.8.5' + 'libx11=1.8.6' 'libxdamage=1.1.6' 'libxext=1.3.5' 'libxfixes=6.0.1' |