summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Oelmueller2015-01-02 16:01:53 +0100
committerChris Oelmueller2015-01-02 16:01:53 +0100
commit998f30c15ebf109f82bc1e0adcd078ed13c8ec2d (patch)
tree30a10854860589607fc4823b12900c7e95cf3749
parentde13d87a2d9e0e8c85d8789ed4e89ff17f33f880 (diff)
downloadaur-998f30c15ebf109f82bc1e0adcd078ed13c8ec2d.tar.gz
pacman 4.2 python fixes: mostly build() -> package()
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 323661de7cf1..6a409dfd0e48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('python' 'python-numpy')
conflicts=('python2-openopt')
source=("http://openopt.org/images/3/33/${_pythonname}.zip")
-build() {
+package() {
cd "$srcdir/${_pythonname}"
python setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1