summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiulio Girardi2016-10-30 22:54:08 +0100
committerGiulio Girardi2016-10-30 22:55:48 +0100
commitf0965c77c473d957dddf01d13a7ec5e3a42de014 (patch)
tree9a6214082778adfc7227824b855ed23346e80ce2 /PKGBUILD
parent4152ce42cf70758f4c97077c14777d54e9bdd640 (diff)
downloadaur-f0965c77c473d957dddf01d13a7ec5e3a42de014.tar.gz
Added GKSU depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37b494087376..7f931a145b39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=cinnamon-remove-application
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Arch linux version of cinnamon-remove-application (enables the uninstall option in the right click Cinnamon application menu)"
arch=('any')
url="https://github.com/rapgenic/cinnamon-remove-application"
license=('GPL2')
source=("https://github.com/rapgenic/${pkgname}/archive/${pkgver}.zip")
md5sums=('f47abdd41600302f784d72edf5b6b70e')
-depends=('gtk3' 'pacman' 'cinnamon')
+depends=('gtk3' 'pacman' 'cinnamon' 'gksu')
package() {
install -Dm0755 "$srcdir/${pkgname}-${pkgver}/usr/bin/cinnamon-remove-application" "$pkgdir/usr/bin/cinnamon-remove-application"