summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b026f4488974..c0f0981392c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = xfce4-sensors-plugin-nvidia
pkgdesc = A lm_sensors plugin for the Xfce panel with nvidia gpu support
pkgver = 1.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
arch = i686
arch = x86_64
- groups = xfce4-goodies
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = intltool
makedepends = hddtemp
- makedepends = gnu-netcat
+ makedepends = netcat
depends = xfce4-panel
depends = lm_sensors
depends = libnotify
depends = hicolor-icon-theme
depends = libxnvctrl
optdepends = hddtemp: for monitoring the temperature of hard drives
+ provides = xfce4-sensors-plugin
conflicts = xfce4-sensors-plugin
source = https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.4/xfce4-sensors-plugin-1.4.4.tar.bz2
sha256sums = 6c1605a738e5df40e084d08ac93f962cd445093396de1e9bfadc7ab4588c36b6
diff --git a/PKGBUILD b/PKGBUILD
index 7c7e358a7f85..287b66481bf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,18 +11,18 @@
_pkgname=xfce4-sensors-plugin
pkgname=xfce4-sensors-plugin-nvidia
pkgver=1.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="A lm_sensors plugin for the Xfce panel with nvidia gpu support"
arch=('i686' 'x86_64')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
url="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
-license=('GPL2')
-groups=('xfce4-goodies')
+license=('GPL-2.0-or-later')
depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme' 'libxnvctrl')
-makedepends=('intltool' 'hddtemp' 'gnu-netcat')
+makedepends=('intltool' 'hddtemp' 'netcat')
optdepends=('hddtemp: for monitoring the temperature of hard drives')
-conflicts=('xfce4-sensors-plugin')
source=(
- https://archive.xfce.org/src/panel-plugins/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2
+ https://archive.xfce.org/src/panel-plugins/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2
)
sha256sums=('6c1605a738e5df40e084d08ac93f962cd445093396de1e9bfadc7ab4588c36b6')