summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43ff296f8ecc..9cb7abc88f91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: ThePilot <afuturepilotis at gmail dot com>
-# Contributor: deadsurgeon42 <deadsurgeon42 at gmail dot com>
+# Maintainer: Bernhard Landauer <oberon@manjaro.org>
+
pkgname=vibrancy-colors
pkgver=2.7
pkgrel=2
-pkgdesc="A flat icon theme composed from many open source icon projects"
+pkgdesc="Modern, clean and customizable flat icon theme"
arch=('any')
url="http://www.ravefinity.com/p/vibrancy-colors-gtk-icon-theme.html"
license=('CCPL:by-sa' 'GPL2')
options=('!strip')
-source=("http://download.opensuse.org/repositories/home:/Pival81/Fedora_23/noarch/$pkgname-icon-theme-$pkgver-3.1.noarch.rpm")
-sha1sums=('b499f48c74660e6bf2aa6210531a094e79e277b7')
+source=("v$pkgver.tar.gz::http://download2141.mediafire.com/xqn8wpqnin3g/i25blth6npp23h5/Vibrancy-Colors-GTK-Icon-Theme-v-2-7.tar.gz")
+sha1sums=('0a42fb74af7463215f126e9aff9f1ba4fb50d258')
package() {
- install -d "$pkgdir"/usr/share/icons
- cp -r usr/share/icons/* "$pkgdir"/usr/share/icons
+ install -d $pkgdir/usr/share/icons
+ cp -r * $pkgdir/usr/share/icons
+ rm $pkgdir/usr/share/icons/v$pkgver.tar.gz
}