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 e1bd3319902c..7f07faab5499 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.3.1
+pkgver=1.3.2
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' 'openjpeg' 'libcxml>=0.15.0' 'libsigc++>=2.0' 'boost-libs>=1.45' 'libasdcp-cth>=0.1.0')
makedepends=('python2' 'boost>=1.45')
source=("http://carlh.net/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2" )
-sha512sums=('0a54a82f84fb132287084d8c10c96d06f986c91f92d8461d18a4c20d579ccec2058b346ea3f26b6eaad64bbacb2033f745a6c8199ec1baa9ac918333136d1ba4')
+sha512sums=('e113b6f4f14ce6a7085b7b12b8ab59ee9b7e7a29b768a3f2aff87cc43c62dec98cd811ea753496a77cb12655acd17c1efbc9895330aaaafad245287f5c3ff979')
build() {
CXXFLAGS="$CXXFLAGS -std=c++11"