summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2023-01-31 01:01:57 +0000
committerSpyros Stathopoulos2023-01-31 01:01:57 +0000
commit8b88bee2bdb847861ea248119494bd21ff1feaa5 (patch)
treec607bb23c7691b58942f363a6dba5c40990e6e55
parent5e8dcf179ca4d05607146bba3332f66c617c1f45 (diff)
downloadaur-8b88bee2bdb847861ea248119494bd21ff1feaa5.tar.gz
Update checksums for 1.17.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ed607208f63..8478f44dad3a 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.17.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/brndnmtthws/conky
install = conky-lua-nv.install
arch = i686
@@ -47,6 +47,6 @@ pkgbase = conky-lua-nv
options = !strip
options = debug
source = https://github.com/brndnmtthws/conky/archive/v1.17.0.tar.gz
- sha1sums = eaa4aefd1caff4f87d2d7689a4e217a9ad895433
+ sha1sums = 89b2778dfdcac4f9ee72b142e469f3b774b3c586
pkgname = conky-lua-nv
diff --git a/PKGBUILD b/PKGBUILD
index 55fcd90151ab..f5b843f0bb5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=conky-lua-nv
_pkgname=conky
pkgver=1.17.0
-pkgrel=1
+pkgrel=2
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"
@@ -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=('eaa4aefd1caff4f87d2d7689a4e217a9ad895433')
+sha1sums=('89b2778dfdcac4f9ee72b142e469f3b774b3c586')
options=('!strip' 'debug')
install='conky-lua-nv.install'