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 b91493379853..764ab3f0f8e5 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.0.9
+ pkgver = 1.1.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
depends = mint-x-icons
conflicts = mint-y-icons-git
- source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.0.9.tar.xz
- sha256sums = bfb6e2ff9eaaa9b2527cb0dbc468fa4d86a109226bbfce7e63715c4981322646
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.1.0.tar.xz
+ sha256sums = 24fd674c3358d65096f496163a06cf721c9642853ed17287363eb9ae17943caf
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index 0689d01a3d7f..215144fefbd8 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.0.9
+pkgver=1.1.0
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=('bfb6e2ff9eaaa9b2527cb0dbc468fa4d86a109226bbfce7e63715c4981322646')
+sha256sums=('24fd674c3358d65096f496163a06cf721c9642853ed17287363eb9ae17943caf')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +