summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordanielpinto8zz62017-08-18 03:32:48 +0100
committerdanielpinto8zz62017-08-18 03:32:48 +0100
commitc2b6481c18cbad063e6772f8fd9e9a96fc9d0e15 (patch)
treef3932115d7f48937c5b42693438c72a9cbb64474 /PKGBUILD
parent05ed3f210efea72367b22fe4d7cd650e7c8e920a (diff)
downloadaur-c2b6481c18cbad063e6772f8fd9e9a96fc9d0e15.tar.gz
remove unneded dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7732dd4e521..f627b78b9253 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL2')
sha256sums=('5f91c1ecf0c87801081ab862c2cd5d486b8b18a65c1d00bb505239f87d29a3fe')
depends=('libpeas' 'budgie-desktop')
-makedepends=('gobject-introspection' 'gnome-common' 'intltool' 'meson' 'ninja' 'vala')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala')
source=(https://github.com/danielpinto8zz6/${pkgname}/archive/${pkgver}.tar.gz)
url="https://github.com/danielpinto8zz6/${pkgname}"