summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorerikdubois2016-06-25 17:50:20 +0200
committererikdubois2016-06-25 17:50:20 +0200
commitcc6042886ab1643c6adf8d72a61e6403c1b87b0e (patch)
tree86dc064aff1f245d439749048f8d075a8097dc53
parentfe4a4fdc6f99506138128152f6a5723780be24c4 (diff)
downloadaur-cc6042886ab1643c6adf8d72a61e6403c1b87b0e.tar.gz
commit from @ Sat Jun 25 17:50:20 CEST 2016
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c241d871c2e..4c66e18d6d1b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Jun 25 15:48:30 UTC 2016
+# Sat Jun 25 15:50:20 UTC 2016
pkgbase = sardi-icons
pkgdesc = Sardi is an icon theme build upon ardis icons but has outgrown its roots > 18 iconsets
- pkgver = 5.4
- pkgrel = 5
+ pkgver = 5.3
+ pkgrel = 0
url = http://sourceforge.net/projects/sardi
arch = any
license = Attribution-NonCommercial-ShareAlike 4.0 International Public License
provides = sardi-icons
options = !strip
options = !emptydirs
- source = http://downloads.sourceforge.net/project/sardi/sardi-icons-5.4-5.tar.gz
+ source = http://downloads.sourceforge.net/project/sardi/sardi-icons-5.3-0.tar.gz
sha256sums = SKIP
pkgname = sardi-icons
diff --git a/PKGBUILD b/PKGBUILD
index de14519eaf67..d750880b1dd1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Erik Dubois <erik.dubois@gmail.com>
# Put icons always in folder with version and release
pkgname=sardi-icons
-pkgver=5.4
-pkgrel=5
+pkgver=5.3
+pkgrel=0
pkgdesc="Sardi is an icon theme build upon ardis icons but has outgrown its roots > 18 iconsets"
arch=('any')
url="http://sourceforge.net/projects/sardi"
@@ -15,7 +15,7 @@ sha256sums=('SKIP')
package() {
install -dm 755 "${pkgdir}/usr/share/icons"
- cp -r ${srcdir}/${pkgname}-${pkgver}-${pkgrel}/* ${pkgdir}/usr/share/icons/
+ cp -r ${srcdir}/* ${pkgdir}/usr/share/icons/
find "${pkgdir}/usr/share/icons" -type d -exec chmod 755 '{}' \;
find "${pkgdir}/usr/share/icons" -type f -exec chmod 644 '{}' \;
}