summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2017-03-21 13:59:39 -0600
committerSam Burgos2017-03-21 13:59:39 -0600
commit306033e9cdd8b5d1877a273c74ff53d63bd274ba (patch)
treef09bc5c9b97285b4702b51b0efc896fbdd2b6d96 /PKGBUILD
parent6f2dee2effe50229289d3bff56c2895fe6e142e5 (diff)
downloadaur-306033e9cdd8b5d1877a273c74ff53d63bd274ba.tar.gz
updated email information, package comment based on LinuxMint github page and new version to 1.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1edc8a4e7f18..41a4da98460f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Sam Burgos < jsbm1089 at gmail dot com >
+# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
# Contributor: Carl George < arch at cgtx dot us >
# Contributor: Ryan Peters < sloshy at sbcglobal dot net >
# Thanks to the Linux Mint project http://linuxmint.com/
pkgname='mint-x-icons'
-pkgver='1.4.0'
+pkgver='1.4.1'
pkgrel='1'
-pkgdesc='Icon theme for Linux Mint. Based on mintified versions of Clearlooks Revamp, Elementary and Faenza.'
+pkgdesc='Icon theme for Linux Mint'
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
license=('GPL3')
@@ -14,7 +14,7 @@ source=("${url}/${pkgname}_${pkgver}.tar.xz")
depends=('gdk-pixbuf2' 'gtk-update-icon-cache')
options=('!strip')
install="${pkgname}.install"
-sha256sums=('970ccf67b5b120e23956f05029e52b1810f96d874a1cac1a9841f38ed4827c5e')
+sha256sums=('3c3c24cd41a99d84469a650ff0214291da6d83e9f66542d551a351a2cbf12910')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +