summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-10-10 19:40:47 +0200
committerMartchus2021-10-10 19:40:47 +0200
commit55cea0d70bd15cb443c20b439b06e6baa85d0954 (patch)
tree6f0dc2e96a690c332cb429cb9ada1e216854dbd9
parentd66b193ff6e496342dbe8b1fd8e201170ff67991 (diff)
downloadaur-55cea0d70bd15cb443c20b439b06e6baa85d0954.tar.gz
Update to 1.6.0.639
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37da86dc5c76..c32ff5567de1 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.637
+ pkgver = 1.6.0.639
pkgrel = 1
url = https://www.bento4.com/
arch = i686
@@ -12,8 +12,7 @@ pkgbase = bento4
license = GPL
makedepends = cmake
optdepends = python
- source = http://zebulon.bok.net/Bento4/source/Bento4-SRC-1-6-0-637.zip
- sha1sums = 45b627e73253a3e03fa31af3b843f2c194f85793
+ source = http://zebulon.bok.net/Bento4/source/Bento4-SRC-1-6-0-639.zip
+ sha1sums = d3351ffb425aadc698227ba84f5ec3401cad795a
pkgname = bento4
-
diff --git a/PKGBUILD b/PKGBUILD
index 105bec0bca4b..5b941a583053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# you also find the URL of a binary repository.
pkgname=bento4
-pkgver=1.6.0.637
-_pkgverstr=1-6-0-637
+pkgver=1.6.0.639
+_pkgverstr=1-6-0-639
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=('45b627e73253a3e03fa31af3b843f2c194f85793')
+sha1sums=('d3351ffb425aadc698227ba84f5ec3401cad795a')
build() {
cd "${srcdir}"