summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarco Pompili2023-10-01 10:14:32 +0000
committerMarco Pompili2023-10-01 10:14:32 +0000
commite94ffea7fff37d55f6ce1c65e6c1e7db87c9fb8a (patch)
treef066deaa28e3ebdeb8e39e5b6fd6f616dd147ad3 /PKGBUILD
parent0599b0542a8138290ee358b1e6c1c303bc351701 (diff)
downloadaur-e94ffea7fff37d55f6ce1c65e6c1e7db87c9fb8a.tar.gz
Version 0.11.2-3
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