summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2015-11-13 19:09:31 -0600
committercarlwgeorge2015-11-13 19:09:31 -0600
commit4a7ac4eb71e020d9d4bff1f32308cf0d8241db2d (patch)
tree8a897c4b72fa05a19c3ca699500ce0957544fac9
parentb0937bd011c92ad23b7ed2b2f6fcb212098c1fc2 (diff)
downloadaur-4a7ac4eb71e020d9d4bff1f32308cf0d8241db2d.tar.gz
1.3.2-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 438cc789d327..92830bef2bc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
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.1
- pkgrel = 2
+ pkgver = 1.3.2
+ pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-x-icons
install = mint-x-icons.install
arch = any
license = GPL3
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.1.tar.gz
- sha256sums = 1e4fa84ca72cae3695356a4adae94c4151dd7438bac85097b2377abc7c8c100d
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.3.2.tar.gz
+ sha256sums = 86e3b7370f05fd6fb473eabb568661d23f400e971e18f086bdd6271fc8708303
pkgname = mint-x-icons
diff --git a/PKGBUILD b/PKGBUILD
index 41359debdcc5..9f41e78244c4 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.1'
-pkgrel='2'
+pkgver='1.3.2'
+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")
-depends=('gdk-pixbuf2')
+depends=('gdk-pixbuf2' 'gtk-update-icon-cache')
options=('!strip')
install="${pkgname}.install"
-sha256sums=('1e4fa84ca72cae3695356a4adae94c4151dd7438bac85097b2377abc7c8c100d')
+sha256sums=('86e3b7370f05fd6fb473eabb568661d23f400e971e18f086bdd6271fc8708303')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +