summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ackerman2015-07-21 09:16:20 -0500
committerJohn Ackerman2015-07-21 09:16:20 -0500
commit28b8e8a7b61743b5e188a0be2f962843b91a1edf (patch)
tree48b05e8aea9bbb1cb41f8550bbb3e81314ad13f5
parente124bbc12672204ab629f1d6b47a0796dcb94fee (diff)
downloadaur-28b8e8a7b61743b5e188a0be2f962843b91a1edf.tar.gz
Cleaned up PKGBUILD
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 403ddc54d4de..142e21955261 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = ambiance-radiance-flat-colors-suite
- pkgdesc = Ambiance & Radiance Flat Colors Suite for Unity, Gnome Classic, MATE, XFCE, LXDE and Openbox desktops
+ pkgdesc = A Modern, Beautiful and Vivid Re-imagination of the Ambiance & Radiance Color GTK 2/3 Themes.
pkgver = 15.04.4
- pkgrel = 2
+ pkgrel = 3
url = http://www.ravefinity.com/p/download-ambiance-radiance-flat-colors.html
arch = any
- groups = x11
- license = GPL
+ license = GPL2
+ depends = gtk3>=3.14
depends = gtk-engine-murrine
optdepends = vibrancy-colors
options = !strip
options = !zipman
- source = ambiance-radiance-flat-colors-suite.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QATjFSZW5OYThqeWM
+ source = $pkgname-$pkgver.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QATjFSZW5OYThqeWM
md5sums = 6d384fb15d6da777db12589fa99ce8b4
pkgname = ambiance-radiance-flat-colors-suite
diff --git a/PKGBUILD b/PKGBUILD
index 11687ae97df9..01c59788ff43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: John Ackerman <afuturepilotis at gmail dot com>
pkgname='ambiance-radiance-flat-colors-suite'
pkgver='15.04.4'
-pkgrel=2
-pkgdesc="Ambiance & Radiance Flat Colors Suite for Unity, Gnome Classic, MATE, XFCE, LXDE and Openbox desktops"
+pkgrel=3
+pkgdesc="A Modern, Beautiful and Vivid Re-imagination of the Ambiance & Radiance Color GTK 2/3 Themes."
arch=('any')
-license=('GPL')
-groups=('x11')
+license=('GPL2')
options=('!strip' '!zipman')
url="http://www.ravefinity.com/p/download-ambiance-radiance-flat-colors.html"
-depends=('gtk-engine-murrine')
+depends=('gtk3>=3.14' 'gtk-engine-murrine')
optdepends=('vibrancy-colors')
-source=(ambiance-radiance-flat-colors-suite.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QATjFSZW5OYThqeWM)
+source=('$pkgname-$pkgver.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QATjFSZW5OYThqeWM')
md5sums=('6d384fb15d6da777db12589fa99ce8b4')
package() {