summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorben2020-06-18 11:16:37 +0200
committerTorben2020-06-18 11:16:37 +0200
commit66d4b81c7af22fa71403503cd7f813a1fafdffea (patch)
tree3ce44521fa989332f840400dbd37fe7291ee184c
parentba9549f6b1a355d280b5beeda3e3c7b19834aa4b (diff)
downloadaur-66d4b81c7af22fa71403503cd7f813a1fafdffea.tar.gz
Remove git repository before cloning it
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bd7cdb2bcba..edde2f7b6fc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,7 @@ pkgver() {
prepare() {
# The size of a full clone is more than 1GB, so we just make a shallow clone
+ rm -rf $pkgname
git clone --depth 1 https://github.com/processing/processing4.git $pkgname
# Create .desktop file