summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f87e21e19fca..7d646c186960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mint-y-icons
pkgdesc = New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases
- pkgver = 1.2.9
+ pkgver = 1.3.0
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-y-icons
arch = any
@@ -8,8 +8,8 @@ pkgbase = mint-y-icons
depends = gtk-update-icon-cache
optdepends = mint-x-icons: enable additional icons to inheritage
conflicts = mint-y-icons-git
- source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.2.9.tar.xz
- sha256sums = 13a67a3652f5c94ba3806df9ebbebc4a363724730be242a44987a9b5d71b3d0b
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.3.0.tar.xz
+ sha256sums = e327656780492de93804e7e0ec5e16893bd2e948709328ad6f2bab781738361d
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index 33bb088a40c8..940185da9738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
pkgname=mint-y-icons
-pkgver=1.2.9
+pkgver=1.3.0
pkgrel=1
pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases"
arch=('any')
@@ -11,12 +11,12 @@ depends=(gtk-update-icon-cache)
optdepends=("mint-x-icons: enable additional icons to inheritage")
conflicts=(mint-y-icons-git)
source=("${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('13a67a3652f5c94ba3806df9ebbebc4a363724730be242a44987a9b5d71b3d0b')
+sha256sums=('e327656780492de93804e7e0ec5e16893bd2e948709328ad6f2bab781738361d')
-prepare() {
- find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +
- find "${srcdir}" -type f ! -perm 644 -exec chmod 644 {} +
-}
+#prepare() {
+# find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +
+# find "${srcdir}" -type f ! -perm 644 -exec chmod 644 {} +
+#}
package() {
cd $srcdir/$pkgname