summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSophie Tauchert2021-10-21 16:27:54 +0200
committerSophie Tauchert2021-10-21 16:27:54 +0200
commitb81d47a7a4aa2ac6a2b7a83e59b88221746f17b9 (patch)
treef413db3374f8aa0ae24f22979d05919ed5c52091 /PKGBUILD
parent08dd4611049f1d16326eb5ac593b3f8361bb6ee9 (diff)
downloadaur-b81d47a7a4aa2ac6a2b7a83e59b88221746f17b9.tar.gz
Add missing udev rules and cairo dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b3c3a8e8d20..26793410ea24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=gkraken
pkgver=1.1.7
-pkgrel=1
+pkgrel=2
pkgdesc="GUI that allows to control cooling of NZXT Kraken X (X42, X52, X62 or X72) pumps from Linux"
arch=('any')
url="https://gitlab.com/leinardi/gkraken"
license=('GPL3')
-depends=('gobject-introspection' 'libappindicator-gtk3' 'liquidctl' 'python' 'python-gobject' 'python-hidapi' 'python-injector' 'python-matplotlib' 'python-peewee' 'python-psutil' 'python-pyxdg' 'python-requests' 'python-rx')
+depends=('gobject-introspection' 'libappindicator-gtk3' 'liquidctl' 'python' 'python-cairo' 'python-gobject' 'python-hidapi' 'python-injector' 'python-matplotlib' 'python-peewee' 'python-psutil' 'python-pyxdg' 'python-requests' 'python-rx')
makedepends=('meson' 'appstream-glib')
provides=()
conflicts=()
@@ -15,7 +15,7 @@ install="$pkgname.install"
source=("https://gitlab.com/leinardi/gkraken/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
'60-gkraken.rules')
sha256sums=('a55a69b2735995aa3ce3cc826cf22206dadaac77d666815ab19e5cd5442df725'
- '26ce441dbe4a6e4e0ae879570612aa60e268eb0a5ef26589c40ad117b51bfb8c')
+ 'fccd2b7d1bfbee559dbd9bf62c9ab09784013bf86d9dd58558268fcf0cb195af')
build() {
if [[ -d "$srcdir/build" ]]; then