summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-01-25 08:50:27 +0100
committerhaawda2018-01-25 08:50:27 +0100
commit7df8eb90bcc5a79db2740850d487a169bda66bba (patch)
treea1d78c7f2d8b0fc94945de07a388b1d588628296
parent49e8e088317c5b43a4bf7e2e4c129d63eb0b10b0 (diff)
downloadaur-7df8eb90bcc5a79db2740850d487a169bda66bba.tar.gz
remove icon-cache file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d96ca37baaba..5f3a194e050f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inkscape-git
pkgdesc = An Open Source vector graphics editor, using SVG file format, from git master
- pkgver = 20180112.20024
+ pkgver = 20180125.20078
pkgrel = 1
url = https://launchpad.net/inkscape
arch = i686
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
}