summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122020-07-27 08:08:17 +0200
committerwillemw122020-07-27 08:08:17 +0200
commite3e2323f32d4dc43e3af360babe56f5d97eb3bc7 (patch)
treeed01faf5d9b4729f3de03bde53c62bd2970c7a3f
parent5d80f3710b21277b0b5a153a5c8892612d2924ab (diff)
downloadaur-e3e2323f32d4dc43e3af360babe56f5d97eb3bc7.tar.gz
1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 033a701fe7ff..94096e05ee67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = indicator-sensors
pkgdesc = Small application to provide hardware sensor readings using the AppIndicator framework
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/alexmurray/indicator-sensors
install = indicator-sensors.install
@@ -17,8 +17,8 @@ pkgbase = indicator-sensors
depends = lm_sensors
depends = udisks2
optdepends = libxnvctrl: NVIDIA GPU support
- source = https://github.com/alexmurray/indicator-sensors/archive/1.1.tar.gz
- md5sums = bdf30513ebde28b545f49e75b107a571
+ source = https://github.com/alexmurray/indicator-sensors/archive/1.2.tar.gz
+ md5sums = c92453b2dbd315f66cafc9fd28a04bc6
pkgname = indicator-sensors
diff --git a/PKGBUILD b/PKGBUILD
index 1894caa27c6f..116aea9e08ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: willemw <willemw12@gmail.com>
pkgname=indicator-sensors
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Small application to provide hardware sensor readings using the AppIndicator framework"
arch=('x86_64')
@@ -12,7 +12,7 @@ optdepends=('libxnvctrl: NVIDIA GPU support')
makedepends=('gnome-common' 'intltool')
install=$pkgname.install
source=(https://github.com/alexmurray/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('bdf30513ebde28b545f49e75b107a571')
+md5sums=('c92453b2dbd315f66cafc9fd28a04bc6')
build() {
cd $pkgname-$pkgver