summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff9f972ef981..965eb16a3245 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.1.7
+ pkgver = 1.1.8
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.1.7.tar.xz
- sha256sums = 03d156a315df93ff26eaab9e47ed8a161c0fef7651c9ef8f84d89d917144a4c3
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.1.8.tar.xz
+ sha256sums = 17e8da3f9c8ab00e65191fe480f231af70302a01f4662a3451e04c26274ae333
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index b222b5bbd033..6e79050677e8 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.1.7
+pkgver=1.1.8
pkgrel=1
pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases"
arch=('any')
@@ -11,7 +11,7 @@ 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=('03d156a315df93ff26eaab9e47ed8a161c0fef7651c9ef8f84d89d917144a4c3')
+sha256sums=('17e8da3f9c8ab00e65191fe480f231af70302a01f4662a3451e04c26274ae333')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +