summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2017-01-15 18:23:19 +0100
committerLuca Weiss2017-01-15 18:23:19 +0100
commit0598f8cae2eb31548a38280da8ca8be484a08426 (patch)
tree49dc673dad717ef078968c2aae9755811b7b31f2
parent8af44ecba176be71367922284ff69cfce427ec65 (diff)
downloadaur-0598f8cae2eb31548a38280da8ca8be484a08426.tar.gz
Add webkit2gtk dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37dddd6cc8bf..47e02ac2c369 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 14 18:03:31 UTC 2017
+# Sun Jan 15 17:23:05 UTC 2017
pkgbase = polychromatic
pkgdesc = A graphical front end for managing Razer peripherals under GNU/Linux.
pkgver = 0.3.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lah7/polychromatic
arch = any
license = GPL2
@@ -11,6 +11,7 @@ pkgbase = polychromatic
depends = python
depends = hicolor-icon-theme
depends = python-razer
+ depends = webkit2gtk
source = polychromatic-v0.3.6.tar.gz::https://github.com/lah7/polychromatic/archive/v0.3.6.tar.gz
sha512sums = d73e3ea0a0933a6344a556293e506d864aaae8e00311198a54efe6654da6e3eece8b3799b27f9d7baa5dae179a53be97256550c490719484cd80f42432a7dff0
diff --git a/PKGBUILD b/PKGBUILD
index 0882d9bd7cc0..e650c59ac908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=polychromatic
pkgver=0.3.6
-pkgrel=1
+pkgrel=2
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')
+depends=('python' 'hicolor-icon-theme' 'python-razer' 'webkit2gtk')
sha512sums=('d73e3ea0a0933a6344a556293e506d864aaae8e00311198a54efe6654da6e3eece8b3799b27f9d7baa5dae179a53be97256550c490719484cd80f42432a7dff0')
package() {