summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-01-11 09:06:47 -0700
committerMark Wagie2022-01-11 09:06:47 -0700
commitf2e2ac43f3a29196972e1563ab7c645ca13ee079 (patch)
treebdd0a51d64a5277b14b6bd76040d67417b1f7dac /PKGBUILD
parent54c4056e10657918b9d676db1eef25058b8b3af7 (diff)
downloadaur-f2e2ac43f3a29196972e1563ab7c645ca13ee079.tar.gz
hwids > hwdata
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 774df0ca0d31..c688ce312e0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=system-monitoring-center
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="System performance and usage monitoring tool"
arch=('any')
url="https://github.com/hakandundar34coding/system-monitoring-center"
license=('GPL3')
-depends=('bash' 'dmidecode' 'gtk3' 'hwids' 'libwnck3' 'mesa-utils'
+depends=('bash' 'dmidecode' 'gtk3' 'hwdata' 'libwnck3' 'mesa-utils'
'python-cairo' 'python-gobject' 'python-opengl' 'systemd' 'util-linux')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")