summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTitov Denis2016-11-06 10:54:38 +0100
committerTitov Denis2016-11-06 10:54:38 +0100
commit64b927572fe5e67a4ab664247130580af0cab58a (patch)
tree3449650b2c334d592f475ff96315a247be1a485b
parentadd071b7e5bac123eb32ee8a15e769d9705e2d5a (diff)
downloadaur-64b927572fe5e67a4ab664247130580af0cab58a.tar.gz
Added libgnomekbd as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 052710b62d7a..74daaf840dde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = xapps-git
arch = x86_64
license = GPL
makedepends = git
+ depends = libgnomekbd
conflicts = xapps
source = xapps-git::git+https://github.com/linuxmint/xapps.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 26c282a10368..9cda4d6e125d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Common library for X-Apps project"
arch=('i686' 'x86_64')
license=('GPL')
-depends=()
+depends=('libgnomekbd')
makedepends=('git')
provides=($_pkgname)
conflicts=(${_pkgbasename})