summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFirstAirBender2024-04-08 11:15:51 -0600
committerFirstAirBender2024-04-08 11:15:51 -0600
commitd4ec725982684cf56181e02983e066ad03cd68a8 (patch)
tree268628379105a375752ab1d0d5684f745b6fd481 /PKGBUILD
parentae1cb65077fc720102ef781ae5f881dafd480fe8 (diff)
downloadaur-d4ec725982684cf56181e02983e066ad03cd68a8.tar.gz
update license and package dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
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')