summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2016-04-01 21:42:03 +0800
committerTing-Wei Lan2016-04-01 21:42:03 +0800
commit5beaef6fc61c3dd0055097578f0f17f63b66b4f5 (patch)
treeaf772dae42809f0a601630fc79849c5766b4384f
parentb699121f43f2aeddbe1a9455028e04ae1d9022b6 (diff)
downloadaur-5beaef6fc61c3dd0055097578f0f17f63b66b4f5.tar.gz
mingw-w64-adwaita-icon-theme: 3.18.0 -> 3.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 974201cd9946..13149ce6a338 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Apr 1 08:42:44 UTC 2016
pkgbase = mingw-w64-adwaita-icon-theme
pkgdesc = Adwaita icon theme (mingw-w64)
- pkgver = 3.18.0
+ pkgver = 3.20
pkgrel = 1
url = http://www.gnome.org
arch = any
@@ -13,8 +15,8 @@ pkgbase = mingw-w64-adwaita-icon-theme
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/adwaita-icon-theme/3.18/adwaita-icon-theme-3.18.0.tar.xz
- sha256sums = 5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58
+ source = https://download.gnome.org/sources/adwaita-icon-theme/3.20/adwaita-icon-theme-3.20.tar.xz
+ sha256sums = 7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35
pkgname = mingw-w64-adwaita-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 77bdbd238a7f..2ed54dfb9a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-adwaita-icon-theme
-pkgver=3.18.0
+pkgver=3.20
pkgrel=1
pkgdesc="Adwaita icon theme (mingw-w64)"
arch=(any)
@@ -14,8 +14,8 @@ makedepends=(
'librsvg')
depends=('mingw-w64-hicolor-icon-theme')
options=(!strip !buildflags staticlibs)
-source=("https://download.gnome.org/sources/adwaita-icon-theme/${pkgver%.*}/adwaita-icon-theme-${pkgver}.tar.xz")
-sha256sums=('5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58')
+source=("https://download.gnome.org/sources/adwaita-icon-theme/${pkgver}/adwaita-icon-theme-${pkgver}.tar.xz")
+sha256sums=('7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -38,7 +38,6 @@ package() {
find "$pkgdir/usr/${_arch}" -name '*.exe' -o -name '*.bat' -o -name '*.def' -o -name '*.exp' -o -name '*.manifest' | xargs -rtl1 rm
find "$pkgdir/usr/${_arch}" -name '*.dll' | xargs -rtl1 ${_arch}-strip --strip-unneeded
find "$pkgdir/usr/${_arch}" -name '*.a' | xargs -rtl1 ${_arch}-strip -g
- find "$pkgdir/usr/${_arch}/share/locale" -type d -empty -delete
cd ..
done
}