summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTea2016-05-19 19:55:24 +0100
committerTea2016-05-19 19:55:24 +0100
commit415ba5f3a444e220b0de86c534f08a3b8518a2a2 (patch)
treea4ce5ef61cdb6cb2be99c1329134c2af1e119415 /PKGBUILD
parentb1dce146256f58334bc3fbf35daa682e3cfb590d (diff)
downloadaur-415ba5f3a444e220b0de86c534f08a3b8518a2a2.tar.gz
ACTUALLY remove switch
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba4ac5d848a9..1963a817dee2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,17 +32,8 @@ prepare() {
# Possible options for -DCMAKE_BUILD_TYPE are Release and Debug
# Debug has console spew
-if [ "$_aria2" == "no" ]; then
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-fi
-
-if [ "$_aria2" == "yes" ]; then
- cp $srcdir/use_aria2.diff $srcdir/${_gitname}
- patch -p1 < use_aria2.diff
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWITH_ARIA2=1 -DCMAKE_BUILD_TYPE=Release
-fi
}
build() {