summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2017-02-06 12:43:09 +0200
committerJohn A Ginis2017-02-06 12:43:09 +0200
commitedcede139dbede70ebc9b3d13249e582287a7a63 (patch)
tree9646947283101c727a4f5e201b328a0bf3ffb397
parent691b54cb8e1cfba8a0db0462af429683fe265238 (diff)
downloadaur-edcede139dbede70ebc9b3d13249e582287a7a63.tar.gz
version 8.0.170206
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01f02fc57317..04a14cfd6916 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.0.170202
+ pkgver = 8.0.170206
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.0.170202/v8.0.170202.tar.gz
- sha1sums = a5d2c01b821e2237b9e1ee39d54fc1ce9563596f
+ source = https://github.com/drxspace/cronoconky/releases/download/8.0.170206/v8.0.170206.tar.gz
+ sha1sums = 66293431014fb7fa3dd2392afb585243b65b31be
pkgname = cronograph-conky
diff --git a/PKGBUILD b/PKGBUILD
index 8001d35c5628..fbf538ed6b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : All of you ;)
pkgname=cronograph-conky
-pkgver=8.0.170202
+pkgver=8.0.170206
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=('a5d2c01b821e2237b9e1ee39d54fc1ce9563596f')
+sha1sums=('66293431014fb7fa3dd2392afb585243b65b31be')
install='cronograph-conky.install'
options=(!strip !docs !emptydirs !optipng !debug)