summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 678f93c85178..449dc31de3d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = conky-lua-nv
pkgdesc = Lightweight system monitor for X with lua and nvidia enabled
- pkgver = 1.19.7
+ pkgver = 1.19.8
pkgrel = 1
url = https://github.com/brndnmtthws/conky
install = conky-lua-nv.install
@@ -53,7 +53,7 @@ pkgbase = conky-lua-nv
conflicts = conky
replaces = torsmo
replaces = conky
- source = https://github.com/brndnmtthws/conky/archive/refs/tags/v1.19.7.tar.gz
- sha1sums = 876ff3e3602cb5beb00d233bbff3b1a808769ecb
+ source = https://github.com/brndnmtthws/conky/archive/refs/tags/v1.19.8.tar.gz
+ sha1sums = acd122047f7c1b273192e599f25fcb99e1eccb81
pkgname = conky-lua-nv
diff --git a/PKGBUILD b/PKGBUILD
index b9dca9e2f89d..b41387f156d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=conky-lua-nv
_pkgname=conky
-pkgver=1.19.7
+pkgver=1.19.8
pkgrel=1
pkgdesc="Lightweight system monitor for X with lua and nvidia enabled"
arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@ optdepends=('nvidia: for NV11 and newer GPUs',
'nvidia-390xx-dkms: for NVC0 and GF1XX (Fermi) GPUs'
'nvidia-340xx-dkms: for NV40 and G70 (Curie) GPUs')
source=("https://github.com/brndnmtthws/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha1sums=('876ff3e3602cb5beb00d233bbff3b1a808769ecb')
+sha1sums=('acd122047f7c1b273192e599f25fcb99e1eccb81')
install='conky-lua-nv.install'
prepare() {