Date: Friday, December 20, 2019 @ 08:02:04 Author: alucryd Revision: 371951
upgpkg: libvpx 1.8.2-1 Modified: libvpx/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-20 07:20:46 UTC (rev 371950) +++ PKGBUILD 2019-12-20 08:02:04 UTC (rev 371951) @@ -3,7 +3,7 @@ # Contributor: Bartłomiej Piotrowski <[email protected]> pkgname=libvpx -pkgver=1.8.1 +pkgver=1.8.2 pkgrel=1 pkgdesc='VP8 and VP9 codec' arch=(x86_64) @@ -14,14 +14,20 @@ nasm ) provides=(libvpx.so) -source=(git+https://chromium.googlesource.com/webm/libvpx#tag=v${pkgver}) -sha256sums=('SKIP') +source=(git+https://chromium.googlesource.com/webm/libvpx#tag=7ec7a33a081aeeb53fed1a8d87e4cbd189152527) +sha256sums=(SKIP) +pkgver() { + cd libvpx + + git describe --tags | sed 's/^v//' +} + build() { cd libvpx ./configure \ - --prefix='/usr' \ + --prefix=/usr \ --disable-install-docs \ --disable-install-srcs \ --enable-pic \
