summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-05-02 11:33:21 -0600
committerSam Burgos2018-05-02 11:33:21 -0600
commit8e3c65945e13ac335a9cafac3fd78aa2e6c2ae6d (patch)
treec1e2830e9374a8e386f01301c8c5350b19cb5083
parent03a80031d929d570c0ead8512f7b950bd4b02ae4 (diff)
downloadaur-8e3c65945e13ac335a9cafac3fd78aa2e6c2ae6d.tar.gz
updated to version 1.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99c272487d26..b6e29880261b 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.1.3
+ pkgver = 1.1.4
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-y-icons
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.1.3.tar.xz
- sha256sums = 72ac9675f7bc461ab8041d335f17fad9823146c91c051e99d7aafbee5e0bbfc9
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.1.4.tar.xz
+ sha256sums = 5023a320c03b7457f97c5ef69ddde8039e50ad3981d6472956e59842e7701ea8
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index 1dacad2ece74..0ad453b0d66c 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.1.3
+pkgver=1.1.4
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}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('72ac9675f7bc461ab8041d335f17fad9823146c91c051e99d7aafbee5e0bbfc9')
+sha256sums=('5023a320c03b7457f97c5ef69ddde8039e50ad3981d6472956e59842e7701ea8')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +