summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2016-03-14 17:59:40 +0100
committerMarkus Kalb2016-03-14 17:59:40 +0100
commit8990b61c53abaf1e3c2cba40dba209b0a0179bf2 (patch)
tree181aff31eaaada97980c8189eae5c36cd0dec9d6
parent28df4606806622e01e2892c1297cdcf5c0ddcf3a (diff)
downloadaur-8990b61c53abaf1e3c2cba40dba209b0a0179bf2.tar.gz
0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a5e5d39872e..fefb2ba2fc4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libasdcp-cth
pkgdesc = open source implementation of SMPTE and the MXF Interop Sound & Picture Track File format.
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = http://carlh.net/asdcplib
arch = i686
@@ -12,8 +12,8 @@ pkgbase = libasdcp-cth
depends = libxml++>=2.6
depends = boost-libs
conflicts = asdcplib
- source = libasdcp-cth-0.1.0.tar.bz2::http://carlh.net/downloads/asdcplib-cth/libasdcp-cth-0.1.0.tar.bz2
- sha256sums = e8563fa51583f96c27e4c17ce9665ef07b26fb53aff1680793006a665736ed7a
+ source = libasdcp-cth-0.1.1.tar.bz2::http://carlh.net/downloads/asdcplib-cth/libasdcp-cth-0.1.1.tar.bz2
+ sha256sums = cb471c169e36ec112f70eab74ccb569a44106d3734873fa4f73c2408be98c072
pkgname = libasdcp-cth
diff --git a/PKGBUILD b/PKGBUILD
index 58e2f4cf8eaf..1fa4b672876d 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=libasdcp-cth
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="open source implementation of SMPTE and the MXF Interop Sound & Picture Track File format."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('python2' 'pkg-config' 'boost')
source=("${pkgname}-${pkgver}.tar.bz2::http://carlh.net/downloads/asdcplib-cth/${pkgname}-${pkgver}.tar.bz2")
#http://carlh.net/downloads/libcxml/libcxml-0.12.0.tar.bz2o
#http://carlh.net/downloads/asdcplib-cth/libasdcp-cth-0.1.0.tar.bz2
-sha256sums=('e8563fa51583f96c27e4c17ce9665ef07b26fb53aff1680793006a665736ed7a')
+sha256sums=('cb471c169e36ec112f70eab74ccb569a44106d3734873fa4f73c2408be98c072')
conflicts=('asdcplib')