summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2017-03-05 19:33:33 +0100
committerLuca Weiss2017-03-05 19:33:33 +0100
commitaa0dde557f75ddf5acb086f4d22ba84b073a0445 (patch)
tree4885460c22e56edcaf67add43b2162b305477dbc /PKGBUILD
parent4808a3e8b2222e34b015ed1b3940da8dc4e44db5 (diff)
downloadaur-aa0dde557f75ddf5acb086f4d22ba84b073a0445.tar.gz
Added misssing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4c6606a73fd..ee6e7e4ebb68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=polychromatic
pkgver=0.3.6.1
-pkgrel=2
+pkgrel=3
pkgdesc='A graphical front end for managing Razer peripherals under GNU/Linux.'
arch=('any')
license=('GPL2')
source=("$pkgname-v$pkgver.tar.gz::https://github.com/lah7/polychromatic/archive/v$pkgver.tar.gz")
url='https://github.com/lah7/polychromatic'
makedepends=('rsync')
-depends=('python' 'hicolor-icon-theme' 'python-razer' 'webkit2gtk')
+depends=('python' 'hicolor-icon-theme' 'python-razer' 'webkit2gtk' 'libappindicator-gtk3')
sha512sums=('7a68dd7906ba39301e2a0d351fcbe338d68f61db995f363966d90b2276e6491b0624db8f1993961f7edc658bc34ea9c56b179b0ff510993502984e45d77db018')
package() {