diff --git a/bento4/default/PKGBUILD b/bento4/default/PKGBUILD index 567226e8..4d6cec63 100644 --- a/bento4/default/PKGBUILD +++ b/bento4/default/PKGBUILD @@ -4,8 +4,8 @@ # you also find the URL of a binary repository. pkgname=bento4 -pkgver=1.5.1.629 -_pkgverstr=1.5.1-629 +pkgver=1.6.0.632 +_pkgverstr=1-6-0-632 pkgrel=1 pkgdesc='C++ class library and tools designed to read and write ISO-MP4 files' arch=('i686' 'x86_64') @@ -13,11 +13,11 @@ url='https://www.bento4.com/' license=('GPL') makedepends=('cmake') optdepends=('python') -source=("https://github.com/axiomatic-systems/Bento4/archive/v${_pkgverstr}.tar.gz") -sha256sums=('de692f15ddd17d1d89e5bc58131f77ff4cd0dd1d0116fdef82d285910f204d29') +source=("http://zebulon.bok.net/Bento4/source/Bento4-SRC-${_pkgverstr}.zip") +sha1sums=('73a98c07a9392a0525d41f09f824c447dca10963') build() { - cd "${srcdir}/Bento4-${_pkgverstr}" + cd "${srcdir}" sed -i "s/ STATIC / SHARED /" CMakeLists.txt cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_SKIP_BUILD_RPATH=ON @@ -25,7 +25,7 @@ build() { } package() { - cd "${srcdir}/Bento4-${_pkgverstr}" + cd "${srcdir}" # prevent conflict with libmp4v2 for conflicting_file in mp4extract mp4info; do