summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-05-11 08:50:32 -0600
committerSam Burgos2017-05-11 08:50:32 -0600
commit9e399fd4a34cf181464ed379c84ba352b2048bc9 (patch)
tree7c6d53d1e53330b5927339eb189bc31b40b5bded
parentb34243c4c3f67e6c79c01246a01f266f909a41e1 (diff)
downloadaur-9e399fd4a34cf181464ed379c84ba352b2048bc9.tar.gz
updated to version 1.0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd6e40a3a886..4a6b2692634f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = mint-y-icons
pkgdesc = New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases
- pkgver = 1.0.4
- pkgrel = 2
+ pkgver = 1.0.5
+ pkgrel = 1
url = http://packages.linuxmint.com
arch = any
license = GPL3
depends = mint-x-icons
depends = gtk-update-icon-cache
conflicts = mint-y-icons-git
- source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.0.4.tar.xz
- sha256sums = ba51c4575b7e298f27b31de9f5448075348615bb590ef9763952edbe563b95c2
+ source = http://packages.linuxmint.com/pool/main/m/mint-y-icons/mint-y-icons_1.0.5.tar.xz
+ sha256sums = 4c1402814e25deca0342721034b06e38220a1043c61f33136826ec8c6895b385
pkgname = mint-y-icons
diff --git a/PKGBUILD b/PKGBUILD
index b49d096ae3b7..5a89d13d1fc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
pkgname=mint-y-icons
-pkgver='1.0.4'
-pkgrel='2'
+pkgver='1.0.5'
+pkgrel='1'
pkgdesc='New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases'
arch=('any')
url='http://packages.linuxmint.com'
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('mint-x-icons' 'gtk-update-icon-cache')
conflicts=('mint-y-icons-git')
source=("${url}/pool/main/m/${pkgname}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('ba51c4575b7e298f27b31de9f5448075348615bb590ef9763952edbe563b95c2')
+sha256sums=('4c1402814e25deca0342721034b06e38220a1043c61f33136826ec8c6895b385')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +