diff options
author | Julian Hornich | 2015-12-31 16:08:03 +0100 |
---|---|---|
committer | Julian Hornich | 2015-12-31 16:08:03 +0100 |
commit | 8b7fc4600d0fe9ded02b21507cf57fbb74531bad (patch) | |
tree | f636560cde6284ccdd6ef506df2c77dbff806780 | |
parent | c519e1b4c05a9c2fd2a4790a4ec7f201a560bb9c (diff) | |
download | aur-8b7fc4600d0fe9ded02b21507cf57fbb74531bad.tar.gz |
added missing makedepends
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Tue Dec 29 14:30:03 UTC 2015 +# Thu Dec 31 15:07:50 UTC 2015 pkgbase = gnome-shell-theme-viva-git pkgdesc = A custom gnome-shell theme named viva (blue and orange version) pkgver = 3.18.3.132.d2127f5 @@ -8,6 +8,7 @@ pkgbase = gnome-shell-theme-viva-git arch = any groups = gnome-shell-extensions license = GPL3 + makedepends = ruby-sass depends = gnome-shell>=3.18 depends = ttf-opensans depends = ttf-impallari-raleway-family @@ -10,6 +10,7 @@ url="https://github.com/vivaeltopo/gnome-shell-theme-viva" groups=('gnome-shell-extensions') license=('GPL3') depends=('gnome-shell>=3.18' 'ttf-opensans' 'ttf-impallari-raleway-family') +makedepends=('ruby-sass') source=('git+https://github.com/vivaeltopo/gnome-shell-theme-viva.git') md5sums=('SKIP') |