diff options
author | Pablo Lezaeta Reyes | 2017-05-29 18:54:17 -0400 |
---|---|---|
committer | Pablo Lezaeta Reyes | 2017-05-29 18:54:17 -0400 |
commit | 8970a0b9c1868f14eb0a546f834b19494cb42a7e (patch) | |
tree | 9f9e25a968f8b11f34b71430efb306b001028d36 | |
parent | 943775acdde103d0001e8c44b116c843a7ac3008 (diff) | |
download | aur-8970a0b9c1868f14eb0a546f834b19494cb42a7e.tar.gz |
update to be closer to the normal version
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rwxr-xr-x | .SRCINFO | 15 | ||||
-rwxr-xr-x | PKGBUILD | 13 |
2 files changed, 14 insertions, 14 deletions
@@ -1,19 +1,18 @@ -# Generated by mksrcinfo v8 -# Fri Apr 14 06:34:26 UTC 2017 pkgbase = xfce-theme-greybird-git pkgdesc = Desktop theme suite from Xubuntu, with support for Xfce, Metacity and Unity - pkgver = 3.22.3.r717 + pkgver = 3.22.3.r724 pkgrel = 1 url = https://github.com/shimmerproject/Greybird arch = any + license = CCPL:by-sa-3.0 license = GPL - license = CCPL makedepends = git depends = gtk-engine-murrine - optdepends = elementary-xfce-icons: matching icon theme - optdepends = emerald: emerald theme - optdepends = lightdm-gtk-greeter: lightdm GTK+3 theme - optdepends = lightdm-unity-greeter: lightdm unity theme + optdepends = elementary-xfce-icons: Matching icon set; use the dark icon theme + optdepends = shimmer-wallpapers: Contains the Greybird wallpaper, among others + optdepends = lightdm-gtk-greeter: Required for the LightDM GTK theme + optdepends = lightdm-unity-greeter: Required for the LightDM Unity theme + optdepends = lib32-gtk-engine-murrine: Required for 32-bit apps in 64-bit environments provides = xfce-theme-greybird conflicts = xfce-theme-greybird options = !strip @@ -3,18 +3,19 @@ # Contributor: Alessio Sergi <asergi at archlinux dot us> pkgname=xfce-theme-greybird-git -pkgver=3.22.3.r717 +pkgver=3.22.3.r724 pkgrel=1 pkgdesc="Desktop theme suite from Xubuntu, with support for Xfce, Metacity and Unity" arch=('any') url="https://github.com/shimmerproject/Greybird" -license=('GPL' 'CCPL') +license=('CCPL:by-sa-3.0' 'GPL') depends=('gtk-engine-murrine') makedepends=('git') -optdepends=('elementary-xfce-icons: matching icon theme' - 'emerald: emerald theme' - 'lightdm-gtk-greeter: lightdm GTK+3 theme' - 'lightdm-unity-greeter: lightdm unity theme') +optdepends=('elementary-xfce-icons: Matching icon set; use the dark icon theme' + 'shimmer-wallpapers: Contains the Greybird wallpaper, among others' + 'lightdm-gtk-greeter: Required for the LightDM GTK theme' + 'lightdm-unity-greeter: Required for the LightDM Unity theme' + 'lib32-gtk-engine-murrine: Required for 32-bit apps in 64-bit environments') provides=('xfce-theme-greybird') conflicts=('xfce-theme-greybird') options=('!strip') |