summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcafehaine2019-09-23 12:29:42 +0200
committercafehaine2019-09-23 12:30:18 +0200
commit6fca2bd1c767758098e39c2f7b85dbe5c92d271c (patch)
tree5fc64e8858184585359b3333db763f0312d551bf /PKGBUILD
parentc427a0ff4d8fa5a3150caf0d05f5f61156d86efe (diff)
downloadaur-6fca2bd1c767758098e39c2f7b85dbe5c92d271c.tar.gz
Fix build when partition isn't ntfs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 969cc7b5feba..35d9949934e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kilian Guillaume "cafehaine" <kilian dot guillaume at gmail dot com>
pkgname=almond
-pkgrel=1
+pkgrel=2
pkgver=0.8.1
pkgdesc="A scala kernel for Jupyter"
arch=('x86_64')
@@ -13,6 +13,7 @@ md5sums=('SKIP')
package() {
cd "$srcdir"
+ chmod +x ../almond
COURSIER_CACHE=$(pwd)/.coursier-cache ./almond --install --jupyter-path "$pkgdir/usr/share/jupyter/kernels/"
}