summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-09-23 14:25:17 +0200
committerMartchus2019-09-23 14:25:17 +0200
commit7193bfb26af101f41e8a2617ea66c456e6af37b7 (patch)
tree48292fc81a43df7e1ddff232a8476f7885b23f11
parentd44a74ea52fd5e8e4d5c61ccabaf3080e3493492 (diff)
downloadaur-7193bfb26af101f41e8a2617ea66c456e6af37b7.tar.gz
Update to 1.5.1.628
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc4cf4419615..7874fbdcb3e9 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.624
+ pkgver = 1.5.1.628
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-624.tar.gz
- sha256sums = eda725298e77df83e51793508a3a2640eabdfda1abc8aa841eca69983de83a4c
+ source = https://github.com/axiomatic-systems/Bento4/archive/v1.5.1-628.tar.gz
+ sha256sums = e6fce0b1015698ff2f4f99e81c516ec042b351de052c885da7f82aebda56b65a
pkgname = bento4
diff --git a/PKGBUILD b/PKGBUILD
index ba482efab3fe..b78ec98ebf10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# you also find the URL of a binary repository.
pkgname=bento4
-pkgver=1.5.1.624
-_pkgverstr=1.5.1-624
+pkgver=1.5.1.628
+_pkgverstr=1.5.1-628
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=('eda725298e77df83e51793508a3a2640eabdfda1abc8aa841eca69983de83a4c')
+sha256sums=('e6fce0b1015698ff2f4f99e81c516ec042b351de052c885da7f82aebda56b65a')
build() {
cd "${srcdir}/Bento4-${_pkgverstr}"