summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMika Hyttinen2023-11-25 07:35:24 +0200
committerMika Hyttinen2023-11-25 07:35:24 +0200
commit1ff70e6c5551638b1fd8019d861db6c62e4e4d08 (patch)
tree7c823de4dc14cf1a683525491c7c0dbe6ab73dda /PKGBUILD
parentf7577ae75facb541203ef5f68d9385b1b3d354d2 (diff)
downloadaur-1ff70e6c5551638b1fd8019d861db6c62e4e4d08.tar.gz
Fix for loop
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa1c8e70f931..c498fdc73505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="cellframe-dashboard"
_nodename="cellframe-node"
pkgver=2.12.72
-pkgrel=3
+pkgrel=4
pkgdesc="Super application for managing Cellframe node"
arch=(x86_64 aarch64)
url="https://cellframe.net"
@@ -40,7 +40,7 @@ prepare() {
branch = master
EOF
- echo "==> Fetching submodule sources..."
+ echo "+++ Fetching submodule sources..."
git submodule sync &> /dev/null
git submodule update --init --recursive &> /dev/null
}