summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Canavese2023-09-13 23:18:47 +0200
committerLuca Canavese2023-09-13 23:18:47 +0200
commitd4ac5bab6482cce37d8f5bba308de098b0dbf60e (patch)
treecd997b3e414329a29f9257ca8f8b45de58e69a82
parent30048e9b40c3d556959ce324ee54c6baae445b71 (diff)
downloadaur-d4ac5bab6482cce37d8f5bba308de098b0dbf60e.tar.gz
Updated to 1.19.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ac00f82669f..6c3b8f7f7c02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = conky-cli
pkgdesc = Lightweight system monitor for X, without X11 dependencies
- pkgver = 1.19.2
+ pkgver = 1.19.4
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.2.tar.gz::https://github.com/brndnmtthws/conky/archive/refs/tags/v1.19.2.tar.gz
- sha256sums = 8ad2050665bcaff3010d90df5a17197647a7b74e9d1793fb888b83e3a4b80d31
+ source = conky-1.19.4.tar.gz::https://github.com/brndnmtthws/conky/archive/refs/tags/v1.19.4.tar.gz
+ sha256sums = 2f5df519398ce21fea2e242bbff1a49cc4194d62494378759e37379a43cf571c
pkgname = conky-cli
diff --git a/PKGBUILD b/PKGBUILD
index 837870e3124c..e60f22578481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgname=conky
pkgname=conky-cli
-pkgver=1.19.2
+pkgver=1.19.4
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=('8ad2050665bcaff3010d90df5a17197647a7b74e9d1793fb888b83e3a4b80d31')
+sha256sums=('2f5df519398ce21fea2e242bbff1a49cc4194d62494378759e37379a43cf571c')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"