summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriehmaen2018-10-27 10:39:13 +0200
committerfriehmaen2018-10-27 10:39:13 +0200
commitbabff98c0689cdea20c2c2e21169054c3abb90a1 (patch)
tree268b96613c6963a0b51bec7d10035d31722c33ca
parenta991056ce891f7b4e0ac44aa0ca59d70fa111863 (diff)
downloadaur-asdcplib2.tar.gz
Version upadate to 2.10.31
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9573173c7175..535c818d5025 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.7.19
+ pkgver = 2.10.31
pkgrel = 1
url = http://www.cinecert.com/asdcplib/
arch = i686
@@ -8,9 +8,8 @@ pkgbase = asdcplib2
license = custom
depends = expat
depends = openssl
- source = http://download.cinecert.com/asdcplib/asdcplib-2.7.19.tar.gz
- md5sums = f9290440d1645cc834cfb9fb5a337348
- sha1sums = 00613125d3dffee29ca94407053b1dace1decb8a
+ source = http://download.cinecert.com/asdcplib/asdcplib-2.10.31.tar.gz
+ sha256sums = 71623e8fc57ead6557f1df80ca374fef7e6f92a61b6f8a330d09f9fbeb96eb9b
pkgname = asdcplib2
diff --git a/PKGBUILD b/PKGBUILD
index 0412c81f7b1d..72e3e05ea555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=asdcplib2
_pkgname=asdcplib
-pkgver=2.7.19
+pkgver=2.10.31
pkgrel=1
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,7 @@ license=('custom')
depends=('expat' 'openssl')
source=("http://download.cinecert.com/asdcplib/${_pkgname}-${pkgver}.tar.gz")
-sha1sums=('00613125d3dffee29ca94407053b1dace1decb8a')
-md5sums=('f9290440d1645cc834cfb9fb5a337348')
+sha256sums=('71623e8fc57ead6557f1df80ca374fef7e6f92a61b6f8a330d09f9fbeb96eb9b')
prepare() {
# --as-needed seems to break compatibility with libexpat, and configure step does not detect libexpat