Update bento4 to 1.5.1-629

This commit is contained in:
Martchus 2019-12-24 13:53:19 +01:00
parent c1c06c603a
commit 032b251176
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
# you also find the URL of a binary repository.
pkgname=bento4
pkgver=1.5.1.628
_pkgverstr=1.5.1-628
pkgver=1.5.1.629
_pkgverstr=1.5.1-629
pkgrel=1
pkgdesc='C++ class library and tools designed to read and write ISO-MP4 files'
arch=('i686' 'x86_64')
@ -14,7 +14,7 @@ license=('GPL')
makedepends=('cmake')
optdepends=('python')
source=("https://github.com/axiomatic-systems/Bento4/archive/v${_pkgverstr}.tar.gz")
sha256sums=('e6fce0b1015698ff2f4f99e81c516ec042b351de052c885da7f82aebda56b65a')
sha256sums=('de692f15ddd17d1d89e5bc58131f77ff4cd0dd1d0116fdef82d285910f204d29')
build() {
cd "${srcdir}/Bento4-${_pkgverstr}"