summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriehmaen2016-06-03 18:36:56 +0200
committerfriehmaen2016-06-03 18:36:56 +0200
commit4e79c20cdf323ea5e10cdaaba3f834e9fba89af3 (patch)
treed944c1fa653234abf1eb4315acd650098ef96ff6
parent86cf98b600a7a094f1a286e06aef0c7a3392d786 (diff)
downloadaur-4e79c20cdf323ea5e10cdaaba3f834e9fba89af3.tar.gz
Version Update to 2.5.14
Added .gitignore
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c50414ef469..a8a4fb87614c 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.12
+ pkgver = 2.5.14
pkgrel = 1
url = http://www.cinecert.com/asdcplib/
arch = i686
@@ -8,8 +8,9 @@ pkgbase = asdcplib2
license = custom
depends = expat
depends = openssl
- source = http://download.cinecert.com/asdcplib/asdcplib-2.5.12.tar.gz
- sha1sums = dbe5103c719cee3e3c1f6d06d4f5ff1578d2c19a
+ source = http://download.cinecert.com/asdcplib/asdcplib-2.5.14.tar.gz
+ md5sums = f84a4b30c6e8aca234e8327c99e6f512
+ sha1sums = 23b9b459203d89d24ff0e6fceadc3b2bd6a6ff3b
pkgname = asdcplib2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..52003c53dd0a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tar.gz
+*.tar.xz
+src
+pkg
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}