summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d04cf3462e3..b026f4488974 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.3
+ pkgver = 1.4.4
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.3.tar.bz2
- sha256sums = 171c0235f70c65f0ffee587e960d9da79b284855df22130239eac26272ec06c9
+ source = https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.4/xfce4-sensors-plugin-1.4.4.tar.bz2
+ sha256sums = 6c1605a738e5df40e084d08ac93f962cd445093396de1e9bfadc7ab4588c36b6
pkgname = xfce4-sensors-plugin-nvidia
diff --git a/PKGBUILD b/PKGBUILD
index a032f445da45..7c7e358a7f85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_pkgname=xfce4-sensors-plugin
pkgname=xfce4-sensors-plugin-nvidia
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc="A lm_sensors plugin for the Xfce panel with nvidia gpu support"
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ conflicts=('xfce4-sensors-plugin')
source=(
https://archive.xfce.org/src/panel-plugins/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2
)
-sha256sums=('171c0235f70c65f0ffee587e960d9da79b284855df22130239eac26272ec06c9')
+sha256sums=('6c1605a738e5df40e084d08ac93f962cd445093396de1e9bfadc7ab4588c36b6')
build() {
cd "$srcdir/$_pkgname-$pkgver"