summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 474d3167a152..faacc0c9717e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: ianux <ianux@free.fr>
pkgname=asdcplib
-pkgver=2.10.37
-_pkgver=2_10_37
+pkgver=2.10.38
+_pkgver=2_10_38
pkgrel=1
pkgdesc="Open Source implementation of SMPTE and the MXF Interop “Sound & Picture Track File” format"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://www.cinecert.com/asdcplib/"
license=('GPL3')
depends=('openssl')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cinecert/asdcplib/archive/rel_${_pkgver}.tar.gz")
-sha256sums=('2e9e46458c888ffa1458fb4b8e20146a34f064cd860f23dd251bd1e6122aca98')
+sha256sums=('f8cb3b1fecfe18f1a64e12e96e5696480631509e9088e29f5a259eb25b1b1656')
prepare() {
cd ${pkgname}-rel_${_pkgver}
@@ -28,4 +28,4 @@ build() {
package() {
cd ${pkgname}-rel_${_pkgver}
make DESTDIR=${pkgdir} install
-} \ No newline at end of file
+}