summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoel Ong2017-11-03 08:17:52 -0400
committerJoel Ong2017-11-03 08:17:52 -0400
commitbe65e4de63b03451a6acc4c0a547dbe6193c81fc (patch)
treea73bc05b25c39acbe28c7e1f624bbb1cc25a57ad /PKGBUILD
parent360252017e92c7870456a534f74b62425d37fd5a (diff)
downloadaur-pineapple.tar.gz
more fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6280e462c80f..1081aeffd598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {