summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2018-12-01 21:43:28 +0330
committerMohammadreza Abdollahzadeh2018-12-01 21:43:28 +0330
commit3c3a92a28eb02505765ad4802deabac984ece578 (patch)
treeb60fa34b530683e49b49c49f834769376f0ed03d /PKGBUILD
parentcd9ed21dcc8ff397e9b468c7e169fb5e17e06198 (diff)
downloadaur-3c3a92a28eb02505765ad4802deabac984ece578.tar.gz
add gnome-menu as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0b220564224..d454f9ce0ca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Mohammadreza Abdollahzadeh < morealaz at gmail dot com >
+
pkgname=gnome-shell-extension-arc-menu-git
-pkgver=17.r55.gf2146ee
+pkgver=17.r56.g9325c8f
pkgrel=1
pkgdesc='A GNOME shell extension designed to replace the standard menu found in GNOME 3.'
arch=(any)
url="https://gitlab.com/LinxGem33/Arc-Menu"
license=('GPL2')
-depends=('gnome-shell>=3.18')
+depends=('gnome-shell>=3.18' 'gnome-menus')
makedepends=('git')
install='gnome-shell-extension.install'
source=("git+${url}.git")