summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Berquist2021-01-01 20:32:59 -0500
committerEric Berquist2021-01-01 20:32:59 -0500
commit039733245a24b4f9aad4ca0f8c8ce52f185b94b4 (patch)
tree2b34509636d14853562ce6e051274b2ace43e5b0 /PKGBUILD
parenta577fd891e25532b61e56c1ab63e7332732b4ebb (diff)
downloadaur-039733245a24b4f9aad4ca0f8c8ce52f185b94b4.tar.gz
missing build directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f1d382fc513..13cfe2ac8a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=avogadrolibs
pkgname="${_pkgname}-git"
pkgver=1.93.0.r1935.926573b1
-pkgrel=1
+pkgrel=2
pkgdesc="Avogadro 2: libraries"
url="http://openchemistry.org/projects/avogadro2"
arch=("x86_64")
@@ -26,6 +26,7 @@ pkgver() {
}
build() {
+ mkdir -p "${srcdir}"/build
cd "${srcdir}"/build
cmake \
-DCMAKE_BUILD_TYPE=Release \