summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e4ca5d3cf5f..4f850b5fd45d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 12 19:48:22 UTC 2017
+# Fri Oct 27 15:32:43 UTC 2017
pkgbase = sardi-icons
pkgdesc = Sardi is an icon collection for any linux distro with 6 different circular icons and 10 different kind of folders.
pkgver = 9.3
- pkgrel = 6
+ pkgrel = 7
url = http://sourceforge.net/projects/sardi
arch = any
license = Attribution-NonCommercial-ShareAlike 4.0 International Public License
@@ -12,7 +12,7 @@ pkgbase = sardi-icons
conflicts = sardi-icons
options = !strip
options = !emptydirs
- source = http://downloads.sourceforge.net/project/sardi/sardi-icons-9.3-6.tar.gz
+ source = http://downloads.sourceforge.net/project/sardi/sardi-icons-9.3-7.tar.gz
sha256sums = SKIP
pkgname = sardi-icons
diff --git a/PKGBUILD b/PKGBUILD
index f428523ec49c..13f44ac44eec 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sardi-icons
pkgver=9.3
-pkgrel=6
+pkgrel=7
_destname="/usr/share/icons/"
pkgdesc="Sardi is an icon collection for any linux distro with 6 different circular icons and 10 different kind of folders. "
arch=('any')
@@ -22,6 +22,8 @@ package() {
find ${srcdir} -type f -name "*.sh" -exec chmod 644 '{}' \;
install -dm 755 ${pkgdir}${_destname}
cp -r ${srcdir}/* ${pkgdir}${_destname}
+ rm -r ${pkgdir}${_destname}/Sardi-Ghost-Flexible
+ rm -r ${pkgdir}${_destname}/Sardi-Ghost-Flexible-Colora
}