summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-03-02 06:49:26 +0100
committerErik Dubois2019-03-02 06:49:26 +0100
commitfc2b4027387d3c1708414bbb20bc3449b6905e8d (patch)
tree9bfaa20823cccf79bf1d18df684832c95f03b0d0
parent92f5efdb88839df3cdda385239e8dd1b6c2953be (diff)
downloadaur-fc2b4027387d3c1708414bbb20bc3449b6905e8d.tar.gz
Kaos icons added + extra's
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fcb09f5458a..e2bd61dfd131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Feb 4 23:24:23 UTC 2019
+# Sat Mar 2 05:49:13 UTC 2019
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.6
- pkgrel = 19
+ pkgrel = 20
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.6-19.tar.gz
+ source = http://downloads.sourceforge.net/project/sardi/sardi-icons-9.6-20.tar.gz
sha256sums = SKIP
pkgname = sardi-icons
diff --git a/PKGBUILD b/PKGBUILD
index 4cb50e74f603..5cd8db0acdd8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer: Erik Dubois <erik.dubois@gmail.com>
-# Put icons always in folder with version and release
pkgname=sardi-icons
pkgver=9.6
-pkgrel=19
+pkgrel=20
_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')
@@ -16,8 +15,7 @@ options=(!strip !emptydirs)
source=("http://downloads.sourceforge.net/project/sardi/${pkgname}-${pkgver}-${pkgrel}.tar.gz")
sha256sums=('SKIP')
package() {
- rm ${srcdir}/${pkgname}-${pkgver}-${pkgrel}.tar.gz
- find ${srcdir} -type f -name "*.sh" -exec chmod 644 '{}' \;
+ find ${srcdir} -type f -name "*.sh" -exec chmod 644 '{}' \;
install -dm 755 ${pkgdir}${_destname}
cp -r ${srcdir}/* ${pkgdir}${_destname}
}