summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Canavese2023-11-25 14:00:58 +0100
committerLuca Canavese2023-11-25 14:00:58 +0100
commitcb49f7154f82e444c5b14ab3109a459dafc570bc (patch)
treef7d52d11c16bc55a3f0581cb0687c0c4a0e29f25
parentd4ac5bab6482cce37d8f5bba308de098b0dbf60e (diff)
downloadaur-cb49f7154f82e444c5b14ab3109a459dafc570bc.tar.gz
Updated to 1.19.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c3b8f7f7c02..4a1d8d6c84ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = conky-cli
pkgdesc = Lightweight system monitor for X, without X11 dependencies
- pkgver = 1.19.4
+ pkgver = 1.19.6
pkgrel = 1
url = https://github.com/brndnmtthws/conky
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = conky-cli
depends = libxml2
provides = conky
conflicts = conky
- source = conky-1.19.4.tar.gz::https://github.com/brndnmtthws/conky/archive/refs/tags/v1.19.4.tar.gz
- sha256sums = 2f5df519398ce21fea2e242bbff1a49cc4194d62494378759e37379a43cf571c
+ source = conky-1.19.6.tar.gz::https://github.com/brndnmtthws/conky/archive/refs/tags/v1.19.6.tar.gz
+ sha256sums = 1bf5868da44056badd4718a3c8dcc6905f7118a9f86e785b354a8ecdb157a59e
pkgname = conky-cli
diff --git a/PKGBUILD b/PKGBUILD
index e60f22578481..748b41a3a94b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgname=conky
pkgname=conky-cli
-pkgver=1.19.4
+pkgver=1.19.6
pkgrel=1
pkgdesc="Lightweight system monitor for X, without X11 dependencies"
url='https://github.com/brndnmtthws/conky'
@@ -20,7 +20,7 @@ makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git' 'catch2' 'python-y
depends=('curl' 'lua' 'wireless_tools' 'libxml2')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/brndnmtthws/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('2f5df519398ce21fea2e242bbff1a49cc4194d62494378759e37379a43cf571c')
+sha256sums=('1bf5868da44056badd4718a3c8dcc6905f7118a9f86e785b354a8ecdb157a59e')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"