summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {