summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2018-04-29 15:00:07 +0200
committerNicola Murino2018-04-29 15:00:07 +0200
commitab3684743f107ea9f9f71592de7def4f90357869 (patch)
treebb42b05c1b380342d11172ec32d5ac6ad5c6105c /PKGBUILD
parentd01fbdbfe0dd1c3c0b5e62e2bf05281c3d310139 (diff)
downloadaur-ab3684743f107ea9f9f71592de7def4f90357869.tar.gz
Update to 1.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d13c622be9b..483f520bb45f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
+# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libwebp
-pkgver=0.6.0
+pkgver=1.0.0
pkgrel=1
-_commit=50d1a848bc56554af8413cfe681f94286a6371b3 # tags/v0.6.0^0
+_commit=698b8844e38a0c5ca50bb20f866e71291bfc3b36 # tags/v1.0.0^0
pkgdesc="WebP library and conversion tools (mingw-w64)"
arch=(any)
url="https://developers.google.com/speed/webp/"
@@ -48,3 +49,5 @@ package() {
find "$pkgdir/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs ${_arch}-strip -g
done
}
+
+# vim: ts=2 sw=2 et: