summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-05-31 15:50:24 -0600
committerSam Burgos2018-05-31 15:50:24 -0600
commitffd49997491676abb1e26ec697d6e10c8dd5b4d1 (patch)
tree295ab23487e60fd70a8a07017c391a5f6cb3a29a
parent8e52abfc3a65c8d1d77467d7f8448d3f3953f42b (diff)
downloadaur-ffd49997491676abb1e26ec697d6e10c8dd5b4d1.tar.gz
updated to version 1.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 691021b6fff3..bb93fb8c0e94 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.2
+ pkgver = 1.2.3
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.2.tar.xz
- sha256sums = 5f58317742eabdb30b33d88fbd1c897b519b93bf1a77e9034426dc8900a784d2
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.2.3.tar.xz
+ sha256sums = 85f0852ef028f2abb1bf7679d0e9e5a1fce1d8dffa70f641f1637e96c2be9de4
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index c8ce44d1d230..f5af160b7ed9 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.2
+pkgver=1.2.3
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=('5f58317742eabdb30b33d88fbd1c897b519b93bf1a77e9034426dc8900a784d2')
+sha256sums=('85f0852ef028f2abb1bf7679d0e9e5a1fce1d8dffa70f641f1637e96c2be9de4')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +