diff options
author | Julian Hornich | 2018-09-09 16:11:31 +0200 |
---|---|---|
committer | Julian Hornich | 2018-09-09 16:11:31 +0200 |
commit | 3fecab82237189e9cf21beb333dc5141b3d28579 (patch) | |
tree | da01d25379ffa4f80bb3078ca7a30cae7bb49fff | |
parent | 667826d82a899f22020937fcfc8eb3e4bd664efd (diff) | |
download | aur-3fecab82237189e9cf21beb333dc5141b3d28579.tar.gz |
updated for gnome 3.30 (but also works for previous versions)
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,14 +1,14 @@ # Generated by mksrcinfo v8 -# Sat Apr 15 08:38:12 UTC 2017 +# Sun Sep 9 14:11:20 UTC 2018 pkgbase = gnome-shell-theme-viva-git pkgdesc = A custom gnome-shell theme named viva (blue and orange version) - pkgver = 3.24.0.139.4031368 + pkgver = 3.30.0.154.e5263fb pkgrel = 1 url = https://github.com/vivaeltopo/gnome-shell-theme-viva arch = any groups = gnome-shell-extensions license = GPL3 - makedepends = ruby-sass + makedepends = sassc depends = gnome-shell>=3.18 depends = adobe-source-sans-pro-fonts depends = ttf-impallari-raleway-family @@ -1,8 +1,8 @@ # Maintainer: Julian Hornich <vivaeltopo@googlemail.com> pkgname=gnome-shell-theme-viva-git -_pkgver=3.24.0 -pkgver=3.24.0.139.4031368 +_pkgver=3.30.0 +pkgver=3.30.0.154.e5263fb pkgrel=1 pkgdesc="A custom gnome-shell theme named viva (blue and orange version)" arch=('any') @@ -10,7 +10,7 @@ url="https://github.com/vivaeltopo/gnome-shell-theme-viva" groups=('gnome-shell-extensions') license=('GPL3') depends=('gnome-shell>=3.18' 'adobe-source-sans-pro-fonts' 'ttf-impallari-raleway-family') -makedepends=('ruby-sass') +makedepends=('sassc') source=('git+https://github.com/vivaeltopo/gnome-shell-theme-viva.git') md5sums=('SKIP') |