summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-04-26 15:15:30 -0500
committercarlwgeorge2016-04-26 15:15:30 -0500
commitc0ca4bcc9323de50f970196b4c1a7cf7e8a838a6 (patch)
tree2ebb5cc72522dd713f82cda6e56c39d21924826d
parent9c6ef034f35f047c655dca639c2f902f314bbc9c (diff)
downloadaur-c0ca4bcc9323de50f970196b4c1a7cf7e8a838a6.tar.gz
1.3.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99b39cea2ea5..0c5f26e7baa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 20 21:20:09 UTC 2016
+# Tue Apr 26 20:15:10 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.3
+ pkgver = 1.3.4
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.3.tar.gz
- sha256sums = c0d16c6f89c5caa305cb4574dc4892f7d092bac364321a9992e3a6e21f30b5b9
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.3.4.tar.xz
+ sha256sums = cda6bda228d4b66149c5ecc44c9331a8b3c9ef3b98c4c092e76c59d33cb1cc9a
pkgname = mint-x-icons
diff --git a/PKGBUILD b/PKGBUILD
index 09c29601a85b..9ddcb6ed07f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Special thanks to the Linux Mint project, without them this would not exist.
pkgname='mint-x-icons'
-pkgver='1.3.3'
+pkgver='1.3.4'
pkgrel='1'
pkgdesc='Mint-X Icon themes. A mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza.'
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
license=('GPL3')
-source=("${url}/${pkgname}_${pkgver}.tar.gz")
+source=("${url}/${pkgname}_${pkgver}.tar.xz")
depends=('gdk-pixbuf2' 'gtk-update-icon-cache')
options=('!strip')
install="${pkgname}.install"
-sha256sums=('c0d16c6f89c5caa305cb4574dc4892f7d092bac364321a9992e3a6e21f30b5b9')
+sha256sums=('cda6bda228d4b66149c5ecc44c9331a8b3c9ef3b98c4c092e76c59d33cb1cc9a')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +