summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2017-01-21 17:58:39 +0200
committerJohn A Ginis2017-01-21 17:58:39 +0200
commit3beb5b2958f20fc18e647da044cc02c22e8c6c64 (patch)
treed48d0031e8e7e7ef0b968d347885446491564907
parentf21e6adc413423856180b6ab2abb2f2e645d2818 (diff)
downloadaur-3beb5b2958f20fc18e647da044cc02c22e8c6c64.tar.gz
v7.1.170121
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42c7c51a4506..df8b2ed61729 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.0.170106
+ pkgver = 7.1.170121
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.0.170106/v7.0.170106.tar.gz
- sha1sums = 5a3cd0a75961d64411c236d0c0efda65c2d9c1a8
+ source = https://github.com/drxspace/cronoconky/releases/download/7.1.170121/v7.1.170121.tar.gz
+ sha1sums = f100cd9f688d8ff7db41ca91711693a7246c8cb3
pkgname = cronograph-conky
diff --git a/PKGBUILD b/PKGBUILD
index b2d64f71211e..259afce07fe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : All of you ;)
pkgname=cronograph-conky
-pkgver=7.0.170106
+pkgver=7.1.170121
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=('5a3cd0a75961d64411c236d0c0efda65c2d9c1a8')
+sha1sums=('f100cd9f688d8ff7db41ca91711693a7246c8cb3')
install='cronograph-conky.install'
options=(!strip !docs !emptydirs !optipng !debug)