summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Markovič2016-05-06 18:57:23 +0200
committerVít Markovič2016-05-06 18:57:23 +0200
commitcdf2c89e4d0f87f157392b97e037c08384013f23 (patch)
tree3a376d33b936aae570822d87c066a3336f1da352
parent64800e898833126a323926da3f63869695cfecc9 (diff)
downloadaur-cdf2c89e4d0f87f157392b97e037c08384013f23.tar.gz
added fakeroot and gksu to depends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a603adc0a2b..01754b6745fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,13 @@ pkgbase = blackarch-menus-extended
arch = any
license = GPL
depends = xdg-utils
+ depends = fakeroot
+ depends = gksu
+ provides = blackarch-menus
conflicts = blackarch-menus
- source = https://drive.google.com/uc?export=download&id=0B_PopwyKmOH9WTNLX2o3WUxHMnc
- md5sums = db27d8b60ab6a8ada62fae66b5836d45
+ replaces = blackarch-menus
+ source = https://drive.google.com/uc?export=download&id=0B_PopwyKmOH9WUUxRG1uQ0NVZVE
+ md5sums = 84cdec2016c5b0f1958623295d9fa736
pkgname = blackarch-menus-extended
diff --git a/PKGBUILD b/PKGBUILD
index dbca108631cf..756f71ee430c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="BlackArch specific XDG-compliant menu with more desktop files."
arch=('any')
url="https://github.com/BlackArch/blackarch/tree/master/packages/blackarch-menus"
license=('GPL')
-depends=('xdg-utils')
+depends=('xdg-utils' 'fakeroot' 'gksu')
provides=('blackarch-menus')
conflicts=('blackarch-menus')
replaces=('blackarch-menus')