summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Kalb2019-04-29 16:06:02 +0200
committerMarkus Kalb2019-04-29 16:06:02 +0200
commit8cde7fb2275fc1fb8477c08d66e16b6f3f86a09b (patch)
tree662f87eba81b1567eb4247d767c935669353b9a4 /PKGBUILD
parentc231e61f1f251f897c2e2a837277da0290a71f0d (diff)
downloadaur-8cde7fb2275fc1fb8477c08d66e16b6f3f86a09b.tar.gz
upstream version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be0ed04278d3..78f1c5e6e09f 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.6
+pkgver=1.6.7
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=('624d250268aa247658b4e5b89522fc1af79f7b8f70a68fbd01f4e0afd611b9ac3aa8054eb63c366967e8fb4d76c3beae5929b966c8f45da8cef01bc9d1585f77')
+sha512sums=('24ae3855906168b5fe0981a6b6cd1f689ab7e76d95d13af79b15d19777ffb4259d3ca37ee2181ce3988a1c6a4231a3341c615f781cfb8151c5cfed573f0576d3')
build() {
CXXFLAGS="$CXXFLAGS -std=c++11"