diff options
author | Julian Hornich | 2017-04-15 10:38:24 +0200 |
---|---|---|
committer | Julian Hornich | 2017-04-15 10:38:24 +0200 |
commit | 667826d82a899f22020937fcfc8eb3e4bd664efd (patch) | |
tree | d693b872297e1a4c03cd23c4c3281c244d2da297 | |
parent | efb6af496234f1972287535a5a9e8aad6e2f0607 (diff) | |
download | aur-667826d82a899f22020937fcfc8eb3e4bd664efd.tar.gz |
updated required fonts
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri Mar 25 13:37:37 UTC 2016 +# Sat Apr 15 08:38:12 UTC 2017 pkgbase = gnome-shell-theme-viva-git pkgdesc = A custom gnome-shell theme named viva (blue and orange version) - pkgver = 3.20.0.139.4031368 + pkgver = 3.24.0.139.4031368 pkgrel = 1 url = https://github.com/vivaeltopo/gnome-shell-theme-viva arch = any @@ -10,7 +10,7 @@ pkgbase = gnome-shell-theme-viva-git license = GPL3 makedepends = ruby-sass depends = gnome-shell>=3.18 - depends = ttf-opensans + depends = adobe-source-sans-pro-fonts depends = ttf-impallari-raleway-family source = git+https://github.com/vivaeltopo/gnome-shell-theme-viva.git md5sums = SKIP @@ -1,15 +1,15 @@ # Maintainer: Julian Hornich <vivaeltopo@googlemail.com> pkgname=gnome-shell-theme-viva-git -_pkgver=3.20.0 -pkgver=3.20.0.139.4031368 +_pkgver=3.24.0 +pkgver=3.24.0.139.4031368 pkgrel=1 pkgdesc="A custom gnome-shell theme named viva (blue and orange version)" arch=('any') 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') +depends=('gnome-shell>=3.18' 'adobe-source-sans-pro-fonts' 'ttf-impallari-raleway-family') makedepends=('ruby-sass') source=('git+https://github.com/vivaeltopo/gnome-shell-theme-viva.git') md5sums=('SKIP') |