diff options
author | Joel Ong | 2017-11-03 08:17:52 -0400 |
---|---|---|
committer | Joel Ong | 2017-11-03 08:17:52 -0400 |
commit | be65e4de63b03451a6acc4c0a547dbe6193c81fc (patch) | |
tree | a73bc05b25c39acbe28c7e1f624bbb1cc25a57ad /PKGBUILD | |
parent | 360252017e92c7870456a534f74b62425d37fd5a (diff) | |
download | aur-pineapple.tar.gz |
more fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ else fi pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="wxWidgets frontend for Jupyter Notebook, fork of project abandoned by original author (https://nwhitehead.github.io/pineapple/)" url="https://github.com/darthoctopus/pineapple/tree/thin-client" arch=('i686' 'x86_64') @@ -51,7 +51,7 @@ build() { cd build cmake .. "${_opts[@]}" make - make compile-less + make custom-install } package() { |