summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-12-14 08:16:18 -0700
committerMark Wagie2021-12-14 08:16:18 -0700
commit5a1a60650031d8592ad408f43be18ac2cf0580c5 (patch)
tree7914b82d58f901ca5a0af0bea5243c8c6528a0bd /PKGBUILD
parent0f9dbdb167c952e300d35dd0ec6425dfa9468188 (diff)
downloadaur-5a1a60650031d8592ad408f43be18ac2cf0580c5.tar.gz
add mokutil dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cec035c586bf..198e4059fc38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Co-Maintainer: Slimbook <dev at slimbook dot es>
pkgname=slimbookintelcontroller
pkgver=0.3beta
-pkgrel=1
+pkgrel=2
pkgdesc="Application for the performance management of Intel processors"
arch=('any')
url="https://github.com/slimbook/slimbookintelcontroller"
license=('GPL2')
depends=('dbus-python' 'gtk3' 'intel-undervolt' 'libappindicator-gtk3' 'libnotify'
- 'pciutils' 'python-gobject' 'python-pillow' 'systemd-libs')
+ 'mokutil' 'pciutils' 'python-gobject' 'python-pillow' 'systemd-libs')
install="$pkgname.install"
source=("https://launchpad.net/~slimbook/+archive/ubuntu/slimbook/+files/${pkgname}_${pkgver}_all.deb")
sha256sums=('c675637ec9b0b049bca38921aeae5e987a7ec764263ec9874dfc64fee39f2e99')