summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2017-01-26 13:01:24 +0200
committerJohn A Ginis2017-01-26 13:01:24 +0200
commit3a5c547912de165d8c8c1e3748afe37e51a7763f (patch)
tree36aab58ed0742b70f45b9c12c3a8e4bb246872f1
parentbe3c5b945521d83bb7aa53b4a2195e6c221bf012 (diff)
downloadaur-3a5c547912de165d8c8c1e3748afe37e51a7763f.tar.gz
version 7.5.170126
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2a1fdc5dc0f..122e25a2c53f 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.1.170123
+ pkgver = 7.5.170126
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.1.170123/v7.1.170123.tar.gz
- sha1sums = f3cd6e9f6490ac06eef166155d368d7aed988b77
+ source = https://github.com/drxspace/cronoconky/releases/download/7.5.170126/v7.5.170126.tar.gz
+ sha1sums = ec7a775fb0c451e900ecf1cdcca7cf7cb4a1c6d0
pkgname = cronograph-conky
diff --git a/PKGBUILD b/PKGBUILD
index ef5698041240..8fa040d113ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : All of you ;)
pkgname=cronograph-conky
-pkgver=7.1.170123
+pkgver=7.5.170126
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=('f3cd6e9f6490ac06eef166155d368d7aed988b77')
+sha1sums=('ec7a775fb0c451e900ecf1cdcca7cf7cb4a1c6d0')
install='cronograph-conky.install'
options=(!strip !docs !emptydirs !optipng !debug)