diff options
author | Julian Hornich | 2015-09-27 22:51:51 +0200 |
---|---|---|
committer | Julian Hornich | 2015-09-27 22:51:51 +0200 |
commit | f01d8f2d9b9b2028c9fefc390155c1f046be3206 (patch) | |
tree | 475663ea8b789453b5c0f8fba4fb5a17ce58a0e2 | |
parent | 366b4136787a66a734c87aa774836ebd99dd9de0 (diff) | |
download | aur-f01d8f2d9b9b2028c9fefc390155c1f046be3206.tar.gz |
updated required packages
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ pkgbase = gnome-shell-theme-viva-git arch = any groups = gnome-shell-extensions license = GPL3 - depends = gnome-shell>=3.18 + depends = gnome-shell>=3.18,ttf-opensans,ttf-impallari-raleway-family source = git+https://github.com/vivaeltopo/gnome-shell-theme-viva.git md5sums = SKIP @@ -9,7 +9,7 @@ arch=('any') url="https://github.com/vivaeltopo/gnome-shell-theme-viva" groups=('gnome-shell-extensions') license=('GPL3') -depends=('gnome-shell>=3.18') +depends=('gnome-shell>=3.18','ttf-opensans','ttf-impallari-raleway-family') source=('git+https://github.com/vivaeltopo/gnome-shell-theme-viva.git') md5sums=('SKIP') |