Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
mate-sensors-applet
Commits:
c0f656d2 by Robin Candau at 2024-09-09T22:21:53+02:00
upgpkg: 1.28.0-3: Remove useless check
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = mate-sensors-applet
pkgdesc = A MATE Panel applet to display readings from hardware
sensors, including CPU temperature, fan speeds and voltage readings
pkgver = 1.28.0
- pkgrel = 2
+ pkgrel = 3
url = https://mate-desktop.org
arch = x86_64
groups = mate-extra
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=mate-sensors-applet
pkgver=1.28.0
-pkgrel=2
+pkgrel=3
pkgdesc="A MATE Panel applet to display readings from hardware sensors,
including CPU temperature, fan speeds and voltage readings"
url="https://mate-desktop.org"
arch=('x86_64')
@@ -28,11 +28,6 @@ build() {
make
}
-check() {
- cd "${pkgname}-${pkgver}"
- make check
-}
-
package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mate-sensors-applet/-/commit/c0f656d2ef02612390720609182fdbf3deabac8b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mate-sensors-applet/-/commit/c0f656d2ef02612390720609182fdbf3deabac8b
You're receiving this email because of your account on gitlab.archlinux.org.