diff options
author | Erik Dubois | 2017-05-21 01:50:57 -0400 |
---|---|---|
committer | Erik Dubois | 2017-05-21 01:50:57 -0400 |
commit | 0b9377895cfca72e846563d04fcfeb5a5f56a081 (patch) | |
tree | 92c1ea2881f64cbeef3e84b4f7b15674ac889fdb /PKGBUILD | |
parent | 4ac8984feb9d2b78981a5feba9f8dd2843ce6374 (diff) | |
download | aur-0b9377895cfca72e846563d04fcfeb5a5f56a081.tar.gz |
adding makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |