summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Canavese2023-04-12 23:40:39 +0200
committerLuca Canavese2023-04-12 23:40:39 +0200
commite78fcf9bd147e9da71a5268dbc671c27af55e522 (patch)
tree7987c8a5a3e5418c2201d11bbc767cb6f1d30131
parent6c7cb5457fa1f279e6b44bccb936549bda7edfa6 (diff)
downloadaur-e78fcf9bd147e9da71a5268dbc671c27af55e522.tar.gz
Updated to 1.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cad1827710c..6a1d3d443332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = conky-cli
pkgdesc = Lightweight system monitor for X, without X11 dependencies
- pkgver = 1.18.3
+ pkgver = 1.19.1
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.18.3.tar.gz::https://github.com/brndnmtthws/conky/archive/refs/tags/v1.18.3.tar.gz
- sha256sums = 96755e1f8de852e2812e00c16050f5e98585bbe29c547edb4eb6d1e760081d93
+ source = conky-1.19.1.tar.gz::https://github.com/brndnmtthws/conky/archive/refs/tags/v1.19.1.tar.gz
+ sha256sums = ad2e6b0b616a85b75901213ec648ee10e09198ea1b5bdc545e799431966abd0c
pkgname = conky-cli
diff --git a/PKGBUILD b/PKGBUILD
index cdc0644e7771..1969a3c53457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgname=conky
pkgname=conky-cli
-pkgver=1.18.3
+pkgver=1.19.1
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=('96755e1f8de852e2812e00c16050f5e98585bbe29c547edb4eb6d1e760081d93')
+sha256sums=('ad2e6b0b616a85b75901213ec648ee10e09198ea1b5bdc545e799431966abd0c')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"