summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2018-05-16 17:48:46 -0600
committerSam Burgos2018-05-16 17:48:46 -0600
commitb0d7ba9f62ef019c46d5bb0f22b4ca4de50a67c4 (patch)
treebfffa1139d0e56679c8eab7ff75c41fb0e7d7cd1 /PKGBUILD
parenta8dbd496a1ea81fab5b38b89d1561c2c490fae95 (diff)
downloadaur-b0d7ba9f62ef019c46d5bb0f22b4ca4de50a67c4.tar.gz
updated to version 1.1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b6225c0f9fd..b222b5bbd033 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.6
+pkgver=1.1.7
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=('5efb2782cf695905f77b5e9fef544adfc8818d5063b12af631b1bd221474b6da')
+sha256sums=('03d156a315df93ff26eaab9e47ed8a161c0fef7651c9ef8f84d89d917144a4c3')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +