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

Antonio Rojas arojas at gemini.archlinux.org
Tue May 31 20:26:59 UTC 2022


    Date: Tuesday, May 31, 2022 @ 20:26:58
  Author: arojas
Revision: 447412

Update to 6.1.3, switch to signed tarball

Modified:
  libdvdread/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++-----------------
 1 file changed, 8 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-31 20:21:53 UTC (rev 447411)
+++ PKGBUILD	2022-05-31 20:26:58 UTC (rev 447412)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=libdvdread
-pkgver=6.1.2
+pkgver=6.1.3
 pkgrel=1
 pkgdesc="Provides a simple foundation for reading DVD video disks"
 arch=(x86_64)
@@ -10,29 +10,20 @@
 url="https://www.videolan.org/developers/libdvdnav.html"
 license=('GPL')
 depends=('glibc')
-makedepends=('libdvdcss' 'git')
+makedepends=('libdvdcss')
 optdepends=('libdvdcss: for decoding encrypted DVDs')
-_commit=37e2354e016648f7c74ad48fcb5524919bb228de
-source=("git+https://code.videolan.org/videolan/libdvdread.git#commit=$_commit")
-sha256sums=('SKIP')
+source=(https://download.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('ce35454997a208cbe50e91232f0e73fb1ac3471965813a13b8730a8f18a15369'
+            'SKIP')
+validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key (2015)
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list