summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2018-05-15 16:28:01 -0600
committerSam Burgos2018-05-15 16:28:01 -0600
commita8dbd496a1ea81fab5b38b89d1561c2c490fae95 (patch)
treefd67d9500d08c5b8276b7db5154bf06ae01b07f0 /PKGBUILD
parent0b949e5230d203fc35e4139b5b39d57a52a580f4 (diff)
downloadaur-a8dbd496a1ea81fab5b38b89d1561c2c490fae95.tar.gz
updated to version 1.1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04b66364200e..7b6225c0f9fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
pkgname=mint-y-icons
-pkgver=1.1.5
+pkgver=1.1.6
pkgrel=1
pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases"
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
license=('GPL3')
-depends=(gtk-update-icon-cache mint-x-icons)
+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=('d321389dad079f31c6e079ab1a7d01a336386be13c64a9903d8daf53dcdc791d')
+sha256sums=('5efb2782cf695905f77b5e9fef544adfc8818d5063b12af631b1bd221474b6da')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +