summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2016-11-13 14:43:41 +0100
committerMarkus Kalb2016-11-13 14:43:41 +0100
commitee0f651e66308c71c6f282fbbaff04b8aaf0c0d7 (patch)
tree1b53cd60e56121a859359964e32c217a019d6ca8
parentf411770c3aaa80e3ed74c49a0cdbaf23808bb964 (diff)
downloadaur-ee0f651e66308c71c6f282fbbaff04b8aaf0c0d7.tar.gz
version 0.1.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94082531b6d6..14fb849013a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Nov 3 01:03:30 UTC 2016
+# Sun Nov 13 13:43:41 UTC 2016
pkgbase = libasdcp-cth
pkgdesc = open source implementation of SMPTE and the MXF Interop Sound & Picture Track File format.
- pkgver = 0.1.2
- pkgrel = 4
+ pkgver = 0.1.3
+ pkgrel = 1
url = http://carlh.net/asdcplib
arch = i686
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = libasdcp-cth
depends = boost-libs>=1.61.0
provides = libasdcp-cth
conflicts = asdcplib
- source = libasdcp-cth-0.1.2.tar.bz2::http://carlh.net/downloads/libasdcp-cth/libasdcp-cth-0.1.2.tar.bz2
- sha256sums = 062d435a767091df30614a1252a81323c097027a9d01e067b2326f76c3ffc3da
+ source = libasdcp-cth-0.1.3.tar.bz2::http://carlh.net/downloads/libasdcp-cth/libasdcp-cth-0.1.3.tar.bz2
+ sha256sums = 0a5f37fd56b8a02e176a3a2c08aa261eee836c1fef6c5d21fda7de4f40dace58
pkgname = libasdcp-cth
diff --git a/PKGBUILD b/PKGBUILD
index 297e89b3547f..1e1b75ede866 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=libasdcp-cth
-pkgver=0.1.2
-pkgrel=4
+pkgver=0.1.3
+pkgrel=1
pkgdesc="open source implementation of SMPTE and the MXF Interop Sound & Picture Track File format."
arch=('i686' 'x86_64')
url="http://carlh.net/asdcplib"
@@ -10,7 +10,7 @@ license=('GPL')
depends=('libxml++>=2.6' 'boost-libs>=1.61.0')
makedepends=('python2' 'pkg-config' 'boost')
source=("${pkgname}-${pkgver}.tar.bz2::http://carlh.net/downloads/libasdcp-cth/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('062d435a767091df30614a1252a81323c097027a9d01e067b2326f76c3ffc3da')
+sha256sums=('0a5f37fd56b8a02e176a3a2c08aa261eee836c1fef6c5d21fda7de4f40dace58')
conflicts=('asdcplib')
provides=('libasdcp-cth')