summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-06-20 08:30:44 -0600
committerSam Burgos2017-06-20 08:30:44 -0600
commita859c327e03e93974220b6a3eeb629fa47f551ff (patch)
tree6e97185e0011b024ca577ab0391d6f33dc72ee65
parent261f309cae47d6c0ad842911983a81dbe7c0d954 (diff)
downloadaur-a859c327e03e93974220b6a3eeb629fa47f551ff.tar.gz
updated to version 1.0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4b00f8a1f18..d393d741d6e5 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.7
+ pkgver = 1.0.8
pkgrel = 1
url = http://packages.linuxmint.com
arch = any
@@ -8,8 +8,8 @@ pkgbase = mint-y-icons
depends = gtk-update-icon-cache
depends = mint-x-icons
conflicts = mint-y-icons-git
- source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.0.7.tar.xz
- sha256sums = 6e0275a9478faba85166a8b42beb0b5b83e547072e8b70369bde1fb3c213cbe8
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.0.8.tar.xz
+ sha256sums = 0162b1ba0108c74f62c57e36422756f3cee8d17ba6ea3f7616cf6b27f5a90311
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index af2a6a170fab..30db61c34195 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.7
+pkgver=1.0.8
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=(gtk-update-icon-cache mint-x-icons)
conflicts=(mint-y-icons-git)
source=("${url}/pool/main/m/${pkgname}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('6e0275a9478faba85166a8b42beb0b5b83e547072e8b70369bde1fb3c213cbe8')
+sha256sums=('0162b1ba0108c74f62c57e36422756f3cee8d17ba6ea3f7616cf6b27f5a90311')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +