summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2019-11-25 21:52:56 -0300
committerRodrigo Bezerra2019-11-25 21:52:56 -0300
commite7e4efe199c6a5fa018cdfa7c14e817c7108ba3e (patch)
treec285b48005bf3d06ec5d5d6105ffe13f9f2fef18
parentde026a150ced9d6c4a7fe8103b0783493fd60d3a (diff)
downloadaur-e7e4efe199c6a5fa018cdfa7c14e817c7108ba3e.tar.gz
Update to version 6.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0f06b87c026..f882d38c60d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = lib32-libdvdnav
pkgdesc = The library for xine-dvdnav plugin (32 bit)
- pkgver = 6.0.0
- pkgrel = 2
+ pkgver = 6.0.1
+ pkgrel = 1
url = https://www.videolan.org/developers/libdvdnav.html
arch = x86_64
license = GPL
makedepends = git
depends = lib32-libdvdread
depends = libdvdnav
- source = git+https://code.videolan.org/videolan/libdvdnav.git#commit=dcb9109e45ccd304ec82a7c7bf46cca63620adf9
+ source = git+https://code.videolan.org/videolan/libdvdnav.git#commit=ee4f6486d73ab54e7704b4fed2615a1bad76427f
sha256sums = SKIP
pkgname = lib32-libdvdnav
diff --git a/PKGBUILD b/PKGBUILD
index 719e74b1fb8f..853d9763cca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_basename=libdvdnav
pkgname=lib32-libdvdnav
-pkgver=6.0.0
-pkgrel=2
+pkgver=6.0.1
+pkgrel=1
pkgdesc="The library for xine-dvdnav plugin (32 bit)"
arch=(x86_64)
license=(GPL)
url="https://www.videolan.org/developers/libdvdnav.html"
depends=(lib32-libdvdread libdvdnav)
-makedepends=('git')
-_commit=dcb9109e45ccd304ec82a7c7bf46cca63620adf9 # tags/6.0.0^0
+makedepends=(git)
+_commit=ee4f6486d73ab54e7704b4fed2615a1bad76427f # tags/6.0.1^0
source=("git+https://code.videolan.org/videolan/libdvdnav.git#commit=$_commit")
sha256sums=('SKIP')