[arch-commits] Commit in libdca/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Mar 28 09:33:18 UTC 2020
Date: Saturday, March 28, 2020 @ 09:33:17
Author: arojas
Revision: 378586
Update to 0.0.7
Modified:
libdca/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-28 09:29:17 UTC (rev 378585)
+++ PKGBUILD 2020-03-28 09:33:17 UTC (rev 378586)
@@ -1,7 +1,7 @@
# Maintainer: Andreas Radke <andyrtr at archlinux.org>
pkgname=libdca
-pkgver=0.0.6
+pkgver=0.0.7
pkgrel=1
pkgdesc="Free library for decoding DTS Coherent Acoustics streams"
arch=('x86_64')
@@ -12,8 +12,13 @@
replaces=('libdts')
options=('!emptydirs')
source=(https://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('d264128019e7fd295a35691636311f81960c17802dbbc67764c4e00b2fdf12ebc69b057a4947b57551a130e5cfd1fef3fe3558c7067216ea04a0b6bbb881b4f1')
+sha512sums=('dae15d77d066687c882833d5bed8d65a585c1fc0277b7276563c89ddd5a83b35389ec94cca445f38af28a9b01430b72647e9afd1b08f030959e711de1a08924a')
+prepare() {
+ cd $pkgname-$pkgver
+ ./bootstrap
+}
+
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man --disable-static
More information about the arch-commits
mailing list