summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-05-31 08:33:23 -0600
committerSam Burgos2018-05-31 08:33:23 -0600
commit8e52abfc3a65c8d1d77467d7f8448d3f3953f42b (patch)
treed3c371812ca1fe840409036aa6c9a7cfea4edb31
parent36fca962f46cc023b2b40e7b70942eb659f1b037 (diff)
downloadaur-8e52abfc3a65c8d1d77467d7f8448d3f3953f42b.tar.gz
updated to version 1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab951d38108a..691021b6fff3 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.2.1
+ pkgver = 1.2.2
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
optdepends = mint-x-icons: enable additional icons to inheritage
conflicts = mint-y-icons-git
- source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.2.1.tar.xz
- sha256sums = 0127e2d74f74dc63e3640fedfa90fcde70c8824a15b42a9c483146bd6d4fee28
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.2.2.tar.xz
+ sha256sums = 5f58317742eabdb30b33d88fbd1c897b519b93bf1a77e9034426dc8900a784d2
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index 26ec6d5a7ad4..c8ce44d1d230 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.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases"
arch=('any')
@@ -11,7 +11,7 @@ depends=(gtk-update-icon-cache)
optdepends=("mint-x-icons: enable additional icons to inheritage")
conflicts=(mint-y-icons-git)
source=("${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('0127e2d74f74dc63e3640fedfa90fcde70c8824a15b42a9c483146bd6d4fee28')
+sha256sums=('5f58317742eabdb30b33d88fbd1c897b519b93bf1a77e9034426dc8900a784d2')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +