Update bento4 to 1.6.0.637

This commit is contained in:
Martchus 2020-09-06 14:53:24 +02:00
parent 0affaa8fb8
commit b22a316749
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
# you also find the URL of a binary repository. # you also find the URL of a binary repository.
pkgname=bento4 pkgname=bento4
pkgver=1.6.0.632 pkgver=1.6.0.637
_pkgverstr=1-6-0-632 _pkgverstr=1-6-0-637
pkgrel=1 pkgrel=1
pkgdesc='C++ class library and tools designed to read and write ISO-MP4 files' pkgdesc='C++ class library and tools designed to read and write ISO-MP4 files'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@ -14,7 +14,7 @@ license=('GPL')
makedepends=('cmake') makedepends=('cmake')
optdepends=('python') optdepends=('python')
source=("http://zebulon.bok.net/Bento4/source/Bento4-SRC-${_pkgverstr}.zip") source=("http://zebulon.bok.net/Bento4/source/Bento4-SRC-${_pkgverstr}.zip")
sha1sums=('73a98c07a9392a0525d41f09f824c447dca10963') sha1sums=('45b627e73253a3e03fa31af3b843f2c194f85793')
build() { build() {
cd "${srcdir}" cd "${srcdir}"