summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjon2019-02-17 21:34:18 +0200
committerjon2019-02-17 21:34:18 +0200
commitae67e9cc445dd9b0572e9b512dc13a403766657d (patch)
tree83106dcb1f312534fb92674e24bdb83f61faaa0c /PKGBUILD
parentf39858b0ca563101dbd9e98ebcbd6d02786e06ab (diff)
downloadaur-ae67e9cc445dd9b0572e9b512dc13a403766657d.tar.gz
updated version to 0.5.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ca7ba7bf441..84a7c2873d31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Šarūnas Gliebus <ssharunas at yahoo.co.uk>
pkgname=boram
-pkgver=0.5.3
+pkgver=0.5.4
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=(
- 'ed269b39bcc5b19caaebb24a61b60e76'
+ 'b907fc61a9cd1d7049812576f052515d'
'SKIP'
'SKIP'
)
@@ -28,9 +28,6 @@ build() {
ln -s /usr/bin/python2 ./python #nacl needs python2 as python
export PATH="$(pwd):$PATH"
- #ca-check is incompatable with openssl 1.1.1
- sed -i '20s/^/ #/' sdk_tools/download.py
-
./naclsdk update
export NACL_SDK_ROOT="$(pwd)/pepper_49"