diff options
author | Julian Hornich | 2020-11-07 11:41:45 +0100 |
---|---|---|
committer | Julian Hornich | 2020-11-07 11:41:45 +0100 |
commit | 8ea343cd75cadeb49cd2ccfc57d982b0015834ff (patch) | |
tree | 4eed7848a2db2470a04307d670858c8622c826ac /PKGBUILD | |
parent | 204a4de82e01dbe9a9c8d89bed18f4cb61bb37a9 (diff) | |
download | aur-gnome-shell-theme-viva-git.tar.gz |
remove raleway dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ pkgname=gnome-shell-theme-viva-git _pkgver=3.38.0 -pkgver=3.38.0.159.d5d8602 +pkgver=3.38.0.160.204c49d 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.36' 'adobe-source-sans-pro-fonts' 'ttf-impallari-raleway-family') +depends=('gnome-shell>=3.36' 'adobe-source-sans-pro-fonts') makedepends=('sassc') source=('git+https://github.com/vivaeltopo/gnome-shell-theme-viva.git') md5sums=('SKIP') |