summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-12-11 11:57:19 -0500
committerCarlos Aznarán Laos2021-12-11 11:57:19 -0500
commit7a904eb72b3be7c3e5512559bb02ad0800393bf3 (patch)
treece3878205a16a085058c9baab9250980fcfcf87f
parentabe77070a650aa7b0cbadcb22050c81614cfd1f5 (diff)
downloadaur-7a904eb72b3be7c3e5512559bb02ad0800393bf3.tar.gz
Change function() to build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f01433128bc1..5a477d1716df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=(python-setuptools-scm git)
source=("git+${url}.git#tag=${pkgver}")
sha512sums=('SKIP')
-prepare() {
+build() {
cd "${_base}-python/${_base}-python-commons"
python setup.py build
}