summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2017-05-12 10:32:47 -0600
committerSam Burgos2017-05-12 10:32:47 -0600
commitd0449ab2dcd942bfd3b35117c34e9593000a0992 (patch)
treef160d5beaaf874654d04618de9cede329bef025e /PKGBUILD
parent9e399fd4a34cf181464ed379c84ba352b2048bc9 (diff)
downloadaur-d0449ab2dcd942bfd3b35117c34e9593000a0992.tar.gz
updated to version 1.0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a89d13d1fc2..dff31d9629b7 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.5'
+pkgver='1.0.6'
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=('mint-x-icons' 'gtk-update-icon-cache')
conflicts=('mint-y-icons-git')
source=("${url}/pool/main/m/${pkgname}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('4c1402814e25deca0342721034b06e38220a1043c61f33136826ec8c6895b385')
+sha256sums=('9c3a7e04632bdc9ca1ba2948fa56e0dbcc040debf9686aae0826ce798f24d9e0')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +