summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorturtlewit2018-04-06 18:14:49 -0700
committerturtlewit2018-04-06 18:14:49 -0700
commitc25d444dfda7eaba61d009c0ecfb35cdf884faf0 (patch)
tree5b7ae967a8a97b705a76f7cb640892e6b83dca45
parent736862b788031bcac69210578fa172ad7a83d2c8 (diff)
downloadaur-c25d444dfda7eaba61d009c0ecfb35cdf884faf0.tar.gz
update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a78c5c122e8b..5c0c1fb2dcc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,9 @@ pkgbase = piskel
license = Apache
makedepends = npm
makedepends = nodejs-grunt
+ makedepends = bash-completion
+ depends = gconf
+ depends = gtk2
options = !strip
source = piskel-0.14.0.tar.gz::https://github.com/piskelapp/piskel/archive/v0.14.0.tar.gz
md5sums = 18fcdaad58efc6f45e85bb474d17607d
diff --git a/PKGBUILD b/PKGBUILD
index 0560330a5029..aa84a21b108a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ arch=('x86_64')
url="https://github.com/piskelapp/piskel"
license=('Apache')
groups=()
-depends=()
-makedepends=('npm' 'nodejs-grunt')
+depends=('gconf' 'gtk2')
+makedepends=('npm' 'nodejs-grunt' 'bash-completion')
optdepends=()
provides=()
conflicts=()