summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
}