summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2018-06-20 07:50:57 -0600
committerSam Burgos2018-06-20 07:50:57 -0600
commit80cf436732e584e9fcb91d4848f5ab2016a34d14 (patch)
treeba29a18ec0bf706f1ef898e12afddbed5e474233 /PKGBUILD
parent0cad0f972ad9387839dddea9b0ed0c9faa629108 (diff)
downloadaur-80cf436732e584e9fcb91d4848f5ab2016a34d14.tar.gz
updated to version 1.2.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55152f6fda15..a7cba58bd9b5 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.5
+pkgver=1.2.8
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=('69fb43bbe71411f5abb7438e4488e9d42029cfa6d5405a5b9c5ee5aa9c570fa9')
+sha256sums=('1d5d1f5d082a2a35c577369d3b767ab8149da06b0e5f8ed108401a09c724e7cc')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +