summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2017-04-17 18:31:14 +0300
committerJohn A Ginis2017-04-17 18:31:14 +0300
commitca87ee91ebe7c38bab6f646e8550557fc976191f (patch)
tree2373256b8bf14f261b856abcc6bcba0b11c558dc
parent13b091a8aefa54267415f5441e37bac02d5896c5 (diff)
downloadaur-ca87ee91ebe7c38bab6f646e8550557fc976191f.tar.gz
version 8.3.170417
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8bbff827ea1..3ae4956275d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cronograph-conky
pkgdesc = A free, conky clock widget for X which displays date, time and weather information
- pkgver = 8.1.170213
+ pkgver = 8.3.170417
pkgrel = 1
url = https://github.com/drxspace/cronoconky
install = cronograph-conky.install
@@ -18,8 +18,8 @@ pkgbase = cronograph-conky
options = !emptydirs
options = !optipng
options = !debug
- source = https://github.com/drxspace/cronoconky/releases/download/8.1.170213/v8.1.170213.tar.gz
- sha1sums = 6e129b069fd3a5119770638eeb5e99bd286708d7
+ source = https://github.com/drxspace/cronoconky/releases/download/8.3.170417/v8.3.170417.tar.gz
+ sha1sums = c5d5e02f23251659b9b4c8bb426fcc1262861768
pkgname = cronograph-conky
diff --git a/PKGBUILD b/PKGBUILD
index c9ef7520c079..aa92448bf546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : All of you ;)
pkgname=cronograph-conky
-pkgver=8.1.170213
+pkgver=8.3.170417
pkgrel=1
pkgdesc="A free, conky clock widget for X which displays date, time and weather information"
arch=('any')
@@ -13,7 +13,7 @@ depends=('conky-lua-archers-git' 'curl' 'lm_sensors')
makedepends=('git' 'fontconfig')
optdepends=('hddtemp: https://wiki.archlinux.org/index.php/Hddtemp')
source=("https://github.com/drxspace/cronoconky/releases/download/${pkgver}/v${pkgver}.tar.gz")
-sha1sums=('6e129b069fd3a5119770638eeb5e99bd286708d7')
+sha1sums=('c5d5e02f23251659b9b4c8bb426fcc1262861768')
install='cronograph-conky.install'
options=(!strip !docs !emptydirs !optipng !debug)