summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2016-06-16 22:33:20 -0600
committerSam Burgos2016-06-16 22:33:20 -0600
commit16aa073bbf9bc253d5fc8101704f8e491c45c0a3 (patch)
tree40e91d1994d7611ddc54691ce7a83abf35e11c4d
parent71ccc5e6ee4766b37afecc33e19b3f85c6a138df (diff)
downloadaur-16aa073bbf9bc253d5fc8101704f8e491c45c0a3.tar.gz
updated to version 1.3.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a7060007d74..b273bdc7fc68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed May 11 13:11:35 UTC 2016
pkgbase = mint-x-icons
pkgdesc = Mint-X Icon themes. A mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza.
- pkgver = 1.3.6
+ pkgver = 1.3.7
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-x-icons
install = mint-x-icons.install
@@ -11,8 +9,8 @@ pkgbase = mint-x-icons
depends = gdk-pixbuf2
depends = gtk-update-icon-cache
options = !strip
- source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.3.6.tar.xz
- sha256sums = d3d138d1b3046c4bdd236ca1e4b4002cebeacc8f0b39741dc5e84a6b9cd70ace
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.3.7.tar.xz
+ sha256sums = 6494ff0aec9a18c08c93fa7d7ae8ce51437f506985472b66068f579a85df2b71
pkgname = mint-x-icons
diff --git a/PKGBUILD b/PKGBUILD
index de8e2e0ca504..3bca8a9e4892 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Special thanks to the Linux Mint project, without them this would not exist.
pkgname='mint-x-icons'
-pkgver='1.3.6'
+pkgver='1.3.7'
pkgrel='1'
pkgdesc='Mint-X Icon themes. A mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza.'
arch=('any')
@@ -13,7 +13,7 @@ source=("${url}/${pkgname}_${pkgver}.tar.xz")
depends=('gdk-pixbuf2' 'gtk-update-icon-cache')
options=('!strip')
install="${pkgname}.install"
-sha256sums=('d3d138d1b3046c4bdd236ca1e4b4002cebeacc8f0b39741dc5e84a6b9cd70ace')
+sha256sums=('6494ff0aec9a18c08c93fa7d7ae8ce51437f506985472b66068f579a85df2b71')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +