summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2018-04-29 15:00:07 +0200
committerNicola Murino2018-04-29 15:00:07 +0200
commitab3684743f107ea9f9f71592de7def4f90357869 (patch)
treebb42b05c1b380342d11172ec32d5ac6ad5c6105c
parentd01fbdbfe0dd1c3c0b5e62e2bf05281c3d310139 (diff)
downloadaur-ab3684743f107ea9f9f71592de7def4f90357869.tar.gz
Update to 1.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fde4f6ac03d..332e28721dd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 30 05:08:47 UTC 2017
+# Sun Apr 29 12:59:52 UTC 2018
pkgbase = mingw-w64-libwebp
pkgdesc = WebP library and conversion tools (mingw-w64)
- pkgver = 0.6.0
+ pkgver = 1.0.0
pkgrel = 1
url = https://developers.google.com/speed/webp/
arch = any
@@ -16,7 +16,7 @@ pkgbase = mingw-w64-libwebp
options = staticlibs
options = !strip
options = !buildflags
- source = git+https://chromium.googlesource.com/webm/libwebp#commit=50d1a848bc56554af8413cfe681f94286a6371b3
+ source = git+https://chromium.googlesource.com/webm/libwebp#commit=698b8844e38a0c5ca50bb20f866e71291bfc3b36
sha256sums = SKIP
pkgname = mingw-w64-libwebp
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: