diff options
author | Mohammadreza Abdollahzadeh | 2018-12-01 21:43:28 +0330 |
---|---|---|
committer | Mohammadreza Abdollahzadeh | 2018-12-01 21:43:28 +0330 |
commit | 3c3a92a28eb02505765ad4802deabac984ece578 (patch) | |
tree | b60fa34b530683e49b49c49f834769376f0ed03d /PKGBUILD | |
parent | cd9ed21dcc8ff397e9b468c7e169fb5e17e06198 (diff) | |
download | aur-3c3a92a28eb02505765ad4802deabac984ece578.tar.gz |
add gnome-menu as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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") |