summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoldBug2016-09-28 11:31:30 +0200
committercoldBug2016-09-28 11:31:30 +0200
commitf27ca08af993b0a0319e82c45fcd0f94273ade0a (patch)
tree0ab70a5902be2b796e0ef89e7c6422221a5d9fda
parent140a3ffd3f45fb8e55b788df368bc8e8b85161a0 (diff)
downloadaur-f27ca08af993b0a0319e82c45fcd0f94273ade0a.tar.gz
Version update
-rw-r--r--PKGBUILD4
-rw-r--r--folder-color-nautilus-bzr.install3
2 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce3add303184..6b7eedc9f5a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: coldBug <coldBug at e.mail dot de>
pkgname=folder-color-nautilus-bzr
-pkgver=0.0.78
+pkgver=0.0.79
pkgrel=1
pkgdesc="Folder color switcher for nautilus with gnome icon- numix, vibrancy or humanity skin."
arch=(any)
@@ -9,7 +9,7 @@ url="http://foldercolor.tuxfamily.org/"
license=(GPL3)
depends=('python-nautilus' 'nautilus' 'gtk2')
makedepends=('bzr' 'python-distutils-extra' 'python-setuptools')
-optdepends=('numix-icon-theme-git: to use with numix theme' 'humanitycolors-icon-theme: to use with humanity theme' 'vibrancy-colors: to use with vibrancy theme')
+optdepends=('numix-icon-theme-git: to use with numix theme' 'humanity-icon-theme: to use with humanity theme' 'vibrancy-colors: to use with vibrancy theme')
install=$pkgname.install
source=($pkgname::bzr+http://bazaar.launchpad.net/~costales/folder-color/trunk)
sha256sums=('SKIP')
diff --git a/folder-color-nautilus-bzr.install b/folder-color-nautilus-bzr.install
index 8cc1b57b5d6c..8e0563c9a6c3 100644
--- a/folder-color-nautilus-bzr.install
+++ b/folder-color-nautilus-bzr.install
@@ -1,5 +1,6 @@
post_install() {
- gtk-update-icon-cache -qtf usr/share/icons/hicolor
+ nautilus -q
+ gtk-update-icon-cache /usr/share/icons/hicolor/
}
post_upgrade() {