summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2020-01-06 16:09:14 +0100
committerkfg2020-01-06 16:09:14 +0100
commit87dfbe56fba1c34b27c6b41504a6f58a47d00468 (patch)
tree90895ca66cd5609673163d5822b41126f45aec81
parent282d093dab7584a4c2e67023dc7059a076332376 (diff)
downloadaur-87dfbe56fba1c34b27c6b41504a6f58a47d00468.tar.gz
upgpkg: mingw-w64-libvpx 1.8.2-1
new upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cacba18894b0..5a395f97da2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 17 20:26:12 UTC 2019
+# Mon Jan 6 15:08:51 UTC 2020
pkgbase = mingw-w64-libvpx
pkgdesc = VP8 and VP9 codec (mingw-w64)
- pkgver = 1.8.1
+ pkgver = 1.8.2
pkgrel = 1
url = http://www.webmproject.org/
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-libvpx
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://chromium.googlesource.com/webm/libvpx#tag=v1.8.1
+ source = git+https://chromium.googlesource.com/webm/libvpx#tag=7ec7a33a081aeeb53fed1a8d87e4cbd189152527
source = configure.patch
sha256sums = SKIP
sha256sums = 24861b8d90eee9a5a953807b002ea05b86769df668b5a72a0b6e95f10969c3b6
diff --git a/PKGBUILD b/PKGBUILD
index 860b228d7614..a1683ea203d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-libvpx
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=1
pkgdesc="VP8 and VP9 codec (mingw-w64)"
arch=('any')
@@ -9,12 +9,18 @@ license=('BSD')
depends=('mingw-w64-crt')
options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'yasm' 'git')
-source=(git+https://chromium.googlesource.com/webm/libvpx#tag=v${pkgver}
+source=(git+https://chromium.googlesource.com/webm/libvpx#tag=7ec7a33a081aeeb53fed1a8d87e4cbd189152527
'configure.patch')
sha256sums=('SKIP'
'24861b8d90eee9a5a953807b002ea05b86769df668b5a72a0b6e95f10969c3b6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
+pkgver() {
+ cd libvpx
+
+ git describe --tags | sed 's/^v//'
+}
+
prepare() {
cd ${srcdir}/libvpx