summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2017-10-27 17:36:58 +0200
committerErik Dubois2017-10-27 17:36:58 +0200
commit338b8fbb2622ea032494802ca7f7d3ff3383e26a (patch)
treeab8548bd0cf919675af512e423792bc615ca1b99
parent3a01bdf05c257197705b1c2ccf878767b5a9e95d (diff)
downloadaur-338b8fbb2622ea032494802ca7f7d3ff3383e26a.tar.gz
commit from @ Fri Oct 27 17:36:58 CEST 2017
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f850b5fd45d..bc421cda5e03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Oct 27 15:32:43 UTC 2017
+# Fri Oct 27 15:36:58 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 = 7
+ pkgrel = 6
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-7.tar.gz
+ source = http://downloads.sourceforge.net/project/sardi/sardi-icons-9.3-6.tar.gz
sha256sums = SKIP
pkgname = sardi-icons
diff --git a/PKGBUILD b/PKGBUILD
index 13f44ac44eec..f428523ec49c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sardi-icons
pkgver=9.3
-pkgrel=7
+pkgrel=6
_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,8 +22,6 @@ 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
}