summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Ong2017-11-03 08:17:52 -0400
committerJoel Ong2017-11-03 08:17:52 -0400
commitbe65e4de63b03451a6acc4c0a547dbe6193c81fc (patch)
treea73bc05b25c39acbe28c7e1f624bbb1cc25a57ad
parent360252017e92c7870456a534f74b62425d37fd5a (diff)
downloadaur-pineapple.tar.gz
more fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b23b5d5c99d7..fb2ea744cf1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pineapple
pkgdesc = wxWidgets frontend for Jupyter Notebook, fork of project abandoned by original author (https://nwhitehead.github.io/pineapple/)
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/darthoctopus/pineapple/tree/thin-client
arch = i686
arch = x86_64
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() {