summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-01-25 08:50:27 +0100
committerhaawda2018-01-25 08:50:27 +0100
commit7df8eb90bcc5a79db2740850d487a169bda66bba (patch)
treea1d78c7f2d8b0fc94945de07a388b1d588628296 /PKGBUILD
parent49e8e088317c5b43a4bf7e2e4c129d63eb0b10b0 (diff)
downloadaur-7df8eb90bcc5a79db2740850d487a169bda66bba.tar.gz
remove icon-cache file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55410a0ffce5..b35ec6db91fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=inkscape-git
-pkgver=20180112.20024
+pkgver=20180125.20078
pkgrel=1
pkgdesc="An Open Source vector graphics editor, using SVG file format, from git master"
url="https://launchpad.net/inkscape"
@@ -55,4 +55,5 @@ build() {
package() {
cd "$_gitname/build"
make DESTDIR="$pkgdir" install
+ rm "$pkgdir"/usr/share/icons/hicolor/icon-theme.cache
}