summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2017-02-13 11:38:07 +0200
committerJohn A Ginis2017-02-13 11:38:07 +0200
commit13b091a8aefa54267415f5441e37bac02d5896c5 (patch)
tree6119a6eac2222d4cf70b08ec673164c8fa4ec3f0
parentedcede139dbede70ebc9b3d13249e582287a7a63 (diff)
downloadaur-13b091a8aefa54267415f5441e37bac02d5896c5.tar.gz
version 8.1.170213
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04a14cfd6916..a8bbff827ea1 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.170206
+ pkgver = 8.1.170213
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.170206/v8.0.170206.tar.gz
- sha1sums = 66293431014fb7fa3dd2392afb585243b65b31be
+ source = https://github.com/drxspace/cronoconky/releases/download/8.1.170213/v8.1.170213.tar.gz
+ sha1sums = 6e129b069fd3a5119770638eeb5e99bd286708d7
pkgname = cronograph-conky
diff --git a/PKGBUILD b/PKGBUILD
index fbf538ed6b42..c9ef7520c079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : All of you ;)
pkgname=cronograph-conky
-pkgver=8.0.170206
+pkgver=8.1.170213
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=('66293431014fb7fa3dd2392afb585243b65b31be')
+sha1sums=('6e129b069fd3a5119770638eeb5e99bd286708d7')
install='cronograph-conky.install'
options=(!strip !docs !emptydirs !optipng !debug)