summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff773a3d965a..9fdbc7df60af 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.6.7
+ pkgver = 1.6.9
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-y-icons
arch = any
@@ -8,9 +8,8 @@ pkgbase = mint-y-icons
depends = gtk-update-icon-cache
depends = hicolor-icon-theme
optdepends = mint-x-icons: enable additional icons to inheritage
- conflicts = mint-y-icons-git
options = !strip
- source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.6.7.tar.xz
- sha256sums = 0cff729fc38c441964f4d6b479433b9dd4d3d78e799354fc6df5c883d9f99407
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.6.9.tar.xz
+ sha256sums = 9bff516c224f6717320f434e14678a1b5fbff1951bc33c77c6847c74ba3f13e3
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index f0769027de17..1177dea0afd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,22 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=mint-y-icons
-pkgver=1.6.7
+pkgver=1.6.9
pkgrel=1
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)
+license=('GPL3')
depends=(
- gtk-update-icon-cache
- hicolor-icon-theme
+ 'gtk-update-icon-cache'
+ 'hicolor-icon-theme'
)
optdepends=(
'mint-x-icons: enable additional icons to inheritage'
)
-conflicts=(
- mint-y-icons-git
-)
options=(!strip)
source=("${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('0cff729fc38c441964f4d6b479433b9dd4d3d78e799354fc6df5c883d9f99407')
+sha256sums=('9bff516c224f6717320f434e14678a1b5fbff1951bc33c77c6847c74ba3f13e3')
package() {
cd "${srcdir}"/"${pkgname}"