summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2016-12-09 23:08:48 +0100
committerBernhard Landauer2016-12-09 23:08:48 +0100
commitf3b765e5d6044b38a333ad8bd3d44a33563923d7 (patch)
tree5b2bdce65c56ae9afec45715f15ca5f42a0e29d0
parenta41bdaf18cd7ecf5ef431606bfa002efc17d2260 (diff)
downloadaur-f3b765e5d6044b38a333ad8bd3d44a33563923d7.tar.gz
fix source
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 009f9a2cfddd..e4e20a0f9d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,7 @@
+# Generated by mksrcinfo v8
+# Fri Dec 9 22:04:20 UTC 2016
pkgbase = vibrancy-colors
- pkgdesc = A flat icon theme composed from many open source icon projects
+ pkgdesc = Modern, clean and customizable flat icon theme
pkgver = 2.7
pkgrel = 2
url = http://www.ravefinity.com/p/vibrancy-colors-gtk-icon-theme.html
@@ -7,8 +9,8 @@ pkgbase = vibrancy-colors
license = CCPL:by-sa
license = GPL2
options = !strip
- source = http://download.opensuse.org/repositories/home:/Pival81/Fedora_23/noarch/vibrancy-colors-icon-theme-2.7-3.1.noarch.rpm
- sha1sums = b499f48c74660e6bf2aa6210531a094e79e277b7
+ source = v2.7.tar.gz::http://download2141.mediafire.com/xqn8wpqnin3g/i25blth6npp23h5/Vibrancy-Colors-GTK-Icon-Theme-v-2-7.tar.gz
+ sha1sums = 0a42fb74af7463215f126e9aff9f1ba4fb50d258
pkgname = vibrancy-colors
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
}