summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2018-09-10 22:28:45 +0200
committerMarkus Kalb2018-09-10 22:28:45 +0200
commit82e7c23a8bda0689d817d4829dc9704e19b03977 (patch)
treec0212ab18d7fb683910b90dfcd65c20e83b00141
parent0961689501316bac08b42a56d9b16d248eb13b09 (diff)
downloadaur-82e7c23a8bda0689d817d4829dc9704e19b03977.tar.gz
update to version 1.5.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e8a907ae1c1..78f3c3bcfdf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 25 16:20:46 UTC 2018
+# Mon Sep 10 19:59:34 UTC 2018
pkgbase = libdcp
pkgdesc = A small C++ library which can create and read Digital Cinema Packages using JPEG2000 and WAV files
- pkgver = 1.5.2
+ pkgver = 1.5.3
pkgrel = 1
url = http://carlh.net/libdcp
arch = i686
@@ -22,8 +22,8 @@ pkgbase = libdcp
depends = libsigc++>=2.0
depends = boost-libs>=1.66.0
depends = libasdcp-cth>=0.1.3
- source = http://carlh.net/downloads/libdcp/libdcp-1.5.2.tar.bz2
- sha512sums = 717486e06af2f89795dcaff09ccea38eeba786a55bc3df01acc576749a475df4a6dbd74b3edaceb08af5615468c24f45fec0527b315e2e5842683333f9118499
+ source = http://carlh.net/downloads/libdcp/libdcp-1.5.3.tar.bz2
+ sha512sums = f9c75ef4080ba30ff02daa331c7d9ea009ec430030ffea6274e86c96572800dd9f82dc14cc02eb91680b2db62f5ab4b74546ffac669496e1b06020eaea29a90d
pkgname = libdcp
diff --git a/PKGBUILD b/PKGBUILD
index fa37727b0136..9ebde7a25604 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.5.2
+pkgver=1.5.3
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.15.5' '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=('717486e06af2f89795dcaff09ccea38eeba786a55bc3df01acc576749a475df4a6dbd74b3edaceb08af5615468c24f45fec0527b315e2e5842683333f9118499')
+sha512sums=('f9c75ef4080ba30ff02daa331c7d9ea009ec430030ffea6274e86c96572800dd9f82dc14cc02eb91680b2db62f5ab4b74546ffac669496e1b06020eaea29a90d')
build() {
CXXFLAGS="$CXXFLAGS -std=c++11"