summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcarlwgeorge2016-04-30 21:17:35 -0500
committercarlwgeorge2016-04-30 21:17:35 -0500
commit8ea7e75c92e6d7a6d7ef441ee94f2cefa57dac4d (patch)
treed52f836a10b799723e652d9bff646292b3c0cb6b /PKGBUILD
parentc0ca4bcc9323de50f970196b4c1a7cf7e8a838a6 (diff)
downloadaur-8ea7e75c92e6d7a6d7ef441ee94f2cefa57dac4d.tar.gz
1.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ddcb6ed07f4..911121a73f6e 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.4'
+pkgver='1.3.5'
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=('cda6bda228d4b66149c5ecc44c9331a8b3c9ef3b98c4c092e76c59d33cb1cc9a')
+sha256sums=('d53a531683b6b6106440c159b6820ebe2045c36ef5bf86f855e2f73ea04a440f')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +