summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjon2019-08-06 19:25:04 +0300
committerjon2019-08-06 19:25:04 +0300
commit3919d367d83f924f37c91e3f0495c2fc10c12643 (patch)
tree80eb67cb5918c2653ebcba0a6ed745b8befb1032
parentf853982d723dda7bf4cb5ce9b152fe9f999b7c10 (diff)
downloadaur-3919d367d83f924f37c91e3f0495c2fc10c12643.tar.gz
version 0.5.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7393063a5ab..fd32bee73ba6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = boram
pkgdesc = Cross-platform WebM converter
- pkgver = 0.5.5
+ pkgver = 0.5.6
pkgrel = 1
url = https://github.com/Kagami/boram
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = boram
makedepends = node-gyp
depends = mpv
depends = ffmpeg
- source = https://github.com/Kagami/boram/releases/download/v0.5.5/boram-v0.5.5-linux-x64.7z
+ source = https://github.com/Kagami/boram/releases/download/v0.5.6/boram-v0.5.6-linux-x64.7z
source = git+https://github.com/Kagami/nacl_sdk.git
- source = git+https://github.com/Kagami/boram.git#tag=v0.5.5
- md5sums = d0bd9d68b7981a27ee4fc00211d34eab
+ source = git+https://github.com/Kagami/boram.git#tag=v0.5.6
+ md5sums = 7e3557a468e3582b5eb7620e89b2a94c
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 586f4a8bb7e2..f33340169e33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Šarūnas Gliebus <ssharunas at yahoo.co.uk>
pkgname=boram
-pkgver=0.5.5
+pkgver=0.5.6
pkgrel=1
pkgdesc="Cross-platform WebM converter"
arch=('x86_64')
@@ -13,11 +13,9 @@ source=(
"git+https://github.com/Kagami/nacl_sdk.git"
"git+https://github.com/Kagami/boram.git#tag=v$pkgver"
)
-md5sums=(
- 'd0bd9d68b7981a27ee4fc00211d34eab'
- 'SKIP'
- 'SKIP'
-)
+md5sums=('7e3557a468e3582b5eb7620e89b2a94c'
+ 'SKIP'
+ 'SKIP')
build() {
# Since video preview does not work with default release, we will have to build libboram.so by ourselves.