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 764ab3f0f8e5..d0d8260f6737 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.0
+ pkgver = 1.1.1
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
depends = mint-x-icons
conflicts = mint-y-icons-git
- source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.1.0.tar.xz
- sha256sums = 24fd674c3358d65096f496163a06cf721c9642853ed17287363eb9ae17943caf
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.1.1.tar.xz
+ sha256sums = d743be671a8f3de16267e588410c64e128cd0e09838017266ee784c5bb79a580
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index 215144fefbd8..29aef643bc36 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.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=(gtk-update-icon-cache mint-x-icons)
conflicts=(mint-y-icons-git)
source=("${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('24fd674c3358d65096f496163a06cf721c9642853ed17287363eb9ae17943caf')
+sha256sums=('d743be671a8f3de16267e588410c64e128cd0e09838017266ee784c5bb79a580')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +