summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-05-12 10:32:47 -0600
committerSam Burgos2017-05-12 10:32:47 -0600
commitd0449ab2dcd942bfd3b35117c34e9593000a0992 (patch)
treef160d5beaaf874654d04618de9cede329bef025e
parent9e399fd4a34cf181464ed379c84ba352b2048bc9 (diff)
downloadaur-d0449ab2dcd942bfd3b35117c34e9593000a0992.tar.gz
updated to version 1.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a6b2692634f..aa3e9ebfc38b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mint-y-icons
pkgdesc = New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = http://packages.linuxmint.com
arch = any
@@ -8,8 +8,8 @@ pkgbase = mint-y-icons
depends = mint-x-icons
depends = gtk-update-icon-cache
conflicts = mint-y-icons-git
- source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.0.5.tar.xz
- sha256sums = 4c1402814e25deca0342721034b06e38220a1043c61f33136826ec8c6895b385
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.0.6.tar.xz
+ sha256sums = 9c3a7e04632bdc9ca1ba2948fa56e0dbcc040debf9686aae0826ce798f24d9e0
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index 5a89d13d1fc2..dff31d9629b7 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.0.5'
+pkgver='1.0.6'
pkgrel='1'
pkgdesc='New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases'
arch=('any')
@@ -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=('4c1402814e25deca0342721034b06e38220a1043c61f33136826ec8c6895b385')
+sha256sums=('9c3a7e04632bdc9ca1ba2948fa56e0dbcc040debf9686aae0826ce798f24d9e0')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +