summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2019-03-25 21:11:17 -0500
committernate2019-03-25 21:11:17 -0500
commite96d3f90df54b5c896c1fa59e7cc98c21637e8c9 (patch)
tree0f4f42ddf84cfb53907a92fa40148ce502e9d7c7
parent8b6a061968ad6449d28dfd18733f9f6db0444ff6 (diff)
downloadaur-e96d3f90df54b5c896c1fa59e7cc98c21637e8c9.tar.gz
Add gobject-introspection to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cd5d58cff2b..dd3a498f7c7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
-# Generated by mksrcinfo v8
-# Sun Dec 10 19:18:54 UTC 2017
pkgbase = xviewer-plugins
pkgdesc = Plugins for xviewer. X-Apps Project.
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linuxmint/xviewer-plugins
arch = i686
arch = x86_64
arch = armv7h
license = GPL
makedepends = gnome-common
+ makedepends = gobject-introspection
depends = xviewer
depends = libpeas
provides = xviewer-plugins
diff --git a/PKGBUILD b/PKGBUILD
index af3bafb216bb..b41f24bf89ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=xviewer-plugins
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Plugins for xviewer. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
depends=('xviewer' 'libpeas')
-makedepends=('gnome-common')
+makedepends=('gnome-common' 'gobject-introspection')
provides=($pkgname)
conflicts=('xviewer-plugins-git')
url='https://github.com/linuxmint/xviewer-plugins'