diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-15 18:44:01 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-15 18:44:01 +0100 |
commit | 6a54eed68ed48981f8a13335d03302736230eb4c (patch) | |
tree | 6d22a2a322e421a33b0929a0491bb4ae15cd21c0 /libre/mate-sensors-applet/PKGBUILD | |
parent | b7a75eefda4acdfc433c81b7ecf26848b08b8a9b (diff) | |
download | abslibre-6a54eed68ed48981f8a13335d03302736230eb4c.tar.gz abslibre-6a54eed68ed48981f8a13335d03302736230eb4c.tar.bz2 abslibre-6a54eed68ed48981f8a13335d03302736230eb4c.zip |
libre/mate-sensors-applet: updated to 1.18.3
Diffstat (limited to 'libre/mate-sensors-applet/PKGBUILD')
-rw-r--r-- | libre/mate-sensors-applet/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/mate-sensors-applet/PKGBUILD b/libre/mate-sensors-applet/PKGBUILD index f5fb81482..225ef1d98 100644 --- a/libre/mate-sensors-applet/PKGBUILD +++ b/libre/mate-sensors-applet/PKGBUILD @@ -1,20 +1,20 @@ # Contributor (Arch): Martin Wimpress <code@flexion.org> -# Maintainer: André Silva <emulatorman@hyperbola.info> +# Contributor: André Silva <emulatorman@hyperbola.info> pkgname=mate-sensors-applet -pkgver=1.18.2 +pkgver=1.18.3 pkgrel=1.parabola1 pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings, without nonfree libxnvctrl support" -url="http://mate-desktop.org" -arch=('i686' 'x86_64' 'armv7h') +url="https://mate-desktop.org" +arch=('x86_64' 'i686' 'armv7h') license=('GPL') depends=('libatasmart' 'libnotify' 'lm_sensors' 'mate-panel') makedepends=('docbook-xsl' 'intltool' 'itstool') groups=('mate-extra') conflicts=('mate-sensors-applet-gtk3') replaces=('mate-sensors-applet-gtk3') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha1sums=('415cc177b1e83015324e2ef00c2252be244024f6') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +sha256sums=('415cc177b1e83015324e2ef00c2252be244024f6') build() { cd ${pkgname}-${pkgver} |