summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2016-11-21 11:42:40 +0200
committerJohn A Ginis2016-11-21 11:42:40 +0200
commit82c816accb12a738a2b029ea466789a97e39430e (patch)
treeec3a2383f7ef80b2e6fc4eeb650a7817827c872b
parent8089b0dbeef80c5ddfa9e916d643bb16f97c0037 (diff)
downloadaur-82c816accb12a738a2b029ea466789a97e39430e.tar.gz
v6.9.161121
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8a4975913ed..cf909df48c31 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 = 6.8.161012
+ pkgver = 6.9.161121
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/6.8.161012/v6.8.161012.tar.gz
- sha1sums = 67cacaa21382ce553e365a5c33a6ae906cd3e6ba
+ source = https://github.com/drxspace/cronoconky/releases/download/6.9.161121/v6.9.161121.tar.gz
+ sha1sums = bae54c251b2678f8ff7eb7e05e2936c08e133a75
pkgname = cronograph-conky
diff --git a/PKGBUILD b/PKGBUILD
index a37e2f440019..5a6fe098fa74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : All of you ;)
pkgname=cronograph-conky
-pkgver=6.8.161012
+pkgver=6.9.161121
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=('67cacaa21382ce553e365a5c33a6ae906cd3e6ba')
+sha1sums=('bae54c251b2678f8ff7eb7e05e2936c08e133a75')
install='cronograph-conky.install'
options=(!strip !docs !emptydirs !optipng !debug)