summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-04-30 21:17:35 -0500
committercarlwgeorge2016-04-30 21:17:35 -0500
commit8ea7e75c92e6d7a6d7ef441ee94f2cefa57dac4d (patch)
treed52f836a10b799723e652d9bff646292b3c0cb6b
parentc0ca4bcc9323de50f970196b4c1a7cf7e8a838a6 (diff)
downloadaur-8ea7e75c92e6d7a6d7ef441ee94f2cefa57dac4d.tar.gz
1.3.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c5f26e7baa8..32b5f29ede21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 26 20:15:10 UTC 2016
+# Sun May 1 02:17:27 UTC 2016
pkgbase = mint-x-icons
pkgdesc = Mint-X Icon themes. A mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza.
- pkgver = 1.3.4
+ pkgver = 1.3.5
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-x-icons
install = mint-x-icons.install
@@ -11,8 +11,8 @@ pkgbase = mint-x-icons
depends = gdk-pixbuf2
depends = gtk-update-icon-cache
options = !strip
- source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.3.4.tar.xz
- sha256sums = cda6bda228d4b66149c5ecc44c9331a8b3c9ef3b98c4c092e76c59d33cb1cc9a
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.3.5.tar.xz
+ sha256sums = d53a531683b6b6106440c159b6820ebe2045c36ef5bf86f855e2f73ea04a440f
pkgname = mint-x-icons
diff --git a/PKGBUILD b/PKGBUILD
index 9ddcb6ed07f4..911121a73f6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Special thanks to the Linux Mint project, without them this would not exist.
pkgname='mint-x-icons'
-pkgver='1.3.4'
+pkgver='1.3.5'
pkgrel='1'
pkgdesc='Mint-X Icon themes. A mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza.'
arch=('any')
@@ -13,7 +13,7 @@ source=("${url}/${pkgname}_${pkgver}.tar.xz")
depends=('gdk-pixbuf2' 'gtk-update-icon-cache')
options=('!strip')
install="${pkgname}.install"
-sha256sums=('cda6bda228d4b66149c5ecc44c9331a8b3c9ef3b98c4c092e76c59d33cb1cc9a')
+sha256sums=('d53a531683b6b6106440c159b6820ebe2045c36ef5bf86f855e2f73ea04a440f')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +