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 2d3ea9513606..be0ed04278d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libdcp
-pkgver=1.6.5
+pkgver=1.6.6
pkgrel=1
pkgdesc="A small C++ library which can create and read Digital Cinema Packages using JPEG2000 and WAV files"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('openssl' 'libxml++2.6' 'xmlsec' 'imagemagick' 'openjpeg2' 'libcxml>=0.16.1' 'libsigc++>=2.0' 'boost-libs>=1.66.0' 'libasdcp-cth>=0.1.3')
makedepends=('python2' 'boost>=1.66.0' 'python2' 'gcc' 'pkg-config')
source=("http://carlh.net/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2" )
-sha512sums=('324bdf726d44b36bfb2f48337154bbec7fbabe1acc13c648a59136f078370d8dc9a16d6f4e31bb043cc05b085817554f9cf55b85c49c43fc2b8146558aeb35ec')
+sha512sums=('624d250268aa247658b4e5b89522fc1af79f7b8f70a68fbd01f4e0afd611b9ac3aa8054eb63c366967e8fb4d76c3beae5929b966c8f45da8cef01bc9d1585f77')
build() {
CXXFLAGS="$CXXFLAGS -std=c++11"