summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2024-02-25 18:16:45 +0000
committerSpyros Stathopoulos2024-02-25 18:16:45 +0000
commitbf7c8dd9afb661c2502a41209bebdc0cf5623f39 (patch)
tree3a06f23c4e7c2475a1b1e11b22aaada1d9ff3194
parentb5d9194cc0ff310a376dbec1d677b4cd9047df8e (diff)
downloadaur-bf7c8dd9afb661c2502a41209bebdc0cf5623f39.tar.gz
Update to 1.19.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4ff1216fdda..678f93c85178 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.6
+ pkgver = 1.19.7
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.6.tar.gz
- sha1sums = 0fa87d7e5a797f455c645600e5d27b0d28a829b4
+ source = https://github.com/brndnmtthws/conky/archive/refs/tags/v1.19.7.tar.gz
+ sha1sums = 876ff3e3602cb5beb00d233bbff3b1a808769ecb
pkgname = conky-lua-nv
diff --git a/PKGBUILD b/PKGBUILD
index 2f64a21e11ec..b9dca9e2f89d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=conky-lua-nv
_pkgname=conky
-pkgver=1.19.6
+pkgver=1.19.7
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=('0fa87d7e5a797f455c645600e5d27b0d28a829b4')
+sha1sums=('876ff3e3602cb5beb00d233bbff3b1a808769ecb')
install='conky-lua-nv.install'
prepare() {