mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/mate-sensors-applet to 1.24.0-1
This commit is contained in:
parent
958ec3a2d9
commit
1999addac7
1 changed files with 4 additions and 4 deletions
|
@ -5,19 +5,19 @@
|
||||||
# - drop dependency on libxnvctrl (nvidia-settings)
|
# - drop dependency on libxnvctrl (nvidia-settings)
|
||||||
|
|
||||||
pkgname=mate-sensors-applet
|
pkgname=mate-sensors-applet
|
||||||
pkgver=1.22.1
|
pkgver=1.24.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings"
|
pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings"
|
||||||
url="https://mate-desktop.org"
|
url="https://mate-desktop.org"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('libatasmart' 'libnotify' 'lm_sensors' 'mate-panel')
|
depends=('libatasmart' 'libnotify' 'lm_sensors' 'mate-panel' 'gettext')
|
||||||
makedepends=('docbook-xsl' 'intltool' 'itstool')
|
makedepends=('docbook-xsl' 'itstool')
|
||||||
groups=('mate-extra')
|
groups=('mate-extra')
|
||||||
conflicts=('mate-sensors-applet-gtk3')
|
conflicts=('mate-sensors-applet-gtk3')
|
||||||
replaces=('mate-sensors-applet-gtk3')
|
replaces=('mate-sensors-applet-gtk3')
|
||||||
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
|
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
|
||||||
sha256sums=('035325ae1a16d26ba2b8341ebd993642752d51aab443cac5e418c7ddbb4c6167')
|
sha256sums=('5a604dd7ede7f5889817d936486b83b720ad500f097154635623ad3ee47ff2c7')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue