summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892018-09-28 16:05:09 +0200
committerPhoton892018-09-28 16:05:09 +0200
commit877d3ef3b6df90e23a52073f581fdad9f5c849be (patch)
treee460c260b9e8741819b49678141940a1530e0fb7
parent8a5033c616d2f6b11e561a811472083a889ef5a9 (diff)
downloadaur-877d3ef3b6df90e23a52073f581fdad9f5c849be.tar.gz
Used the proper package name for Gnome2 common
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19f784190736..7457993e19c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = orbit2
license = LGPL
license = GPL
makedepends = gtk-doc
- makedepends = gnome-common
+ makedepends = libgnome
depends = libidl2
options = staticlibs
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index a61700b083cc..c06254f7cc7a 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' 'gnome-common')
+makedepends=('gtk-doc' 'libgnome')
options=('staticlibs' '!makeflags')
url="https://projects.gnome.org/ORBit2/"
source=("https://gitlab.gnome.org/GNOME/$pkgname/-/archive/$_commit/$pkgname-$_commit.tar.bz2")