mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mate-sensors-applet to 1.18.3-1
This commit is contained in:
parent
f3090947d9
commit
fae58a2f79
1 changed files with 5 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
|||
# Maintainer:
|
||||
# Contributor: Martin Wimpress <code@flexion.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - drop dependency on libxnvctrl (nvidia-settings)
|
||||
|
||||
pkgname=mate-sensors-applet
|
||||
pkgver=1.18.2
|
||||
pkgver=1.18.3
|
||||
pkgrel=1
|
||||
pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings"
|
||||
url="http://mate-desktop.org"
|
||||
url="https://mate-desktop.org"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
depends=('libatasmart' 'libnotify' 'lm_sensors' 'mate-panel')
|
||||
|
@ -15,8 +16,8 @@ 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=('9dd5f097b4332a8d84b5b6e842ad529f0ebcd72ffa69ce8fde6f8e736146a6da')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue