summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2018-12-01 21:43:28 +0330
committerMohammadreza Abdollahzadeh2018-12-01 21:43:28 +0330
commit3c3a92a28eb02505765ad4802deabac984ece578 (patch)
treeb60fa34b530683e49b49c49f834769376f0ed03d
parentcd9ed21dcc8ff397e9b468c7e169fb5e17e06198 (diff)
downloadaur-3c3a92a28eb02505765ad4802deabac984ece578.tar.gz
add gnome-menu as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc3780869be4..b8ee23f54fbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-arc-menu-git
pkgdesc = A GNOME shell extension designed to replace the standard menu found in GNOME 3.
- pkgver = 17.r55.gf2146ee
+ pkgver = 17.r56.g9325c8f
pkgrel = 1
url = https://gitlab.com/LinxGem33/Arc-Menu
install = gnome-shell-extension.install
@@ -8,6 +8,7 @@ pkgbase = gnome-shell-extension-arc-menu-git
license = GPL2
makedepends = git
depends = gnome-shell>=3.18
+ depends = gnome-menus
source = git+https://gitlab.com/LinxGem33/Arc-Menu.git
sha256sums = SKIP
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")