summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2017-11-20 20:35:44 -0600
committerSam Burgos2017-11-20 20:35:44 -0600
commitc3373de7d51cb7022b72b24d641843ba55bfd477 (patch)
treea9a824476d0b1750373be561a49638c335d4b465 /PKGBUILD
parent5e7117bba8cf027d74a2dce3ef0d32de71e96137 (diff)
downloadaur-c3373de7d51cb7022b72b24d641843ba55bfd477.tar.gz
updated to version 1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 215144fefbd8..29aef643bc36 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.0
+pkgver=1.1.1
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=('24fd674c3358d65096f496163a06cf721c9642853ed17287363eb9ae17943caf')
+sha256sums=('d743be671a8f3de16267e588410c64e128cd0e09838017266ee784c5bb79a580')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +