summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2017-01-13 12:00:37 +0200
committerΝικόλαος Κυριάκος Φυτίλης2017-01-13 12:00:37 +0200
commitcb138573ea62eb587cad0001b5ef1df9c932d0e0 (patch)
treea73162a2b12950c5c0d8b38a383132e1bdb7a61d
parentd6c9178b6e0a9106520a0f329b364ed71e0cd654 (diff)
downloadaur-cb138573ea62eb587cad0001b5ef1df9c932d0e0.tar.gz
auto - see github.com/nicman23/mate_arch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 112018571f9c..6f266f456964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mate-icon-theme-dev
pkgdesc = MATE icon theme
- pkgver = 1.15.0
- pkgrel = 1
+ pkgver = 1.17.0
+ pkgrel = 5
url = http://mate-desktop.org
arch = any
groups = mate
@@ -15,8 +15,8 @@ pkgbase = mate-icon-theme-dev
conflicts = mate-icon-theme-gtk3
options = !strip
options = !emptydirs
- source = http://pub.mate-desktop.org/releases/1.15/mate-icon-theme-1.15.0.tar.xz
- sha1sums = c83b1b4e53faf4a6991406e059192c4dc439d851
+ source = http://pub.mate-desktop.org/releases/1.17/mate-icon-theme-1.17.0.tar.xz
+ sha1sums = 663dc55a00fc83d65bd0a12abf0c675863002878
pkgname = mate-icon-theme-dev
diff --git a/PKGBUILD b/PKGBUILD
index 679fd668d7fc..9cfb983b123b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: eadrom <eadrom@archlinux.info>
# Contributor: Martin Wimpress <code@flexion.org>
-_ver=1.15
+_ver=1.17
_pkgbase=mate-icon-theme
pkgname="${_pkgbase}-dev"
pkgver=${_ver}.0
-pkgrel=1
+pkgrel=5
pkgdesc="MATE icon theme"
url="http://mate-desktop.org"
arch=('any')
@@ -18,7 +18,7 @@ makedepends=('icon-naming-utils' 'mate-common-dev')
options=(!strip !emptydirs)
groups=('mate')
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('c83b1b4e53faf4a6991406e059192c4dc439d851')
+sha1sums=('663dc55a00fc83d65bd0a12abf0c675863002878')
build() {
cd "${srcdir}/${_pkgbase}-${pkgver}"