summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDustin Falgout2017-01-24 05:32:30 -0600
committerDustin Falgout2017-01-24 05:32:30 -0600
commitc8da1b6aabb4b84c452ae827ced7e1ee4f3b444b (patch)
tree828b7d1ee4a552e4bd3136611cf481c485e8df09
parent0f97c743365639ce647c62a5d6a37f2f6d63f52d (diff)
downloadaur-c8da1b6aabb4b84c452ae827ced7e1ee4f3b444b.tar.gz
add missing make dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 105719d55a59..d5b8d3a5115b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 24 08:37:34 UTC 2017
+# Tue Jan 24 11:32:19 UTC 2017
pkgbase = brisk-menu
pkgdesc = Modern, efficient menu for the MATE Desktop Environment.
pkgver = 0.3.0
@@ -9,6 +9,7 @@ pkgbase = brisk-menu
arch = x86_64
groups = mate
license = GPL2
+ makedepends = gnome-common
depends = mate-panel-gtk3
source = https://github.com/solus-project/brisk-menu/releases/download/v0.3.0/brisk-menu-0.3.0.tar.xz
md5sums = 76104267448188a1074d714e6f32b187
diff --git a/PKGBUILD b/PKGBUILD
index 170117683a53..97eb6ad3e20e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url='https://github.com/solus-project/brisk-menu'
license=('GPL2')
groups=('mate')
depends=('mate-panel-gtk3')
+makedepends=('gnome-common')
source=("https://github.com/solus-project/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
md5sums=('76104267448188a1074d714e6f32b187')