summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-09-06 14:54:34 +0200
committerMartchus2020-09-06 14:54:34 +0200
commitd66b193ff6e496342dbe8b1fd8e201170ff67991 (patch)
treec69cadb30b70bc3b55f734b56e9c4dc8ace8d739
parent154b401b11023ba516bffe335a03e374aaf09757 (diff)
downloadaur-d66b193ff6e496342dbe8b1fd8e201170ff67991.tar.gz
Update to 1.6.0.637
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a63df1e6cfca..37da86dc5c76 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.6.0.632
+ pkgver = 1.6.0.637
pkgrel = 1
url = https://www.bento4.com/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = bento4
license = GPL
makedepends = cmake
optdepends = python
- source = http://zebulon.bok.net/Bento4/source/Bento4-SRC-1-6-0-632.zip
- sha1sums = 73a98c07a9392a0525d41f09f824c447dca10963
+ source = http://zebulon.bok.net/Bento4/source/Bento4-SRC-1-6-0-637.zip
+ sha1sums = 45b627e73253a3e03fa31af3b843f2c194f85793
pkgname = bento4
diff --git a/PKGBUILD b/PKGBUILD
index e5b3b7b42dcd..105bec0bca4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# you also find the URL of a binary repository.
pkgname=bento4
-pkgver=1.6.0.632
-_pkgverstr=1-6-0-632
+pkgver=1.6.0.637
+_pkgverstr=1-6-0-637
pkgrel=1
pkgdesc='C++ class library and tools designed to read and write ISO-MP4 files'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -14,7 +14,7 @@ license=('GPL')
makedepends=('cmake')
optdepends=('python')
source=("http://zebulon.bok.net/Bento4/source/Bento4-SRC-${_pkgverstr}.zip")
-sha1sums=('73a98c07a9392a0525d41f09f824c447dca10963')
+sha1sums=('45b627e73253a3e03fa31af3b843f2c194f85793')
build() {
cd "${srcdir}"