summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ackerman2016-05-11 16:14:57 -0500
committerJohn Ackerman2016-05-11 16:14:57 -0500
commitaf2fbc95998b094f4b69ca215091f8f6f34987dd (patch)
treebface51e3b463681c203e1df62983ce0ed3566c8
parent5fa7e36706475bc9afbaf74c0581bf6e9b4abe71 (diff)
downloadaur-af2fbc95998b094f4b69ca215091f8f6f34987dd.tar.gz
Make GTK3 Optional
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f2c0853b54d..8eb4795b99b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Apr 14 13:47:29 UTC 2016
+# Wed May 11 21:14:52 UTC 2016
pkgbase = vivacious-colors-gtk-theme
pkgdesc = Vivacious Colors GTK Theme by the RAVEfinity Open Design Team. Features a clean, vibrant and customizable look in 4 Styles. Light, Dark, Blackout, Fusion (Hybrid). Every style comes in 13 vivid colors. In Regular & Pro Versions.
pkgver = 16.04.3
- pkgrel = 1
+ pkgrel = 2
url = https://aur.archlinux.org/packages/vivacious-colors-gtk-theme/
arch = any
license = GPL2
- depends = gtk3>=3.16
- depends = gtk3<3.20
depends = gtk-engine-murrine
optdepends = vivacious-colors
+ optdepends = gtk3>=3.16
+ optdepends = gtk3<3.20
options = !strip
options = !zipman
source = vivacious-colors-gtk-theme-16.04.3.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QARTktREI0bWVTbzg
diff --git a/PKGBUILD b/PKGBUILD
index 4110cc96feb1..c9809d97a988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: John Ackerman <afuturepilotis at gmail dot com>
+# Maintainer: ThePilot <afuturepilotis at gmail dot com>
# Contributor: Valerio Pizzi <pival81@yahoo.com>
pkgname=vivacious-colors-gtk-theme
pkgver=16.04.3
-pkgrel=1
+pkgrel=2
pkgdesc="Vivacious Colors GTK Theme by the RAVEfinity Open Design Team. Features a clean, vibrant and customizable look in 4 Styles. Light, Dark, Blackout, Fusion (Hybrid). Every style comes in 13 vivid colors. In Regular & Pro Versions."
arch=('any')
url="http://www.ravefinity.com/p/vivacious-colors-gtk-theme.html"
license=('GPL2')
options=('!strip' '!zipman')
url="https://aur.archlinux.org/packages/vivacious-colors-gtk-theme/"
-depends=('gtk3>=3.16' 'gtk3<3.20' 'gtk-engine-murrine')
-optdepends=('vivacious-colors')
+depends=('gtk-engine-murrine')
+optdepends=('vivacious-colors' 'gtk3>=3.16' 'gtk3<3.20')
source=("$pkgname-$pkgver.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QARTktREI0bWVTbzg")
md5sums=('0080cfc469d499947a48f1d53f0a6a4c')