summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b4d0f8f62e9..1443bbcc7097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libdcp
-pkgver=1.6.14
-pkgrel=3
+pkgver=1.6.17
+pkgrel=1
pkgdesc="A small C++ library which can create and read Digital Cinema Packages using JPEG2000 and WAV files"
arch=('i686' 'x86_64')
url="https://carlh.net/libdcp"
@@ -10,7 +10,7 @@ license=('GPL')
depends=('openssl' 'libxml++2.6' 'xmlsec' 'imagemagick' 'openjpeg2' 'libcxml>=0.16.1' 'libsigc++>=2.0' 'boost-libs>=1.72.0' 'libasdcp-cth>=0.1.3')
makedepends=('python2' 'boost>=1.72.0' 'python2' 'gcc' 'pkg-config')
source=("https://carlh.net/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2" )
-sha512sums=('535ddc27bc381b8672f1f5ccd06d49215c8dcba4d1c0146548edaa01abf0a6a3722048ec8ab9626f5aae47375bd717e7a5351275eabffd2b5f8d70173b4f4f32')
+sha512sums=('b5902f6f43ab4bd17d03766d611be4c1a5801a48f39330eb41c2c23fe0a3570c720efad52d07f360b5af73fc83d69402418be1fb551c541bd74380efe8b0157e')
build() {
CXXFLAGS="$CXXFLAGS -std=c++11"