summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2017-02-02 13:13:35 +0200
committerJohn A Ginis2017-02-02 13:13:35 +0200
commit691b54cb8e1cfba8a0db0462af429683fe265238 (patch)
tree8bcf848bacb8202f2831f21384dd081a319de217
parent3a5c547912de165d8c8c1e3748afe37e51a7763f (diff)
downloadaur-691b54cb8e1cfba8a0db0462af429683fe265238.tar.gz
version 8.0.170202
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 122e25a2c53f..01f02fc57317 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 = 7.5.170126
+ pkgver = 8.0.170202
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/7.5.170126/v7.5.170126.tar.gz
- sha1sums = ec7a775fb0c451e900ecf1cdcca7cf7cb4a1c6d0
+ source = https://github.com/drxspace/cronoconky/releases/download/8.0.170202/v8.0.170202.tar.gz
+ sha1sums = a5d2c01b821e2237b9e1ee39d54fc1ce9563596f
pkgname = cronograph-conky
diff --git a/PKGBUILD b/PKGBUILD
index 8fa040d113ae..8001d35c5628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : All of you ;)
pkgname=cronograph-conky
-pkgver=7.5.170126
+pkgver=8.0.170202
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=('ec7a775fb0c451e900ecf1cdcca7cf7cb4a1c6d0')
+sha1sums=('a5d2c01b821e2237b9e1ee39d54fc1ce9563596f')
install='cronograph-conky.install'
options=(!strip !docs !emptydirs !optipng !debug)