summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2018-06-20 07:50:01 -0600
committerSam Burgos2018-06-20 07:50:01 -0600
commit0e6e69735e4996a89fcd2ab495daf71140b283fa (patch)
tree929da2e297105aaaa32d12627093ea849c1feea6 /PKGBUILD
parent11685445c1cd36faa9dd0653730e80b149f58ef2 (diff)
downloadaur-0e6e69735e4996a89fcd2ab495daf71140b283fa.tar.gz
updated to version 1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca0dfd196385..5c9f7efcdf99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Thanks to the Linux Mint project http://linuxmint.com/
pkgname='mint-x-icons'
-pkgver=1.4.9
+pkgver=1.5.0
pkgrel=1
pkgdesc="Icon theme for Linux Mint"
arch=('any')
@@ -12,7 +12,7 @@ url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
license=('GPL3')
source=("${url}/${pkgname}_${pkgver}.tar.xz")
depends=('gdk-pixbuf2' 'gtk-update-icon-cache')
-sha256sums=('ad4e6c524a2c3e3a5c3f7e7cddea206bf92aba024312fbad312ee47d1ef5b959')
+sha256sums=('6604739fc28df77d5b860794f56674c216d590eadf559d6ec57841fde03d1765')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +