summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpyros Stathopoulos2023-02-01 00:30:19 +0000
committerSpyros Stathopoulos2023-02-01 00:30:19 +0000
commitda360365849e96af61ac31bdf08e1d500271139b (patch)
treec8ff177da19a60d344dee22c5433544039838c7c /PKGBUILD
parent8b88bee2bdb847861ea248119494bd21ff1feaa5 (diff)
downloadaur-da360365849e96af61ac31bdf08e1d500271139b.tar.gz
Update package checksums again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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'