summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2019-11-22 19:04:53 +0000
committerSpyros Stathopoulos2019-11-22 19:04:53 +0000
commit3df42716a32d8a0d55f5f9ec8fe18fdcda6ad7c2 (patch)
treea066acd562c4aed85df721778b72ac118d05f359
parent9b55d710bc0030b0d1cbc01522e46b48274f44cf (diff)
downloadaur-3df42716a32d8a0d55f5f9ec8fe18fdcda6ad7c2.tar.gz
Update to 1.11.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd074ae0400d..7434d368f8dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = conky-lua-nv
pkgdesc = An advanced system monitor for X based on torsmo with lua and nvidia enabled
- pkgver = 1.11.3
- pkgrel = 4
+ pkgver = 1.11.5
+ pkgrel = 5
url = https://github.com/brndnmtthws/conky
install = conky-lua-nv.install
arch = i686
@@ -39,8 +39,8 @@ pkgbase = conky-lua-nv
replaces = conky
options = !strip
options = debug
- source = https://github.com/brndnmtthws/conky/archive/v1.11.3.tar.gz
- sha1sums = 73b607f5d7235ef4c44912b6c6b082dc1cf314e6
+ source = https://github.com/brndnmtthws/conky/archive/v1.11.5.tar.gz
+ sha1sums = 623628667fdb159a51a7a44784fec4390ae6139d
pkgname = conky-lua-nv
diff --git a/PKGBUILD b/PKGBUILD
index 20ead02dfa34..f41fcf7c1421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=conky-lua-nv
_pkgname=conky
-pkgver=1.11.3
-pkgrel=4
+pkgver=1.11.5
+pkgrel=5
pkgdesc="An advanced system monitor for X based on torsmo with lua and nvidia enabled"
arch=('i686' 'x86_64')
url="https://github.com/brndnmtthws/conky"
@@ -25,7 +25,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=('73b607f5d7235ef4c44912b6c6b082dc1cf314e6')
+sha1sums=('623628667fdb159a51a7a44784fec4390ae6139d')
options=('!strip' 'debug')
install='conky-lua-nv.install'