summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-05-20 13:15:37 -0600
committerSam Burgos2018-05-20 13:15:37 -0600
commit054404acd432f3184d78f50a27799c6fde4443bf (patch)
tree3bea3a38c9453b426c4978cdbb20b56b5966257b
parent53a5453161acd1f46a270a332fa816c95200c46b (diff)
downloadaur-054404acd432f3184d78f50a27799c6fde4443bf.tar.gz
updated to version 1.1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 965eb16a3245..28b8865c3b8e 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.8
+ pkgver = 1.1.9
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.8.tar.xz
- sha256sums = 17e8da3f9c8ab00e65191fe480f231af70302a01f4662a3451e04c26274ae333
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.1.9.tar.xz
+ sha256sums = a59c203fa825082267f6584da6f0a19b7bcdf2125df13f6f149c51bc51442351
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index 6e79050677e8..4fe6bb02108d 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.8
+pkgver=1.1.9
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=('17e8da3f9c8ab00e65191fe480f231af70302a01f4662a3451e04c26274ae333')
+sha256sums=('a59c203fa825082267f6584da6f0a19b7bcdf2125df13f6f149c51bc51442351')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +