summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122019-11-28 18:06:48 +0100
committerwillemw122019-11-28 18:06:48 +0100
commit5d80f3710b21277b0b5a153a5c8892612d2924ab (patch)
tree357d3d63b5ba6d8bf08af7272517366a059fd2e5
parentfc4e1300431d54df684e0973bc2c09ae4f93e69d (diff)
downloadaur-5d80f3710b21277b0b5a153a5c8892612d2924ab.tar.gz
1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cbf4d1edee9..033a701fe7ff 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 = 0.9
+ pkgver = 1.1
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/0.9.tar.gz
- md5sums = 96535dd1ebe1b74c9bb71424c2dcc6af
+ source = https://github.com/alexmurray/indicator-sensors/archive/1.1.tar.gz
+ md5sums = bdf30513ebde28b545f49e75b107a571
pkgname = indicator-sensors
diff --git a/PKGBUILD b/PKGBUILD
index 38e8524b2f24..1894caa27c6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: willemw <willemw12@gmail.com>
pkgname=indicator-sensors
-pkgver=0.9
+pkgver=1.1
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=('96535dd1ebe1b74c9bb71424c2dcc6af')
+md5sums=('bdf30513ebde28b545f49e75b107a571')
build() {
cd $pkgname-$pkgver