summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2017-05-21 01:50:57 -0400
committerErik Dubois2017-05-21 01:50:57 -0400
commit0b9377895cfca72e846563d04fcfeb5a5f56a081 (patch)
tree92c1ea2881f64cbeef3e84b4f7b15674ac889fdb
parent4ac8984feb9d2b78981a5feba9f8dd2843ce6374 (diff)
downloadaur-0b9377895cfca72e846563d04fcfeb5a5f56a081.tar.gz
adding makedepend
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18b77e0eccaf..524d552890bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 10 00:13:35 UTC 2017
+# Sun May 21 05:50:45 UTC 2017
pkgbase = libxfce4util-git
pkgdesc = Basic utility non-GUI functions for Xfce
- pkgver = 4.12.1.r15.g47db2f8
+ pkgver = 4.12.1.r16.gf8e35f0
pkgrel = 1
url = http://git.xfce.org/xfce/libxfce4util/tree/README
arch = i686
@@ -11,8 +11,9 @@ pkgbase = libxfce4util-git
license = GPL2
makedepends = git
makedepends = xfce4-dev-tools
+ makedepends = gobject-introspection
depends = glib2
- provides = libxfce4util=4.12.1.r15.g47db2f8
+ provides = libxfce4util=4.12.1.r16.gf8e35f0
conflicts = libxfce4util
options = !libtool
source = libxfce4util-git::git://git.xfce.org/xfce/libxfce4util
diff --git a/PKGBUILD b/PKGBUILD
index 159d45f0ac0d..52af1b9052f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: tobias <tobias@archlinux.org>
pkgname=libxfce4util-git
-pkgver=4.12.1.r15.g47db2f8
+pkgver=4.12.1.r16.gf8e35f0
pkgrel=1
pkgdesc="Basic utility non-GUI functions for Xfce"
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ url=http://git.xfce.org/xfce/${pkgname%-*}/tree/README
license=(GPL2)
groups=(xfce4-git)
depends=(glib2)
-makedepends=(git xfce4-dev-tools)
+makedepends=(git xfce4-dev-tools gobject-introspection)
provides=(${pkgname%-*}=$pkgver)
conflicts=(${pkgname%-*})
options=(!libtool)