summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-05-02 11:35:30 -0600
committerSam Burgos2018-05-02 11:35:30 -0600
commite794da0a94d1e3004eac5dc6623ee7234c07f2b0 (patch)
treebea9d594847032fb20e26ef57c2ba7a9eae459b8
parent191b5e76872cd8b9745304ddfc739ba172d2a2f0 (diff)
downloadaur-e794da0a94d1e3004eac5dc6623ee7234c07f2b0.tar.gz
updated to version 1.4.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acae7441a14a..46790c005466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mint-x-icons
pkgdesc = Icon theme for Linux Mint
- pkgver = 1.4.6
+ pkgver = 1.4.7
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.6.tar.xz
- sha256sums = de5eff2b92fffb3fcd29ce7825cfc140449f8bb80c4ebdb7801dd473b0e9fa7d
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.4.7.tar.xz
+ sha256sums = 7a9db0567353fd8e15dccac672753e6bb5595e8f6aac77fc3e1ff0784dc3272e
pkgname = mint-x-icons
diff --git a/PKGBUILD b/PKGBUILD
index 75a348c6ad17..cb47e80ac278 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.6
+pkgver=1.4.7
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=('de5eff2b92fffb3fcd29ce7825cfc140449f8bb80c4ebdb7801dd473b0e9fa7d')
+sha256sums=('7a9db0567353fd8e15dccac672753e6bb5595e8f6aac77fc3e1ff0784dc3272e')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +