summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriehmaen2017-01-21 10:15:08 +0100
committerfriehmaen2017-01-21 10:15:08 +0100
commit2aceabc8441be6b49aa0e14d8f5f6864298cd691 (patch)
tree5275a42451a82bb52087e43d47878fdc37cb2e49
parent3aeb32bcf11630c1879a681818274a9c7125d071 (diff)
downloadaur-2aceabc8441be6b49aa0e14d8f5f6864298cd691.tar.gz
Version update to 2.7.18
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d158bbb1791a..b5ec83754068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = asdcplib2
pkgdesc = open source implementation of SMPTE and the MXF Interop “Sound & Picture Track File” format with IMF support
- pkgver = 2.6.17
- pkgrel = 2
+ pkgver = 2.7.18
+ pkgrel = 1
url = http://www.cinecert.com/asdcplib/
arch = i686
arch = x86_64
license = custom
depends = expat
depends = openssl
- source = http://download.cinecert.com/asdcplib/asdcplib-2.6.17.tar.gz
- md5sums = 4a3cf9710aa924860f93c87b3148f44a
- sha1sums = 660f5f69733230f5fbb710ea31d8509987294aae
+ source = http://download.cinecert.com/asdcplib/asdcplib-2.7.18.tar.gz
+ md5sums = 6180176e13dc0241437f8b2630433766
+ sha1sums = 4772b4f0c4ab887f30e092b0a4f87dcc73ea36fd
pkgname = asdcplib2
diff --git a/PKGBUILD b/PKGBUILD
index 6ec3c62d02d8..add45d7dda68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=asdcplib2
_pkgname=asdcplib
-pkgver=2.6.17
-pkgrel=2
+pkgver=2.7.18
+pkgrel=1
pkgdesc="open source implementation of SMPTE and the MXF Interop “Sound & Picture Track File” format with IMF support"
arch=('i686' 'x86_64')
url="http://www.cinecert.com/asdcplib/"
@@ -12,8 +12,8 @@ license=('custom')
depends=('expat' 'openssl')
source=("http://download.cinecert.com/asdcplib/${_pkgname}-${pkgver}.tar.gz")
-sha1sums=('660f5f69733230f5fbb710ea31d8509987294aae')
-md5sums=('4a3cf9710aa924860f93c87b3148f44a')
+sha1sums=('4772b4f0c4ab887f30e092b0a4f87dcc73ea36fd')
+md5sums=('6180176e13dc0241437f8b2630433766')
prepare() {
# --as-needed seems to break compatibility with libexpat, and configure step does not detect libexpat