summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5cff74ee549..b6ed32093cf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libasdcp-cth
pkgdesc = open source implementation of SMPTE and the MXF Interop Sound & Picture Track File format.
pkgver = 0.1.6.r21.gae75eb4
- pkgrel = 1
+ pkgrel = 2
url = https://carlh.net/asdcplib
arch = i686
arch = x86_64
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