summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 1 insertions, 16 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f74fd07865e..c6928209b482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
pkgname=openframeworks
pkgver=0.11.2
-pkgrel=2
+pkgrel=3
pkgdesc="An open source C++ toolkit for creative coding."
url="http://openframeworks.cc/"
arch=('x86_64')
@@ -38,21 +38,6 @@ prepare() {
LIBSPATH=linux
fi
- pushd `dirname $0` > /dev/null
- SCRIPTPATH=`pwd`
- popd > /dev/null
-
- BUILD="install"
- JOBS=1
- while getopts tj: opt ; do
- case "$opt" in
- t) # testing, only build Debug
- BUILD="test" ;;
- j) # make job count for parallel build
- JOBS="$OPTARG"
- esac
- done
-
msg2 "Apply patch to fix libsndfile error..."
cd ${srcdir}/${_name}
patch -p1 < ${srcdir}/fix-libsndfile-error.patch