summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD24
2 files changed, 18 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1010dd1dd650..c779ac617505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mint-y-icons
pkgdesc = A flat, colorful, and modern theme based on Paper and Moka
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-y-icons
arch = any
@@ -9,8 +9,8 @@ pkgbase = mint-y-icons
depends = hicolor-icon-theme
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.3.3.tar.xz
- sha256sums = ff6179396182bbe35fab66e17f471f08a2ec5e9071a4e6b3de13ab615b0791de
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.3.4.tar.xz
+ sha256sums = 9768cc29e3f0ca3e0640c67e4b4c7c06418a865f86caa1ef838baad11f94201b
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index 98bbaea81e00..e205297127dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,24 @@
-# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
+# Maintainer: Sam Burgos < santiago dot burgos1089 at gmail dot com >
pkgname=mint-y-icons
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
-pkgdesc="A flat, colorful, and modern theme based on Paper and Moka"
+pkgdesc='A flat, colorful, and modern theme based on Paper and Moka'
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
-license=('GPL3')
-depends=('gtk-update-icon-cache'
- 'hicolor-icon-theme')
-optdepends=('mint-x-icons: enable additional icons to inheritage')
-conflicts=("mint-y-icons-git")
+license=(GPL3)
+depends=(
+ gtk-update-icon-cache
+ hicolor-icon-theme
+)
+optdepends=(
+ 'mint-x-icons: enable additional icons to inheritage'
+)
+conflicts=(
+ mint-y-icons-git
+)
source=("${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('ff6179396182bbe35fab66e17f471f08a2ec5e9071a4e6b3de13ab615b0791de')
+sha256sums=('9768cc29e3f0ca3e0640c67e4b4c7c06418a865f86caa1ef838baad11f94201b')
package() {
cd "${srcdir}"/"${pkgname}"