summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-03-26 21:00:23 +0100
committerMartchus2020-03-26 21:00:23 +0100
commit96ff9df82df61cd3c7c3143be814cffc9e3fc5a4 (patch)
treedc84582aa25e01066bfbb3052575d360088e0e90
parent61a9c3cd731fb439155ae9ad17ff55fb8a3af730 (diff)
downloadaur-96ff9df82df61cd3c7c3143be814cffc9e3fc5a4.tar.gz
Update to 1.6.0.632
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1855988ef9f0..8102ad1c55f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bento4
pkgdesc = C++ class library and tools designed to read and write ISO-MP4 files
- pkgver = 1.5.1.629
+ pkgver = 1.6.0.632
pkgrel = 1
url = https://www.bento4.com/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = bento4
license = GPL
makedepends = cmake
optdepends = python
- source = https://github.com/axiomatic-systems/Bento4/archive/v1.5.1-629.tar.gz
- sha256sums = de692f15ddd17d1d89e5bc58131f77ff4cd0dd1d0116fdef82d285910f204d29
+ source = http://zebulon.bok.net/Bento4/source/Bento4-SRC-1-6-0-632.zip
+ sha1sums = 73a98c07a9392a0525d41f09f824c447dca10963
pkgname = bento4
diff --git a/PKGBUILD b/PKGBUILD
index 567226e8abf8..4d6cec63cdad 100644
--- a/PKGBUILD
+++ b/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