summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2017-01-23 13:03:34 +0200
committerJohn A Ginis2017-01-23 13:03:34 +0200
commitbe3c5b945521d83bb7aa53b4a2195e6c221bf012 (patch)
tree535729adc7ef225f6065db55a83da69cdf1abf33
parent3beb5b2958f20fc18e647da044cc02c22e8c6c64 (diff)
downloadaur-be3c5b945521d83bb7aa53b4a2195e6c221bf012.tar.gz
version 7.1.170123
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df8b2ed61729..b2a1fdc5dc0f 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.170121
+ pkgver = 7.1.170123
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.170121/v7.1.170121.tar.gz
- sha1sums = f100cd9f688d8ff7db41ca91711693a7246c8cb3
+ source = https://github.com/drxspace/cronoconky/releases/download/7.1.170123/v7.1.170123.tar.gz
+ sha1sums = f3cd6e9f6490ac06eef166155d368d7aed988b77
pkgname = cronograph-conky
diff --git a/PKGBUILD b/PKGBUILD
index 259afce07fe8..ef5698041240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : All of you ;)
pkgname=cronograph-conky
-pkgver=7.1.170121
+pkgver=7.1.170123
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=('f100cd9f688d8ff7db41ca91711693a7246c8cb3')
+sha1sums=('f3cd6e9f6490ac06eef166155d368d7aed988b77')
install='cronograph-conky.install'
options=(!strip !docs !emptydirs !optipng !debug)
@@ -32,9 +32,10 @@ package() {
ln -fs /opt/cronograph_blk/restart_crono.sh "${pkgdir}"/usr/local/bin/restart_crono
ln -fs /opt/cronograph_blk/stop_crono.sh "${pkgdir}"/usr/local/bin/stop_crono
+ cd "${srcdir}"
- RPM_BUILD_ROOT="${pkgdir}" desktop-file-install "${srcdir}/cronograph_conky.desktop"
- install -D -m755 "${srcdir}/cronograph_conky.desktop" "$pkgdir/etc/xdg/autostart/cronograph_conky.desktop"
+ install -D -m755 cronograph_conky.desktop "$pkgdir/usr/share/applications/cronograph_conky.desktop"
+ install -D -m755 cronograph_conky.desktop "$pkgdir/etc/xdg/autostart/cronograph_conky.desktop"
install -D -m644 LICENSE.GPL ${pkgdir}/usr/share/licenses/LICENSE.GPL
}