summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-05-24 19:19:23 -0600
committerSam Burgos2017-05-24 19:19:23 -0600
commit784342ee64056302fd5df2b1d904abc497d5ab59 (patch)
tree0f9aa1b70312afbdfff067a7219ca2bf7b6fa92d
parentd0449ab2dcd942bfd3b35117c34e9593000a0992 (diff)
downloadaur-784342ee64056302fd5df2b1d904abc497d5ab59.tar.gz
updated to version 1.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa3e9ebfc38b..fea4547e03ac 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.6
+ pkgver = 1.0.7
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.6.tar.xz
- sha256sums = 9c3a7e04632bdc9ca1ba2948fa56e0dbcc040debf9686aae0826ce798f24d9e0
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.0.7.tar.xz
+ sha256sums = 6e0275a9478faba85166a8b42beb0b5b83e547072e8b70369bde1fb3c213cbe8
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index dff31d9629b7..037b5200a5b1 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.6'
+pkgver='1.0.7'
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=('9c3a7e04632bdc9ca1ba2948fa56e0dbcc040debf9686aae0826ce798f24d9e0')
+sha256sums=('6e0275a9478faba85166a8b42beb0b5b83e547072e8b70369bde1fb3c213cbe8')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +