summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e1b62bd5caf..853dc82525b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,17 @@
# Contributor: ianux <ianux@free.fr>
pkgname=asdcplib2
-pkgver=2.5.12
+pkgver=2.5.14
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=('dbe5103c719cee3e3c1f6d06d4f5ff1578d2c19a')
+sha1sums=('23b9b459203d89d24ff0e6fceadc3b2bd6a6ff3b')
+md5sums=('f84a4b30c6e8aca234e8327c99e6f512')
build() {
cd asdcplib-${pkgver}