summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2023-10-17 18:13:01 +0100
committerSpyros Stathopoulos2023-10-17 18:13:01 +0100
commitb5d9194cc0ff310a376dbec1d677b4cd9047df8e (patch)
treea90542b53768e50adca28837c16a3843d49ba282
parent7a1bef39c4432ab41af4207966e53f281f7503bd (diff)
downloadaur-b5d9194cc0ff310a376dbec1d677b4cd9047df8e.tar.gz
Update 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 ebf296fc140a..b4ff1216fdda 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.5
+ pkgver = 1.19.6
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.5.tar.gz
- sha1sums = bfe8fe8196879183333d260d0c09c7d65a469733
+ source = https://github.com/brndnmtthws/conky/archive/refs/tags/v1.19.6.tar.gz
+ sha1sums = 0fa87d7e5a797f455c645600e5d27b0d28a829b4
pkgname = conky-lua-nv
diff --git a/PKGBUILD b/PKGBUILD
index 981a7799768d..2f64a21e11ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=conky-lua-nv
_pkgname=conky
-pkgver=1.19.5
+pkgver=1.19.6
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=('bfe8fe8196879183333d260d0c09c7d65a469733')
+sha1sums=('0fa87d7e5a797f455c645600e5d27b0d28a829b4')
install='conky-lua-nv.install'
prepare() {