summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-05-06 12:07:48 -0600
committerSam Burgos2018-05-06 12:07:48 -0600
commit0b949e5230d203fc35e4139b5b39d57a52a580f4 (patch)
tree170b2d2bf3bea3abc7d29415c1995bc8ae49b4e6
parent8e3c65945e13ac335a9cafac3fd78aa2e6c2ae6d (diff)
downloadaur-0b949e5230d203fc35e4139b5b39d57a52a580f4.tar.gz
updated to version 1.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6e29880261b..8c3be7beef4f 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.4
+ pkgver = 1.1.5
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.4.tar.xz
- sha256sums = 5023a320c03b7457f97c5ef69ddde8039e50ad3981d6472956e59842e7701ea8
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.1.5.tar.xz
+ sha256sums = d321389dad079f31c6e079ab1a7d01a336386be13c64a9903d8daf53dcdc791d
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index 0ad453b0d66c..04b66364200e 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.4
+pkgver=1.1.5
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=('5023a320c03b7457f97c5ef69ddde8039e50ad3981d6472956e59842e7701ea8')
+sha256sums=('d321389dad079f31c6e079ab1a7d01a336386be13c64a9903d8daf53dcdc791d')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +