summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2018-05-22 07:51:20 -0600
committerSam Burgos2018-05-22 07:51:20 -0600
commit36fca962f46cc023b2b40e7b70942eb659f1b037 (patch)
treee14405068896e38e41bbc18f8cc5c20f280e827d /PKGBUILD
parentdee224c15de06e77a52727765dd48b371a2c7b0e (diff)
downloadaur-36fca962f46cc023b2b40e7b70942eb659f1b037.tar.gz
updated to version 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e7d95130107..26ec6d5a7ad4 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.2.0
+pkgver=1.2.1
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=('2902c8f31880726ca963ae17e572641988fcb3f8c9a7457a377e85543c325472')
+sha256sums=('0127e2d74f74dc63e3640fedfa90fcde70c8824a15b42a9c483146bd6d4fee28')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +