summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-12-24 13:53:41 +0100
committerMartchus2019-12-24 13:53:41 +0100
commit61a9c3cd731fb439155ae9ad17ff55fb8a3af730 (patch)
treefb80a4eb25c7a5afbc4abcf841dcdfea7f153829
parent7193bfb26af101f41e8a2617ea66c456e6af37b7 (diff)
downloadaur-61a9c3cd731fb439155ae9ad17ff55fb8a3af730.tar.gz
Update to 1.5.1-629
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7874fbdcb3e9..1855988ef9f0 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.628
+ pkgver = 1.5.1.629
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-628.tar.gz
- sha256sums = e6fce0b1015698ff2f4f99e81c516ec042b351de052c885da7f82aebda56b65a
+ source = https://github.com/axiomatic-systems/Bento4/archive/v1.5.1-629.tar.gz
+ sha256sums = de692f15ddd17d1d89e5bc58131f77ff4cd0dd1d0116fdef82d285910f204d29
pkgname = bento4
diff --git a/PKGBUILD b/PKGBUILD
index b78ec98ebf10..567226e8abf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# you also find the URL of a binary repository.
pkgname=bento4
-pkgver=1.5.1.628
-_pkgverstr=1.5.1-628
+pkgver=1.5.1.629
+_pkgverstr=1.5.1-629
pkgrel=1
pkgdesc='C++ class library and tools designed to read and write ISO-MP4 files'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ license=('GPL')
makedepends=('cmake')
optdepends=('python')
source=("https://github.com/axiomatic-systems/Bento4/archive/v${_pkgverstr}.tar.gz")
-sha256sums=('e6fce0b1015698ff2f4f99e81c516ec042b351de052c885da7f82aebda56b65a')
+sha256sums=('de692f15ddd17d1d89e5bc58131f77ff4cd0dd1d0116fdef82d285910f204d29')
build() {
cd "${srcdir}/Bento4-${_pkgverstr}"