[arch-commits] Commit in libdvdnav/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Mar 22 09:32:56 UTC 2020
Date: Sunday, March 22, 2020 @ 09:32:56
Author: arojas
Revision: 378301
Update to 6.1.0
Modified:
libdvdnav/trunk/PKGBUILD
----------+
PKGBUILD | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 09:29:23 UTC (rev 378300)
+++ PKGBUILD 2020-03-22 09:32:56 UTC (rev 378301)
@@ -3,7 +3,7 @@
# contributor Sarah Hay <sarahhay at mb.sympatico.ca>
pkgname=libdvdnav
-pkgver=6.0.1
+pkgver=6.1.0
pkgrel=1
pkgdesc="The library for xine-dvdnav plugin."
arch=('x86_64')
@@ -10,28 +10,18 @@
license=('GPL')
url="https://www.videolan.org/developers/libdvdnav.html"
depends=('libdvdread')
-makedepends=('git')
-_commit=ee4f6486d73ab54e7704b4fed2615a1bad76427f # tags/6.0.1^0
-source=("git+https://code.videolan.org/videolan/libdvdnav.git#commit=$_commit")
-sha256sums=('SKIP')
+source=("https://download.videolan.org/pub/videolan/libdvdnav/$pkgver/libdvdnav-$pkgver.tar.bz2"{,.asc})
+sha256sums=('f697b15ea9f75e9f36bdf6ec3726308169f154e2b1e99865d0bbe823720cee5b'
+ 'SKIP')
+validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release Signing Key
-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