summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-02-20 15:20:25 -0600
committercarlwgeorge2016-02-20 15:20:25 -0600
commit9c6ef034f35f047c655dca639c2f902f314bbc9c (patch)
tree5f22b20063b2f072be4bef1dd0d6723bb537ed14
parent4a7ac4eb71e020d9d4bff1f32308cf0d8241db2d (diff)
downloadaur-9c6ef034f35f047c655dca639c2f902f314bbc9c.tar.gz
1.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92830bef2bc1..99b39cea2ea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Feb 20 21:20:09 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.2
+ pkgver = 1.3.3
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-x-icons
install = mint-x-icons.install
@@ -9,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.2.tar.gz
- sha256sums = 86e3b7370f05fd6fb473eabb568661d23f400e971e18f086bdd6271fc8708303
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.3.3.tar.gz
+ sha256sums = c0d16c6f89c5caa305cb4574dc4892f7d092bac364321a9992e3a6e21f30b5b9
pkgname = mint-x-icons
diff --git a/PKGBUILD b/PKGBUILD
index 9f41e78244c4..09c29601a85b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Special thanks to the Linux Mint project, without them this would not exist.
pkgname='mint-x-icons'
-pkgver='1.3.2'
+pkgver='1.3.3'
pkgrel='1'
pkgdesc='Mint-X Icon themes. A mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza.'
arch=('any')
@@ -13,7 +13,7 @@ source=("${url}/${pkgname}_${pkgver}.tar.gz")
depends=('gdk-pixbuf2' 'gtk-update-icon-cache')
options=('!strip')
install="${pkgname}.install"
-sha256sums=('86e3b7370f05fd6fb473eabb568661d23f400e971e18f086bdd6271fc8708303')
+sha256sums=('c0d16c6f89c5caa305cb4574dc4892f7d092bac364321a9992e3a6e21f30b5b9')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +