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 d4a221178e68..1bda6c857540 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.13
+pkgver=1.6.14
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=("https://carlh.net/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2" )
-sha512sums=('21d5263722a69e06e365a0a702f65b54aae7d423fef5b603417b61c951aac375908e674bc85594a790c1828d62c7ab2637caef9a312095c06f5e9fee1ca1a5c8')
+sha512sums=('535ddc27bc381b8672f1f5ccd06d49215c8dcba4d1c0146548edaa01abf0a6a3722048ec8ab9626f5aae47375bd717e7a5351275eabffd2b5f8d70173b4f4f32')
build() {
CXXFLAGS="$CXXFLAGS -std=c++11"