summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2016-08-31 18:34:48 -0600
committerSam Burgos2016-08-31 18:34:48 -0600
commit10e17736ff2c29b29485f3b25326036e22528d98 (patch)
tree17b281b1ff9f477ef1026e4d90b03afe024b9682
parent93f68edd203f590327bdb1ff681d7ade27afc552 (diff)
downloadaur-10e17736ff2c29b29485f3b25326036e22528d98.tar.gz
updated to version 1.3.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf8c0edfca33..8040c44002cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mint-x-icons
pkgdesc = Icon theme for Linux Mint. Based on mintified versions of Clearlooks Revamp, Elementary and Faenza.
- pkgver = 1.3.7
- pkgrel = 2
+ pkgver = 1.3.8
+ pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-x-icons
install = mint-x-icons.install
arch = any
@@ -9,8 +9,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.7.tar.xz
- sha256sums = 6494ff0aec9a18c08c93fa7d7ae8ce51437f506985472b66068f579a85df2b71
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.3.8.tar.xz
+ sha256sums = 4cf82a23399ca6f3987b5bd40fcb41797cd5f70f680e722b19b929746c3be798
pkgname = mint-x-icons
diff --git a/PKGBUILD b/PKGBUILD
index 4bc993f43236..3c307adb050d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Carl George < arch at cgtx dot us >
+# Maintainer: Sam Burgos < jsbm1089 at gmail dot com >
+# Contributor: Carl George < arch at cgtx dot us >
# Contributor: Ryan Peters < sloshy at sbcglobal dot net >
-# Special thanks to the Linux Mint project, without them this would not exist.
+# Thanks to the Linux Mint project http://linuxmint.com/
pkgname='mint-x-icons'
-pkgver='1.3.7'
-pkgrel='2'
+pkgver='1.3.8'
+pkgrel='1'
pkgdesc='Icon theme for Linux Mint. Based on mintified versions of Clearlooks Revamp, Elementary and Faenza.'
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
@@ -13,7 +14,7 @@ source=("${url}/${pkgname}_${pkgver}.tar.xz")
depends=('gdk-pixbuf2' 'gtk-update-icon-cache')
options=('!strip')
install="${pkgname}.install"
-sha256sums=('6494ff0aec9a18c08c93fa7d7ae8ce51437f506985472b66068f579a85df2b71')
+sha256sums=('4cf82a23399ca6f3987b5bd40fcb41797cd5f70f680e722b19b929746c3be798')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +