diff options
Diffstat (limited to 'main/hicolor-icon-theme')
-rw-r--r-- | main/hicolor-icon-theme/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/hicolor-icon-theme/APKBUILD b/main/hicolor-icon-theme/APKBUILD index afa063134..495a32253 100644 --- a/main/hicolor-icon-theme/APKBUILD +++ b/main/hicolor-icon-theme/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hicolor-icon-theme -pkgver=0.13 +pkgver=0.15 pkgrel=0 pkgdesc="Freedesktop.org Hicolor icon theme" url="http://icon-theme.freedesktop.org/wiki/HicolorTheme" @@ -8,7 +8,7 @@ arch="noarch" license="GPL2" depends="" makedepends="" -source="http://icon-theme.freedesktop.org/releases/$pkgname-$pkgver.tar.gz" +source="http://icon-theme.freedesktop.org/releases/$pkgname-$pkgver.tar.xz" build() { cd "$srcdir"/$pkgname-$pkgver @@ -24,6 +24,6 @@ package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 } -md5sums="21d0f50aa6b8eef02846cda9e5e9324c hicolor-icon-theme-0.13.tar.gz" -sha256sums="a38b038915480d1ddd4e3c421562560a14d42ace0449a5acc07c50f57f9c3406 hicolor-icon-theme-0.13.tar.gz" -sha512sums="c753621e31af5f6a3f0f0c274f819be62d9b500c63df7a43faf4f5a068d83cf23956602fdae2cf52b74f46915240168015fe055f5df4dfede2ddeb3a544756e2 hicolor-icon-theme-0.13.tar.gz" +md5sums="6aa2b3993a883d85017c7cc0cfc0fb73 hicolor-icon-theme-0.15.tar.xz" +sha256sums="9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc hicolor-icon-theme-0.15.tar.xz" +sha512sums="4ae3cb1d2d1dfc219424d41ffd72323a44e5320117e5e88f81c1629964dd42ab2055c999d0c846f9d8834e7b922b5cec36481e8c82fede6a4e73faf3ac09bd20 hicolor-icon-theme-0.15.tar.xz" |