[arch-commits] Commit in dav1d/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Jun 6 00:01:55 UTC 2019


    Date: Thursday, June 6, 2019 @ 00:01:07
  Author: anthraxx
Revision: 354896

upgpkg: dav1d 0.3.0-1

Modified:
  dav1d/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-05 23:44:22 UTC (rev 354895)
+++ PKGBUILD	2019-06-06 00:01:07 UTC (rev 354896)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=dav1d
-pkgver=0.2.1
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='AV1 cross-platform decoder focused on speed and correctness'
 url='https://code.videolan.org/videolan/dav1d/'
@@ -10,8 +10,10 @@
 depends=('glibc')
 makedepends=('meson' 'ninja' 'nasm' 'doxygen')
 provides=('libdav1d.so')
-source=(${pkgname}-${pkgver}.tar.bz2::https://code.videolan.org/videolan/dav1d/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('38d0a9e639579bf2046d3afd7ba0d4205081d8e26955be0216acc84ee2adcc81c790c858932009965b61a66fc3df66ed6b14da9d0e61e2505418c17bc4b75004')
+source=(https://downloads.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('a1e5bc5d9aa6df5451346b65e8be634588003e24bd8f5f3c14687354c0783287aaf9c68059ef9edcfbb9c8865afaef15ac7bce72780113423f997b710a2eaa2f'
+            'SKIP')
+validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release Signing Key
 
 build() {
   cd ${pkgbase}-${pkgver}



More information about the arch-commits mailing list