summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892018-09-28 19:46:03 +0200
committerPhoton892018-09-28 19:46:03 +0200
commiteb49ef31066d4c72594b9348917b93474f070a32 (patch)
treeb91dd6a298752419742d653890cf01f66e9fadd7
parent420b855281f3d81c2fa43ffc43c8f604f6134664 (diff)
downloadaur-eb49ef31066d4c72594b9348917b93474f070a32.tar.gz
Added gnome-common as makedep in silent update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b0a41ccdc91..19f784190736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = orbit2
license = LGPL
license = GPL
makedepends = gtk-doc
+ makedepends = gnome-common
depends = libidl2
options = staticlibs
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 402310d971c8..a61700b083cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Thin/fast CORBA ORB"
arch=('i686' 'x86_64')
license=('LGPL' 'GPL')
depends=('libidl2')
-makedepends=('gtk-doc')
+makedepends=('gtk-doc' 'gnome-common')
options=('staticlibs' '!makeflags')
url="https://projects.gnome.org/ORBit2/"
source=("https://gitlab.gnome.org/GNOME/$pkgname/-/archive/$_commit/$pkgname-$_commit.tar.bz2")