summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2024-01-23 18:33:07 +0200
committerMantas Mikulėnas2024-01-23 18:33:07 +0200
commitdb36ff264426619d4474b08ca779e5594a7e2d1b (patch)
tree30c2e5729a2d2d1bd7bc473aad9caa55450df91d /PKGBUILD
parentbc5650e224b5d09e151d553e53b7547e139155b4 (diff)
downloadaur-db36ff264426619d4474b08ca779e5594a7e2d1b.tar.gz
disable prepare() for non-git build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dad804104009..583b6fee6824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,11 +35,11 @@ validpgpkeys=('7C7BD146943B206BB645B64594EAD67E004B65AB')
# cd $pkgname
# git describe --tags | sed "s/^v//; s/-/.r/; s/-/./"
#}
-
-prepare() {
- cd $pkgname-$pkgver
- autoreconf -fi
-}
+#
+#prepare() {
+# cd $pkgname
+# autoreconf -fi
+#}
build() {
cd $pkgname-$pkgver