summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjon2019-08-06 19:25:04 +0300
committerjon2019-08-06 19:25:04 +0300
commit3919d367d83f924f37c91e3f0495c2fc10c12643 (patch)
tree80eb67cb5918c2653ebcba0a6ed745b8befb1032 /PKGBUILD
parentf853982d723dda7bf4cb5ce9b152fe9f999b7c10 (diff)
downloadaur-3919d367d83f924f37c91e3f0495c2fc10c12643.tar.gz
version 0.5.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
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.