summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2023-02-01 00:30:19 +0000
committerSpyros Stathopoulos2023-02-01 00:30:19 +0000
commitda360365849e96af61ac31bdf08e1d500271139b (patch)
treec8ff177da19a60d344dee22c5433544039838c7c
parent8b88bee2bdb847861ea248119494bd21ff1feaa5 (diff)
downloadaur-da360365849e96af61ac31bdf08e1d500271139b.tar.gz
Update package checksums again
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8478f44dad3a..3f85514457e7 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 = 2
+ pkgrel = 3
url = https://github.com/brndnmtthws/conky
install = conky-lua-nv.install
arch = i686
@@ -46,7 +46,7 @@ pkgbase = conky-lua-nv
replaces = conky
options = !strip
options = debug
- source = https://github.com/brndnmtthws/conky/archive/v1.17.0.tar.gz
- sha1sums = 89b2778dfdcac4f9ee72b142e469f3b774b3c586
+ source = https://github.com/brndnmtthws/conky/archive/refs/tags/v1.17.0.tar.gz
+ sha1sums = eaa4aefd1caff4f87d2d7689a4e217a9ad895433
pkgname = conky-lua-nv
diff --git a/PKGBUILD b/PKGBUILD
index f5b843f0bb5d..942b5a7307c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=conky-lua-nv
_pkgname=conky
pkgver=1.17.0
-pkgrel=2
+pkgrel=3
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"
@@ -26,8 +26,8 @@ makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git' 'catch2'
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=('89b2778dfdcac4f9ee72b142e469f3b774b3c586')
+source=("https://github.com/brndnmtthws/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
+sha1sums=('eaa4aefd1caff4f87d2d7689a4e217a9ad895433')
options=('!strip' 'debug')
install='conky-lua-nv.install'