summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-03-21 13:59:39 -0600
committerSam Burgos2017-03-21 13:59:39 -0600
commit306033e9cdd8b5d1877a273c74ff53d63bd274ba (patch)
treef09bc5c9b97285b4702b51b0efc896fbdd2b6d96
parent6f2dee2effe50229289d3bff56c2895fe6e142e5 (diff)
downloadaur-306033e9cdd8b5d1877a273c74ff53d63bd274ba.tar.gz
updated email information, package comment based on LinuxMint github page and new version to 1.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5833b3c09711..a033ec74727d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mint-x-icons
- pkgdesc = Icon theme for Linux Mint. Based on mintified versions of Clearlooks Revamp, Elementary and Faenza.
- pkgver = 1.4.0
+ pkgdesc = Icon theme for Linux Mint
+ pkgver = 1.4.1
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-x-icons
install = mint-x-icons.install
@@ -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.4.0.tar.xz
- sha256sums = 970ccf67b5b120e23956f05029e52b1810f96d874a1cac1a9841f38ed4827c5e
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.4.1.tar.xz
+ sha256sums = 3c3c24cd41a99d84469a650ff0214291da6d83e9f66542d551a351a2cbf12910
pkgname = mint-x-icons
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 {} +