summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2017-11-12 13:12:02 -0600
committerSam Burgos2017-11-12 13:12:02 -0600
commit5e7117bba8cf027d74a2dce3ef0d32de71e96137 (patch)
tree4fa7f9b4342d7984865d4e60c556958f35f024f4 /PKGBUILD
parent3c9a391a065eaa2ce806db5d9c16c4d8b9a917f3 (diff)
downloadaur-5e7117bba8cf027d74a2dce3ef0d32de71e96137.tar.gz
updated to version 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 {} +