summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-06-06 18:07:31 -0600
committerSam Burgos2018-06-06 18:07:31 -0600
commit11685445c1cd36faa9dd0653730e80b149f58ef2 (patch)
tree2f5ad6bf0e107eabdd57d950d375a7db29e7b101
parentd36453432a5855ea17598d87764061843db6b0fb (diff)
downloadaur-11685445c1cd36faa9dd0653730e80b149f58ef2.tar.gz
updated to version 1.4.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca8ac85222a6..4b25a720ce32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mint-x-icons
pkgdesc = Icon theme for Linux Mint
- pkgver = 1.4.8
+ pkgver = 1.4.9
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.8.tar.xz
- sha256sums = 7a05e75587948cb6da53ba08e7d3ad5b49f2d1306f94857c818b9f2e25ae2092
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.4.9.tar.xz
+ sha256sums = ad4e6c524a2c3e3a5c3f7e7cddea206bf92aba024312fbad312ee47d1ef5b959
pkgname = mint-x-icons
diff --git a/PKGBUILD b/PKGBUILD
index e043d9132e0e..ca0dfd196385 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.8
+pkgver=1.4.9
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=('7a05e75587948cb6da53ba08e7d3ad5b49f2d1306f94857c818b9f2e25ae2092')
+sha256sums=('ad4e6c524a2c3e3a5c3f7e7cddea206bf92aba024312fbad312ee47d1ef5b959')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +