diff options
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = boram pkgdesc = Cross-platform WebM converter - pkgver = 0.5.4 + pkgver = 0.5.5 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.4/boram-v0.5.4-linux-x64.7z + source = https://github.com/Kagami/boram/releases/download/v0.5.5/boram-v0.5.5-linux-x64.7z source = git+https://github.com/Kagami/nacl_sdk.git - source = git+https://github.com/Kagami/boram.git#tag=v0.5.4 - md5sums = b907fc61a9cd1d7049812576f052515d + source = git+https://github.com/Kagami/boram.git#tag=v0.5.5 + md5sums = d0bd9d68b7981a27ee4fc00211d34eab md5sums = SKIP md5sums = SKIP @@ -1,6 +1,6 @@ # Maintainer: Šarūnas Gliebus <ssharunas at yahoo.co.uk> pkgname=boram -pkgver=0.5.4 +pkgver=0.5.5 pkgrel=1 pkgdesc="Cross-platform WebM converter" arch=('x86_64') @@ -14,7 +14,7 @@ source=( "git+https://github.com/Kagami/boram.git#tag=v$pkgver" ) md5sums=( - 'b907fc61a9cd1d7049812576f052515d' + 'd0bd9d68b7981a27ee4fc00211d34eab' 'SKIP' 'SKIP' ) |