summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2017-01-22 04:13:40 +0100
committerNarrat2017-01-22 04:13:40 +0100
commit2d5f290716a6f5d8ff683bfa2cf0c5fddad62ce6 (patch)
tree0f5f39dba5f37257ac525e92081e8f7ae25b99a9 /PKGBUILD
parentcbf03e51e778082ccde7950c0f3ea9c838aa5f71 (diff)
downloadaur-2d5f290716a6f5d8ff683bfa2cf0c5fddad62ce6.tar.gz
canto-curses-git: Update in case of guidelines
Add -O1 and skip build in package function
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6070c87fbf57..55fed42fee37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=canto-curses
pkgname=canto-curses-git
pkgver=0.9.7.r5.g0b52314
-pkgrel=1
+pkgrel=2
pkgdesc="ncurses user interface for canto-daemon/canto-next. Git version"
url="http://codezen.org/canto-ng/"
license=('GPL')
@@ -24,12 +24,10 @@ pkgver() {
build() {
cd $srcdir/$_pkgname
-
python setup.py build
}
package() {
cd $srcdir/$_pkgname
-
- python setup.py install --prefix=/usr --root=${pkgdir} #--optimize=1
+ python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 --skip-build
}