summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2016-09-01 09:23:48 -0600
committerSam Burgos2016-09-01 09:23:48 -0600
commit60acd5806780baafa8461c8945d349c47ed9f853 (patch)
treecd6a80429c986c58a08a4158e4dcf88d67f63ed2 /PKGBUILD
parent10e17736ff2c29b29485f3b25326036e22528d98 (diff)
downloadaur-60acd5806780baafa8461c8945d349c47ed9f853.tar.gz
updated to 1.3.9 version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c307adb050d..4b44c81bb5fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Thanks to the Linux Mint project http://linuxmint.com/
pkgname='mint-x-icons'
-pkgver='1.3.8'
+pkgver='1.3.9'
pkgrel='1'
pkgdesc='Icon theme for Linux Mint. Based on mintified versions of Clearlooks Revamp, Elementary and Faenza.'
arch=('any')
@@ -14,7 +14,7 @@ source=("${url}/${pkgname}_${pkgver}.tar.xz")
depends=('gdk-pixbuf2' 'gtk-update-icon-cache')
options=('!strip')
install="${pkgname}.install"
-sha256sums=('4cf82a23399ca6f3987b5bd40fcb41797cd5f70f680e722b19b929746c3be798')
+sha256sums=('adbbbd81f14eb40b1df237ab3d9b4628add6e3f681f64c3982d3deb5257a0a83')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +