summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraxionl2018-12-06 10:34:21 +0900
committeraxionl2018-12-06 10:34:21 +0900
commit1d06a6185de1db266f9ca5b9a3b9931345b23c9e (patch)
tree93c751425fad83a5f2e0e4370406503a6998b604 /PKGBUILD
parent4750f7cb07b6728eae459edb83caa70c48c0e7b6 (diff)
downloadaur-1d06a6185de1db266f9ca5b9a3b9931345b23c9e.tar.gz
[Fixed] sielo-browser-git: change the binary path and add *.so
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3dbefe2a9f1..e953e1e8b1e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ariel AxionL <axionl@aosc.io>
pkgname=sielo-browser-git
_pkgname=sielo-browser
-pkgver=r1071.0787986
+pkgver=r1207.b4dbd9d
pkgrel=1
pkgdesc="A simple, customizable and fast web browser"
arch=('x86_64')
@@ -50,7 +50,8 @@ package() {
cp -r icon/* ${pkgdir}/usr/share/icons/hicolor/
# Binaries
- install -Dm755 build/sielo-browser ${pkgdir}/usr/bin/sielo-browser
+ install -Dm755 build/bin/sielo-browser ${pkgdir}/usr/bin/sielo-browser
+ install -Dm755 build/bin/libSieloCore.so ${pkgdir}/usr/lib/libSieloCore.so
install -Dm755 build/SNCompiler/sielo-compiler ${pkgdir}/usr/bin/sielo-compiler
}
# vim set: ts=4 sw=4 et