diff --git a/bento4/default/PKGBUILD b/bento4/default/PKGBUILD index 634cc3f3..721dfd54 100644 --- a/bento4/default/PKGBUILD +++ b/bento4/default/PKGBUILD @@ -1,22 +1,22 @@ -# Maintainer: Martchus +# Maintainer: Martchus # All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where # you also find the URL of a binary repository. pkgname=bento4 -pkgver=1.4.3.607 -_pkgverstr=1.4.3-607 +pkgver=1.4.3.608 +_pkgverstr=1.4.3-608 pkgrel=1 -pkgdesc="Bento4 is a 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') url="https://www.bento4.com/" license=('GPL') makedepends=('cmake') optdepends=('python') source=("https://github.com/axiomatic-systems/Bento4/archive/v${_pkgverstr}.tar.gz") -md5sums=('9c5ebea9e0cef667c214d7df38d00b4e') +sha256sums=('f3e2ae92eb7b1d09e3ae1bfc02a1ab546207bc11033e9e7d6c7a46db53b9a4ca') _config="Release" -if [ $CARCH == "i686" ]; then +if [[ $CARCH == "i686" ]]; then _arch="x86" else _arch=$CARCH