summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriehmaen2016-12-06 21:19:07 +0100
committerfriehmaen2016-12-06 21:19:07 +0100
commit3aeb32bcf11630c1879a681818274a9c7125d071 (patch)
tree3f402094ce247883e3fe9ef0bdec98d62f9084ab
parent1f1b3069c002c62ffdb335aa8ce46be70918d5fd (diff)
downloadaur-3aeb32bcf11630c1879a681818274a9c7125d071.tar.gz
Version update to 2.6.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c718871d53d..d158bbb1791a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asdcplib2
pkgdesc = open source implementation of SMPTE and the MXF Interop “Sound & Picture Track File” format with IMF support
- pkgver = 2.5.14
+ pkgver = 2.6.17
pkgrel = 2
url = http://www.cinecert.com/asdcplib/
arch = i686
@@ -8,9 +8,9 @@ pkgbase = asdcplib2
license = custom
depends = expat
depends = openssl
- source = http://download.cinecert.com/asdcplib/asdcplib-2.5.14.tar.gz
- md5sums = f84a4b30c6e8aca234e8327c99e6f512
- sha1sums = 23b9b459203d89d24ff0e6fceadc3b2bd6a6ff3b
+ source = http://download.cinecert.com/asdcplib/asdcplib-2.6.17.tar.gz
+ md5sums = 4a3cf9710aa924860f93c87b3148f44a
+ sha1sums = 660f5f69733230f5fbb710ea31d8509987294aae
pkgname = asdcplib2
diff --git a/PKGBUILD b/PKGBUILD
index 349e9fdf845a..6ec3c62d02d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=asdcplib2
_pkgname=asdcplib
-pkgver=2.5.14
+pkgver=2.6.17
pkgrel=2
pkgdesc="open source implementation of SMPTE and the MXF Interop “Sound & Picture Track File” format with IMF support"
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ license=('custom')
depends=('expat' 'openssl')
source=("http://download.cinecert.com/asdcplib/${_pkgname}-${pkgver}.tar.gz")
-sha1sums=('23b9b459203d89d24ff0e6fceadc3b2bd6a6ff3b')
-md5sums=('f84a4b30c6e8aca234e8327c99e6f512')
+sha1sums=('660f5f69733230f5fbb710ea31d8509987294aae')
+md5sums=('4a3cf9710aa924860f93c87b3148f44a')
prepare() {
# --as-needed seems to break compatibility with libexpat, and configure step does not detect libexpat