summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2018-05-21 08:48:31 -0600
committerSam Burgos2018-05-21 08:48:31 -0600
commitdee224c15de06e77a52727765dd48b371a2c7b0e (patch)
tree060adcb8d9ec4db36275feebea96bc62b44030b5 /PKGBUILD
parent054404acd432f3184d78f50a27799c6fde4443bf (diff)
downloadaur-dee224c15de06e77a52727765dd48b371a2c7b0e.tar.gz
updated to version 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fe6bb02108d..4e7d95130107 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.9
+pkgver=1.2.0
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=('a59c203fa825082267f6584da6f0a19b7bcdf2125df13f6f149c51bc51442351')
+sha256sums=('2902c8f31880726ca963ae17e572641988fcb3f8c9a7457a377e85543c325472')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +