summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornullptr_t2017-05-09 17:09:08 +0200
committernullptr_t2017-05-09 17:09:08 +0200
commitae922d497b231d693ba2e83c8aca23ee015d8d4a (patch)
tree67d024cb9bcd311d7c129cec32eef1f088cb1a64 /PKGBUILD
parent2725ef4592a6f9ec640e798518f52be4b2948bc2 (diff)
downloadaur-ae922d497b231d693ba2e83c8aca23ee015d8d4a.tar.gz
RM unused build-dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f4f1d3d5d28..326891078b1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=(i686 x86_64)
license=(GPL)
url="http://www.gnome.org"
depends=('plymouth' 'gnome-shell>=3.24.1' 'gnome-session' 'upower' 'xorg-xrdb' 'xorg-server' 'xorg-server-xwayland' 'xorg-xhost')
-makedepends=('intltool' 'yelp-tools' 'gobject-introspection' 'git')
+makedepends=('intltool' 'yelp-tools' 'gobject-introspection')
checkdepends=('check')
source=("https://git.gnome.org/browse/gdm/snapshot/${_pkgbase}-${pkgver}.tar.xz"
"0002-Xsession-Don-t-start-ssh-agent-by-default.patch")