summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2022-12-30 19:21:04 +0200
committerSpyros Stathopoulos2022-12-30 19:21:04 +0200
commitcab9a268b21eb70b42aa4f66374ba1c3d70d6199 (patch)
tree9f490d4ecd04128fbf301e152b2756b358a77cb9
parentc15094c28261f1570fe32db941e4db7203fad035 (diff)
downloadaur-cab9a268b21eb70b42aa4f66374ba1c3d70d6199.tar.gz
Update to 1.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad0a20649444..f0664e096c45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = conky-lua-nv
pkgdesc = An advanced system monitor for X based on torsmo with lua and nvidia enabled
- pkgver = 1.15.0
+ pkgver = 1.16.1
pkgrel = 1
url = https://github.com/brndnmtthws/conky
install = conky-lua-nv.install
@@ -46,7 +46,7 @@ pkgbase = conky-lua-nv
replaces = conky
options = !strip
options = debug
- source = https://github.com/brndnmtthws/conky/archive/v1.15.0.tar.gz
- sha1sums = 75ae3d65dbe155219cbfdd78b52e3c3e8615285b
+ source = https://github.com/brndnmtthws/conky/archive/v1.16.1.tar.gz
+ sha1sums = 4969743d10d49eb084a61abde4bed518c2975634
pkgname = conky-lua-nv
diff --git a/PKGBUILD b/PKGBUILD
index f27502f0c226..cc2c7b5168cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=conky-lua-nv
_pkgname=conky
-pkgver=1.15.0
+pkgver=1.16.1
pkgrel=1
pkgdesc="An advanced system monitor for X based on torsmo with lua and nvidia enabled"
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ optdepends=('nvidia: for GT4xx and newer GPUs',
'nvidia-340xx: for G8x, G9x, GT2xx GPUS',
'nvidia-304xx: for GeForce 6/7 GPUs')
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha1sums=('75ae3d65dbe155219cbfdd78b52e3c3e8615285b')
+sha1sums=('4969743d10d49eb084a61abde4bed518c2975634')
options=('!strip' 'debug')
install='conky-lua-nv.install'