Date: Monday, May 11, 2020 @ 16:35:02 Author: alucryd Revision: 383206
upgpkg: libvdpau 1.4-1 Modified: libvdpau/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-11 16:00:40 UTC (rev 383205) +++ PKGBUILD 2020-05-11 16:35:02 UTC (rev 383206) @@ -1,7 +1,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libvdpau -pkgver=1.3 +pkgver=1.4 pkgrel=1 pkgdesc="Nvidia VDPAU library" arch=(x86_64) @@ -8,8 +8,8 @@ url='https://www.freedesktop.org/wiki/Software/VDPAU/' depends=('libxext') license=('custom') -_commit=f57a9904c43ef5d726320c77baa91d0c38361ed4 # 1.3 -source=("git+https://anongit.freedesktop.org/git/vdpau/libvdpau#commit=$_commit") +_commit=c3d1a9dbafdfe6144ff474d0d523dc01b068750f # 1.4 +source=("git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=$_commit") makedepends=('xorgproto' 'git' 'meson') sha256sums=('SKIP')
