summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-05-11 08:11:37 -0500
committercarlwgeorge2016-05-11 08:11:37 -0500
commit71ccc5e6ee4766b37afecc33e19b3f85c6a138df (patch)
tree84de982fe7fc67cecb741c267dab6c571e1b52fd
parent8ea7e75c92e6d7a6d7ef441ee94f2cefa57dac4d (diff)
downloadaur-71ccc5e6ee4766b37afecc33e19b3f85c6a138df.tar.gz
1.3.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32b5f29ede21..2a7060007d74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 1 02:17:27 UTC 2016
+# Wed May 11 13:11:35 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.5
+ pkgver = 1.3.6
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.5.tar.xz
- sha256sums = d53a531683b6b6106440c159b6820ebe2045c36ef5bf86f855e2f73ea04a440f
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.3.6.tar.xz
+ sha256sums = d3d138d1b3046c4bdd236ca1e4b4002cebeacc8f0b39741dc5e84a6b9cd70ace
pkgname = mint-x-icons
diff --git a/PKGBUILD b/PKGBUILD
index 911121a73f6e..de8e2e0ca504 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.5'
+pkgver='1.3.6'
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=('d53a531683b6b6106440c159b6820ebe2045c36ef5bf86f855e2f73ea04a440f')
+sha256sums=('d3d138d1b3046c4bdd236ca1e4b4002cebeacc8f0b39741dc5e84a6b9cd70ace')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +