summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-05-18 18:40:02 +0200
committerNicola Murino2020-05-18 18:40:02 +0200
commit3170406437c0901b47e19314ce6f6778028fa4c7 (patch)
tree7e08def19d53ffd09d5cd7b3033286294d094c1b
parent8ef0bdce93da80a7109a5a2ff955b7026a5b0fbf (diff)
downloadaur-3170406437c0901b47e19314ce6f6778028fa4c7.tar.gz
update to 1.1.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b995b1ea79..b5c5d9f4496a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libwebp
pkgdesc = WebP library and conversion tools (mingw-w64)
- pkgver = 1.0.3
+ pkgver = 1.1.0
pkgrel = 1
url = https://developers.google.com/speed/webp/
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-libwebp
options = staticlibs
options = !strip
options = !buildflags
- source = git+https://chromium.googlesource.com/webm/libwebp#commit=0fe1a89dbf1930fc2554dbe76adad5d962054ead
+ source = git+https://chromium.googlesource.com/webm/libwebp#commit=d7844e9762b61c9638c263657bd49e1690184832
validpgpkeys = 6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 962483894613..6e39adba6f87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libwebp
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=1
-_commit=0fe1a89dbf1930fc2554dbe76adad5d962054ead # tags/v1.0.3-rc1^0
pkgdesc="WebP library and conversion tools (mingw-w64)"
arch=(any)
url="https://developers.google.com/speed/webp/"
@@ -10,6 +9,7 @@ license=("BSD")
makedepends=(mingw-w64-configure git)
depends=(mingw-w64-libjpeg-turbo mingw-w64-libpng mingw-w64-libtiff mingw-w64-giflib)
options=(staticlibs !strip !buildflags)
+_commit=d7844e9762b61c9638c263657bd49e1690184832 # tags/v1.1.0-rc2^0
source=("git+https://chromium.googlesource.com/webm/libwebp#commit=$_commit")
sha256sums=('SKIP')
validpgpkeys=('6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D')