summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2017-03-05 19:34:28 +0100
committerLuca Weiss2017-03-05 19:34:28 +0100
commit52cfbd3c5e35e0f6cffe9af28de7fe9c8cae3559 (patch)
tree9ea8b9daff3242b5a1920a218cbf6802b4805acc
parent1bbb44384d3a94e0f68d02962e1f38519556c83e (diff)
downloadaur-52cfbd3c5e35e0f6cffe9af28de7fe9c8cae3559.tar.gz
Added misssing dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e18f4fa5e27..a6095ca67781 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 29 13:44:33 UTC 2017
+# Sun Mar 5 18:34:20 UTC 2017
pkgbase = polychromatic-git
pkgdesc = A graphical front end for managing Razer peripherals under GNU/Linux.
- pkgver = 0.3.6.1.r0.gf324b50
+ pkgver = 0.3.6.1.r44.gd13b00e
pkgrel = 1
url = https://github.com/lah7/polychromatic
arch = any
@@ -13,6 +13,7 @@ pkgbase = polychromatic-git
depends = hicolor-icon-theme
depends = python-razer
depends = webkit2gtk
+ depends = libappindicator-gtk3
provides = polychromatic
conflicts = polychromatic
source = git+https://github.com/lah7/polychromatic.git
diff --git a/PKGBUILD b/PKGBUILD
index d1d4994e19c0..3978dd5496a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz>
pkgname=polychromatic-git
-pkgver=0.3.6.1.r0.gf324b50
+pkgver=0.3.6.1.r44.gd13b00e
pkgrel=1
pkgdesc='A graphical front end for managing Razer peripherals under GNU/Linux.'
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL2')
source=("git+https://github.com/lah7/polychromatic.git")
url='https://github.com/lah7/polychromatic'
makedepends=('git' 'rsync')
-depends=('python' 'hicolor-icon-theme' 'python-razer' 'webkit2gtk')
+depends=('python' 'hicolor-icon-theme' 'python-razer' 'webkit2gtk' 'libappindicator-gtk3')
provides=('polychromatic')
conflicts=('polychromatic')
md5sums=('SKIP')