summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2016-10-07 10:54:52 +0300
committerJohn A Ginis2016-10-07 10:54:52 +0300
commit50c95db954ec91cc1e824d58cb1f0f6e64bce6ec (patch)
tree93e43611d77243b0a3920df48cf2c32486a0877b
parent3f103bb58bbb487de319323817ffebd2ea79f562 (diff)
downloadaur-50c95db954ec91cc1e824d58cb1f0f6e64bce6ec.tar.gz
v6.6.071016
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--cronograph-conky.install6
3 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a5ba5613b2c..fb1fada04556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cronograph-conky
pkgdesc = A free, conky clock widget for X which displays date, time and weather information
- pkgver = 6.5.230916
- pkgrel = 2
+ pkgver = 6.6.071016
+ pkgrel = 1
url = https://github.com/drxspace/cronoconky
install = cronograph-conky.install
arch = any
@@ -18,8 +18,8 @@ pkgbase = cronograph-conky
options = !emptydirs
options = !optipng
options = !debug
- source = https://github.com/drxspace/cronoconky/releases/download/6.5.230916/v6.5.230916.tar.gz
- sha1sums = SKIP
+ source = https://github.com/drxspace/cronoconky/releases/download/6.6.071016/v6.6.071016.tar.gz
+ sha1sums = 57468de32f66e7a67e9275815ca9d88b23a9ef61
pkgname = cronograph-conky
diff --git a/PKGBUILD b/PKGBUILD
index c56a31549fe8..5db26104bf2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor : All of you ;)
pkgname=cronograph-conky
-pkgver=6.5.230916
-pkgrel=2
+pkgver=6.6.071016
+pkgrel=1
pkgdesc="A free, conky clock widget for X which displays date, time and weather information"
arch=('any')
url="https://github.com/drxspace/cronoconky"
@@ -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=('SKIP')
+sha1sums=('57468de32f66e7a67e9275815ca9d88b23a9ef61')
install='cronograph-conky.install'
options=(!strip !docs !emptydirs !optipng !debug)
diff --git a/cronograph-conky.install b/cronograph-conky.install
index 821e3422f3f0..7cc3138f89d3 100644
--- a/cronograph-conky.install
+++ b/cronograph-conky.install
@@ -50,12 +50,14 @@ pre_upgrade() {
}
post_upgrade() {
+ echo "Building font information cache files. Please wait...";
+ fc-cache "${pkgdir}"/usr/share/fonts/TTF/ttf-cronograph;
echo ;
echo -e "\e[30;107m┌────────────────────────────────────────────────────────────────────────┐\e[0m";
echo -e "\e[30;107m│ \e[47m I N S T R U C T I O N \e[30;107m │\e[0m";
- echo -e "\e[30;107m│ · You can now run (if you want) in terminal the command: │\e[0m";
+ echo -e "\e[30;107m│ · If you want, you can now type in terminal the command: │\e[0m";
echo -e "\e[30;107m│ ‑ $ \e[1mstart_crono\e[21m │\e[0m";
- echo -e "\e[30;107m│ · Use your favorite editor to edit the file: │\e[0m";
+ echo -e "\e[30;107m│ · Don't forget to use your favorite editor to edit the file: │\e[0m";
echo -e "\e[30;107m│ \e[1m~/.config/cronograph_blk/cronorc\e[21m and change it properly. │\e[0m";
echo -e "\e[30;107m└────────────────────────────────────────────────────────────────────────┘\e[0m";
echo ;