summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2016-12-09 21:48:35 -0600
committerSam Burgos2016-12-09 21:48:35 -0600
commitab2d39dd1be0813c02431571a5d117a7ca029bd3 (patch)
tree96a08bfe6d623fc9167f4c32f57a0136d6ffd5ec /PKGBUILD
parentec66f1e8b840965b0551fcac586daf77b0ebafcd (diff)
downloadaur-ab2d39dd1be0813c02431571a5d117a7ca029bd3.tar.gz
updated to version 1.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72b97f3d1e70..04331a88c8d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sam Burgos < jsbm1089 at gmail dot com >
pkgname=mint-y-icons
-pkgver='1.0.3'
-pkgrel='2'
+pkgver='1.0.4'
+pkgrel='1'
pkgdesc='New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases'
arch=('any')
url='http://packages.linuxmint.com'
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('mint-x-icons' 'gtk-update-icon-cache')
conflicts=('mint-y-icons-git')
source=("${url}/pool/main/m/${pkgname}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('3c01ee0b2c646f4b2e909b8ea9280cbf5f3a9711ec629bffd9530fbe912fcb94')
+sha256sums=('ba51c4575b7e298f27b31de9f5448075348615bb590ef9763952edbe563b95c2')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +