summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2016-10-08 10:44:42 +0300
committerJohn A Ginis2016-10-08 10:44:42 +0300
commit481b8e944adc06e14e42dc14d26a21f7938e4e12 (patch)
tree4eaa913b8f39648759dd84998e26ead630fa2974
parent50c95db954ec91cc1e824d58cb1f0f6e64bce6ec (diff)
downloadaur-481b8e944adc06e14e42dc14d26a21f7938e4e12.tar.gz
v6.6.161008
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb1fada04556..d730c1df70f7 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.6.071016
+ pkgver = 6.6.161008
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.6.071016/v6.6.071016.tar.gz
- sha1sums = 57468de32f66e7a67e9275815ca9d88b23a9ef61
+ source = https://github.com/drxspace/cronoconky/releases/download/6.6.161008/v6.6.161008.tar.gz
+ sha1sums = ee8f4ccb8d8d5bbf70b2e327dda9304f5d8fc3e4
pkgname = cronograph-conky
diff --git a/PKGBUILD b/PKGBUILD
index 5db26104bf2d..bb9a0925654a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : All of you ;)
pkgname=cronograph-conky
-pkgver=6.6.071016
+pkgver=6.6.161008
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=('57468de32f66e7a67e9275815ca9d88b23a9ef61')
+sha1sums=('ee8f4ccb8d8d5bbf70b2e327dda9304f5d8fc3e4')
install='cronograph-conky.install'
options=(!strip !docs !emptydirs !optipng !debug)