summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-05-06 12:06:43 -0600
committerSam Burgos2018-05-06 12:06:43 -0600
commitd36453432a5855ea17598d87764061843db6b0fb (patch)
treeeba455db4d99d5580dc0cbea5698ff89bd8e82ba
parente794da0a94d1e3004eac5dc6623ee7234c07f2b0 (diff)
downloadaur-d36453432a5855ea17598d87764061843db6b0fb.tar.gz
updated to version 1.4.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46790c005466..ca8ac85222a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mint-x-icons
pkgdesc = Icon theme for Linux Mint
- pkgver = 1.4.7
+ pkgver = 1.4.8
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.7.tar.xz
- sha256sums = 7a9db0567353fd8e15dccac672753e6bb5595e8f6aac77fc3e1ff0784dc3272e
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.4.8.tar.xz
+ sha256sums = 7a05e75587948cb6da53ba08e7d3ad5b49f2d1306f94857c818b9f2e25ae2092
pkgname = mint-x-icons
diff --git a/PKGBUILD b/PKGBUILD
index cb47e80ac278..e043d9132e0e 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.7
+pkgver=1.4.8
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=('7a9db0567353fd8e15dccac672753e6bb5595e8f6aac77fc3e1ff0784dc3272e')
+sha256sums=('7a05e75587948cb6da53ba08e7d3ad5b49f2d1306f94857c818b9f2e25ae2092')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +