summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-06-20 07:50:01 -0600
committerSam Burgos2018-06-20 07:50:01 -0600
commit0e6e69735e4996a89fcd2ab495daf71140b283fa (patch)
tree929da2e297105aaaa32d12627093ea849c1feea6
parent11685445c1cd36faa9dd0653730e80b149f58ef2 (diff)
downloadaur-0e6e69735e4996a89fcd2ab495daf71140b283fa.tar.gz
updated to version 1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b25a720ce32..fe8f6847ce68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mint-x-icons
pkgdesc = Icon theme for Linux Mint
- pkgver = 1.4.9
+ pkgver = 1.5.0
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-x-icons
arch = any
license = GPL3
depends = gdk-pixbuf2
depends = gtk-update-icon-cache
- source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.4.9.tar.xz
- sha256sums = ad4e6c524a2c3e3a5c3f7e7cddea206bf92aba024312fbad312ee47d1ef5b959
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.5.0.tar.xz
+ sha256sums = 6604739fc28df77d5b860794f56674c216d590eadf559d6ec57841fde03d1765
pkgname = mint-x-icons
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 {} +