summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Bernard2023-07-10 04:54:03 -0500
committerJohn Bernard2023-07-10 04:54:03 -0500
commitaea62728cf0279faeeb90dae7b7a147da6d4c2fb (patch)
tree8a3b9e80e24fc9e5d2892d002c5381a2e19b67dc
parent2e78606aee0abdf37975b8a835ccada9ba41d1b2 (diff)
downloadaur-aea62728cf0279faeeb90dae7b7a147da6d4c2fb.tar.gz
`prepare`
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb212259dbc3..c0178a3f00c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,10 @@ conflicts=($_pkgname)
source=(git+https://github.com/loqusion/${_pkgname}.git)
sha512sums=('SKIP')
+prepare() {
+ git -C "${srcdir}/${_pkgname}" clean -dfx
+}
+
pkgver() {
cd $_pkgname
{