Date: Sunday, March 22, 2020 @ 09:29:00 Author: arojas Revision: 378299
Update to 6.1.0 Modified: libdvdread/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-22 08:56:31 UTC (rev 378298) +++ PKGBUILD 2020-03-22 09:29:00 UTC (rev 378299) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=libdvdread -pkgver=6.0.2 +pkgver=6.1.0 pkgrel=1 pkgdesc="Provides a simple foundation for reading DVD video disks" arch=(x86_64) @@ -12,7 +12,7 @@ depends=('glibc') makedepends=('libdvdcss' 'git') optdepends=('libdvdcss: for decoding encrypted DVDs') -_commit=a02a002ff7e4a740a740a649f466a8954c70c5a1 # tags/6.0.2^0 +_commit=d413571ce39acd404523b6742ba361215f6ada68 # tags/6.1.0^0 source=("git+https://code.videolan.org/videolan/libdvdread.git#commit=$_commit") sha256sums=('SKIP')
