summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrp2021-05-17 15:34:22 -0700
committerrp2021-05-17 15:34:22 -0700
commit5a969a8010b9f14c64e4594dc28adab88cef7533 (patch)
tree0989aa7812c78de60bc0147f143f36cc01ca2a4f /PKGBUILD
parent20fe59690385e714e70deb62d291c2629fe629e3 (diff)
downloadaur-5a969a8010b9f14c64e4594dc28adab88cef7533.tar.gz
Updated upstream to v1.12.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59f2bf947c50..cce45950a804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=conky
pkgname=conky-cli
-pkgver=1.11.6
+pkgver=1.12.2
pkgrel=1
pkgdesc="Lightweight system monitor for X, without X11 dependencies"
url='https://github.com/brndnmtthws/conky'
@@ -18,8 +18,9 @@ conflicts=('conky')
makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
depends=('curl' 'lua' 'wireless_tools' 'libxml2')
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz")
+source=("https://github.com/brndnmtthws/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('e7c01e4910744851e05f85f0a0aab3f5068215b1af850515189ac40e7deeb26d')
+sha256sums=('a7eb112fe7a6bcd6c44706a53cbf6222e640cd1e585492fc654aa9e05a7bbc94')
options=('!strip' 'debug')