summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri2019-07-09 15:14:47 +0200
committerHenri2019-07-09 15:14:47 +0200
commit4e64c43ed89889448630b71fb914de5177282086 (patch)
treefde1be7c46d20a1bc25dcfbec4b06ffb8a2e0aa3
parentfcdc0a8e6a67711e79fdf4b418a0499ac71f933d (diff)
downloadaur-4e64c43ed89889448630b71fb914de5177282086.tar.gz
added optdepends
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8697b1974c1..c530daef2960 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
# Maintainer: Henri van de Munt <(firstname) @ gmail.com>
pkgname=gnome-shell-extension-material-shell-git
-pkgver=0+53+g96e68b8
-pkgrel=2
+pkgver=0+93+gb85b30c
+pkgrel=3
pkgdesc="GNOME Shell Extension Material Shell"
arch=('any')
url="https://github.com/PapyElGringo/material-shell"
license=('GPL')
depends=('gnome-shell')
makedepends=('git')
+optdepends=('plata-theme: gtk and shell theme'
+ 'tela-icon-theme: icon theme'
+ 'ttf-roboto: font')
groups=('gnome-shell-extensions')
source=('git+https://github.com/PapyElGringo/material-shell.git')
md5sums=('SKIP')