summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8117632525fd..a2e2b5433542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libasdcp-cth
_commit=ae75eb417d3804a6d723e2cf09647b54b15df5db
pkgver=0.1.6.r21.gae75eb4
-pkgrel=1
+pkgrel=2
pkgdesc="open source implementation of SMPTE and the MXF Interop Sound & Picture Track File format."
arch=('i686' 'x86_64')
url="https://carlh.net/asdcplib"
@@ -29,7 +29,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}"
- python waf install --destdir=$pkgdir
+ python waf install --destdir="$pkgdir"
cd "${pkgdir}"
if [ -d usr/lib64 ]
then