summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFirstAirBender2022-03-02 20:44:01 -0600
committerFirstAirBender2022-03-02 20:44:01 -0600
commit75e406f2f2eaa8630eef4e003be4b8c15b363d2c (patch)
tree2cedba3b26c919bd13affb93c0a404c65f60ae0b
parentb3665ff2a5125ae7f54272aa1a49bb4a4327ef6a (diff)
downloadaur-75e406f2f2eaa8630eef4e003be4b8c15b363d2c.tar.gz
update to 1.4.3!
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab665eedeb47..5d04cf3462e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-sensors-plugin-nvidia
pkgdesc = A lm_sensors plugin for the Xfce panel with nvidia gpu support
- pkgver = 1.4.1
+ pkgver = 1.4.3
pkgrel = 1
url = https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
arch = i686
@@ -17,7 +17,7 @@ pkgbase = xfce4-sensors-plugin-nvidia
depends = libxnvctrl
optdepends = hddtemp: for monitoring the temperature of hard drives
conflicts = xfce4-sensors-plugin
- source = https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.4/xfce4-sensors-plugin-1.4.1.tar.bz2
- sha256sums = 37d0dc569e735e482a18545c24eb1ce0229d6910e3a4d4c1dee0680999234be2
+ source = https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.4/xfce4-sensors-plugin-1.4.3.tar.bz2
+ sha256sums = 171c0235f70c65f0ffee587e960d9da79b284855df22130239eac26272ec06c9
pkgname = xfce4-sensors-plugin-nvidia
diff --git a/PKGBUILD b/PKGBUILD
index 3d505c9ef388..a032f445da45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
# Based on http://xfce.10915.n7.nabble.com/NVidia-data-td16172.html
# also based on arch bug report https://bugs.archlinux.org/task/25548
-# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
+# Maintainer: FirstAirBender <noblechuk5[at]web[dot]de>
+# Contributor: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Merk Matthias <macem@chello.at>
_pkgname=xfce4-sensors-plugin
pkgname=xfce4-sensors-plugin-nvidia
-pkgver=1.4.1
+pkgver=1.4.3
pkgrel=1
pkgdesc="A lm_sensors plugin for the Xfce panel with nvidia gpu support"
arch=('i686' 'x86_64')
@@ -23,7 +24,7 @@ conflicts=('xfce4-sensors-plugin')
source=(
https://archive.xfce.org/src/panel-plugins/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2
)
-sha256sums=('37d0dc569e735e482a18545c24eb1ce0229d6910e3a4d4c1dee0680999234be2')
+sha256sums=('171c0235f70c65f0ffee587e960d9da79b284855df22130239eac26272ec06c9')
build() {
cd "$srcdir/$_pkgname-$pkgver"