summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2018-06-06 18:09:27 -0600
committerSam Burgos2018-06-06 18:09:27 -0600
commitf5be1a0626986539b6a2ab5af5a58be9ada80bd6 (patch)
tree37b5627dabdcedc6336530d07702746838062f83 /PKGBUILD
parentffd49997491676abb1e26ec697d6e10c8dd5b4d1 (diff)
downloadaur-f5be1a0626986539b6a2ab5af5a58be9ada80bd6.tar.gz
updated to version 1.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5af160b7ed9..d62eaccf5618 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.3
+pkgver=1.2.5
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=('85f0852ef028f2abb1bf7679d0e9e5a1fce1d8dffa70f641f1637e96c2be9de4')
+sha256sums=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +