summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfreeman2016-04-04 10:31:43 +0200
committerfreeman2016-04-04 10:31:43 +0200
commit86cf98b600a7a094f1a286e06aef0c7a3392d786 (patch)
treea1078fdab0fa5a1b9b1f57d89d008c9118442998
parentd0e3e3e99ea45c517121ed7aa8b84a034bc2dfee (diff)
downloadaur-86cf98b600a7a094f1a286e06aef0c7a3392d786.tar.gz
Version update to 2.5.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 952d125b0ae4..5c50414ef469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = asdcplib2
pkgdesc = open source implementation of SMPTE and the MXF Interop “Sound & Picture Track File” format with IMF support
- pkgver = 2.5.11
- pkgrel = 2
+ pkgver = 2.5.12
+ 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.5.11.tar.gz
- sha1sums = 96932a265d822a2cbbf3a0b3e4821140fee9dc89
+ source = http://download.cinecert.com/asdcplib/asdcplib-2.5.12.tar.gz
+ sha1sums = dbe5103c719cee3e3c1f6d06d4f5ff1578d2c19a
pkgname = asdcplib2
diff --git a/PKGBUILD b/PKGBUILD
index 937fb3e4925d..8e1b62bd5caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: ianux <ianux@free.fr>
pkgname=asdcplib2
-pkgver=2.5.11
-pkgrel=2
+pkgver=2.5.12
+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/"
license=('custom')
depends=('expat' 'openssl')
source=(http://download.cinecert.com/asdcplib/asdcplib-${pkgver}.tar.gz)
-sha1sums=('96932a265d822a2cbbf3a0b3e4821140fee9dc89')
+sha1sums=('dbe5103c719cee3e3c1f6d06d4f5ff1578d2c19a')
build() {
cd asdcplib-${pkgver}