diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2017-08-23 02:06:48 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2017-08-23 02:06:48 +0800 |
commit | e9758186076c269be445799d590e060ef532c383 (patch) | |
tree | c2d960df95b9422f0c2a5046c4f0b0a5f7885b27 | |
parent | e07fcce52603e91461ebb207d789fdb36a915576 (diff) | |
download | AUR4-PKGBUILD-e9758186076c269be445799d590e060ef532c383.tar.gz AUR4-PKGBUILD-e9758186076c269be445799d590e060ef532c383.tar.zst AUR4-PKGBUILD-e9758186076c269be445799d590e060ef532c383.zip |
mingw-w64-hicolor-icon-theme: 0.15 -> 0.16
-rw-r--r-- | mingw-w64-hicolor-icon-theme/.SRCINFO | 8 | ||||
-rw-r--r-- | mingw-w64-hicolor-icon-theme/PKGBUILD | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/mingw-w64-hicolor-icon-theme/.SRCINFO b/mingw-w64-hicolor-icon-theme/.SRCINFO index 1d734f7..a525c56 100644 --- a/mingw-w64-hicolor-icon-theme/.SRCINFO +++ b/mingw-w64-hicolor-icon-theme/.SRCINFO @@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Tue Aug 22 18:06:48 UTC 2017 pkgbase = mingw-w64-hicolor-icon-theme pkgdesc = Freedesktop.org Hicolor icon theme (mingw-w64) - pkgver = 0.15 + pkgver = 0.16 pkgrel = 1 url = https://wiki.freedesktop.org/www/Software/icon-theme/ arch = any @@ -9,8 +11,8 @@ pkgbase = mingw-w64-hicolor-icon-theme options = !strip options = !buildflags options = staticlibs - source = http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.15.tar.xz - sha256sums = 9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc + source = http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.16.tar.xz + sha256sums = b0f8e770815fc80f7719d367608a2eb05572570cfca2734f986deae73e7d1f39 pkgname = mingw-w64-hicolor-icon-theme diff --git a/mingw-w64-hicolor-icon-theme/PKGBUILD b/mingw-w64-hicolor-icon-theme/PKGBUILD index b4f40fd..15ee9f8 100644 --- a/mingw-w64-hicolor-icon-theme/PKGBUILD +++ b/mingw-w64-hicolor-icon-theme/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: lantw44 at gmail dot com pkgname=mingw-w64-hicolor-icon-theme -pkgver=0.15 +pkgver=0.16 pkgrel=1 pkgdesc="Freedesktop.org Hicolor icon theme (mingw-w64)" arch=(any) @@ -10,7 +10,7 @@ license=('GPL') makedepends=('mingw-w64-configure') options=(!strip !buildflags staticlibs) source=("http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-${pkgver}.tar.xz") -sha256sums=('9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc') +sha256sums=('b0f8e770815fc80f7719d367608a2eb05572570cfca2734f986deae73e7d1f39') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |